Timeline
04/28/09:
- 22:56 Changeset [ed914d6] by
- SCI: Improved the Table template a bit by taking advantage of C++ …
- 22:04 Changeset [d62b4c62] by
- Reorder :P svn-id: r40189
- 22:03 Changeset [c69208c0] by
- Added a Spanish Urban Runner svn-id: r40188
- 18:56 Changeset [7661d82a] by
- Some code for the intro only LoL demo. It is disabled currently …
- 18:13 Changeset [bc3dcd4] by
- Set ADGF_DEMO flag for kyra2 seq player based LoL demo. svn-id: r40186
- 18:05 Ticket #7696 (Hollywood Monsters) created by
- […] […]
- 16:00 Changeset [6ca348c9] by
- SCI: Further restructured the SegManager heap tables svn-id: r40184
- 15:59 Changeset [36fcc55] by
- SCI: Removed the evil macros in engine/heapmgr.h, by manually …
- 15:58 Changeset [294bd0dc] by
- SCI: Renamed execution_stack -> _executionStack and turned it into a …
- 15:00 Changeset [01fceec3] by
- Implemented quit dialog box in BRA. svn-id: r40181
- 12:33 Changeset [a4cb413d] by
- SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; …
- 12:33 Changeset [7cfa3bb] by
- SAGA: Moved some code from actor.h to actor.cpp; replaced …
- 12:32 Changeset [e6a7b8ef] by
- SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to …
- 12:25 Changeset [91088718] by
- Added in-game menu for BRA. Load/save is not supported yet. svn-id: r40176
- 12:23 Changeset [19bd929a] by
- * Disk code cleanup. * Added ability to load in-game menu graphics. …
- 11:18 Changeset [d82f49a9] by
- The Playtoons game seem to be more like Last Dynasty than Urban Runner …
- 10:50 Ticket #4321 (SYMBIAN: 0.13.1 does not work on E61i) created by
- […] […]
- 10:23 Changeset [70d181b8] by
- Added a phrase to the 'report bugs' section in the README, asking …
- 10:23 Changeset [f52a0df4] by
- COMMON: Made Common::List::clear more efficient svn-id: r40172
- 10:23 Changeset [9a971c7d] by
- fixed a typo svn-id: r40171
- 08:31 Changeset [f4c294a6] by
- Added a small safeguard to play() svn-id: r40170
- 08:29 Changeset [80a33142] by
- Added some more non-interactive Playtoons demos (thanks jvprat!) …
- 03:12 Ticket #4320 (DW: Music won't play on savegame load) created by
- […] […]
04/27/09:
- 19:38 Changeset [6e566a9b] by
- LOL: added some drawing code and fixed some bugs svn-id: r40167
- 18:56 Changeset [c88b077f] by
- Some minor clean-up svn-id: r40166
- 14:40 Changeset [f177c71] by
- Fixed some silly warnings svn-id: r40165
- 14:25 Changeset [7f20f3bb] by
- COMMON: Improved efficiency of some Common::List methods; added more …
- 14:23 Changeset [e579f91] by
- COMMON: Made sure Common::List and Common::array each have all …
- 14:21 Changeset [6322478] by
- SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code …
- 12:36 Ticket #4319 (Compiler Error: undeclared '__argc' and '__argv') closed by
- invalid
- 12:31 Changeset [b5e9d79] by
- SCI: Turned classtable into a Common::Array<Class> svn-id: r40161
- 12:30 Changeset [462e3bd4] by
- COMMON: Added Functor2Fun; fixed some typos svn-id: r40160
- 12:29 Changeset [5881abb2] by
- SCI: Removed unused vars; doxygenified some comments; cleanup svn-id: …
- 12:22 Ticket #4308 (URBAN: German version) closed by
- fixed
- 12:21 Changeset [3817fbf7] by
- Fixed a method name clash, and changed the Restart dialog to properly …
- 12:19 Changeset [4fa4513] by
- Added a German Urban Runner version, as supplied by goodoldgeorg in …
- 12:03 Ticket #4319 (Compiler Error: undeclared '__argc' and '__argv') created by
- […] […]
- 11:12 Changeset [356288ce] by
- SCI: Rewrote dirty rect code to use Common::List svn-id: r40156
- 11:12 Changeset [b7330174] by
- SCI: Renamed gfx_state_t -> GfxState svn-id: r40155
- 11:11 Changeset [84f0e1d9] by
- COMMON: Added Common::List::front() and back() method (similar to …
- 10:08 Ticket #4318 (Monkey2 Error: Missing object code block(s)) closed by
- invalid
- 08:18 Ticket #4318 (Monkey2 Error: Missing object code block(s)) created by
- […] […]
- 03:00 Ticket #4317 (GUI: Folders not always selectable with keyboard) created by
- […] […]
04/26/09:
- 19:40 Changeset [ed87cbab] by
- Ooops, actually delete[] the correct pointer (yeah, syke, I should …
- 10:25 Changeset [b45f2e21] by
- tinsel: changed PSX CLUT converter to report effective number of …
- 02:20 Ticket #4301 (IHM: Crash when Benny wants to enter the cave) closed by
- 02:00 Changeset [5eb4bdce] by
- Added all the different cases of kDoAudio as enums svn-id: r40150
04/25/09:
- 23:57 Changeset [9af7d48a] by
- Changed the attacker parameter from 0 to 0xFFFF in inflictDamage() …
- 23:42 Changeset [97f3277f] by
- The "attacker" parameter is an unsigned integer, so we can't pass a …
- 23:31 Changeset [dfd02452] by
- SCI: DoSync should work now, but the lip-syncing mechanism also needs …
- 17:58 Changeset [bac22397] by
- Fascination - Squeeze _goblinFuncLookUp and …
- 13:58 Changeset [ca3195b1] by
- Fixed warning. svn-id: r40145
- 13:15 Changeset [ccb64ad] by
- LOL: - Started implementing the fighting system. The damage inflicted …
- 08:50 Changeset [f1893d8f] by
- WIP (still non-working) code for speech sync in CD talkie games (like …
- 06:42 Changeset [86debbd6] by
- Added code to enable Discworld 2 to play directly from the CD (only …
- 06:36 Changeset [d594211a] by
- Bugfix to the coroutine handling in CdDoChange svn-id: r40140
- 02:20 Ticket #8879 (XCode project) closed by
- 02:20 Ticket #4254 (SCI: LSL3 French crashes at start) closed by
- 00:38 Changeset [fa191f25] by
- Gob Compilation - last fix ... (mixed up 7.1 and 7.0) svn-id: r40139
- 00:28 Changeset [8601e5af] by
- svn-id: r40138
- 00:07 Changeset [e575683] by
- MSVC project files for Gob : Add demoplayer and batplayer needed to …
- 00:01 Changeset [15eac04b] by
- Complete general function 0 and 1 based on DrMcCoy suggestion …
04/24/09:
- 23:43 Changeset [951edc01] by
- Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-up …
- 23:31 Changeset [f9c43335] by
- Ooops, changing a const argument is evil, copying it now svn-id: r40134
- 23:26 Changeset [6411c84b] by
- Removing the extra \n in warning()s. warning() already adds "!\n" …
- 23:05 Changeset [2041741] by
- SCI: Initialize pixmap to transparency before decoding cel RLE data. …
- 22:50 Changeset [6ed9adab] by
- Gob - Add entries for different Little Red Riding Hood languages …
- 22:49 Changeset [2d64d452] by
- Gob - Add 12 dummy functions used for the …
- 22:33 Ticket #4316 (COMI: Guybrush walks in place; ESC doesn't stop speech) created by
- […] […]
- 22:29 Changeset [383a2b3] by
- Added supported for BAT-based non-interactive demos, namely the Inca2 …
- 21:30 Changeset [d8972c3] by
- The video now works correctly in the non-interactive Urban Runner demo …
- 20:17 Ticket #4315 (T7G: Doll room flip puzzle impossible to win in some cases) created by
- […] […]
- 20:09 Changeset [beee12a5] by
- Long messages in Eco Quest 1 are now shown correctly svn-id: r40127
- 19:00 Changeset [8baccf8d] by
- Adding support for the non-interactive SCN-based Urban Runner demo. No …
- 18:40 Changeset [de9f2a2] by
- Updated the MSVC project files of the gob engine for commit #40122 …
- 18:38 Changeset [1c2021ca] by
- Changed an error to a warning, to make Longbow playable again svn-id: …
- 18:23 Changeset [3b40c5fb] by
- Added the Woodruff and Playtoons non-interactive demos svn-id: r40123
- 18:23 Changeset [893a3fc7] by
- Added support for SCN-based non-interactive demos svn-id: r40122
- 17:19 Changeset [7d4618d] by
- Fixed typo. svn-id: r40121
- 16:47 Changeset [ea7b198] by
- Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the …
- 15:14 Changeset [10caf646] by
- tinsel: begin modifying drawing function to support psx 4-bit cluts …
- 15:13 Changeset [d7180316] by
- SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an …
- 14:50 Changeset [db8b3cef] by
- SCI: Fix signature of kPalette(). svn-id: r40117
- 14:30 Changeset [8d3cb3bd] by
- SCI: Fix transparency in view-based mouse cursors. svn-id: r40116
- 14:22 Changeset [6f60e0dd] by
- SCI: Turned GfxWidget::draw function pointer into virtual method …
- 14:21 Changeset [bd9a449] by
- SCI: Turned GfxWidget::tag function pointer into virtual method …
- 14:20 Changeset [dadae135] by
- SCI: Turned GfxWidget::print function pointer into virtual method …
- 14:20 Changeset [78213397] by
- SCI: Doxygenified some comments svn-id: r40112
- 13:59 Changeset [2f453cf] by
- Fix regression in handling of keyboard keys. svn-id: r40111
- 12:30 Changeset [c0805599] by
- SCI: Fixed mouse cursor hotspots in ECO1. svn-id: r40110
- 11:54 Changeset [df81ef75] by
- tinsel: added Discworld PSX palette converting function svn-id: r40109
- 10:48 Changeset [6343b2ee] by
- SCI: Changed GfxWidget::set_visual function pointer to virtual method …
- 10:48 Changeset [ebcfd9b0] by
- SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into …
- 10:47 Changeset [80794a6b] by
- SCI: font_nr -> _font svn-id: r40106
- 10:46 Changeset [22a803cc] by
- SCI: Rewrote the port_refs code (fixing at least three serious bugs in …
- 10:46 Changeset [9445439c] by
- SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. svn-id: r40104
- 10:45 Changeset [86b36574] by
- SCI: Started to C++ify the gfxw_widget_t codebase svn-id: r40103
- 10:44 Changeset [6fef323e] by
- SCI: Changed GFXERROR to be fatal svn-id: r40102
- 10:43 Changeset [eb0710c2] by
- SCI: Some const corrections, removed dead stuff, cleanup svn-id: r40101
- 10:42 Changeset [486f10ed] by
- SCI: Store parse_tree_branch_t in a Common::Arraay svn-id: r40100
- 10:11 Changeset [7b11ef42] by
- Minor cleanup. svn-id: r40099
- 10:07 Changeset [d22aeae5] by
- Fix pausing during video play back. svn-id: r40098
04/23/09:
- 22:22 Changeset [457acf5e] by
- Fixed a very stupid error in the RLE decoding function of the VMD …
- 21:06 Changeset [f2bd653] by
- Changed the "Intersections" opcode to "MoveCursor", after verifying it …
- 20:37 Changeset [78f892f8] by
- The mouse cursor is now working in Eco Quest 1, though the hotspot is …
- 19:11 Changeset [001699be] by
- Removed a FIXME concerning CanBeHere and CantBeHere and added an …
- 18:46 Changeset [efc28c1b] by
- Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up …
- 18:17 Changeset [bd2c2b0e] by
- WIP code for kGetMessage (tested with Eco Quest 1). Currently, it …
- 16:17 Changeset [a016ed9] by
- tinsel: start wiring some Discworld PSX graphical functions into …
- 15:29 Changeset [33180805] by
- tinsel: Enable Discworld PSX detection and begin adding some function …
Note:
See TracTimeline
for information about the timeline view.