Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-03 | M4: Changed debug calls to debugCN since they all have newlines | Paul Gilbert | |
svn-id: r54047 | |||
2010-11-02 | M4: Converted all printf's to debug | Paul Gilbert | |
svn-id: r54035 | |||
2010-09-18 | M4: Added missing breaks to switch statement | Paul Gilbert | |
svn-id: r52793 | |||
2010-07-24 | M4: Implemented lots of support code for pre-action handling | Paul Gilbert | |
svn-id: r51235 | |||
2010-06-29 | Removed the old hardcoded calls to loadDSRFile | Paul Gilbert | |
svn-id: r50491 | |||
2010-06-26 | Load the correct speech file pack for the intro of Rex Nebular | Filippos Karapetis | |
svn-id: r50321 | |||
2010-06-20 | Implemented explicit transparency index support - the previous hardcoded ↵ | Paul Gilbert | |
index of 0 wasn't correct, since some sprites need that index svn-id: r50070 | |||
2010-06-14 | Further memory leak fixes reported by Valgrind | Paul Gilbert | |
svn-id: r49644 | |||
2010-06-07 | Initial conversion of the AnimviewView class to use the expanded ↵ | Paul Gilbert | |
MadsAnimation class, rather than the older AAFile skeleton class svn-id: r49478 | |||
2010-05-28 | Clarified variable usage for sequence list entry indexes | Paul Gilbert | |
svn-id: r49287 | |||
2010-05-25 | Changed the font system to allow for multiple fonts to be loaded simultaneously | Paul Gilbert | |
svn-id: r49209 | |||
2010-05-23 | Major work done on the animation and support classes to match the original | Paul Gilbert | |
svn-id: r49150 | |||
2010-05-15 | Removed use of globally constructed menu item position lists | Paul Gilbert | |
svn-id: r49035 | |||
2010-04-30 | Added proper names for some of the previous unknown timer fields, and ↵ | Paul Gilbert | |
bugfixes for the sequence list methods svn-id: r48875 | |||
2010-04-21 | Changed MadsView into a separate class, since it's functionality is needed ↵ | Paul Gilbert | |
by two different class hierarchies that can't share a common ancestor class svn-id: r48763 | |||
2010-03-27 | Added the game options dialog, along with several bugfixes to dialog display ↵ | Paul Gilbert | |
code svn-id: r48410 | |||
2010-03-27 | Completed dialog item selection code | Paul Gilbert | |
svn-id: r48409 | |||
2010-03-26 | Bugfixes to the graphics display of dialogs | Paul Gilbert | |
svn-id: r48405 | |||
2010-03-25 | Added preliminary logic for showing loaded sprite frames | Paul Gilbert | |
svn-id: r48401 | |||
2010-03-24 | Moved new MadsView related code into Mads_Views, where it's more ↵ | Paul Gilbert | |
appropriate. Added extra logic necessary for displaying text in the game dialogs svn-id: r48378 | |||
2010-03-23 | Added further code for the game dialog framework | Paul Gilbert | |
svn-id: r48368 | |||
2010-03-21 | Added framework for displaying game dialogs | Paul Gilbert | |
svn-id: r48353 | |||
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson | |
In this case, it was always a break after a return in a switch case. There are similar cases which cppcheck didn't detect, and a couple of cases where we have a break after a continue in a switch case (where the continue refers to an outer loop), but I didn't touch those. Not yet, at least. svn-id: r48218 | |||
2010-01-30 | Beginnings of a separation of the MADS and M4 engines into separate classes. ↵ | Paul Gilbert | |
This will be cleaner then having checks everywhere for whether the game mode is MADS or M4. svn-id: r47705 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2009-12-20 | Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY events | Paul Gilbert | |
svn-id: r46424 | |||
2009-12-07 | M4: Move 'determine transparent color' hack into a new M4Sprite method | Max Horn | |
svn-id: r46281 | |||
2009-12-07 | M4: Make M4Surface member w, h, pixels protected; some cleanup | Max Horn | |
svn-id: r46280 | |||
2009-12-05 | Expanded the actions view into a full user interface view, and added support ↵ | Paul Gilbert | |
for highlighting of user interface elements svn-id: r46262 | |||
2009-11-26 | Added the basics of a action list display | Paul Gilbert | |
svn-id: r46152 | |||
2009-11-15 | Added display of the rotating inventory objects | Paul Gilbert | |
svn-id: r45912 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-04-20 | Initial import of the work in progress M4 engine | Filippos Karapetis | |
svn-id: r31600 |