1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-23 22:44:10 +00:00

Commit graph

  • 967f85875d reimplemented class-dependend rendering code in MWClass Marc Zinnschlag 2010-08-14 10:02:54 +0200
  • ab1510fd5e fixed previous commit Marc Zinnschlag 2010-08-14 09:30:43 +0200
  • 4649d7fa41 stop sounds on cell change Marc Zinnschlag 2010-08-14 09:29:38 +0200
  • a6858b0cc4 Merge branch 'master' into class2 Marc Zinnschlag 2010-08-14 09:26:12 +0200
  • 0a8d0fed40 added cell-wide stopSound function Marc Zinnschlag 2010-08-14 09:26:00 +0200
  • de2eeb4cde integrated insertObject function into class hierarchy Marc Zinnschlag 2010-08-14 09:20:47 +0200
  • 1d91ac9d9e sound manager interface enhancement Marc Zinnschlag 2010-08-14 07:54:51 +0200
  • 05b3140740 Enabled crosshairs Nicolay Korslund 2010-08-13 23:41:58 +0200
  • 979ea4e607 Mangle update for const error Nicolay Korslund 2010-08-13 23:01:23 +0200
  • 85fa6d3923 Constness fix (or rather, hack) Nicolay Korslund 2010-08-13 22:59:56 +0200
  • 912c8b1f2d Added mpg123 file reader Nicolay Korslund 2010-08-13 22:30:22 +0200
  • 5b8e8d6b48 Added mpg123 sound source Nicolay Korslund 2010-08-13 21:36:05 +0200
  • ebcbff255e Changed how avcodec/avformat (ffmpeg) is included Nicolay Korslund 2010-08-13 19:38:58 +0200
  • dc0c026ce0 Attempting to work around ffmpeg's inconsistent include path nonsense. Nicolay Korslund 2010-08-13 19:27:45 +0200
  • 76492ea60b cmake improvements for sound options Marc Zinnschlag 2010-08-13 18:16:38 +0200
  • cad9712411 Implemented FFMpeg sound loading. Selecting sound library is controlled through the CMake file. Nicolay Korslund 2010-08-13 17:11:03 +0200
  • 160e8655d2 Even more -Wall fixes - and added -Wall to test makefiles to actually catch them... Nicolay Korslund 2010-08-13 16:52:29 +0200
  • 1ba1998223 Added niceified openal+ffmpeg handler, with test Nicolay Korslund 2010-08-13 16:12:57 +0200
  • 5d4dba981f Fixed mistake in NPC record struct Nicolay Korslund 2010-08-13 15:51:42 +0200
  • cf4185faef Added sound test (remember to git submodule update) Nicolay Korslund 2010-08-13 14:43:57 +0200
  • f95ea1677c Compiler warning fix Nicolay Korslund 2010-08-13 14:43:13 +0200
  • f3fa05ba2f Added a couple more OpenAL error checks Nicolay Korslund 2010-08-13 14:11:05 +0200
  • 0d4f2ab3ef disabled escape sequences in script strings (doesn't work with Windows paths) Marc Zinnschlag 2010-08-12 19:41:40 +0200
  • b94e09e030 fixed a bug that prevented local scripts from running Marc Zinnschlag 2010-08-12 18:44:16 +0200
  • 7516e4ca53 Added music playing as a test Nicolay Korslund 2010-08-12 17:58:29 +0200
  • 86a811c736 Another minor fix Nicolay Korslund 2010-08-12 16:50:20 +0200
  • 8067d62800 Decoupled SoundManager from Interpreter::Context Nicolay Korslund 2010-08-12 16:29:22 +0200
  • 34572f0b19 Compiled and linked in sound system (not yet functional) Nicolay Korslund 2010-08-12 16:13:54 +0200
  • fb2d077ca9 Minor fixes Nicolay Korslund 2010-08-12 15:52:04 +0200
  • b9d4dc448b Switched to local include for OpenMW Nicolay Korslund 2010-08-12 15:46:11 +0200
  • 2aa41dfffe Added tests for 3d sound and pausing. Nicolay Korslund 2010-08-12 14:49:58 +0200
  • e2e5a2138d Added clone() to ManagedSound Nicolay Korslund 2010-08-11 14:38:20 +0200
  • 6443c16146 Made SoundManager and test Nicolay Korslund 2010-08-11 14:16:56 +0200
  • 87f6e73975 pure sound filter: made 'client' protected Nicolay Korslund 2010-08-11 11:59:08 +0200
  • 181b538e4a restructured ogre nif code (struct -> class with singleton), formated code Armin Preiml 2010-08-08 17:20:55 +0200
  • 19c5ace602 added test for actor faction Marc Zinnschlag 2010-08-08 15:17:49 +0200
  • 594d3cef4f added test for actor class Marc Zinnschlag 2010-08-08 15:12:53 +0200
  • 11bc131417 added test for global variables Marc Zinnschlag 2010-08-08 15:09:44 +0200
  • fbe11956a6 added dummy test for select type '1' (Function); always yields false for now Marc Zinnschlag 2010-08-08 14:43:20 +0200
  • c7fab9aad6 added test for actor race Marc Zinnschlag 2010-08-08 14:36:45 +0200
  • 2acfe22975 added test for actor ID Marc Zinnschlag 2010-08-08 14:28:35 +0200
  • 8086933282 Merge branch 'master' into dialogue Marc Zinnschlag 2010-08-08 14:14:43 +0200
  • 8d85211fa1 modified Npc and Creature class to let them store a copy of their own ID Marc Zinnschlag 2010-08-08 14:09:09 +0200
  • 8f4359db08 added test for select type '3' (Local) Marc Zinnschlag 2010-08-08 13:21:03 +0200
  • a25c7bb2c0 added test for cell name Marc Zinnschlag 2010-08-08 11:37:59 +0200
  • 9d25e74a05 on dialogue start run through the info records of dialogue record 'hello'; currently no testing done -> the first info recrod will match Marc Zinnschlag 2010-08-08 11:34:03 +0200
  • fa077ccdc4 Merge remote branch 'upstream/master' Armin Preiml 2010-08-08 10:09:10 +0200
  • 305563e595 disabled char encoding method for windows, although you'll need to add the iconv libs Armin Preiml 2010-08-08 10:07:02 +0200
  • 7afc8ffd2e Merge branch 'container' Marc Zinnschlag 2010-08-07 20:33:07 +0200
  • 2eee3d32f1 fixed World::disable function Marc Zinnschlag 2010-08-07 20:29:10 +0200
  • a7fe28ecbe implemented take action Marc Zinnschlag 2010-08-07 20:25:17 +0200
  • aa637cb9d4 added RemoveItem Marc Zinnschlag 2010-08-07 17:00:04 +0200
  • db24a55e36 added sanity check for AddItem arguments Marc Zinnschlag 2010-08-07 16:34:49 +0200
  • 589f8b5ede added GetItemCount Marc Zinnschlag 2010-08-07 16:21:07 +0200
  • 3ea85b4619 added AddItem instruction Marc Zinnschlag 2010-08-07 15:11:31 +0200
  • 0a60bde834 added insertIntoContainer function to class hierarchy Marc Zinnschlag 2010-08-06 22:20:20 +0200
  • b5d59edd44 re-routed talk action from gui to dialogue manager (master branch should not incooperate this change, because the dialogue window implementer will need the original code for testing) Marc Zinnschlag 2010-08-06 19:25:26 +0200
  • d42747e85b Merge branch 'master' into dialogue Marc Zinnschlag 2010-08-06 19:20:05 +0200
  • c806415f08 changed namespace, class and function names to ensure consistent spelling Marc Zinnschlag 2010-08-06 19:16:44 +0200
  • d6541d4f3c changed file names to ensure consistent spelling Marc Zinnschlag 2010-08-06 19:10:56 +0200
  • 09c42589cc implemented npc/creature activation (enters dialog gui mode for now) Marc Zinnschlag 2010-08-06 18:15:46 +0200
  • 8045320ac9 added dialog manager Marc Zinnschlag 2010-08-06 18:01:34 +0200
  • 7611572065 cleanup Marc Zinnschlag 2010-08-06 15:25:54 +0200
  • 6b1b3b20fd store info records in dialogue records Marc Zinnschlag 2010-08-06 15:23:13 +0200
  • d47de55ce9 read info records Marc Zinnschlag 2010-08-06 15:19:39 +0200
  • 10a63b10b5 Merge branch 'master' into container Marc Zinnschlag 2010-08-06 14:37:53 +0200
  • 8e6a765603 fixed a stats bug (reducing modified stats via setModified didn't work correctly Marc Zinnschlag 2010-08-05 16:40:21 +0200
  • c883921af3 minor cell change fix Marc Zinnschlag 2010-08-05 15:57:06 +0200
  • 1902dfb7b2 added activate instruction Marc Zinnschlag 2010-08-05 15:52:07 +0200
  • 15124601aa stop local scripts from being run twice in case of activation Marc Zinnschlag 2010-08-05 15:46:50 +0200
  • 7a313f24ab integrated activation into script system Marc Zinnschlag 2010-08-05 15:40:03 +0200
  • f630157bf8 implemented basic object activation Marc Zinnschlag 2010-08-05 13:51:26 +0200
  • 2d695cc806 routed activate signal from input sub-system to engine-class Marc Zinnschlag 2010-08-05 13:36:33 +0200
  • 87c84e6fcd limited activation range according to GMST settings Marc Zinnschlag 2010-08-05 13:29:49 +0200
  • 3a6912b04c Added pure sound filters Nicolay Korslund 2010-08-05 12:35:17 +0200
  • e181b71cc9 Minor fix to input_filter.hpp Nicolay Korslund 2010-08-05 12:14:42 +0200
  • 073cc246b6 Fixed include guards on std::ostream wrappers Nicolay Korslund 2010-08-04 19:59:11 +0200
  • ee7570f7e7 added containerstore Marc Zinnschlag 2010-08-04 14:37:23 +0200
  • e0a3b1b1db implemented item count Marc Zinnschlag 2010-08-04 14:04:22 +0200
  • d3f0932b20 Added Stream::flush() Nicolay Korslund 2010-08-04 12:47:48 +0200
  • 71366d9a07 Added writing capability to streams. Created OutFileStream. Nicolay Korslund 2010-08-04 12:20:46 +0200
  • 7ba6bdb56c prepared InterpreterContext for activation implementation Marc Zinnschlag 2010-08-03 22:43:53 +0200
  • 052d049a6c integrated name-lookup into ape's code; added missing implementation of a function Marc Zinnschlag 2010-08-03 22:06:48 +0200
  • 5827591d05 Merge commit 'ape/master' Marc Zinnschlag 2010-08-03 21:52:19 +0200
  • 69ea00455f Merge branch 'poly' Marc Zinnschlag 2010-08-03 21:43:05 +0200
  • adc209d135 Implemented the faced handle method to the engine. Faced handles will be written to stdout every 10th frame. Armin Preiml 2010-08-03 20:40:45 +0200
  • c000bfb43d moved object focus code to mwscene Armin Preiml 2010-08-03 20:17:31 +0200
  • d1c000313f added getPtr function that works via Ogre handle Marc Zinnschlag 2010-08-03 20:01:52 +0200
  • 002345270b implemented teleport doors (only for the player for now) Marc Zinnschlag 2010-08-03 18:44:52 +0200
  • 7e5ddae3b3 modified action interface to allow other actors besides the player Marc Zinnschlag 2010-08-03 18:22:01 +0200
  • c38b02bd5c added action interface Marc Zinnschlag 2010-08-03 18:20:15 +0200
  • 21d399cb81 Modified Stream::PureFilter to allowed delayed setting of stream Nicolay Korslund 2010-08-03 18:02:44 +0200
  • 239498bcd4 added getName function Marc Zinnschlag 2010-08-03 17:11:41 +0200
  • b50c7e0788 Some experimental implementation of a RaySceneQuery. Armin Preiml 2010-08-03 16:26:43 +0200
  • f50ced4616 added missing record classes Marc Zinnschlag 2010-08-03 15:24:44 +0200
  • 0851044fa6 removed superfluous includes Marc Zinnschlag 2010-08-03 14:43:14 +0200
  • 687f20344e Added EventListPtr typedef Nicolay Korslund 2010-08-03 14:25:56 +0200
  • bfc282779b added item health interface Marc Zinnschlag 2010-08-03 14:14:04 +0200
  • 93754b2851 moved some includes around Marc Zinnschlag 2010-08-03 13:32:37 +0200
  • 33b6a0b800 moved concrete record classes to separate sub-system (mwclass) Marc Zinnschlag 2010-08-03 13:17:31 +0200