Age | Commit message (Expand) | Author |
2009-12-20 | Started implementation of the original game's cheat mode | Paul Gilbert |
2009-12-20 | Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY events | Paul Gilbert |
2009-12-19 | Further implementation of dialog/message script language | Paul Gilbert |
2009-12-19 | Added an extra assert | Paul Gilbert |
2009-12-17 | Implemented basic message parsing | Paul Gilbert |
2009-12-12 | Implemented the rendering section of dialog display | Paul Gilbert |
2009-12-11 | Renamed line() to drawLine() to silence warning about function parameters in | Torbjörn Andersson |
2009-12-11 | Beginnings of a dialog display class | Paul Gilbert |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-07 | M4: Move 'determine transparent color' hack into a new M4Sprite method | Max Horn |
2009-12-07 | M4: Make M4Surface member w, h, pixels protected; some cleanup | Max Horn |
2009-12-07 | M4: Rename M4Surface::getData() to getBasePtr() for consistency | Max Horn |
2009-12-05 | Hooked up the actions list and object-specific actions to change the status text | Paul Gilbert |
2009-12-05 | Added a new variation to the 'object' command to add an object to the player'... | Paul Gilbert |
2009-12-05 | Implemented support for the inventory list scrollbar and directly selecting a... | Paul Gilbert |
2009-12-05 | Silenced warning. | Torbjörn Andersson |
2009-12-05 | Expanded the actions view into a full user interface view, and added support ... | Paul Gilbert |
2009-12-01 | Corrected the palette colours for the interface elements | Paul Gilbert |
2009-11-26 | Fix warning | Max Horn |
2009-11-26 | Changed the game list in the doxygen comment to list all the games the engine... | Paul Gilbert |
2009-11-26 | Added some comments on the status of the engine | Paul Gilbert |
2009-11-26 | Added the basics of a action list display | Paul Gilbert |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-15 | Added display of the rotating inventory objects | Paul Gilbert |
2009-11-15 | Added support for needed MADS game configuration options | Paul Gilbert |
2009-11-12 | Added a staticres file with the MADS articles list, and added an article fiel... | Paul Gilbert |
2009-11-11 | Comment out unused variable. | Johannes Schickel |
2009-11-11 | Beginnings of support for AA file animations. The mads_anim.cpp commit is par... | Paul Gilbert |
2009-11-11 | Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc... | Paul Gilbert |
2009-11-10 | Missing template argument for MIN (added <uint>) | Lars Persson |
2009-11-04 | Added support for loading the game's object list | Paul Gilbert |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-01 | Reworked of code line in changeExtension that was giving a cppcheck warning | Paul Gilbert |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-11 | Fix compile of M4 game engine. | Travis Howell |
2009-09-11 | M4: Seems that s1_cos and s1_sin are either misnamed, or buggy ? | Max Horn |
2009-09-11 | Don't abuse FORCEINLINE | Max Horn |
2009-09-03 | Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt... | Matthew Hoops |
2009-08-24 | Add comment why the syntax for ScriptDataCache::load was changed. | Johannes Schickel |
2009-08-24 | Small syntax change in the hope to make the motoezx target happy. | Johannes Schickel |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-03-29 | Added missing parenthesis in M4Engine::delay | Paul Gilbert |
2009-03-20 | silenced some warnings | Max Horn |
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn |