Age | Commit message (Expand) | Author |
2010-02-10 | Separated scene info console method between M4 and MADS classes, and cleaned ... | Paul Gilbert |
2010-02-10 | Bugfix for crash when view gets focus based on a key event | Paul Gilbert |
2010-01-31 | Formatting corrections to conform to ScummVM formatting guidelines | Paul Gilbert |
2010-01-31 | Further work on separating the scene logic for MADS and M4 | Paul Gilbert |
2010-01-30 | Worked on separating scene logic into separate classes for M4 and MADS | Paul Gilbert |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-30 | Beginnings of a separation of the MADS and M4 engines into separate classes. ... | Paul Gilbert |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Fixed some cppcheck warnings. | Torbjörn Andersson |
2010-01-19 | Remove loop start/end params from Mixer::playRaw; convert some code from Mixe... | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | cleanup | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
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 |