Timeline
01/01/10:
- 23:57 Changeset [998d511e] by
- LOL: cleanup svn-id: r46866
- 23:48 Changeset [8407b4d7] by
- SCI: Adlib: Fix bug in master volume handling. svn-id: r46865
- 23:48 Changeset [205f7437] by
- SCI: Fix segfault in dual-language KQ5. svn-id: r46864
- 22:57 Changeset [137744c4] by
- This time properly fix getTotalPlayTime for looped FLAC, MP3 and …
- 22:56 Changeset [2e9d5a5f] by
- Mention in documentation of AudioStream::setNumLoops, that this …
- 22:55 Changeset [61092757] by
- Properly reset _numPlayedLoops in setNumLoops in all AudioStream …
- 22:33 Changeset [8817d6ee] by
- Merge update_nop1 and update_nop2. svn-id: r46860
- 22:26 Changeset [82b4b65b] by
- - Fix out of bounds array access. - Add some asserts in output related …
- 22:17 Changeset [03376d06] by
- SCI/newmusic: removed TODO svn-id: r46858
- 22:16 Changeset [f3cd114c] by
- init _numPlayedLoops inside LinearMemoryStream svn-id: r46857
- 22:15 Changeset [0a965ce] by
- SCI/newmusic: changed setting volume from fade logic, implemented …
- 21:59 Changeset [671cc15b] by
- - Add some asserts - Renamed snd_unkOpcode3 to snd_stopChannel - …
- 21:55 Changeset [d6d4a4f6] by
- SCI: fix build svn-id: r46854
- 21:44 Changeset [37d5692] by
- SCI/newmusic: changed fade volume setting for digital fx to onTimer() …
- 21:41 Ticket #4740 (Large file support) created by
- […] […]
- 21:26 Changeset [44dc3f9b] by
- SCI: kDoAudio now also clips volume and adjusts to mixer volume …
- 21:18 Changeset [f3ca5350] by
- Fix a buffer overflow, thanks to syke svn-id: r46851
- 21:04 Changeset [379ae6df] by
- SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead …
- 20:49 Changeset [967853c0] by
- SCI: volume for sci0 now set to 127, now using constant instead of …
- 20:37 Changeset [6385e77d] by
- Fix undefined operation in setNoPendingVerb (someone with knowledge of …
- 20:26 Changeset [2a9e8356] by
- SCI: Added TODO within kDoAudio svn-id: r46847
- 19:52 Changeset [7b0c1f26] by
- SCI: fixing bad sorting of saved games due MMDDYYYY date saving …
- 19:49 Changeset [ac6adad] by
- Backport of r46844: "Fix out of bounds access reported by syke.". …
- 19:45 Changeset [e757e7a6] by
- Fix out of bounds access reported by syke. svn-id: r46844
- 19:23 Changeset [98194bfe] by
- SCI/new music code: The MIDI driver is now reset whenever the game's …
- 18:57 Changeset [74159e12] by
- SCI/newmusic: set speech soundtype for audio resources played by …
- 17:53 Changeset [64d484bd] by
- SCI/newmusic: adding debug output to setVolume svn-id: r46841
- 17:25 Changeset [78b26921] by
- SCI/new music code: Center pitch wheel when unloading music tracks …
- 17:16 Changeset [763c59bd] by
- Fixed KQ5CD (regression from rev. 46656) svn-id: r46839
- 17:06 Ticket #4739 (Kyrandia 3 Russian MD5) closed by
- duplicate
- 16:57 Changeset [bba2c8ce] by
- Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream …
- 16:42 Changeset [54d9bf4c] by
- Fixed broken savegames when saving with the new music code svn-id: r46837
- 16:28 Changeset [622dd0d1] by
- Implemented setNumLoops() for common audio streams. Implemented …
- 16:15 Changeset [d1b844d] by
- SCI: syncing loop selector... again... fixes qfg1 ending... again... …
- 16:05 Changeset [153cf54] by
- SCI/new music code: Moved processing of digital sound effects outside …
- 15:35 Changeset [74ae4ecc] by
- Added a comment for the reason updateSci0Cues() is called within …
- 15:35 Changeset [5ebadb10] by
- Extend doxygen comment for setNumLoops() svn-id: r46832
- 14:41 Changeset [7bb18a0] by
- SCI/newmusic: doing version check before looking for audio resource …
- 14:38 Changeset [199765b] by
- aligned zoomed picture to the top and fixed actor head animation in …
- 14:33 Changeset [810478e] by
- SCI/newmusic: better solution for volume - using int16 during fade, …
- 14:23 Changeset [25e111bc] by
- SCI: changing volume to int16 again, fixes fadeOut of music and …
- 14:22 Changeset [385c4623] by
- SCI: fixing saved game compatibility svn-id: r46827
- 14:15 Changeset [5b940985] by
- removed debug output svn-id: r46826
- 13:58 Changeset [7e75f0f] by
- Synced the Broken Sword cutscene notes with the trunk. svn-id: r46825
- 13:57 Changeset [eec2109f] by
- Updated the notes about Broken Sword cutscenes to that which I posted …
- 13:54 Changeset [0cdcd593] by
- found zoom tables, added original zoom support. svn-id: r46823
- 13:53 Changeset [a8f7d7e] by
- removed commented out debug svn-id: r46822
- 13:38 Ticket #4739 (Kyrandia 3 Russian MD5) created by
- […] […]
- 13:31 Changeset [8ee5033b] by
- Added setNumLoops() for linear memory streams, enables looping of …
- 13:21 Changeset [7cf1d5bd] by
- SCI/newmusic: added fade and loop capability to samples (looping …
- 13:11 Changeset [ea86c41c] by
- Adding setNumLoops() to AudioStream class svn-id: r46819
- 12:58 Changeset [3ad4dc7c] by
- removed first point from path to avoid zero delta svn-id: r46818
- 12:39 Changeset [a03d7b3a] by
- removed position zeroing in varia resources svn-id: r46817
- 12:14 Changeset [68f4e0f2] by
- minor sizeof cleanup svn-id: r46816
- 11:44 Ticket #4737 (FEEBLE: Unrecognized md5, Polish) closed by
- fixed
- 11:44 Changeset [82c89041] by
- Add Polish Windows 4CD version of The Feeble Files. svn-id: r46815
- 10:08 Changeset [b1b6555c] by
- SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save …
- 09:40 Changeset [ca83c13e] by
- SCI: switch to previous gameid, when importing character data in qfg …
- 09:04 Ticket #4738 (SIMON1: Music does not loop automatically) created by
- […] […]
- 06:41 Changeset [afc4bc12] by
- SCI/new music code: - Resolved a deadlock with the mixer, and added …
12/31/09:
- 23:59 Changeset [ac7c92c6] by
- SCI: kFileIO findFirst/findNext returns only game-specific prefixed …
- 23:59 Changeset [83277949] by
- PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3 …
- 23:54 Changeset [9fff1037] by
- PSP: added disable_dosbox_opl to custom makefile svn-id: r46809
- 23:52 Changeset [080d6da6] by
- Minor additions: added full keypad support to GUI and SCI svn-id: r46808
- 23:43 Changeset [3ce017cc] by
- SCI: fixed typo in unwrapFilename svn-id: r46807
- 22:49 Changeset [038c08ee] by
- removed magic first frame from actor svn-id: r46806
- 18:52 Changeset [d10fc798] by
- Add support for Chinese translated games. svn-id: r46805
- 18:25 Changeset [6d879f15] by
- Reading the whole buffer at once should be more efficient than reading …
- 17:43 Changeset [e56dedec] by
- SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on …
- 17:43 Changeset [e53d82b2] by
- Remove obsolete comment about Myst ME not working. svn-id: r46802
- 16:50 Changeset [ba8b1590] by
- SCI: keyboard events now dont use scancode anymore, fixing …
- 14:59 Changeset [cb6b1e8a] by
- Changed kValidPath() to always return true, regardless of the value of …
- 12:47 Changeset [2e0482ef] by
- N64: some cleanup in osystem svn-id: r46799
- 12:38 Changeset [3b1d4ace] by
- SCI/new music: trigger signal when fade is completed, fixes lsl1 dance …
- 11:14 Changeset [c7ea1a16] by
- Mention the fact that we derive from SSCI by not caching the loop …
- 10:49 Changeset [70a1f7c8] by
- Fix gcc warning svn-id: r46796
- 10:13 Changeset [9f2b658] by
- Worked around what appears to be a bad JPEG image in the Masterpiece …
- 08:55 Changeset [43f349f4] by
- SCI/new music code: removed some hacks svn-id: r46793
- 08:30 Changeset [54245f71] by
- SCI/new music code: The loop selector for each music score is no …
- 08:10 Changeset [762bdc7c] by
- SCI/new music code: Slight cleanup svn-id: r46791
- 05:30 Changeset [92a8d136] by
- kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal …
- 05:11 Changeset [7d131627] by
- Overload the = operator for SciArray which fixes the setType errors in …
- 03:17 Changeset [eb2e4578] by
- Add the Mohawk crew to the credits. svn-id: r46787
- 00:37 Changeset [8578798] by
- Remove the getBeginOffset() hack from Common::SeekableReadStream and …
- 00:06 Changeset [5c52ed9f] by
- Make sure that enough data is read out of the script svn-id: r46785
12/30/09:
- 23:21 Changeset [9c430b52] by
- Fixing an out of array bounds read svn-id: r46784
- 23:13 Changeset [c27c9a84] by
- SCI/newmusic: cmdSendMidi / removed weird midiCmd code - fixes lsl5 …
- 23:02 Changeset [f31c452a] by
- MOHAWK: Reduce header interdependencies svn-id: r46782
- 23:01 Changeset [b0e02675] by
- Get rid of Common::String::emptyString, and also of some port specific …
- 23:01 Changeset [a753f606] by
- MOHAWK: Stop using String::emptyString svn-id: r46780
- 23:00 Changeset [d083e02] by
- Rename Common::Stream::readLine_NEW to readLine svn-id: r46779
- 23:00 Changeset [47f48dd9] by
- spelling svn-id: r46778
- 22:56 Changeset [3a418c13] by
- remove bad hackery caused by n64 port and avoid polluting StdioStream …
- 21:54 Changeset [dc5524bd] by
- SCI: palette merging / comment addition svn-id: r46776
- 21:43 Changeset [046d44eb] by
- SCI: fix palette merging (fixes lsl1demo right at the beginning and …
- 21:22 Changeset [c71fc913] by
- SCI/newmusic: fix loop logic svn-id: r46774
- 21:11 Changeset [a108df30] by
- Add Nintendo 64 port to trunk. svn-id: r46773
- 21:10 Changeset [0de5bac3] by
- Mention Sega CD in NEWS file svn-id: r46772
- 20:51 Changeset [b0b3c6c8] by
- Patch #2923628: "SOMI: Kanji support for japanese MegaCD version" …
- 20:51 Ticket #9128 (SOMI: Kanji support for japanese MegaCD version) closed by
- 19:59 Changeset [ce88f5fb] by
- SCI/newmusic: update loop selector when track is finished (fixes hq1 …
- 19:06 Changeset [6d52bce1] by
- Corrected an old comment. svn-id: r46768
- 18:33 Changeset [d4556f5a] by
- SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so …
- 17:59 Changeset [1e4a775] by
- SCI/new sound code: - call cmdDisposeHandle() instead of soundKill …
- 16:46 Ticket #9128 (SOMI: Kanji support for japanese MegaCD version) created by
- […] […]
- 16:42 Changeset [bfa0c4e9] by
- Now it says "libraries" again joostp. svn-id: r46765
- 16:30 Changeset [7ff4d1e6] by
- Mark MSVC 2010 as experimental in the tool's help output too. svn-id: …
- 16:29 Changeset [de0aba0c] by
- Commit of modified patch 7 "Mention 2010 version in tools README" from …
- 16:29 Changeset [16966727] by
- Commit of patch 6 "Add MSVC10 dists folder (batch file and readme)" …
- 16:28 Changeset [564b2b92] by
- Commit of patch 5 "Add MSVC10 project & solution" from fr #2891357 …
- 16:27 Changeset [ae7a7047] by
- Commit of slightly modified (formatting only) patch 4 "Add MSVC10 …
- 16:06 Changeset [5a55e742] by
- Commit patch 3 "Silence warnings (in project files)" from fr #2891357 …
- 16:04 Changeset [1d2d9ec6] by
- Commit patch 2 "Simplify createBuildProp code" from fr #2891357 …
- 16:03 Changeset [24ac1f63] by
- Commit patch 1 "Extract version specific code" from fr #2891357 …
- 16:00 Changeset [5382aa1a] by
- SCI32: - Set signature for Array/String - Add the kernel table …
- 15:48 Changeset [fd2d0fc7] by
- Formatting. svn-id: r46755
- 15:41 Ticket #4736 (AMIGAOS4: Compiler error) closed by
- fixed
- 15:41 Changeset [7475bbbc] by
- Fix bug #2923380 (AMIGAOS4: Compiler error) svn-id: r46753
- 15:38 Changeset [a314df5] by
- Switched to the new pathfinding code, after talking with waltervn …
- 15:29 Changeset [b775c03c] by
- Use the special Cinepak YUV2RGB function in the Cinepak decoder. This …
- 15:24 Changeset [ed41d797] by
- Wrapped some IHNM-specific code around appropriate ifdef's svn-id: r46749
- 15:01 Changeset [6305dde6] by
- Fixed warnings svn-id: r46747
- 14:55 Changeset [5f9febd1] by
- Update comments to reflect the changes used for Mohawk. svn-id: r46746
- 14:46 Changeset [3e96fd7d] by
- Whitespace fixes svn-id: r46745
- 14:31 Changeset [17454ee8] by
- Initial implementation of the SCI21 kList kernel function (which calls …
- 14:13 Changeset [dde1f293] by
- SCI: support for uncompressed sci1 views (fixes qfg3 demo) svn-id: r46743
- 14:00 Changeset [d8b67ed] by
- SCI32: Moved all the list related kernel functions inside klists.cpp, …
- 13:43 Changeset [bbc52c13] by
- Implemented ListFirstTrue(), thanks to the help of waltervn. Now, …
- 13:19 Changeset [5430de79] by
- SCI32: added handling of variable selectors in kListEachElementDo() …
- 12:55 Changeset [0e63912] by
- SCI32: added some of clone2727's changes to kArray and kString, and …
- 10:42 Changeset [dbfdd744] by
- Updated documentation of the VMD decoder to indicate which SCI32 games …
- 10:09 Changeset [bcc33871] by
- The wrapper for the VMD decoder is only used in the SCI engine for …
- 09:52 Ticket #4737 (FEEBLE: Unrecognized md5, Polish) created
- […] […]
- 08:51 Ticket #4736 (AMIGAOS4: Compiler error) created by
- […] […]
- 07:30 Changeset [69c71c76] by
- Removed some unnecessary whitespace. Changed some spaces to tabs. …
- 07:14 Changeset [1a66ad8] by
- Re-indentet switch() blocks to follow ScummVM indentation style. (I've …
- 07:00 Changeset [516495a4] by
- Silence some warnings seen in the buildbot. svn-id: r46733
12/29/09:
- 23:25 Changeset [2576f4b0] by
- SCI/newmusic: fixed fading (fixes gk1 demo, park area) svn-id: r46730
- 23:20 Changeset [fb8ecae7] by
- Add Mohawk engine code. Part 2/3: common code changes. svn-id: r46728
- 23:18 Changeset [0ea022d] by
- Add Mohawk engine code. Part 1/3: main code. svn-id: r46727
- 23:13 Changeset [5f1d2a88] by
- Fix warning svn-id: r46726
- 22:35 Ticket #4713 (GUI Tools: compress_scumm_san and _bun do not work) closed by
- fixed
- 22:26 Changeset [c992cd0] by
- SCI: returning back raw == 0, when script trying to access invalid …
- 21:37 Changeset [3e5d8280] by
- SCI: dont crash when scripts are trying to access invalid memory …
- 20:41 Changeset [bca313c6] by
- Typo. svn-id: r46717
- 19:44 Changeset [c453790e] by
- Updated module.mk svn-id: r46716
- 19:42 Changeset [14d4b75a] by
- Added a thin wrapper around the VMD player class, so that it can be …
- 18:28 Changeset [ef0f485] by
- SCI/newmusic: Removed playlist-feature from cmdResumeHandle cause that …
- 18:17 Changeset [0fb1c8b1] by
- SCI/newmusic: dont do pause/resume on the whole playlist prior …
- 18:07 Changeset [10e62ea] by
- Adding a getFrameWaitTime() method to get the frame waiting time …
- 17:31 Ticket #4735 (TEENAGENT: Choppy animation) created by
- […] […]
- 17:10 Changeset [881b8310] by
- Adding CoktelVideo::hasExtraData(void), for checking if /any/ extra …
- 12:25 Changeset [b7206b0] by
- SCI/newmusic: changed pauseCounter again ;) svn-id: r46707
- 09:28 Changeset [e44cc2c7] by
- SCI/newmusic: changed pausecounter behaviour within resume svn-id: r46706
- 08:56 Changeset [2d7c1e2c] by
- Corrected the Russian Discworld 1 MD5 values svn-id: r46704
- 02:21 Changeset [dabfe53c] by
- Reverted rev #46647 - the title music in Codename: Iceman works …
- 01:36 Changeset [dbbe7fd7] by
- SCI/new music code: Fixed loading of saved games. Also, stopped sounds …
- 01:27 Changeset [a6aa3d63] by
- Better checking for the cmdMuteSound and cmdVolume special cases …
- 01:24 Changeset [53068b9e] by
- Removed leftover debug output svn-id: r46698
- 00:22 Changeset [ac4551a3] by
- SCI/new music code: cmdPauseHandle/cmdResumeHandle now work for SCI0 …
12/28/09:
- 22:57 Changeset [b65e4a8f] by
- SCI/newmusic: Added pausecounter cause sierra sci also does this …
- 22:52 Changeset [dd1fc9c1] by
- SCI/new music code: Implemented cmdSendMidi, and removed access to …
- 22:45 Changeset [faff5b21] by
- SCI/newmusic: Added comment about weird sierra sci behaviour svn-id: …
- 22:35 Changeset [f8abf062] by
- SCI/newmusic: Accept object 0:0 in cmdPauseHandle, pause the whole …
- 22:06 Ticket #4734 (WINDOWS: Touchscreen Bug) created by
- […] […]
- 21:06 Changeset [34e21c37] by
- SCI: Further objectify MusicEntry svn-id: r46689
- 21:04 Changeset [ebbc33c3] by
- Spelling: Par*r*tition svn-id: r46688
- 21:03 Changeset [81a1d458] by
- SCI: Start objectifying MusicEntry svn-id: r46687
- 21:00 Changeset [594e2026] by
- cleanup svn-id: r46686
- 20:58 Changeset [3aded71f] by
- SCI: Make some code comply to our naming conventions svn-id: r46685
- 20:10 Changeset [5cb5fe22] by
- SCI/new sound code: - Made the SciMusic class private, and added …
- 19:39 Ticket #9127 (TEENAGENT: Screenshots) created by
- […] […]
- 17:17 Changeset [871d5c53] by
- Moved the OLD_PATHFINDING define inside sci.h, together with the …
- 16:23 Changeset [0a6e212] by
- SCI/new music code: Added a workaround for a music-related game bug in …
- 16:21 Changeset [3c6b7ce3] by
- Fixed music pausing svn-id: r46677
- 15:53 Changeset [b6ca6381] by
- Create the stream dynamically in playSoundData(), to avoid a crash …
- 15:08 Changeset [9f630956] by
- LOL: fixed debug message svn-id: r46675
- 14:22 Changeset [29738624] by
- Added a workaround for an off-by-one invalid species access bug in the …
- 11:23 Changeset [62c1c263] by
- SCI/new music code: Implemented the "songlib" debug command svn-id: r46670
- 10:42 Changeset [f41674fd] by
- SCI/new music code: Hanging notes now stop when a sound is …
- 10:27 Changeset [f93537b2] by
- SCI/new music code: Fixed a race condition when removing a sound from …
- 06:25 Ticket #4626 (DW1: Discworld Russian and MacOS support) closed by
- 06:24 Changeset [84569c4] by
- Added MD5 data for Russian Discworld 1 svn-id: r46667
- 00:15 Changeset [6c8ee76f] by
- SCI/new music code: Fixed music fading in SCI2 - seems like setting …
12/27/09:
- 23:46 Changeset [5adb6277] by
- SCI/new music code: - Switched to Common::StackLock for mutexes - …
- 23:35 Changeset [fedd4f10] by
- Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad …
- 22:55 Changeset [538806af] by
- SCI/newmusic: fixed warning svn-id: r46663
- 22:41 Changeset [86306e1e] by
- wCompressed is still a uint16 in SCI32, so correct the vol version …
- 22:34 Changeset [420ab430] by
- Add support for external wave files used as audio resources in the …
- 22:14 Ticket #9126 (DRACI: Screenshots for the Polish version) created by
- […] […]
- 21:45 Ticket #9125 (DRACI: Screenshots for the Czech version) created by
- […] […]
- 20:56 Changeset [9511b474] by
- fix resource refactor regression svn-id: r46659
- 20:49 Ticket #9124 (DRACI: Screenshots for the English version) created by
- […] […]
- 20:38 Changeset [4f78c872] by
- SCI/newmusic: Accept WAVE files as audio resources (needed for gk1 …
- 19:16 Changeset [264bec30] by
- Implement kPlatform subfunctions 0 and 2, and stub 1 and 3 (CD speed …
- 18:24 Changeset [3b30b1d] by
- SCI/newmusic: fix getting of mastervolume. cause of rounding we will …
- 18:21 Changeset [3e915d9e] by
- implemented fade in/out effects svn-id: r46653
- 16:44 Changeset [95f90be7] by
- Fixed priority bug svn-id: r46652
- 15:41 Changeset [e371c4a1] by
- SCI/newmusic: Fixed fading (fixes intro of castle of brain) svn-id: r46651
- 15:24 Changeset [ac224a7f] by
- Removed _hasNodePtr svn-id: r46650
- 15:23 Changeset [4cbac8a2] by
- Added some currently disabled code to be used when sound fading is …
- 14:25 Changeset [fbf1bada] by
- cmdGetPolyphony always returns true in SCI0, according to specs …
- 14:13 Changeset [3936861b] by
- allowed list to be sorted with default comparator svn-id: r46644
- 14:11 Changeset [9f37be31] by
- SCI/new music code: - Implemented sound muting - Now saving/loading …
- 13:58 Changeset [69ba1ee0] by
- Some more code format fixes. svn-id: r46641
- 13:33 Changeset [cddb95d9] by
- more code convention fixes svn-id: r46640
- 13:25 Changeset [17380ba0] by
- added whitespace to conform code convention svn-id: r46639
- 13:19 Changeset [668ecc5d] by
- replaced bubble sort with quick sort added distance(a, b) functions …
- 12:54 Changeset [fabe51c1] by
- Renamed gameName -> gameId, to keep the same vocabulary everywhere …
- 12:38 Changeset [f01a6c9a] by
- SCI/newmusic: moving commented assert svn-id: r46632
- 12:33 Changeset [fb237cd7] by
- SCI/newmusic: now playing sample data for sci0 games (this also fixes …
- 12:27 Ticket #9123 (Nintendo64 Port) created by
- […] […]
- 12:21 Changeset [6af32b5b] by
- Really fixed compilation svn-id: r46630
- 12:17 Changeset [e6ad7523] by
- SCI/newmusic: now adding digital sample data as separate channel for …
- 12:12 Changeset [19cb4ad6] by
- Hopefully fixed compilation svn-id: r46628
- 11:56 Changeset [6536432] by
- Changed some comments svn-id: r46624
- 11:43 Changeset [0a771e1] by
- SCI/new music code: - Removed a lot of accessors to the music list, …
- 11:12 Changeset [3c99391b] by
- Add some tests for checkSort just in case... :-) svn-id: r46622
- 11:12 Changeset [11a835b6] by
- Typo. svn-id: r46621
- 11:06 Changeset [cbeb0011] by
- Do not use TS_ASSERT_EQUALS in checkSort, but rather let return …
- 11:05 Changeset [1cd917f6] by
- More cleanup. svn-id: r46619
- 11:05 Changeset [7f8beedd] by
- Use some pseudo random numbers in test_container_sort. svn-id: r46618
- 10:47 Changeset [835c6c0d] by
- Cleanup. svn-id: r46617
- 10:05 Changeset [18d4bbdc] by
- fixed typo svn-id: r46616
- 09:54 Changeset [60b3365] by
- added tests for sort() functions svn-id: r46615
- 03:57 Changeset [ebb39179] by
- SCI32: Partially implemented kOnMe. Now the main menu in GK1 works …
- 02:57 Changeset [88516633] by
- Turned some unimplemented debug related kernel functions into dummy …
- 02:55 Changeset [e9390546] by
- Silenced a chatty console debug message svn-id: r46612
- 02:46 Changeset [b1c37aee] by
- SCI/new music code: split the MidiParser class into a separate file …
- 02:29 Changeset [93bdde9] by
- The state selector is only available in SCI0 games svn-id: r46610
- 01:49 Changeset [a4990f6f] by
- Now using m_kiewitz's picture code to show pictures in SCI32. Also …
- 00:34 Ticket #4733 (BS2: 100% CPU usage) created by
- […] […]
Note:
See TracTimeline
for information about the timeline view.