Age | Commit message (Expand) | Author |
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene Sandulenko |
2016-01-04 | TONY: Add support to the new compressed speech containers | Strangerke |
2014-02-18 | TONY: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-07 | TONY: Add missing getDebugger() for engine API. | D G Turner |
2012-11-12 | TONY: Cleanup whitespace formatting. | D G Turner |
2012-09-28 | TONY: Fix German fonts | Strangerke |
2012-09-26 | TONY: In French version, fix 'ê' in hotspot names by replacing it by 'e', li... | Strangerke |
2012-09-25 | TONY: Replace abortGame() with nicer error() calls. | Alyssa Milburn |
2012-09-01 | TONY: Move some functions from .h to .cpp files | Strangerke |
2012-08-27 | TONY: Remove various bits of unused code. | Alyssa Milburn |
2012-08-26 | TONY: Move font related arrays to a DAT file | Strangerke |
2012-08-22 | TONY: Replace _vm with g_vm. | Alyssa Milburn |
2012-06-19 | TONY: Implement more of the music related code from the original | Paul Gilbert |
2012-06-18 | TONY: Remove useless void in function declaration | Strangerke |
2012-06-17 | TONY: Move functions comment to doxygen format | Strangerke |
2012-06-17 | TONY: Added code to load and save the ScummVM sound settings | Paul Gilbert |
2012-06-16 | TONY: Rename sound functions and class names | Strangerke |
2012-06-16 | TONY: Translate some Italian terms, rename enums | Strangerke |
2012-06-11 | TONY: Implemented process to properly set hEndOfBuffer when sound effects end | Paul Gilbert |
2012-06-09 | TONY: Rework the way wave files are loaded | Matthew Hoops |
2012-06-08 | TONY: Refactored the memory manager to increase performance | Paul Gilbert |
2012-06-04 | TONY: Rename variables and functions in tony.h | Strangerke |
2012-05-28 | TONY: Add support for using the compressed version of the demo | Matthew Hoops |
2012-05-21 | TONY: Some more code formatting | Strangerke |
2012-05-22 | TONY: Implemented ScummVM debugger, with an initial 'scene' command | Paul Gilbert |
2012-05-21 | TONY: Removed redundant pause code. | Paul Gilbert |
2012-05-20 | TONY: Converting Italian comments to English and formatting | Paul Gilbert |
2012-05-19 | TONY: Converted some warning calls to debugC | Paul Gilbert |
2012-05-18 | TONY: Implemented support for loading savegames directly from the launcher. | Paul Gilbert |
2012-05-17 | TONY: Fix compiling with GCC | Torbjörn Andersson |
2012-05-17 | TONY: Work on enabling GMM saving and loading | Paul Gilbert |
2012-05-14 | TONY: Implemented list-saves and delete save functionality | Paul Gilbert |
2012-05-13 | TONY: Beginnings of refactoring Globals into their own class | Paul Gilbert |
2012-05-12 | TONY: Properly implement game saving and loading. | Paul Gilbert |
2012-05-11 | TONY: Removal of now redundant includes, and deprecated scheduler/coroutine f... | Paul Gilbert |
2012-05-11 | TONY: Refactored Tony to use the Common coroutine scheduler | Paul Gilbert |
2012-05-09 | TONY: Refactored out usage of nullContext in favour of proper coroutines | Paul Gilbert |
2012-05-09 | TONY: Completed bulk of initial coro refactoring | Paul Gilbert |
2012-05-06 | TONY: Bugfix for waitForSingleObject, and added action process debug information | Paul Gilbert |
2012-05-06 | TONY: Beginnings of refactoring Tony engine's threads to use coroutines | Paul Gilbert |
2012-05-05 | TONY: Created dummy event loop and started work on converting RMWindow class | Paul Gilbert |
2012-05-05 | TONY: Fix a crash from objects being destroyed in the wrong order | Paul Gilbert |
2012-05-04 | TONY: Fixed many warnings identified by gcc | Paul Gilbert |
2012-05-04 | TONY: Added virtual destructors to classes using virtual methods | Paul Gilbert |
2012-05-04 | TONY: Implemented some missing and incorrect init code | Paul Gilbert |
2012-05-03 | TONY: Engine is now compiling and linking again | Paul Gilbert |
2012-05-01 | TONY: Cleanup of GfxEngine, and added RMTony class methods | Paul Gilbert |
2012-04-30 | TONY: More header files and functionality added | Paul Gilbert |
2012-04-30 | TONY: Added include files for graphics engine and all dependent classes | Paul Gilbert |
2012-04-29 | TONY: Implemented RMGameBoxes class and all dependent classes | Paul Gilbert |