Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-06 | Cleanup | Filippos Karapetis | |
svn-id: r35259 | |||
2008-12-06 | Implemented the Tinsel v0 WrtNonZero graphics renderer | Paul Gilbert | |
svn-id: r35258 | |||
2008-12-06 | Library routine and interpreter fixes for the DW1 demo | Paul Gilbert | |
svn-id: r35257 | |||
2008-12-06 | T7G: Fix for performance issue in save/load screen when hovering savegames | Scott Thomas | |
svn-id: r35256 | |||
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in ↵ | Nicola Mettifogo | |
all locations. These items are now all handled in screen coordinates which are translated automatically by the renderer. svn-id: r35255 | |||
2008-12-06 | Simplified scrolling calculations. | Nicola Mettifogo | |
svn-id: r35254 | |||
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues ↵ | Nicola Mettifogo | |
in scrollable locations are a bit messed up for the moment. svn-id: r35253 | |||
2008-12-06 | Beginning of support for DW1 Demo - Interpret has been changed to support ↵ | Paul Gilbert | |
opcode differences, and CallLibraryRoutine has a new mapping list of routines svn-id: r35252 | |||
2008-12-05 | Removed unused variable | Filippos Karapetis | |
svn-id: r35251 | |||
2008-12-05 | Removed more unneeded test code | Filippos Karapetis | |
svn-id: r35250 | |||
2008-12-05 | Evaluating kFeaturesPalette flag for VMDs. Now you can actually see ↵ | Sven Hesse | |
something in Urban Runner (though it's far from pretty) svn-id: r35249 | |||
2008-12-05 | Bugfix for correctly leaving from looking at the Rite of AshkEnte scroll | Paul Gilbert | |
svn-id: r35248 | |||
2008-12-05 | Parsing fixes for Urban Runner | Sven Hesse | |
svn-id: r35247 | |||
2008-12-04 | Cleanup | Filippos Karapetis | |
svn-id: r35246 | |||
2008-12-04 | Do not redraw the whole scene if an overlay is drawn above it | Filippos Karapetis | |
svn-id: r35245 | |||
2008-12-04 | This should make the US version work | Sven Hesse | |
svn-id: r35243 | |||
2008-12-04 | Correcting the language for GRB/USA | Sven Hesse | |
svn-id: r35242 | |||
2008-12-04 | Removed more test code and performed some cleanup | Filippos Karapetis | |
svn-id: r35241 | |||
2008-12-04 | Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r35240 | |||
2008-12-04 | Changing the GobEngine to use its dirty rects also for OSystem-copies, ↵ | Sven Hesse | |
instead of relying on kFeatureAutoComputeDirtyRects svn-id: r35239 | |||
2008-12-04 | Disabled all the test functions in SAGA. They can be enabled again by ↵ | Filippos Karapetis | |
defining SAGA_DEBUG to 1 in saga.h. This cuts down on the engine size a bit, for devices with little memory (e.g. the DS) svn-id: r35238 | |||
2008-12-04 | Fix typo. | Kari Salminen | |
svn-id: r35237 | |||
2008-12-04 | Added missing include. | Johannes Schickel | |
svn-id: r35236 | |||
2008-12-04 | Fix for GUI compile error described in bug #2387217 "WINCE: SVN trunk ↵ | Johannes Schickel | |
compilation broken". svn-id: r35235 | |||
2008-12-04 | Fix for bug #2388270 "[Wii/GC] Unable to build SVN rev.35233". | Johannes Schickel | |
svn-id: r35234 | |||
2008-12-04 | Made readLineIntern() return a zero-length string when no printable text is ↵ | Nicola Mettifogo | |
read out of a script. This makes life easier for the parser, and also makes the introduction fully viewable. svn-id: r35233 | |||
2008-12-04 | Some changes which will hopefully fix bug #2387217 - "WINCE: SVN trunk ↵ | Filippos Karapetis | |
compilation broken". I've done the changes based on the corresponding SDL backend functions. Please verify that everything is working correctly, as I don't have a WinCE device to test this svn-id: r35232 | |||
2008-12-04 | Last Dynasty video mode switching (and removing a debug output) | Sven Hesse | |
svn-id: r35231 | |||
2008-12-04 | A few more GobOpcodes that jump to the space shooter + fudging the result to ↵ | Sven Hesse | |
something not resulting in a non-quitable state svn-id: r35230 | |||
2008-12-03 | Get rid of readLine_OLD for good | Max Horn | |
svn-id: r35229 | |||
2008-12-03 | reworked bud tucker demo detection | Gregory Montoir | |
svn-id: r35228 | |||
2008-12-03 | Preliminary support for extra data and scripts in video files (urgh, this is ↵ | Sven Hesse | |
so...vile). Used in The Last Dynasty, which now plays a bit further (the video sequences, at least) svn-id: r35227 | |||
2008-12-03 | Changed readLine_OLD() to readLine_NEW(). I guess both this and the previous | Torbjörn Andersson | |
readLine() change could be more robust, but at least it should be no worse than it was before. svn-id: r35226 | |||
2008-12-03 | The "sound" debug command now works correctly in DW2 | Filippos Karapetis | |
svn-id: r35225 | |||
2008-12-03 | Converted the credits scroller to use readLine_NEW() instead of readLine_OLD(). | Torbjörn Andersson | |
svn-id: r35224 | |||
2008-12-03 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r35223 | |||
2008-12-03 | - Added back the English V1 CD version of DW1 (with *.gra files) | Filippos Karapetis | |
- Added the US version of DW2 - Added placeholders for the Hebrew, Hungarian and Japanese versions of DW2 (not sure if they're correct) svn-id: r35222 | |||
2008-12-03 | Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ↵ | Filippos Karapetis | |
game names lags" svn-id: r35221 | |||
2008-12-03 | Make sure that savegame names are 0-terminated | Filippos Karapetis | |
svn-id: r35220 | |||
2008-12-03 | Added Groovie credits | Jordi Vilalta Prat | |
svn-id: r35219 | |||
2008-12-03 | Replaced remaining usages of readLine_OLD with readLine. | Nicola Mettifogo | |
svn-id: r35218 | |||
2008-12-03 | Simplify line reading with the simpler readLine(), instead of readLine_NEW | Filippos Karapetis | |
svn-id: r35217 | |||
2008-12-03 | Simplify line reading with the simpler readLine(), instead of readLine_NEW | Filippos Karapetis | |
svn-id: r35216 | |||
2008-12-03 | Fix compiler warning | Max Horn | |
svn-id: r35215 | |||
2008-12-03 | cleanup | Max Horn | |
svn-id: r35214 | |||
2008-12-03 | readLine_OLD -> readLine_NEW | Filippos Karapetis | |
svn-id: r35213 | |||
2008-12-03 | readLine_OLD -> readLine_NEW | Filippos Karapetis | |
svn-id: r35212 | |||
2008-12-02 | DW2: Add support for the Italian/Spanish release | Jordi Vilalta Prat | |
svn-id: r35211 | |||
2008-12-02 | Added detection for the French version of DW2, as described in the forums | Filippos Karapetis | |
svn-id: r35210 | |||
2008-12-02 | Apparently, constraining the number of mixing samples to be divisible by 4 ↵ | Sven Hesse | |
is too strict, so I'm changing readBufferTinsel6() around a bit to allow for any number of samples (at the cost of adding 2 variables and a bit complexity ;)) svn-id: r35209 |