Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-13 | Added a possible FIXME | Filippos Karapetis | |
svn-id: r35846 | |||
2009-01-13 | Reworked the sound energy code | Benjamin Haisch | |
svn-id: r35845 | |||
2009-01-13 | - Music now works in LGoP2 | Filippos Karapetis | |
- Changed the default music volume to 127, down from 255 - Added an explanation/FIXME for the out of sync mouth animations in RTZ - Added some TODOs and removed some obsolete ones svn-id: r35843 | |||
2009-01-12 | Implemented screen vfx #19 and #20 | Paul Gilbert | |
svn-id: r35834 | |||
2009-01-11 | Completed screen vfx #8, and also implemented screen vfx #18 | Paul Gilbert | |
svn-id: r35822 | |||
2009-01-10 | Implemented screen vfx #8 | Paul Gilbert | |
svn-id: r35806 | |||
2009-01-06 | The sound energy buffer is now cleared inside decompressSound() | Filippos Karapetis | |
svn-id: r35753 | |||
2009-01-06 | Sound energy values are now stored in a list, to account for the fact that ↵ | Filippos Karapetis | |
the original decompressed sounds on the fly, but we're decompressing them when the sound is being loaded svn-id: r35752 | |||
2009-01-06 | Changed sfGetSoundEnergy to use the correct soundEnergy value from ↵ | Paul Gilbert | |
decompressing sounds for proper lip-sync svn-id: r35751 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-23 | Added stubs for the missing visual effect opcodes | Filippos Karapetis | |
svn-id: r35512 | |||
2008-12-15 | - Implemented cmd_restart (for the restart functionality in Return to Zork) | Benjamin Haisch | |
svn-id: r35378 | |||
2008-12-04 | Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r35240 | |||
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 |