Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-07 | Fixed bug when starting new game from load menu. | Johannes Schickel | |
svn-id: r31935 | |||
2008-05-07 | Implemented KyraEngine_MR::timerFleaDeath. | Johannes Schickel | |
svn-id: r31934 | |||
2008-05-07 | Fix invalid memory access bug in the library sequence (original static data ↵ | Florian Kagerer | |
seems to be bugged here) svn-id: r31933 | |||
2008-05-07 | Even more German fixes from Raziel | Eugene Sandulenko | |
svn-id: r31932 | |||
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 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel | |
svn-id: r31929 | |||
2008-05-07 | A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage. | Kari Salminen | |
svn-id: r31928 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-05-07 | Changed the two instances of "delete []" into "delete[] " as well | Sven Hesse | |
svn-id: r31926 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-05-07 | Reverting commit 31920, thus changing type of flags back to unsigned. If ↵ | Nicola Mettifogo | |
some compiler emits a warning about 0xFFFFFFFF not being an unsigned immediate, then we need to find out how to convince it without changing types of variables in the code. svn-id: r31924 | |||
2008-05-07 | Silencing a compiler warning | Sven Hesse | |
svn-id: r31923 | |||
2008-05-07 | minor tweak to the GUI double click handling code | Max Horn | |
svn-id: r31922 | |||
2008-05-07 | Fixed signed/unsigned issues with kFlagsAll | Filippos Karapetis | |
svn-id: r31920 | |||
2008-05-07 | Added patch #1956516: MADE: Fix Save File Names by clone2727 (with some ↵ | Benjamin Haisch | |
modifications) svn-id: r31919 | |||
2008-05-07 | Fixed RTZ 1.0 game flags and updated copyright | Filippos Karapetis | |
svn-id: r31918 | |||
2008-05-07 | Added detection for RtZ CD version 1.0 (thanks to spookypeanut) | Benjamin Haisch | |
svn-id: r31917 | |||
2008-05-07 | Sound in object videos works now, too | Sven Hesse | |
svn-id: r31916 | |||
2008-05-07 | Draw order related fixes. | Sven Hesse | |
This also (finally) fixes the Gob3 draw order glitch (for real, this time) svn-id: r31915 | |||
2008-05-07 | Reject invalid option combinations when enabling/disabling engines | Jordi Vilalta Prat | |
svn-id: r31914 | |||
2008-05-07 | Show the SCUMM engine options properly | Jordi Vilalta Prat | |
svn-id: r31913 | |||
2008-05-06 | Added openembedded.org target names (patch #1959138) | Jordi Vilalta Prat | |
svn-id: r31912 | |||
2008-05-06 | Mouse hotspots are now properly evaluated when the mouse is set to a ↵ | Sven Hesse | |
position via the scripts. svn-id: r31911 | |||
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 |