Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-10 | implement item animations for MR | Florian Kagerer | |
svn-id: r31973 | |||
2008-05-10 | Extracted script parsing code to its own class. | Nicola Mettifogo | |
svn-id: r31972 | |||
2008-05-09 | Since some parts of ScummVM code are under LGPL, add full text of this license | Eugene Sandulenko | |
to the distribution. svn-id: r31970 | |||
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 | Fixed typos. | Johannes Schickel | |
svn-id: r31965 | |||
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-09 | Added the option to specify the custom path for loading plugins | Jordi Vilalta Prat | |
svn-id: r31960 | |||
2008-05-09 | Tiny cleanup to ease extraction of the program parser code. | Nicola Mettifogo | |
svn-id: r31959 | |||
2008-05-09 | Moved location parsing out of the engines, to LocationParser_ns and ↵ | Nicola Mettifogo | |
LocationParser_br. svn-id: r31958 | |||
2008-05-08 | Implemented opcode 66: o3_removeItemSlot. | Johannes Schickel | |
svn-id: r31957 | |||
2008-05-08 | Silenced some g++ 4.3 warnings. | Johannes Schickel | |
svn-id: r31956 | |||
2008-05-08 | Fixed bug in o3_updateConversations. | Johannes Schickel | |
svn-id: r31955 | |||
2008-05-08 | o1_ADDSPRITE is not implemented yet, so throw a warning | Filippos Karapetis | |
svn-id: r31954 | |||
2008-05-08 | Reordering game parts deinitialization, to avoid having one part's ↵ | Sven Hesse | |
destructor access an already destroyed part svn-id: r31952 | |||
2008-05-08 | Updated the MSVC project files for the gob engine | Filippos Karapetis | |
svn-id: r31951 | |||
2008-05-08 | Declaring BackgroundAtmosphere as kMusicSoundType | Sven Hesse | |
svn-id: r31950 | |||
2008-05-08 | Implemented the background "music" / atmospheric sounds in Woodruff | Sven Hesse | |
svn-id: r31949 | |||
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 | Fixed warning on 64bit systems introduced with r31940. | Johannes Schickel | |
svn-id: r31945 | |||
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-08 | Fix README ref: Makefile -> ports.mk | Max Horn | |
svn-id: r31943 | |||
2008-05-08 | Update Gob MSVC project files. | Kari Salminen | |
svn-id: r31942 | |||
2008-05-08 | Since BASS treats speech separately from other sounds, let's use the | Torbjörn Andersson | |
speech_volume setting for that, as suggested on the forum. svn-id: r31941 | |||
2008-05-08 | GCC says these are ints, not long ints. Adjust the format strings accordingly. | Torbjörn Andersson | |
svn-id: r31940 | |||
2008-05-08 | Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in ↵ | Nicola Mettifogo | |
the enum, as suggested by Fingolfin. svn-id: r31939 | |||
2008-05-08 | Split off the actual mixing part of SoundBlaster | Sven Hesse | |
svn-id: r31938 | |||
2008-05-08 | Restructured sound code | Sven Hesse | |
svn-id: r31937 | |||
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 |