Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-24 | Add Max's patch for AGOSEngine::pauseEngineIntern(). | Travis Howell | |
svn-id: r32241 | |||
2008-05-24 | Update HE version of another English Windows version of Putt Putt Saves The Zoo. | Travis Howell | |
svn-id: r32240 | |||
2008-05-24 | Fixed compiler warning of unused variable | Paul Gilbert | |
svn-id: r32239 | |||
2008-05-24 | Implemented LureEngine::pauseEngineIntern | Paul Gilbert | |
svn-id: r32238 | |||
2008-05-24 | Changed the delayed sequence list from using a system milliseconds expiry ↵ | Paul Gilbert | |
point to a milliseconds countdown - this should fix potential problems that could arise if a modal dialog was kept on-screen too long svn-id: r32237 | |||
2008-05-23 | Fixed KyraEngine_v2::pauseEngineIntern. | Johannes Schickel | |
svn-id: r32235 | |||
2008-05-23 | Removing test code | Sven Hesse | |
svn-id: r32234 | |||
2008-05-23 | Implemented GobEngine::pauseEngineIntern() | Sven Hesse | |
svn-id: r32233 | |||
2008-05-23 | Initial implementation of pauseEngineIntern(). There are issues, though, since | Torbjörn Andersson | |
the engine doesn't always allow the game to be paused, and some things (GUI, movie cutscenes, credits, ...) are outside the main engine loop. svn-id: r32232 | |||
2008-05-23 | - Added a simple (but yet better) implementation of pauseEngineIntern for ↵ | Johannes Schickel | |
Kyra_v1 and Kyra_v2 - Added comments about what game specific details are missing in the pause implementation svn-id: r32231 | |||
2008-05-23 | Added 'enter' command to kyra1 debugger again. | Johannes Schickel | |
svn-id: r32230 | |||
2008-05-23 | Correct include | Chris Apers | |
svn-id: r32229 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32228 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32227 | |||
2008-05-23 | Cleanup. | Johannes Schickel | |
svn-id: r32226 | |||
2008-05-23 | Fixed PalmSaveFileManager | Chris Apers | |
svn-id: r32225 | |||
2008-05-23 | Added missing getTimeAndDate backend function | Chris Apers | |
svn-id: r32224 | |||
2008-05-23 | Fixed PalmOS compilation | Chris Apers | |
svn-id: r32223 | |||
2008-05-23 | Added prefix files for M4 and Made engine | Chris Apers | |
svn-id: r32222 | |||
2008-05-23 | Messages in the ITE puzzle scene will now be properly shown in Italian in ↵ | Filippos Karapetis | |
the Italian fan translation of ITE svn-id: r32221 | |||
2008-05-23 | Add another English Windows version of Putt Putt Saves The Zoo. | Travis Howell | |
svn-id: r32220 | |||
2008-05-22 | Fixing a valgrind warning | Sven Hesse | |
svn-id: r32218 | |||
2008-05-22 | Updated NEWS | Filippos Karapetis | |
svn-id: r32216 | |||
2008-05-22 | Reverting my last commit, as it breaks Gob3 (and probably elsewhere, too) | Sven Hesse | |
svn-id: r32214 | |||
2008-05-22 | Fixing the flickering when changing from object animations to videos | Sven Hesse | |
svn-id: r32213 | |||
2008-05-22 | Fixing another split screen glitch | Sven Hesse | |
svn-id: r32212 | |||
2008-05-22 | Oops, that way around should be more correct | Sven Hesse | |
svn-id: r32211 | |||
2008-05-22 | Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on ↵ | Sven Hesse | |
machines slower than mine (thanks, LordHoto ;)) svn-id: r32210 | |||
2008-05-22 | Fixing the menu glitch in Woodruff | Sven Hesse | |
svn-id: r32209 | |||
2008-05-21 | - Moved event polling from sfPollEvent to runScript | Benjamin Haisch | |
- LGOP2: Fixed problem where Barth's gun was drawn at the wrong position svn-id: r32205 | |||
2008-05-21 | Removed obsolete comment and code in ScriptInterpreter::dumpScript | Benjamin Haisch | |
svn-id: r32204 | |||
2008-05-20 | - Implemented "stand-alone" script dumper/disassembler; it can be enabled by ↵ | Benjamin Haisch | |
defining DUMP_SCRIPTS in script.h and starting with at least debug level 1. - Commented which script opcodes and extended functions are actually used or not. svn-id: r32202 | |||
2008-05-20 | Delete animation frames in AnimationResource destructor. | Benjamin Haisch | |
svn-id: r32201 | |||
2008-05-20 | Some updates to the script dumper | Filippos Karapetis | |
svn-id: r32200 | |||
2008-05-20 | Documented what screen effects 10 and 12 are doing | Filippos Karapetis | |
svn-id: r32199 | |||
2008-05-20 | Clarification about the weird sound frequencies in PMV videos | Filippos Karapetis | |
svn-id: r32198 | |||
2008-05-20 | Silenced an MSVC warning | Filippos Karapetis | |
svn-id: r32197 | |||
2008-05-20 | Implemented visual effects 10 and 12 | Benjamin Haisch | |
svn-id: r32196 | |||
2008-05-20 | Cleaned up engine debug level code. | Johannes Schickel | |
svn-id: r32195 | |||
2008-05-20 | Add a tiny TODO entry for graphics scaler plugins | Max Horn | |
svn-id: r32194 | |||
2008-05-20 | Move makeAdlibOPL inside the #include guards | Max Horn | |
svn-id: r32193 | |||
2008-05-19 | Typo. | Johannes Schickel | |
svn-id: r32191 | |||
2008-05-19 | Fixed bug in KyraEngine_v2::directLinePassable. This should fix some ↵ | Johannes Schickel | |
pathfinder issues in HoF and MR. svn-id: r32190 | |||
2008-05-19 | - Fixed out of bounds bug in KyraEngine_MR::updateItemAnimations | Johannes Schickel | |
- Clean up in KyraEngine_HoF::updateItemAnimations svn-id: r32189 | |||
2008-05-19 | RtZ: Fixed a bug where sounds were cut off prematurely. | Benjamin Haisch | |
svn-id: r32188 | |||
2008-05-19 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r32187 | |||
2008-05-19 | Fixed max text line length for French version in HoF. | Johannes Schickel | |
svn-id: r32186 | |||
2008-05-19 | Fixed filename string in KyraEngine_MR::objectChat. | Johannes Schickel | |
svn-id: r32185 | |||
2008-05-19 | Added a comment to TextDisplayer_MR::preprocessString. | Johannes Schickel | |
svn-id: r32184 | |||
2008-05-19 | Fix for bug #1967311 "KYRA3: Word-wrapping is slightly buggy". | Johannes Schickel | |
svn-id: r32183 |