Timeline
05/30/10:
- 23:31 Changeset [50cd1d1d] by
- Limited access to the script export table and synonyms block svn-id: …
- 23:00 Changeset [4e25867a] by
- SCI: Merge setLockers(1) call into Script::init svn-id: r49337
- 21:49 Changeset [a0ee93ec] by
- SCI: Script exports and synonyms are now initialized when a script is …
- 21:44 Changeset [e13abd77] by
- Add md5's for Myst ME and Riven DVD French. svn-id: r49335
- 21:02 Ticket #4893 (Crash when using smacker cutscenes) created by
- […] […]
- 20:30 Changeset [3b96e483] by
- Cleanup svn-id: r49334
- 20:18 Changeset [1fd3877e] by
- Cleanup svn-id: r49333
- 20:06 Changeset [dc4d61f7] by
- - Merged the SCI0 scriptRelocate() and SCI11 heapRelocate() functions …
- 20:01 Changeset [9c2da78b] by
- kScriptID can be used to load scripts with no exports. Don't throw …
- 18:45 Changeset [016862a] by
- Moved setScriptSize() inside Script::init(), and removed a FIXME - the …
- 17:02 Changeset [29c2f30] by
- Unified the script loading code, and marked an issue with the SCI11 …
- 16:38 Changeset [5cdb13b3] by
- Made load_script() a member of the Script class svn-id: r49328
- 16:14 Changeset [c32e88fe] by
- Limit access to the _bufSize, _scriptSize and _heapSize members of the …
- 15:17 Changeset [0276ec8] by
- Fixed findGameObject() for SCI11 games svn-id: r49326
- 13:42 Changeset [ff3f0f5d] by
- Split test cases for internal and external storage. svn-id: r49325
- 13:41 Changeset [9521f8d0] by
- Typo fixes. svn-id: r49324
- 13:10 Changeset [f02e31f2] by
- Fix non-const version of Common::String::begin. Common::String::begin …
- 13:10 Changeset [0e9156c7] by
- Add a (currently) failing test for reference logic in Common::String. …
- 12:44 Changeset [d0c79d21] by
- Fix file length of zip file members inside ZipArchive (thanks to …
- 12:44 Ticket #4892 (configure executes files in /tmp (r32625-r49320, archl)) created by
- […] […]
- 10:27 Changeset [dbe561c5] by
- Clarify reasoning behind hack in Script::scriptRelocate() svn-id: r49320
- 09:47 Changeset [6884ffc2] by
- PSP: added preliminary support for using ME hardware to play MP3 …
- 08:39 Ticket #7769 (DRASCULA: Add pause mode) created by
- […] […]
05/29/10:
- 23:56 Changeset [5f2ff0b1] by
- Limit access to the _classTable array (now it's directly accessible …
- 23:37 Changeset [67de5b1] by
- Mass renaming of selector-related functions, and removed some defines …
- 23:09 Changeset [4ecacdad] by
- SCI: Merge Script::relocateBlock and Object::relocate The shared code …
- 21:42 Changeset [42d6ed88] by
- SCI: Make Script::_exportTable const (yay :-) svn-id: r49315
- 20:32 Changeset [5143e7ff] by
- Fix typo(?) which prevents streaming code from compiling. svn-id: r49314
- 20:30 Changeset [989c1fd] by
- DS: Various fixes to allow the DS port to compile on DevkitARM r30 and …
- 15:47 Changeset [d3bcb108] by
- Cleanup svn-id: r49312
- 15:29 Changeset [a6156a68] by
- Removed the scriptRelocateExportsSci11() hack. The open spell in …
- 15:27 Changeset [3d09af0] by
- Removed the hack inside findGameObject(), and replaced it with code …
- 15:01 Changeset [708b3789] by
- Fixed regression in SCI2-SCI21 games from commit 49308 svn-id: r49309
- 14:03 Changeset [6f056c6c] by
- Added a method to the resource manager, to limit the places where …
- 08:14 Changeset [928eafc] by
- Fixed potential memory leak found by cppcheck. Though I'm guessing …
- 08:09 Changeset [1c32db1e] by
- Removed some unused variables, found by cppcheck. svn-id: r49306
- 01:56 Changeset [16c559a0] by
- Added again base-backend. Started sdl backend refatoring, file, mutex …
05/28/10:
- 16:47 Changeset [5d21ff28] by
- Silenced some superfluous warnings in KQ5CD svn-id: r49294
- 12:37 Changeset [5b12fda] by
- Added some more info when severe script errors occur svn-id: r49293
- 12:36 Changeset [b2e4e4b] by
- Cleaned up detectGfxFunctionsType() slightly, and made it work for …
- 12:29 Ticket #4891 (LURE: Goewin stuck at the counter) created by
- […] […]
- 10:53 Changeset [d9c0abe0] by
- Cleanup svn-id: r49290
- 10:52 Changeset [e694b66] by
- Added comments to kMergePoly() svn-id: r49289
- 10:45 Changeset [967d9ea3] by
- Added a stub for kMergePoly, to avoid crashing in QFG1VGA after …
- 10:20 Changeset [bea6ef4b] by
- Clarified variable usage for sequence list entry indexes svn-id: r49287
- 10:17 Changeset [145eacd4] by
- Implemented needed methods for scrolling surfaces horizontally or …
- 09:29 Changeset [dad3ad86] by
- SCI: read out vol selector on initSound/playSound for sci1early …
- 05:03 Changeset [6b3d268e] by
- Created base virtual classes for backends subsystems. Removed …
- 00:57 Changeset [f307436] by
- added svn keywords 'Id' and 'URL' to new files svn-id: r49283
- 00:53 Changeset [df2ee91e] by
- added svn keywords 'Id' and 'URL' to new files svn-id: r49282
- 00:27 Changeset [2532c92] by
- typo fix svn-id: r49281
- 00:21 Changeset [19f0b41f] by
- was using the modified linker for the psp for plugins.ld. Now it's a …
05/27/10:
- 23:57 Changeset [b0366e65] by
- Cleanup AVI a bit, add support for stereo audio svn-id: r49279
- 23:47 Changeset [7682a5f] by
- was using the default linker for the psp. Now a modified version of …
- 21:20 Changeset [7029b05] by
- SCI: disabling music fading again, but only for sci32 - drivers seem …
- 20:59 Changeset [bbaf981] by
- correct typo svn-id: r49270
- 20:53 Changeset [d2513c9c] by
- SCI: enabling fading again, issues in pharkas and gk1demo are actually …
- 20:29 Changeset [4ba291d4] by
- GUI: Fix about dialog regression from my previous commit svn-id: r49268
- 19:34 Changeset [b99d65e5] by
- Fix for bug #3007656: "GMM: Crash in 320x200" svn-id: r49267
- 19:34 Changeset [a03b5a34] by
- GUI: Reduce code duplication in about dialog svn-id: r49266
- 19:34 Ticket #4890 (GMM: Crash in 320x200) closed by
- fixed
- 17:47 Changeset [a32b7b38] by
- Fix starting GK1. svn-id: r49265
- 17:43 Changeset [845c34ee] by
- SCI: removing tab from vo output (debug console) svn-id: r49264
- 17:41 Changeset [453d13dc] by
- SCI: fixing -propDict- selector on instances to contain -propDict- of …
- 12:00 Changeset [5f5dcbad] by
- Added an explanation for audio36 and sync36 external patches svn-id: …
- 11:26 Changeset [cfed70df] by
- SCI: fixing resuming samples - fixes hang when ship is flying away …
- 08:09 Changeset [e5eaf3e] by
- Split all of the audio-related functions of the resource manager in a …
- 07:50 Changeset [739f551] by
- Slight formatting, and added a note that audio36 and sync36 resource …
- 06:21 Changeset [5f53683c] by
- PSP: fixed a screen shake bug svn-id: r49258
- 06:11 Changeset [f7ba7b46] by
- PSP: fixed issue with handling of EOS. Caused crashes. svn-id: r49257
- 05:03 Changeset [0fdfd5d] by
- added files for ps2 loadable modules (mainly transplanted from psp …
- 03:15 Changeset [99fc5cbf] by
- Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ …
- 02:15 Changeset [7f678907] by
- Add some null checking when pausing/resuming videos. svn-id: r49254
05/26/10:
- 23:22 Changeset [fab28cb7] by
- minor initial commit for ps2 plugins. Added ps2-provider code svn-id: …
- 22:45 Ticket #4890 (GMM: Crash in 320x200) created by
- […] […]
- 22:05 Changeset [2c2a1fa1] by
- Made _k_new_node() a method of the segment manager, and fixed a bug …
- 20:48 Changeset [d35121fc] by
- SCI: fixing kReadNumber to behave like in sierra sci (non standard …
- 20:34 Ticket #4889 (AMIGA: Assertion on start) created by
- […] […]
- 19:54 Changeset [947edd0] by
- Replace SCUMM F5 dialog by GMM & add help button to GMM The new …
- 18:11 Changeset [db475d1] by
- SCI: More const related changes; remove unnecessary casts which hide …
- 17:15 Changeset [2fa8ac05] by
- SCI: adding another workaround for picture 376 in sq4/cd (same issue …
- 16:30 Changeset [0197e9f6] by
- SCI: Making various object and script related things const svn-id: r49246
- 16:21 Ticket #4888 (SCI LSL3: Door slam sound incorporated in background music) created by
- […] […]
- 15:42 Changeset [017507ff] by
- Take any 'moov' resource from a resource fork, not just 0x80; minor …
- 15:41 Changeset [7b8837cd] by
- SCI: Simplify appending string 'seeker' to sierraId svn-id: r49244
- 15:04 Ticket #4887 (SCI LSL3: Music lost in Island Jungle) created by
- […] […]
- 14:43 Changeset [8b54efd8] by
- PSP: implemented basic file cache. Turns out the PSP reads 1 byte as …
- 14:31 Changeset [af8a82a] by
- Fixed compilation svn-id: r49242
- 14:25 Changeset [bfaba64c] by
- Made find_unique_script_block() a member of the Script class svn-id: …
- 13:44 Ticket #9166 (Don't discard all command line options when running GUI) closed by
- wontfix
- 13:27 Changeset [d502bdf] by
- Add safeguards when no engines with engine-data are included. Inspired …
- 13:26 Changeset [2f4f70f3] by
- Patch #2951677: Text boxes should init with the caret at the beginning …
- 13:24 Changeset [1a01caec] by
- SCI: adding another hack to sci32 picture drawing, fixes crash in …
- 13:23 Ticket #9165 (GSoC: MAKEFILE: Fix builds when no engine-data is used) closed by
- 13:14 Ticket #9138 (Text boxes should init with the caret at the beginning) closed by
- 13:11 Changeset [163847b2] by
- Fix the 'boiling water' videos in the boiler puzzle. svn-id: r49237
- 12:15 Changeset [f2dda519] by
- Have makeADPCMStream use the entire stream if the size is 0 (as it …
- 11:56 Changeset [14fae8d] by
- Proper fix for the MSVC warning concerning packing: reordered the …
- 11:02 Changeset [3187149c] by
- Avoid adding a null char in the sierraId Common::String svn-id: r49234
- 10:37 Changeset [65fa2f5a] by
- Formatting svn-id: r49233
- 10:35 Changeset [1bee6da] by
- Added more info to the warning thrown when argc > 1 while modifying a …
- 09:59 Changeset [9a66bfb5] by
- After running some tests, it appears that modifying argc inside …
- 09:33 Changeset [1818fa13] by
- Silence a warning inside send_selector(): argc > 0 means "write …
- 08:32 Changeset [eca8c35c] by
- Gave proper names to each flag in the message flag set svn-id: r49229
- 08:27 Changeset [1c0bbb10] by
- More work on controlling access to members of the Object class: - …
- 06:53 Changeset [60dd3106] by
- Cleanup svn-id: r49227
- 06:45 Changeset [ad9772f] by
- Properly fixed MSVC warning C4121 (alignment of a member was sensitive …
- 06:44 Changeset [2c6ea824] by
- Reverted commit #49107 - it is pointless to keep silencing this …
- 03:43 Changeset [cd5e90f2] by
- Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and …
05/25/10:
- 20:47 Ticket #9139 (Minor update to SCUMM debugger command 'passcode') closed by
- 20:47 Changeset [b8df2264] by
- Patch #2959341: Minor update to SCUMM debugger command 'passcode' …
- 20:28 Ticket #4882 (Tools, Zak C64 German: crash due to padding bytes) closed by
- fixed
- 19:30 Ticket #7767 (Please support Chopper Commando 2) closed by
- wontfix
- 19:06 Ticket #7768 (Support for external full screen) created by
- […] […]
- 18:48 Changeset [71436c5a] by
- SCI: adding comment about error() on pattern opcodes sci1.1+ svn-id: …
- 18:45 Changeset [aa8c6377] by
- SCI: error out on pattern opcodes inside vector data when drawing …
- 18:11 Changeset [5f3952e5] by
- Fix a Myst regression: not a good idea to use memset on a …
- 18:10 Ticket #7767 (Please support Chopper Commando 2) created by
- […] […]
- 15:38 Changeset [849cfe4f] by
- SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes …
- 12:53 Changeset [2502038e] by
- SCI: sci1.1 uses hardcoded white for picture cel data instead of the …
- 12:04 Changeset [5317b819] by
- SCI: sci1.1 changed priority to 15, when adding to picture - fixes …
- 11:54 Changeset [961a64a9] by
- Bugfix to allow timed text to display in the correct colours svn-id: …
- 11:40 Ticket #4885 (FOTAQ Amiga: crashes reporting assertion failure) closed by
- fixed
- 11:40 Ticket #9188 (rjp1: calculate sample length correctly) closed by
- 11:35 Changeset [7bbbaf7d] by
- Patch #3006178: "rjp1: calculate sample length correctly" Fixes bug …
- 10:46 Changeset [a83aafa] by
- Changed the font system to allow for multiple fonts to be loaded …
- 03:46 Changeset [4a884120] by
- Implement *scpbtn and *_domecheck. The domes can now be opened/closed …
- 03:35 Changeset [3c629571] by
- removed .deps, modified properties, reverted TODO svn-id: r49207
- 02:35 Changeset [ab540af] by
- Fix a regression with rewinding in QuickTime videos (looping works in …
Note:
See TracTimeline
for information about the timeline view.