Timeline
05/23/09:
- 23:58 Changeset [b28279ac] by
- Cleanup. svn-id: r40841
- 23:49 Changeset [dfb6ca6b] by
- Add support for "getTotalPlayTime" in LinearMemoryStream again. …
- 23:33 Changeset [5a4b3c54] by
- KYRA/LOL: restructured voice playing code so that audio compression …
- 22:21 Changeset [a19c23ab] by
- SCI: add (unused) palette revisioning support svn-id: r40838
- 20:41 Ticket #2859 (WEB: Tentacle wrong on compatibility details page (Safari)) closed by
- fixed
- 20:40 Ticket #8956 (ScummVM website re-write as per 2009-02-15) closed by
- 20:38 Changeset [be6fd784] by
- Allow for different MOD signatures svn-id: r40827
- 20:25 Changeset [5878acfc] by
- Adjust tools make rules for new website code svn-id: r40820
- 20:21 Changeset [434af6e4] by
- Adjust credits.pl for new website code. svn-id: r40819
- 19:59 Changeset [8dd601d] by
- Moved the "dump" and "dissectscript" commands to console.cpp and …
- 19:40 Ticket #9021 (SCI: Add KQ1 Demo Support) created by
- […] […]
- 18:57 Changeset [fc0fab93] by
- Oops, fixed silly typo svn-id: r40816
- 18:55 Changeset [6a7aae7] by
- Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound …
- 18:43 Changeset [cbce9e1] by
- LOL: implemented fireball spell svn-id: r40813
- 14:56 Ticket #4348 (SCUMM FM-TOWNS: Kanji text overwrites) closed by
- duplicate
- 13:26 Changeset [39f9894] by
- Added a stub for SetVideoMode(), and fixed some of the palette …
- 12:08 Changeset [91d2fa2d] by
- Fixed clipping code for texts which do not fit on screen, and added a …
- 11:56 Changeset [f77dfe9] by
- Fixed the incorrect placement of the copyright message in KQ6 on …
- 11:24 Ticket #4348 (SCUMM FM-TOWNS: Kanji text overwrites) created
- […] […]
- 10:50 Changeset [b4126bee] by
- The third and fourth parameter in changePortBounds() are x2 and y2, …
- 10:22 Changeset [2590511c] by
- Turned some errors into warnings, as they occur in KQ5CD svn-id: r40804
- 10:07 Changeset [3811df7a] by
- Fixed the incorrectly placed views in the KQ6 intro, by reintroducing …
- 01:41 Changeset [248f415] by
- SCI: Added partial support for SCI1.1 adlib music svn-id: r40800
- 01:15 Changeset [82b9cf95] by
- Cleanup. svn-id: r40799
- 00:05 Changeset [c87f3199] by
- Reserve opcode array entries beforehand, should save some reallocation …
05/22/09:
- 23:56 Ticket #9020 (GSOC: Transform scummvm into a modplayer) created by
- […] […]
- 23:22 Changeset [9e000c66] by
- Better safe than sorry, add an explicit default constructor for …
- 23:16 Changeset [37b82353] by
- Yet another fix for MSVC (it seems it initializes all pointers in …
- 23:10 Changeset [02ff3d29] by
- Fix crash with MSVC. svn-id: r40795
- 23:08 Changeset [b82f2ce5] by
- struct Button contains non POD members, thus don't use memset on it. …
- 22:43 Changeset [017bb219] by
- Change button list handling to closer match original. This fixes a …
- 22:32 Changeset [89d4bcbf] by
- Do not define checkInput as virtual. svn-id: r40792
- 22:28 Changeset [54a17097] by
- Handle mouse move events like the original. svn-id: r40791
- 22:19 Changeset [ef494706] by
- Some initial WIP code on kDoAudio (still not working) svn-id: r40790
- 20:06 Ticket #7577 (BS1: Add cutscenes addons localizations in flac format) closed by
- fixed
- 18:14 Changeset [32533af8] by
- LOL: (temporary) fix for button callback assignment. The automatic …
- 17:15 Changeset [64e75b9] by
- Fixed a warning: printf("%f") should take a double, not a float. …
- 14:09 Changeset [cc35c15f] by
- Add hack so LoL intro demo will init MT-32 properly. svn-id: r40784
- 13:39 Changeset [240cef8] by
- Use correct file for MT-32 initialization for Kyra2 SEQ player based …
- 12:21 Ticket #7698 (Merge F5-menu with GMM) created by
- […] […]
- 11:31 Ticket #4347 (ITE compressed voices don't play.) created by
- […] […]
- 01:03 Changeset [274bb7b0] by
- Oops typo. svn-id: r40782
- 00:58 Changeset [32c2e93e] by
- Properly initialize MT-32 for LoL demos. svn-id: r40781
- 00:37 Changeset [f7b1aa2a] by
- Fix crash when playing LoL demo. svn-id: r40780
- 00:21 Changeset [2302777] by
- Cleanup. svn-id: r40779
- 00:19 Changeset [31b009e0] by
- Fix RTL in Lands of Lore. svn-id: r40778
05/21/09:
- 23:27 Changeset [24242bfb] by
- Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder) …
- 22:29 Changeset [5076b06b] by
- LOL: - implemented Lightning Spell svn-id: r40776
- 22:23 Changeset [b8749923] by
- Attempt to bring event recoredr to life. Still crashes on exit, …
- 22:03 Changeset [36fe374] by
- SCI: Added support for KQ6 movies. svn-id: r40774
- 21:52 Ticket #4116 (AGI: Using GMM to load causes graphics glitches) closed by
- fixed
- 21:51 Changeset [7ed8d7f] by
- Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics …
- 21:50 Changeset [b4312540] by
- SCI: Removed the 'save_dir' gui hack svn-id: r40772
- 21:49 Changeset [4c17541] by
- SCI: got rid of vocabulary_lookup_sname svn-id: r40771
- 17:49 Changeset [25980bc2] by
- Changed code to closer match original input handling. svn-id: r40770
- 17:28 Changeset [dfffea1b] by
- Updated the MSVC project files of the gob engine (added helper.h) …
- 17:25 Changeset [e1b4f63] by
- Fix some Kyra1 movies. svn-id: r40768
- 17:18 Changeset [4799cbf1] by
- Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines svn-id: r40767
- 17:13 Changeset [60b007cf] by
- Only process key/mouse press/release events in GUI. svn-id: r40766
- 17:12 Changeset [10b1b28] by
- Splitting a few helper functions out of gob.h svn-id: r40765
- 17:00 Changeset [54d7bfcd] by
- Ooops: Forgot to check in my changes in the detection array for the …
- 16:46 Changeset [6bd5dea] by
- LOL: - implemented freeze spell - fixed saveload code - added some …
- 14:32 Ticket #4346 (DRASCULA: game data contains sourceless binaries) created by
- […] […]
- 13:38 Changeset [6e93825b] by
- Move Indeo3 static data from indeo3data.h to indeo3.cpp. svn-id: r40762
- 13:28 Changeset [2e04f526] by
- I'm no longer sure I've really seen case 12 happen, so don't mention …
- 13:13 Changeset [e51481d6] by
- Remove trailing tabs/whitespaces. svn-id: r40760
- 13:02 Changeset [b7f8990b] by
- Renamed the DXA, SMK and FLIC video decoders to reflect the fact that …
- 12:46 Changeset [f583a10e] by
- Workaround for shells that treat an empty list in for as a syntax …
- 11:49 Changeset [2bf25c38] by
- Micro-optimization: Don't re-strip plugins which are not modified. …
- 10:52 Changeset [6bc543d4] by
- Updated the MSVC project files with the latest changes to file …
- 10:48 Changeset [11251cf] by
- Moved the Coktel video player into its own subdirectory svn-id: r40755
- 10:34 Changeset [fddd2a2] by
- Slight cleanup to kGetTime() svn-id: r40754
- 10:14 Changeset [23482882] by
- Ack, can't use something set with := in the dependency section. …
- 09:58 Changeset [50b77d87] by
- Added comment and warning message about possibly missing cases. …
- 09:56 Changeset [b973169a] by
- Added proper dependencies for the "plugin_dist" target. svn-id: r40751
- 08:22 Ticket #9019 (GSOC: 16 bit game SDL surface) created by
- […] […]
- 08:06 Changeset [465da49] by
- Made BRA demos start again by partially reverting commit 39773. …
- 07:23 Changeset [f3f0be3] by
- Fixed indentation. (Don't worry, it's just a small change, and it …
- 01:30 Changeset [f2668f8] by
- simplified sound handling in animation sequences svn-id: r40747
05/20/09:
- 23:13 Changeset [c9ff1d7] by
- - Changed the demo player to allow playing directly inlined scripts …
- 21:01 Ticket #4289 (Goblins 3 v1.00 (Macintosh/French/not cracked)) closed by
- wontfix
- 21:01 Ticket #2788 (ALL: Engine creates launcher entry when failing to launch) closed by
- fixed
- 21:00 Changeset [8e4b31f5] by
- Fix bug #1544799: "ALL: Engine creates launcher entry when failing to …
- 20:41 Changeset [43f58b28] by
- Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban …
- 20:05 Changeset [bfb29080] by
- Remove superfluous indeo3-includes svn-id: r40743
- 17:53 Changeset [bba91075] by
- removed trailing whitespaces svn-id: r40742
- 17:52 Changeset [4f55f1e7] by
- SCI: Moved code related to loading/setting up kernel function names …
- 17:52 Changeset [4c786a44] by
- SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold …
- 17:52 Changeset [7d54385d] by
- SCI: Moved some private decls from kernel.h to kernel.cpp; removed …
- 17:51 Changeset [f5f48fff] by
- SCI: Moved the few kernel functions that were in kernel.cpp to a new …
- 17:51 Changeset [6be7da1c] by
- fix warning svn-id: r40737
- 10:43 Changeset [6ec87030] by
- - Reverted commit #40730, as it introduced rounding errors - Properly …
- 04:58 Ticket #4345 (Loading large Smacker movies is slow) created by
- […] […]
- 04:29 Changeset [caf9bf09] by
- Removed the rest of the hard-coded cutscene information. It was only …
- 04:07 Changeset [358b1a7c] by
- Removed the "seamless" flag. It was something I added to cope with the …
05/19/09:
- 21:09 Changeset [40dd2147] by
- Start of fixing bug #2537054: "AGI: Using GMM to load causes graphics …
- 20:40 Changeset [a1364e37] by
- SCI: Some debugger fixes and cleanup. svn-id: r40732
- 20:30 Changeset [74365050] by
- Fix regression introduced in r40438. Saves were badly broken. svn-id: …
- 19:56 Changeset [e358b13] by
- Changed calculations based on frame delay to be based on the scale of …
- 17:39 Changeset [4f6bc50] by
- Some fixes to the video decoders, thanks to salty-horse's comments …
- 15:59 Changeset [5d942f9d] by
- Removed some redundant variables, and renamed some variables with …
- 12:39 Changeset [67f1b6f] by
- - Formatting - Warning fixes - Rename "test_read_v2_as_v1" to …
- 11:42 Changeset [65b5d318] by
- COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are …
- 11:30 Changeset [4d59f620] by
- SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too. svn-id: …
- 11:23 Changeset [42cd2184] by
- Improved Common::Serializer in several ways: * Added support versioned …
- 11:22 Changeset [2b32ba7c] by
- Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where …
- 11:22 Changeset [c2455987] by
- Updated link to CxxTest homepage svn-id: r40721
- 11:22 Changeset [613ca85b] by
- SCI: Doxygenified a few comments svn-id: r40720
- 06:54 Ticket #4344 (WINCE: Compilation broken) closed by
- fixed
- 02:10 Changeset [df335715] by
- SCI: Added some stubs for LSL6CD (lores). svn-id: r40719
- 01:58 Changeset [789cb984] by
- Correct translation error. svn-id: r40718
- 01:39 Changeset [783fb058] by
- Formatting. svn-id: r40717
- 01:20 Changeset [36ace759] by
- Improve looping of videos, in the demo version of The Feeble Files. …
- 01:13 Changeset [7561bd9d] by
- Remov lots of superfluous debug output. svn-id: r40715
- 00:34 Changeset [136fcb38] by
- SCI: Introduce a new subclass StringFrag of MemObject (does nothing …
- 00:33 Changeset [4755fcb] by
- SCI: got rid of EngineState::savegame_version; some cleanup svn-id: r40713
- 00:02 Changeset [091b347a] by
- SCI: Init the diff .#&$ EngineState::flags field in the constructor …
- 00:02 Changeset [8add60bf] by
- SCI: Cleanup/paranoia checks svn-id: r40711
05/18/09:
- 23:21 Changeset [62190b57] by
- Don't quit when the user selects "Load game" in main menu. svn-id: r40710
- 23:14 Changeset [2f728318] by
- Don't crash on debugger shortcut when no debugger is present. (Fixes …
- 22:11 Changeset [90b4afd4] by
- Add some simple implementation for type 8 data blocks: - Fix sound …
- 22:01 Ticket #7616 (Get new bytecode decompiler from GSoC 2007 ready) closed by
- outdated
- 21:56 Changeset [29cf3ed1] by
- Add support for music in the LoL intro demo. svn-id: r40706
- 21:45 Changeset [273b93f3] by
- Preliminary support for LoL intro demo. svn-id: r40705
- 21:37 Changeset [8576b16] by
- Implement FR#2103654: "AGI sound volume" svn-id: r40704
- 21:36 Ticket #7656 (AGI sound volume) closed by
- 21:35 Changeset [1d90907] by
- Fix bug with AGI ignoring music volume. svn-id: r40703
- 21:02 Changeset [eb92554] by
- Fix bug #2791868: "GUI: Glitch when closing menu after hovering on …
- 21:02 Ticket #4340 (GUI: Glitch when closing menu after hovering on option) closed by
- fixed
- 20:28 Changeset [d66365f3] by
- LOL: fixed automap svn-id: r40701
- 20:08 Changeset [68b3cc89] by
- Fixed long standing palette loading bug in WSA v1 code. svn-id: r40700
- 20:07 Changeset [cc250e00] by
- Don't delay any longer, when engine is asked to quit. svn-id: r40699
- 20:05 Changeset [b70bbcf] by
- tinsel: fixed "Unknown drawing type" for inventory in Discworld PSX …
- 19:56 Changeset [7e11e573] by
- tinsel: start adding transparency support to Discworld PSX svn-id: r40697
- 19:53 Changeset [b1bdbef4] by
- Add some code differences for LoL intro demo. svn-id: r40696
- 18:16 Changeset [a652e1ae] by
- SCI: Added FIXME svn-id: r40695
- 18:15 Changeset [b0c1cf52] by
- SCI: Got rid of EngineState::execution_stack_pos; overally, the …
- 16:00 Changeset [b2b08cc] by
- Typo. svn-id: r40693
- 15:21 Changeset [4ed45785] by
- Removed a leftover simple_said define svn-id: r40692
- 15:07 Changeset [e0366f00] by
- SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted …
- 15:07 Changeset [790e235a] by
- SCI: Removed ENTRY_IS_VALID macro svn-id: r40690
- 15:07 Changeset [9da07f21] by
- SCI: cleanup svn-id: r40689
- 12:36 Changeset [99713ca7] by
- SCI: Tweaks, cleanup svn-id: r40688
- 12:35 Changeset [a0b6f21a] by
- SCI: Fixed Table::initTable to invoke _table.clear() svn-id: r40687
- 12:35 Changeset [62876a5a] by
- SCI: Changed SegManager to not pre-allocate _heap entries (leave the …
- 12:34 Changeset [5170acd0] by
- SCI: Removed the unused member SegManager::gc_mark_bits; changed some …
- 12:34 Changeset [f5945627] by
- SCI: Added a FIXME to graph_save_box svn-id: r40684
- 12:34 Changeset [fc9096b] by
- SCI: Replaced SegManager::getHeap() by Script::getHeap() svn-id: r40683
- 11:57 Changeset [dd12c0d] by
- Oops didn't mean to remove new line from this format string. svn-id: …
- 11:56 Changeset [3406790] by
- Don't print FILE,LINE in *_list related debug output, it would …
- 11:53 Changeset [220fe604] by
- Fix some error/warning calls. (might need some review, from someone …
- 10:40 Changeset [e59e65aa] by
- Fix crash when any movie is played in the Macintosh version of The …
- 09:59 Changeset [ecd893ca] by
- Fixed incorrect order of parameters in the workaround debug message …
- 09:37 Ticket #4344 (WINCE: Compilation broken) created by
- […] […]
- 09:07 Changeset [76ad23d] by
- Added a workaround for LSL6, thanks to waltervn's comments svn-id: r40677
- 08:28 Changeset [1e547f32] by
- Removed the unused file and line parameters from the list and list …
- 07:55 Changeset [1239949e] by
- Changed errors to be fatal, as most of them are fatal conditions. Some …
- 06:34 Changeset [243bb790] by
- LOL: fix "rest party" button (broken after changes to the button …
- 05:31 Ticket #4343 (Automatic savegame fails if directory not present) created by
- […] […]
- 01:39 Changeset [80ed10fc] by
- LOL: - implemented fog spell svn-id: r40673
- 00:03 Changeset [50805cb7] by
- Disable GMM save/load in certain scenes. svn-id: r40672
Note:
See TracTimeline
for information about the timeline view.