Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-06 | Fail on invalid --enable/disable options | Jordi Vilalta Prat | |
svn-id: r31910 | |||
2008-05-06 | Fixed crash when qutting kyra2 main menu. | Johannes Schickel | |
svn-id: r31909 | |||
2008-05-06 | Fixed text positioning in Woodruff, enabling "Use FOO on BAR" texts. | Sven Hesse | |
svn-id: r31908 | |||
2008-05-06 | Fixed possible crash in Debugger_v2 when using 'give'. | Johannes Schickel | |
svn-id: r31907 | |||
2008-05-06 | Implemented Engine::getDebugger for KyraEngine. | Johannes Schickel | |
svn-id: r31906 | |||
2008-05-06 | Cleanup. | Johannes Schickel | |
svn-id: r31905 | |||
2008-05-06 | Added a temporary hack to get the engine plugins working under MSVC | Filippos Karapetis | |
svn-id: r31904 | |||
2008-05-06 | - Fixed valgrind warnings in HoF | Johannes Schickel | |
- Fixed memory leaks in HoF svn-id: r31903 | |||
2008-05-06 | - Fixed some memory leaks in kyra3 | Johannes Schickel | |
- Fixed valgrind warnings in GUI_v2 code svn-id: r31902 | |||
2008-05-06 | Also update the preprocessor definitions for the release version | Filippos Karapetis | |
svn-id: r31900 | |||
2008-05-06 | Updated the preprocessor directives for the SCUMM engine's MSVC project files | Filippos Karapetis | |
svn-id: r31899 | |||
2008-05-06 | Silencing two signess compiler warnings | Sven Hesse | |
svn-id: r31897 | |||
2008-05-06 | - The Manhole: New and Enhanced is now (partially) playable | Benjamin Haisch | |
- Implemented cmd_objectp - Changed how the script externals array is set up - Cleanup svn-id: r31895 | |||
2008-05-06 | Fixed syntax error. String comparision is done with '=', not '=='. | Torbjörn Andersson | |
svn-id: r31891 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-05 | Fix building scummvmico.o from outside the source directory | Jordi Vilalta Prat | |
svn-id: r31887 | |||
2008-05-05 | Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay ↵ | Johannes Schickel | |
script internally. This fixes some chat animation speeds. svn-id: r31884 | |||
2008-05-05 | Implemented opcode 91: o3_daggerWarning. | Johannes Schickel | |
svn-id: r31882 | |||
2008-05-05 | - Implemented Kyra3 audio options menu, Helium mode still missing. | Johannes Schickel | |
- Fixed unitialized variable svn-id: r31881 | |||
2008-05-05 | Got rid of some code duplication. | Johannes Schickel | |
svn-id: r31880 | |||
2008-05-05 | Implemented support for Kyra3 game options menu (including studio audience ↵ | Johannes Schickel | |
and skip flag options). svn-id: r31879 | |||
2008-05-05 | - Little mouse visibility fix | Johannes Schickel | |
- Cleanup svn-id: r31878 | |||
2008-05-05 | - Fixed some palette fade times in Kyra3 | Johannes Schickel | |
- Changed behavior to match original when playing Kyra3 for the first time - Fixed typo svn-id: r31877 | |||
2008-05-05 | - Added support for Kyra3 GUI (audio and game options not working yet) | Johannes Schickel | |
- Added support for loading directly from command line for Kyra3 svn-id: r31876 | |||
2008-05-05 | Fixed unsigned/signed mismatch warning. | Kari Salminen | |
svn-id: r31875 | |||
2008-05-05 | Updated MSVC project files. | Kari Salminen | |
svn-id: r31874 | |||
2008-05-05 | Added MIDI playback (which doesn't work yet) and fixed compilation (sorry all) | Benjamin Haisch | |
svn-id: r31873 | |||
2008-05-05 | - Moved some members from the engine class to Location, since they belong there. | Nicola Mettifogo | |
- Cleaned up usage of location flags by using accessor functions. svn-id: r31872 | |||
2008-05-05 | - Renamed XmidiResource to GenericResource | Benjamin Haisch | |
- Added MIDI resource type - Added ScriptFunctionsLgop2 and ScriptFunctionsMhne (for Leather Goddesses of Phobos 2 and The Manhole: New and Enhanced, resp.) - Many changes for LGOP2 and The Manhole: N&E Note about the new ScriptFunctions classes: I copied the ScriptFunctionsRtz class and so duplicated a lot of code. Most of the opcode functions are the same in all games but there might be differences. Once all common opcode functions have been figured out, they'll be moved to a common place (like the ScriptFunctions class). svn-id: r31871 | |||
2008-05-04 | Updated the kyra MSVC project files | Filippos Karapetis | |
svn-id: r31869 | |||
2008-05-04 | - Shared checkInput code between kyra2 and kyra3 | Johannes Schickel | |
- Debugger related cleanup svn-id: r31868 | |||
2008-05-04 | Initial common base between kyra2 and kyra3 GUI code. | Johannes Schickel | |
svn-id: r31867 | |||
2008-05-04 | Renamed kyra2 and kyra3 gui files. | Johannes Schickel | |
svn-id: r31866 | |||
2008-05-04 | Added new Parser class, which will gradually grow to include all parsing ↵ | Nicola Mettifogo | |
code from the engine class. svn-id: r31865 | |||
2008-05-04 | Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but ↵ | Nicola Mettifogo | |
less than before. svn-id: r31864 | |||
2008-05-04 | Fix bug #1957165 - MM: render_mode is broken. | Travis Howell | |
svn-id: r31862 | |||
2008-05-04 | Yet more opcodes moved to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31861 | |||
2008-05-04 | Cleanup. | Johannes Schickel | |
svn-id: r31860 | |||
2008-05-04 | Moved more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31859 | |||
2008-05-04 | German texts fixes (compared to original) from Raziel. | Eugene Sandulenko | |
svn-id: r31858 | |||
2008-05-04 | Fixed DataStream::seek() (must have been drunk that day ;)) | Sven Hesse | |
svn-id: r31857 | |||
2008-05-04 | Properly close the object videos when the objects are destroyed | Sven Hesse | |
svn-id: r31856 | |||
2008-05-04 | Enabled scrolling in Woodruff | Sven Hesse | |
svn-id: r31855 | |||
2008-05-03 | Formatting. | Johannes Schickel | |
svn-id: r31852 | |||
2008-05-03 | Changed spaces to tab, thus annoying everyone who now have to do a large | Torbjörn Andersson | |
recompile. svn-id: r31848 | |||
2008-05-03 | Correct o2_initScreen() for Woodruff (screen positioning, clipping and ↵ | Sven Hesse | |
cursor limiting) svn-id: r31846 | |||
2008-05-03 | Moved more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31845 | |||
2008-05-03 | Moved some more opcodes to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31843 | |||
2008-05-03 | Cleanup. | Johannes Schickel | |
svn-id: r31842 |