Commit graph

  • 200fab03ef Improved WAV error checking Nicolay Korslund 2010-08-18 12:59:21 +0200
  • 8f154ac622 Added custom WAV loader Nicolay Korslund 2010-08-18 12:32:38 +0200
  • 9300e60514 Merge branch 'master' of http://github.com/zinnschlag/openmw Nicolay Korslund 2010-08-18 11:22:51 +0200
  • 31017447eb Added --nosound switch Nicolay Korslund 2010-08-18 11:16:15 +0200
  • 4f3f174016 fixed a dialogue bug Marc Zinnschlag 2010-08-18 11:06:41 +0200
  • 304692dc8e Merge branch 'master' of http://github.com/zinnschlag/openmw Nicolay Korslund 2010-08-18 10:49:55 +0200
  • ef9ed99622 Mangle update (not important) Nicolay Korslund 2010-08-18 10:49:45 +0200
  • 6258654383 fixed a very sloppy merge Marc Zinnschlag 2010-08-18 09:32:36 +0200
  • 2cfe5f0697 Merge branch 'master' into dialogue Marc Zinnschlag 2010-08-18 09:25:07 +0200
  • e42f1bbc11 open dialogue window, if a matching greetings info record is found Marc Zinnschlag 2010-08-18 09:19:16 +0200
  • bbfb134991 Merge commit 'ape/master' Marc Zinnschlag 2010-08-18 00:33:41 +0200
  • cd842f3e52 Merge remote branch 'upstream/master' Armin Preiml 2010-08-17 19:24:57 +0200
  • 47a28fe02b If nif has a skeleton vertices are placed on the right position. Armin Preiml 2010-08-17 19:02:22 +0200
  • 27bef84091 Tested if exchanging sf_read with sf_readf in libsndfile help OpenMW crash (it did not) Nicolay Korslund 2010-08-17 16:03:51 +0200
  • 6cdb0f1152 Enabled music streaming Nicolay Korslund 2010-08-17 13:30:53 +0200
  • 88f10eb222 Merge branch 'sound_system' Nicolay Korslund 2010-08-17 13:21:52 +0200
  • f2b2fe560f Mangle update: Implemented streaming, fixed various bugs. Nicolay Korslund 2010-08-16 18:06:27 +0200
  • cd4ed4e6bf Implemented OpenAL streaming. Fixed bugs in SampleReader and elsewhere. Nicolay Korslund 2010-08-17 13:17:39 +0200
  • 2e2f8e9725 Mangle update Nicolay Korslund 2010-08-17 11:27:06 +0200
  • 932465442b Moved OpenAL_Sound to cpp file, added delayed buffer creation (prelude for streaming) Nicolay Korslund 2010-08-17 11:25:26 +0200
  • 80383fe60e Merge branch 'master' of http://github.com/zinnschlag/openmw Nicolay Korslund 2010-08-17 11:20:17 +0200
  • e69a924036 Merge commit 'ape/master' Marc Zinnschlag 2010-08-16 20:39:16 +0200
  • 6a936100a7 Merge remote branch 'upstream/master' Armin Preiml 2010-08-16 20:11:38 +0200
  • d8f8bd12d3 Disabled loading skins.nif. NifLoader builds now a skeleton (if available) Armin Preiml 2010-08-16 19:31:59 +0200
  • 05382f206e Merge commit 'upstream/master' Marc Zinnschlag 2010-08-16 17:16:55 +0200
  • 08289158d7 Added support for WAV files with libsndfile Nicolay Korslund 2010-08-16 17:14:37 +0200
  • c982f701ca Minor fix again Nicolay Korslund 2010-08-16 17:07:27 +0200
  • e8f01ae108 Fixed include guard Nicolay Korslund 2010-08-16 17:04:44 +0200
  • a0aafb9b1f bleh Nicolay Korslund 2010-08-16 17:01:11 +0200
  • 56ecc6585b Added a manager for sndfile + mpg123, sorting on file type. Nicolay Korslund 2010-08-16 16:52:33 +0200
  • b0ded6a318 Minor changes to sample_reader Nicolay Korslund 2010-08-16 16:26:24 +0200
  • ddfbcecfcd Added support for libsndfile (sound input) Nicolay Korslund 2010-08-16 14:42:23 +0200
  • a69938364f Rewrote audiere to use new sample_reader Nicolay Korslund 2010-08-16 14:13:13 +0200
  • 5543c84586 bug-fixes: actors were registered twice at cell change; disabled references were rendered at cell change Marc Zinnschlag 2010-08-14 21:58:54 +0200
  • dbd42386da temporary try/catch around sound loading Nicolay Korslund 2010-08-14 21:43:25 +0200
  • 9875d74abf Implemented 3D sound placement. Sound management / lookup system not done yet. Nicolay Korslund 2010-08-14 14:28:17 +0200
  • 3db61c8bdd Added sound range function Nicolay Korslund 2010-08-14 18:50:42 +0200
  • 49f0e4b75f Added setPitch to Sound Nicolay Korslund 2010-08-14 13:02:41 +0200
  • 973ddc54e8 Merge branch 'class2' Marc Zinnschlag 2010-08-14 11:40:34 +0200
  • 6f28bd9adf handle sounds when enabling/disabling Marc Zinnschlag 2010-08-14 11:39:32 +0200
  • d57c984517 added enable and disable functions to class hierarchy; fixed a bug regarding actors in cellings being actived Marc Zinnschlag 2010-08-14 11:27:13 +0200
  • 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