Timeline
02/18/10:
- 23:31 Changeset [fd9b5250] by
- Mohawk : Update with work on Myst EXIT opcodes to work out purpose. …
- 16:04 Ticket #4772 (Gob: ScummVM quits on pause) created by
- […] […]
- 15:53 Ticket #4771 (KYRA: Error when loading non-existent savegame) created by
- […] […]
02/17/10:
- 23:38 Changeset [ee1110a] by
- SCI: Reduce header interdependencies svn-id: r48086
- 23:37 Changeset [86e34c3] by
- SCI: Rename some members of class Resource svn-id: r48085
- 23:37 Changeset [903b694] by
- SCI: Cleanup resource.h svn-id: r48084
- 23:36 Changeset [26b7f0bb] by
- SCI: Remove hack in convertSierraGameId which caused a memory leak …
- 23:05 Changeset [3452f5e] by
- Implement stopMovie() for Riven. Fixes some dome related videos. …
- 22:02 Ticket #4770 (TEEN: Cannot use rake on grass) closed by
- fixed
- 22:01 Changeset [f0d8084c] by
- fixed "Cannot use rake on grass - ID: 2953464" svn-id: r48081
- 19:59 Changeset [2ab3e0f] by
- Mohawk : Adding resource cache class and integrating into Myst engine. …
- 16:57 Ticket #7750 (ScummVM for PSP!) closed by
- invalid
- 16:39 Ticket #7750 (ScummVM for PSP!) created by
- […] […]
- 16:18 Changeset [c8470e1d] by
- Use Common::KEYCODE_* instead of ASCII values for keycode comparison. …
- 16:08 Changeset [5d6b9af7] by
- Use Common::KeyCode instead of int as key type for KeyMap. svn-id: r48078
- 16:07 Changeset [8daaeae] by
- Fix gcc warning. svn-id: r48077
- 11:37 Changeset [bf82639c] by
- Implemented player sprite loading portion of scene enter code svn-id: …
- 11:25 Ticket #4770 (TEEN: Cannot use rake on grass) created by
- […] […]
- 04:20 Changeset [2d03db8] by
- Cleanup handling of the telescope cover combination; matches the …
02/16/10:
- 23:18 Changeset [85bce461] by
- Fascination - Fix syntax (clone2727) svn-id: r48074
- 23:15 Changeset [be9a0946] by
- Implement xgwatch so you can now find out the combination to free …
- 17:32 Changeset [5e24974] by
- Implement xpisland990_elevcombo which allows you to free Catherine. …
- 06:08 Changeset [b54724a] by
- Fix typo in the ospit->tspit linking book RMAP code. svn-id: r48071
- 03:01 Changeset [5fd7dbb4] by
- Move Riven variable randomization to initVars() and implement …
- 01:48 Changeset [b3ab83d8] by
- Add a workaround for two 'spare' variables that can exist in some save …
- 00:12 Changeset [55a97872] by
- Correct a rogue typo. svn-id: r48068
02/15/10:
- 22:17 Changeset [9426e86e] by
- Playtoons - "Fascination" workaround for text is also required for …
- 20:01 Ticket #4769 (HE (16Bit): Inventory items (Cursors) have wrong color) created by
- […] […]
- 17:10 Changeset [cf005b62] by
- SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations. …
- 10:01 Changeset [9de580aa] by
- TINSEL: Cleanup the 'script workaround' code a bit. * Rewrap comments …
- 10:01 Changeset [b246c867] by
- SCI: No need to set _executionStackPosChanged in kDisposeScript, as …
- 00:20 Changeset [975dbef0] by
- SCI: Remove sound/audio.h include from engine/state.h svn-id: r48063
02/14/10:
- 21:57 Ticket #4705 (LURE: Crash in dragon caves) closed by
- fixed
- 21:55 Ticket #4755 (Discworld 1 - Problem with whistle) closed by
- fixed
- 20:23 Ticket #4768 (GUI: Caret blink shaves pixels from the letter underneath) created by
- […] […]
- 20:06 Ticket #9138 (Text boxes should init with the caret at the beginning) created by
- […] […]
- 19:01 Changeset [384acff] by
- Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to …
- 18:30 Changeset [bf17ff87] by
- Fascination - Put correct protracker functions as Paula now accept …
- 12:32 Changeset [f034b8bd] by
- Fixed typo svn-id: r48060
- 12:23 Changeset [07e40558] by
- Moved the reference to AudioPlayer inside SciEngine (as it doesn't …
- 09:14 Ticket #4767 (SCUMM/HE: Spyfox 3 - Sprite problem with Spyfox's head) created by
- […] […]
- 01:54 Changeset [dd5518d3] by
- Add support for samples > 32kb to Paula chip emulation code. In …
- 00:02 Changeset [b7ae9501] by
- Remove an obsolete TODO. svn-id: r48057
02/13/10:
- 23:34 Changeset [1cd9498d] by
- Implement background video support for Riven; some …
- 22:26 Changeset [03e8276] by
- Fascination: REAL fix. Thanks DrMcCoy. svn-id: r48055
- 22:17 Changeset [17de7acd] by
- Fix a crash in previous commit svn-id: r48054
- 21:59 Changeset [5ba36c82] by
- Fascination: - Fix a potential bug in winDraw - Add a hack (and a …
- 17:46 Changeset [b9a11ddb] by
- SCI: Move language related code from EngineState to SciEngine svn-id: …
- 17:46 Changeset [06021f79] by
- SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabled svn-id: r48051
- 17:45 Changeset [e45f0f30] by
- SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead …
- 17:44 Changeset [9575cc0] by
- SCI: Move GameFeatures from EngineState to SciEngine svn-id: r48049
- 17:44 Changeset [a82939c9] by
- SCI: Get rid of EngineState::resMan svn-id: r48048
- 17:43 Changeset [721a57a] by
- SCI: Move Gui/Gfx related permanent objects from EngineState to …
- 17:42 Changeset [ac4d325e] by
- SCI: Add global g_sci pointer to the active SciEngine instance …
- 13:21 Changeset [24fd77eb] by
- Cruise detection entry for english AtariST KixxXL edition svn-id: r48045
- 11:58 Changeset [e17a2bd3] by
- SCI: Change getSciVersionDesc() to return 'const char *' instead of …
- 11:57 Changeset [2c98837] by
- SCI: Remove unused PARSE_HEAP_SIZE svn-id: r48043
- 11:57 Changeset [887f446b] by
- Document Normal2xAspect svn-id: r48042
- 11:57 Changeset [0a131620] by
- cleanup svn-id: r48041
- 11:56 Changeset [8ac5d00] by
- Hide ZipArchive implementation, only expose it via factory functions: …
- 11:49 Changeset [52c2abb] by
- Added the beginnings of scene set-up logic svn-id: r48039
- 11:45 Changeset [1b877ce] by
- Added command variation for dumping quotes and vocab svn-id: r48038
Note:
See TracTimeline
for information about the timeline view.