Age | Commit message (Expand) | Author |
2008-05-28 | CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returnin... | Christopher Page |
2008-05-27 | CINE: Fixed two memory leaks when shutting down the CINE engine | Christopher Page |
2008-05-27 | AGI: Modified AGI Engine to shutdown without using system->quit | Christopher Page |
2008-05-24 | AGI: Fixed two memory leaks when returning to launcher from AGI Engine | Christopher Page |
2008-05-22 | AGOS: Fixed a memory leak from earlier in a better way | Christopher Page |
2008-05-21 | AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and _... | Christopher Page |
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ret... | Christopher Page |
2008-05-14 | Fixed memory leak when returning to launcher in AGOS engine by properly creat... | Christopher Page |
2008-05-14 | Merged revisions 31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,... | Christopher Page |
2008-05-14 | Some comments to opcodes sfGetMusicBeat and sfSetTextRect | Filippos Karapetis |
2008-05-14 | Fixed menu background loading in Riddle of Master Lu | Filippos Karapetis |
2008-05-14 | Added plugin priority so there's just one plugin that provides a module funct... | Jordi Vilalta Prat |
2008-05-14 | Changed kyra3 detection entries, now there are special entries for non instal... | Johannes Schickel |
2008-05-14 | Update MSVC project files. | Kari Salminen |
2008-05-14 | Fix compilation | Sven Hesse |
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat |
2008-05-14 | Oops. Forgot to update module.mk. | Nicola Mettifogo |
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo |
2008-05-14 | Just allow animation scripts marked as skipable to be skipped. | Johannes Schickel |
2008-05-14 | Formatting. | Johannes Schickel |
2008-05-14 | Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks". | Johannes Schickel |
2008-05-14 | Forgot to include screenfx.* | Filippos Karapetis |
2008-05-14 | Updated the MSVC project files of the MADE engine | Filippos Karapetis |
2008-05-14 | Add a pause when the script ends | Filippos Karapetis |
2008-05-14 | Typo | Max Horn |
2008-05-14 | Forgot the makefile, sorry | Benjamin Haisch |
2008-05-14 | Deleting obsolete files | Benjamin Haisch |
2008-05-14 | Merged the three ScriptFunctionsXXX classes into ScriptFunctions | Benjamin Haisch |
2008-05-14 | - Added some visual effects (palette fading etc.) | Benjamin Haisch |
2008-05-14 | Oops, I definitely meant for that to be '==', not '='. I guess this is what it | Torbjörn Andersson |
2008-05-14 | Added a FIXME regarding commit #32096 | Filippos Karapetis |
2008-05-14 | Removed obsolete file | Filippos Karapetis |
2008-05-14 | NDS: Minor code formatting fixes | Bertrand Augereau |
2008-05-14 | NDS: OSystem::getTimeAndDate is demoted to the port (with the standard | Bertrand Augereau |
2008-05-14 | NDS : Compilation fixes | Bertrand Augereau |
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the nat... | Jordi Vilalta Prat |
2008-05-14 | Added the animation speed workaround for the sheriff animation as well. (See | Torbjörn Andersson |
2008-05-13 | Some fixes for vertical scrolling in Woodruff | Sven Hesse |
2008-05-13 | Fixed memory leak by deallocating memory used by window->iconPtr | Christopher Page |
2008-05-13 | fix engine destructor for non interactive hof demo | Florian Kagerer |
2008-05-13 | More descriptive error message when encountering invalid font data. | Johannes Schickel |
2008-05-13 | Added a warning when all chunk slots are full, as that's still a problem in W... | Sven Hesse |
2008-05-13 | Fixing the crash when entering the virtual trip tower in Woodruff | Sven Hesse |
2008-05-13 | Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when the... | Filippos Karapetis |
2008-05-13 | used memmove() instead of memcpy() to fix memory overlap error | Christopher Page |
2008-05-13 | Implemented support for object videos with more than 256 frames, this fixes a... | Sven Hesse |
2008-05-13 | Fixing a segfault when quitting while an object video with sound plays | Sven Hesse |
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat |
2008-05-13 | Some more Doxygen comments, as well as some FIXMEs/TODOs | Max Horn |
2008-05-13 | Moved the engine plugin code to engines/metaengine.h; added/clarified/correct... | Max Horn |