Commit Graph

45 Commits (25ba9933f6fe6ceb0de1f855e878fa9407469a00)

Author SHA1 Message Date
Nicolay Korslund c17015dfb5 Added screenshot function 15 years ago
Nicolay Korslund fdb41f0774 Merged in CMake and header cleanups from zinnschlag 15 years ago
Nicolay Korslund edca830845 Added rendering loop and keyboard listener 15 years ago
Marc Zinnschlag 3bcb86881c removed Ogre.h include; replaced by individual include files and a couple of forward declarations 15 years ago
Nicolay Korslund 2d3a56a464 Set up OGRE window and config reading 15 years ago
Nicolay Korslund dc2c9f06d0 Renamed all .h to .hpp. Started porting rendering code. 15 years ago
nkorslund de5a07ee71 Moved old d code to old_d_version/ - will be deleted later
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@138 ea6a568a-9f4f-0410-981a-c910a81bb256
15 years ago
nkorslund f739bf90f1 Terrain code 90% done.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@123 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 2e1f97f3d5 - applied lighting patch from Chris Robinson
- terrain gen not finished


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@120 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 61030fc382 Started converting terrain code to D.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@119 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 75d5ad8882 - working on the terrain system. DOES NOT WORK!
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@117 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund a46804dae3 - integrated Yacobys landscape. First commit.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@112 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund b7bdb1f815 - bound the console to Monster
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@105 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 876fc482ca Added ingame console (use F1)
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@104 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 1b01de4294 Preparation for console
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@103 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 714b724bf2 - added -debug option
- removed all logging and output per default
- updated to latest monster, bullet and ogre versions


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@102 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund fd79223cf7 Several bugfixes related to the new Monster version
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@101 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund cc1f7f02e9 Updated to Monster 0.12
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@100 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 4b70fd9a06 Applied compatibility patch for GCC 4.4.0
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@99 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 600583cb89 Updated to Monster 0.12 (from SVN)
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@97 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 6e9de0dc82 - fixed cell name memory management bug in cpp_mygui.cpp
- esm/esp reader: made ITEX record in MGEF optional


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@94 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund d3dd588958 - changed the ffmpeg included in cpp_avcodec.cpp
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@93 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 4df567309e Fixed the skin font color to RGB (as opposed to BGR), after MyGUI was
fixed.


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@92 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 2995f8b99f - moved the windows to use layouts
- various gui-work
- begun binding the GUI into Monster script
- updated to latest Monster source (0.11 alpha)


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@87 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 9530ae0526 More work on the MyGUI skins and layouts
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@86 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund fdf9da706f More work on the GUI. Tried (and failed) to make the fonts work.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@85 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 17a2c67d26 - Integrated MyGUI and made a small test case.
- Made a (very experimental) Morrowind skin
- Decoded the fnt/tex font files, but they aren't used yet


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@84 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund af7f8c3d10 Minor edits
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@79 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 6ba4040f08 - Added some non-working code (for later use)
- Removed CMakeLists for now. It's enough work to keep the
  existing build alternatives updated. We can add it back later when
  things stabilize.


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@56 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 08ba0278a1 Various collision changes:
- no collision with NCO objects
- better camera control (no turning the camera upside down)
- up/down buttons (shift/ctrl) does not move the player when walking
- eye level adjusted
- various updates


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@55 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 8f2c6bad9a Fixed non-compiling bullet code
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@52 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 6277c7f17c More updates on Bullet code and other things
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@49 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund c094324ef2 First alpha release of REAL collision detection.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@48 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 5fad8ea459 Made a working Bullet collision example
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@47 ea6a568a-9f4f-0410-981a-c910a81bb256
16 years ago
nkorslund 1cfaeeb8fc Started experimenting with Bullet
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@46 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund b045938c85 Sound generators and certain other editor-only meshes are no longer rendered.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@39 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund 1e41012ff3 Added sound culling (experimental), and various fixes
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@27 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund d3666aac17 Updated music randomizer, disabled skydome, minor fixes
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@21 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund 6988814728 First attempt at OpenAL (thanks to ChrisRobinson)
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@20 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund fa6f5b81ae Fixed non-AL stuff from Chris
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@19 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund 16e6da7d69 Worked on the release notes / installation instructions, and fixed
some other minor issues.


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@11 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund 2f93fd25d3 Worked on the config system
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@10 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund 93b3054054 Closing in on a windows build (not quite there yet)
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@8 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund ab0f3cd03f Changed "int" to "int32_t" in all extern "C" calls in C++.
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@6 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago
nkorslund 055d1b1dd6 Added trunk
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@4 ea6a568a-9f4f-0410-981a-c910a81bb256
17 years ago