Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-05-14 | Some comments to opcodes sfGetMusicBeat and sfSetTextRect | Filippos Karapetis | |
svn-id: r32123 | |||
2008-05-14 | Forgot the makefile, sorry | Benjamin Haisch | |
svn-id: r32107 | |||
2008-05-14 | Deleting obsolete files | Benjamin Haisch | |
svn-id: r32106 | |||
2008-05-14 | Merged the three ScriptFunctionsXXX classes into ScriptFunctions | Benjamin Haisch | |
svn-id: r32105 | |||
2008-05-14 | - Added some visual effects (palette fading etc.) | Benjamin Haisch | |
- Moved Screen::getAnimFrameCount directly into o1_GETFRAMECOUNT - Renamed variables/cleanup svn-id: r32104 | |||
2008-05-14 | Removed obsolete file | Filippos Karapetis | |
svn-id: r32101 | |||
2008-05-13 | Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when ↵ | Filippos Karapetis | |
the save/load menu is opened during character selection svn-id: r32089 | |||
2008-05-13 | Implemented savegame saving/loading for LGOP2. | Benjamin Haisch | |
svn-id: r32081 | |||
2008-05-13 | Hide the mouse cursor while a movie plays. | Benjamin Haisch | |
svn-id: r32080 | |||
2008-05-12 | Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr) | Benjamin Haisch | |
svn-id: r32077 | |||
2008-05-12 | Implemented o1_EXCLUDEAREA for RtZ | Benjamin Haisch | |
svn-id: r32074 | |||
2008-05-12 | Muting "comparing signed and unsigned values" compiler warning | Sven Hesse | |
svn-id: r32072 | |||
2008-05-12 | Fixed printTextEx segment fault bug. | Benjamin Haisch | |
svn-id: r32071 | |||
2008-05-12 | Fixed o1_DRAWTEXT in LGOP2 | Benjamin Haisch | |
svn-id: r32070 | |||
2008-05-12 | Sanity checks in RtZ: o1_PLAYMUS and o1_STOPMUS | Benjamin Haisch | |
svn-id: r32068 | |||
2008-05-12 | Implemented o1_ADDMASK and o1_SETMASK for LGOP2 | Benjamin Haisch | |
svn-id: r32066 | |||
2008-05-12 | Fixed timer resolution/conversion; now the vulture in the first scene of RtZ ↵ | Benjamin Haisch | |
lands on the sign, and the thunder sound is in sync with the flash screen effect in the Infocom logo screen. svn-id: r32063 | |||
2008-05-12 | - Fixed timers, LGOP2 intro should now play correctly | Benjamin Haisch | |
- Some cleanup in LGOP2 opcodes svn-id: r32051 | |||
2008-05-11 | Added a sanity check to getFrame() | Filippos Karapetis | |
svn-id: r32020 | |||
2008-05-09 | The backspace key is now working | Filippos Karapetis | |
svn-id: r31969 | |||
2008-05-09 | Implemented o1_CLIPAREA | Filippos Karapetis | |
svn-id: r31968 | |||
2008-05-09 | Removed debug output | Filippos Karapetis | |
svn-id: r31967 | |||
2008-05-09 | Exit more gracefully when a quit event is triggered | Filippos Karapetis | |
svn-id: r31966 | |||
2008-05-09 | Removed now obsolete FIXME | Filippos Karapetis | |
svn-id: r31964 | |||
2008-05-09 | Added workaround for o1_SNDENERGY | Benjamin Haisch | |
svn-id: r31962 | |||
2008-05-09 | - Fixed a bug which sometimes caused crashes when ↵ | Benjamin Haisch | |
ProjectReader::purgeCache() was called - Some cleanup svn-id: r31961 | |||
2008-05-08 | o1_ADDSPRITE is not implemented yet, so throw a warning | Filippos Karapetis | |
svn-id: r31954 | |||
2008-05-08 | Fixed some game crashes which occurred when ProjectReader::purgeCache() got ↵ | Filippos Karapetis | |
called: - MIDI music data is marked to be deleted in o1_STOPMUS now, instead of o1_PLAYMUS. - Added a FIXME to Screen::setFont() - purgeCache crashes the game if the active font is deleted svn-id: r31948 | |||
2008-05-08 | Reverted commit #31774 | Filippos Karapetis | |
svn-id: r31947 | |||
2008-05-08 | Silenced MSVC warnings about uninitialized variables | Filippos Karapetis | |
svn-id: r31946 | |||
2008-05-08 | Possibly fixed the sound stuttering in the PMV videos and added frame ↵ | Benjamin Haisch | |
skipping based on the Gob engine's IMD/VMD player. svn-id: r31944 | |||
2008-05-07 | Implemented vertical/horizontal flipping of sprites. | Benjamin Haisch | |
svn-id: r31931 | |||
2008-05-07 | - cmd_return now exits the game if it returns from the main function | Benjamin Haisch | |
- Implemented cmd_exit - PmvPlayer now exits "more gracefully" when the application is closed while playing svn-id: r31930 | |||
2008-05-07 | Added patch #1956516: MADE: Fix Save File Names by clone2727 (with some ↵ | Benjamin Haisch | |
modifications) svn-id: r31919 |