Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
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 | |
Some backends may break as I only compiled SDL | |||
2011-04-14 | ALL: colour -> color | Max Horn | |
2010-07-23 | Lots of action related fields added; scroll over default action is now ↵ | Paul Gilbert | |
displayed on-screen svn-id: r51200 | |||
2010-07-01 | Introduced a hash for storing all the miscellaneous data values, and used it ↵ | Paul Gilbert | |
to more properly implement display of all the wakeup text in the first room svn-id: r50544 | |||
2010-06-30 | Corrected font display to properly use both colour indexes | Paul Gilbert | |
svn-id: r50526 | |||
2010-06-29 | Changed reading of sprite frame depths to signed bytes - this fixes the ↵ | Paul Gilbert | |
problem with the Slippery Pig not showing up in the landing scene in the intro sequence svn-id: r50492 | |||
2010-06-29 | Added loading of the correct DSR file at the start of each animation scene | Paul Gilbert | |
svn-id: r50490 | |||
2010-06-29 | Bugfixes to reading in the animation font name correctly, as well as ↵ | Paul Gilbert | |
converted some Common::String usage to char buffers to fix incorrect String usage svn-id: r50488 | |||
2010-06-27 | Added proper conversion of message RGB colour values | Paul Gilbert | |
svn-id: r50371 | |||
2010-06-27 | Several bugfixes to the loading, display, and digital sound playing of ↵ | Paul Gilbert | |
messages during cutscenes svn-id: r50366 | |||
2010-06-17 | M4/MADS: Some slight tweaks to the animation message chunks | Filippos Karapetis | |
svn-id: r49927 | |||
2010-06-14 | Moved the actionNouns array from the scene to the globals object, since the ↵ | Paul Gilbert | |
scene will no longer be active during animation sequences svn-id: r49646 | |||
2010-06-14 | Further memory leak fixes reported by Valgrind | Paul Gilbert | |
svn-id: r49644 | |||
2010-06-14 | Added logic for animation sequences specifying a starting animation frame number | Paul Gilbert | |
svn-id: r49642 | |||
2010-06-13 | Bugfixes for correct moving of the screen viewport within an animation | Paul Gilbert | |
svn-id: r49629 | |||
2010-06-13 | Added logic for handling the rate of animation background scrolling, and ↵ | Paul Gilbert | |
miscellaneous extra fields svn-id: r49627 | |||
2010-06-11 | Bugfixes to correctly scroll the background during animations | Paul Gilbert | |
svn-id: r49596 | |||
2010-06-11 | Clarified various incorrectly named parameters, and fixed code for loading ↵ | Paul Gilbert | |
the correct art file backgrounds when running animation sequences svn-id: r49595 | |||
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-06-06 | Bugfixes for correct positioning of opening animation | Paul Gilbert | |
svn-id: r49448 | |||
2010-06-05 | Various bugfixes to the animation code - first Rex animation now plays, ↵ | Paul Gilbert | |
albeit in the wrong place svn-id: r49437 | |||
2010-06-05 | Added missing animation initialisation code | Paul Gilbert | |
svn-id: r49436 | |||
2010-06-04 | Bugfix for the loading of the animation frame list | Paul Gilbert | |
svn-id: r49427 | |||
2010-06-04 | Added code and support routines for destroying animations correctly, which ↵ | Paul Gilbert | |
also necessitated changing the sprite list code svn-id: r49426 | |||
2010-06-03 | Properly implemented the logic for loading the correct interface background ↵ | Paul Gilbert | |
as specified in a scene's resources svn-id: r49409 | |||
2010-06-03 | Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ↵ | Paul Gilbert | |
scene loading code svn-id: r49405 | |||
2010-05-31 | Hopefully fixed compilation | Filippos Karapetis | |
svn-id: r49350 | |||
2010-05-31 | In progress work implementing the animation player | Paul Gilbert | |
svn-id: r49347 | |||
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 | |||
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-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 |