Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-11-10 | - Global options dialog support | Benjamin Haisch | |
svn-id: r34981 | |||
2008-11-07 | Implemented RTL support | Benjamin Haisch | |
svn-id: r34933 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn | |
svn-id: r34909 | |||
2008-10-18 | Implemented visual effects 1, 3, 4, 5, 6, 7 and 16 | Benjamin Haisch | |
svn-id: r34823 | |||
2008-10-04 | - Declared all stack functions as inline | Benjamin Haisch | |
- Sleep some ms after 500 opcodes to reduce CPU load - Fixed odd bug in LGoP2 where text disappeared quickly without waiting for user input by returning 0x38 in sfShowPage svn-id: r34746 | |||
2008-09-28 | Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole ↵ | Benjamin Haisch | |
intro/credits (until the function is actually implemented) svn-id: r34671 | |||
2008-09-23 | Improved updateScreenAndWait; the mouse cursor is less jerky now in some ↵ | Benjamin Haisch | |
scenes in Manhole:N&E svn-id: r34638 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-06 | Got rid of File::eof() | Max Horn | |
svn-id: r34396 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-03 | Silence MSVC warning about ambiguous usage of CLIP | Filippos Karapetis | |
svn-id: r34296 | |||
2008-08-20 | I believe the setVolume() function has to be guarded by a mutex. (I added ↵ | Torbjörn Andersson | |
this to the Tinsel engine a while back to fix mysterious problems, but forgot to add it elsewhere.) Maybe this will fix the mysterious IHNM crashes, as well? svn-id: r34048 | |||
2008-07-01 | Fixed unitialized variables | Max Horn | |
svn-id: r32865 | |||
2008-06-27 | - Fixed umlauts in printText | Benjamin Haisch | |
- Don't exit when a pmv video couldn't be found svn-id: r32817 | |||
2008-06-18 | - Fixed sprite drawing in Rodney's Funscreen | Benjamin Haisch | |
- Handle mouse button up events and event number fixes in MadeEngine::handleEvents() - Use milliseconds -> game ticks calculation based on Windows version of the original engine - "Rodney's Fun Screen" -> "Rodney's Funscreen" svn-id: r32731 | |||
2008-06-12 | Fixing compilation | Sven Hesse | |
svn-id: r32676 | |||
2008-06-12 | - Added support for Rodney's Fun Screen | Benjamin Haisch | |
- Added audio cd playback (still kinda broken though) - Renamed getObjectPropertyPtr to findObjectProperty svn-id: r32669 | |||
2008-06-12 | Updated script dumper to show opcode offset. | Benjamin Haisch | |
svn-id: r32668 | |||
2008-05-29 | - Implemented opcodes: sfHomeText, sfDrawAnimPic | Benjamin Haisch | |
- Comments on unneeded opcodes - Simplified getting/setting strings in Objects svn-id: r32361 | |||
2008-05-28 | Implemented visual effects 11 and 13 (inverse of 10 and 12) | Filippos Karapetis | |
svn-id: r32356 | |||
2008-05-28 | Silenced a signed/unsigned comparison warning | Sven Hesse | |
svn-id: r32355 | |||
2008-05-28 | Fixed premature stopping of sounds/voices. | Benjamin Haisch | |
svn-id: r32354 | |||
2008-05-28 | Split Object/GameDatabase into engine version specific classes | Benjamin Haisch | |
svn-id: r32349 | |||
2008-05-28 | Fixed a crash in LGOP2 when attempting to get a sprite item from an empty array. | Benjamin Haisch | |
svn-id: r32348 | |||
2008-05-26 | Disable Drascula's and MADE's dummy fallbackDetect. | Jordi Vilalta Prat | |
svn-id: r32297 | |||
2008-05-26 | Silence MSVC warning C4800. | Kari Salminen | |
svn-id: r32288 | |||
2008-05-26 | Fixed graphics decoding bug in Manhole: N&E | Benjamin Haisch | |
svn-id: r32281 | |||
2008-05-26 | - Hopefully fixed 'responsiveness' of the mouse cursor/event handling | Benjamin Haisch | |
- Disabled auto dirty rects which caused major gfx problems - Added default mouse cursor for Manhole: N&E - Fixed sound rate for Manhole: N&E - Don't automatically show mouse cursor when a new cursor was loaded svn-id: r32279 | |||
2008-05-26 | Implemented visual effects 2 and 15 | Benjamin Haisch | |
svn-id: r32278 | |||
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-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 | RtZ: Fixed bug which caused PMV videos to look odd (noticeable in the intro ↵ | Benjamin Haisch | |
movie) and optimized frame decompression code. svn-id: r32182 | |||
2008-05-18 | Rewrote the MADE script dumper, hopefully in a more efficient way | Filippos Karapetis | |
svn-id: r32167 | |||
2008-05-17 | Slight cleanup and small bugfix for dumpScript()'s cmd_call | Filippos Karapetis | |
svn-id: r32151 | |||
2008-05-17 | Initial incomplete version of a MADE script dumper | Filippos Karapetis | |
svn-id: r32150 | |||
2008-05-17 | Documented screen effects | Filippos Karapetis | |
svn-id: r32148 | |||
2008-05-17 | Screen mask is now only used for V2 games | Filippos Karapetis | |
svn-id: r32147 | |||
2008-05-14 | Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2 | Filippos Karapetis | |
svn-id: r32126 | |||
2008-05-14 | Added Return to Zork German CD version 1.2 | Filippos Karapetis | |
Updated comment about *.red and *.dat svn-id: r32124 |