Age | Commit message (Expand) | Author |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-14 | ALL: colour -> color | Max Horn |
2010-11-02 | M4: Converted all printf's to debug | Paul Gilbert |
2010-06-30 | Replaced Y offset from various drawing routines in favour of a viewport sub-s... | Paul Gilbert |
2010-06-29 | Added code to properly detect when an animation sequence is complete | Paul Gilbert |
2010-06-29 | Reserved palette ranges used by on-screen messages | Paul Gilbert |
2010-06-27 | Added accidentally deleted line | Paul Gilbert |
2010-06-27 | Centralised the update logic for the various system lists into the MadsView c... | Paul Gilbert |
2010-06-20 | Implemented explicit transparency index support - the previous hardcoded inde... | Paul Gilbert |
2010-06-14 | Added logic for animation sequences specifying a starting animation frame number | Paul Gilbert |
2010-06-11 | Clarified various incorrectly named parameters, and fixed code for loading th... | Paul Gilbert |
2010-06-10 | Added extra code and support methods for properly clearing up backgrounds and... | Paul Gilbert |
2010-06-07 | Added extra positioning and dummy depths surface so that the introduction cut... | Paul Gilbert |
2010-06-07 | Changed a create call to setSize to fix compiler error | Paul Gilbert |
2010-06-07 | Initial conversion of the AnimviewView class to use the expanded MadsAnimatio... | Paul Gilbert |
2010-05-25 | Changed the font system to allow for multiple fonts to be loaded simultaneously | Paul Gilbert |
2010-01-30 | Beginnings of a separation of the MADS and M4 engines into separate classes. ... | Paul Gilbert |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
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-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-20 | Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY events | Paul Gilbert |
2009-12-07 | M4: Make M4Surface member w, h, pixels protected; some cleanup | Max Horn |
2009-11-11 | Comment out unused variable. | Johannes Schickel |
2009-11-11 | Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc... | Paul Gilbert |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-03 | Simplify line reading with the simpler readLine(), instead of readLine_NEW | Filippos Karapetis |
2008-12-03 | readLine_OLD -> readLine_NEW | Filippos Karapetis |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-06-18 | Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i... | Max Horn |
2008-04-20 | Removed unused variables. | Torbjörn Andersson |
2008-04-20 | Initial import of the work in progress M4 engine | Filippos Karapetis |