Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-25 | Till we specify an common behavior when loading a game state on startup ↵ | Johannes Schickel | |
fails / the user tries to load an non existing save slot, change Tinsel to start up the game as if no slot was specified. (This 'fixes' bug #2796215 "DW: Black screen when loading via command line") svn-id: r40890 | |||
2009-05-25 | tinsel: remove the ugly psx l-space workaround, and instead add a check into ↵ | Fabio Battaglia | |
PlayMidi for psx version svn-id: r40884 | |||
2009-05-25 | tinsel: add PSX specific code to workaround the thief bug in past ↵ | Fabio Battaglia | |
ankh-morpork, i still have to give a better look at this though svn-id: r40882 | |||
2009-05-25 | tinsel: avoid unnecessary iterations in Discworld PSX palette remapper | Fabio Battaglia | |
svn-id: r40879 | |||
2009-05-25 | tinsel: Discworld PSX uses "index.dat" as scene index file, not "index" | Fabio Battaglia | |
svn-id: r40878 | |||
2009-05-25 | tinsel: add entry in detector for Discworld PSX demo | Fabio Battaglia | |
svn-id: r40877 | |||
2009-05-25 | tinsel: endianess fix Discworld PSX palette remapper | Fabio Battaglia | |
svn-id: r40876 | |||
2009-05-24 | tinsel: fix some uninitialized var used in Discworld PSX | Fabio Battaglia | |
svn-id: r40875 | |||
2009-05-24 | tinsel: fix for CLUT palettes in Discworld PSX | Fabio Battaglia | |
svn-id: r40873 | |||
2009-05-24 | tinsel: Changes to psx palette conversion function | Fabio Battaglia | |
svn-id: r40869 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-24 | tinsel: fix graphic corruption caused by wrong clipping of 8-bit images in ↵ | Fabio Battaglia | |
Discworld PSX svn-id: r40864 | |||
2009-05-24 | tinsel: take into account clipping when drawing PSX 4-bit images | Fabio Battaglia | |
svn-id: r40862 | |||
2009-05-24 | tinsel: disable midi playing for Discworld PSX, as the game uses the ↵ | Fabio Battaglia | |
proprietary (and unsupported) PlayStation SEQ format svn-id: r40860 | |||
2009-05-24 | tinsel: sound samples and speech support for Discworld PSX using VAG. Based ↵ | Fabio Battaglia | |
on a patch provided by clone2727 svn-id: r40852 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-05-18 | tinsel: fixed "Unknown drawing type" for inventory in Discworld PSX | Fabio Battaglia | |
svn-id: r40698 | |||
2009-05-18 | tinsel: start adding transparency support to Discworld PSX | Fabio Battaglia | |
svn-id: r40697 | |||
2009-05-16 | Add detection for Russian version of DW2. | Eugene Sandulenko | |
svn-id: r40622 | |||
2009-05-15 | Added detection entry for Hebrew Discworld 1 release | Paul Gilbert | |
svn-id: r40614 | |||
2009-05-15 | tinsel: fix drawing of some sprites, cursor and fonts in discworld PSX, ↵ | Fabio Battaglia | |
palette is still wrong though svn-id: r40606 | |||
2009-05-04 | TINSEL: Added FIXME comment about a valgrind warning (calling strcpy on ↵ | Max Horn | |
overlapping strings is unsafe) svn-id: r40307 | |||
2009-04-29 | Fixed dword alignment warning (as reported by salty-horse) | Paul Gilbert | |
svn-id: r40198 | |||
2009-04-29 | Re-introduced the ability to skip the title scenes in Discworld 1. Since the ↵ | Paul Gilbert | |
exact scene numbers differed between language versions, this new version simply relies on skipping the first four screens - hopefully, none of the various versions will have any extra title screens. svn-id: r40196 | |||
2009-04-27 | Fixed a method name clash, and changed the Restart dialog to properly use ↵ | Paul Gilbert | |
the renamed method, rather than just setting the global variable directly svn-id: r40158 | |||
2009-04-26 | tinsel: changed PSX CLUT converter to report effective number of colours ↵ | Fabio Battaglia | |
used in the palette svn-id: r40151 | |||
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the ↵ | Paul Gilbert | |
first CD - Cd swap still doesn't work) or from files copied to the hard disk without the .smp/txt/idx files being properly renamed (again only for the first Cd). svn-id: r40141 | |||
2009-04-25 | Bugfix to the coroutine handling in CdDoChange | Paul Gilbert | |
svn-id: r40140 | |||
2009-04-24 | tinsel: begin modifying drawing function to support psx 4-bit cluts | Fabio Battaglia | |
svn-id: r40119 | |||
2009-04-24 | tinsel: added Discworld PSX palette converting function | Fabio Battaglia | |
svn-id: r40109 | |||
2009-04-23 | tinsel: start wiring some Discworld PSX graphical functions into engine | Fabio Battaglia | |
svn-id: r40091 | |||
2009-04-23 | tinsel: Enable Discworld PSX detection and begin adding some function to ↵ | Fabio Battaglia | |
support Discworld PSX graphics svn-id: r40090 | |||
2009-04-19 | tinsel: adding (disabled) detector entry for Discworld 1 PSX UK version | Fabio Battaglia | |
svn-id: r40021 | |||
2009-04-09 | TINSEL: Added some doxygen comments to the Tinsel coroutine code | Max Horn | |
svn-id: r39908 | |||
2009-03-30 | TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling ↵ | Johannes Schickel | |
-Wparentheses in the Makefile"). svn-id: r39759 | |||
2009-03-23 | Bugfixes for incorrect Poly class usage in the CheckNPathIntegrity DEBUG method | Paul Gilbert | |
svn-id: r39627 | |||
2009-03-23 | Removed unused variables from a DEBUG method | Paul Gilbert | |
svn-id: r39625 | |||
2009-03-22 | TINSEL: More polygon code cleanup | Max Horn | |
svn-id: r39618 | |||
2009-03-22 | TINSEL: cleanup | Max Horn | |
svn-id: r39617 | |||
2009-03-21 | Converted some leftover tinselV1 code, so that the engine builds when DEBUG ↵ | Filippos Karapetis | |
is set svn-id: r39598 | |||
2009-03-19 | Added some more debug messages | Sven Hesse | |
svn-id: r39532 | |||
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵ | Max Horn | |
SCI engine svn-id: r39428 | |||
2009-03-12 | TINSEL: Added Serializer::skip() convenience method | Max Horn | |
svn-id: r39350 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-01 | add virtual keyboard backend hints for savegame name | Kostas Nakos | |
svn-id: r39056 | |||
2009-03-01 | only center vertically in DW2 | Kostas Nakos | |
svn-id: r39052 | |||
2009-03-01 | silence compiler warnings: the names of some tinsel defines were shadowing ↵ | Kostas Nakos | |
standard winapi defines svn-id: r39049 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 |