Age | Commit message (Expand) | Author |
2009-04-29 | Re-introduced the ability to skip the title scenes in Discworld 1. Since the ... | Paul Gilbert |
2009-04-29 | Decreased the dithering LUT's depth to 5 bit per color component. | Sven Hesse |
2009-04-29 | Removed obsolete TODO. | Nicola Mettifogo |
2009-04-29 | Enable music and sound effects in BRA, by default. | Travis Howell |
2009-04-29 | Add support for unpacked data files, in the PC version of PN. | Travis Howell |
2009-04-29 | * Refactored existing save/load code to ease extension | Nicola Mettifogo |
2009-04-28 | SCI: Improved the Table template a bit by taking advantage of C++ features | Max Horn |
2009-04-28 | Reorder :P | Sven Hesse |
2009-04-28 | Added a Spanish Urban Runner | Sven Hesse |
2009-04-28 | Some code for the intro only LoL demo. It is disabled currently though. | Johannes Schickel |
2009-04-28 | Set ADGF_DEMO flag for kyra2 seq player based LoL demo. | Johannes Schickel |
2009-04-28 | SCI: Further restructured the SegManager heap tables | Max Horn |
2009-04-28 | SCI: Removed the evil macros in engine/heapmgr.h, by manually instantiating t... | Max Horn |
2009-04-28 | SCI: Renamed execution_stack -> _executionStack and turned it into a Common::... | Max Horn |
2009-04-28 | Implemented quit dialog box in BRA. | Nicola Mettifogo |
2009-04-28 | SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; likewise fo... | Max Horn |
2009-04-28 | SAGA: Moved some code from actor.h to actor.cpp; replaced Actor::_pathDirecti... | Max Horn |
2009-04-28 | SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ... | Max Horn |
2009-04-28 | Added in-game menu for BRA. Load/save is not supported yet. | Nicola Mettifogo |
2009-04-28 | * Disk code cleanup. | Nicola Mettifogo |
2009-04-28 | The Playtoons game seem to be more like Last Dynasty than Urban Runner (palet... | Sven Hesse |
2009-04-28 | Added a small safeguard to play() | Sven Hesse |
2009-04-28 | Added some more non-interactive Playtoons demos (thanks jvprat!) | Sven Hesse |
2009-04-27 | LOL: added some drawing code and fixed some bugs | Florian Kagerer |
2009-04-27 | Some minor clean-up | Sven Hesse |
2009-04-27 | Fixed some silly warnings | Max Horn |
2009-04-27 | SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use... | Max Horn |
2009-04-27 | SCI: Turned classtable into a Common::Array<Class> | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-27 | Fixed a method name clash, and changed the Restart dialog to properly use the... | Paul Gilbert |
2009-04-27 | Added a German Urban Runner version, as supplied by goodoldgeorg in bug repor... | Sven Hesse |
2009-04-27 | SCI: Rewrote dirty rect code to use Common::List | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-26 | Ooops, actually delete[] the correct pointer (yeah, syke, I should have valgr... | Sven Hesse |
2009-04-26 | tinsel: changed PSX CLUT converter to report effective number of colours used... | Fabio Battaglia |
2009-04-26 | Added all the different cases of kDoAudio as enums | Filippos Karapetis |
2009-04-25 | Changed the attacker parameter from 0 to 0xFFFF in inflictDamage() (which was... | Filippos Karapetis |
2009-04-25 | The "attacker" parameter is an unsigned integer, so we can't pass a negative ... | Filippos Karapetis |
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik |
2009-04-25 | Fascination | Arnaud Boutonné |
2009-04-25 | Fixed warning. | Torbjörn Andersson |
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is wron... | Florian Kagerer |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the first... | Paul Gilbert |
2009-04-25 | Bugfix to the coroutine handling in CdDoChange | Paul Gilbert |
2009-04-25 | Complete general function 0 and 1 based on DrMcCoy suggestion (Hardcoded IMD ... | Arnaud Boutonné |
2009-04-24 | Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-up | Sven Hesse |
2009-04-24 | Ooops, changing a const argument is evil, copying it now | Sven Hesse |
2009-04-24 | Removing the extra \n in warning()s. warning() already adds "!\n" | Sven Hesse |
2009-04-24 | SCI: Initialize pixmap to transparency before decoding cel RLE data. This | Walter van Niftrik |