Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-04 | Added support for horizontally flipped foreground sprites, which are ↵ | Paul Gilbert | |
indicated by setting the high bit of frame numbers svn-id: r50638 | |||
2010-06-30 | Removed deprecated destAdjust parameters from the frame drawing code | Paul Gilbert | |
svn-id: r50524 | |||
2010-06-30 | Replaced Y offset from various drawing routines in favour of a viewport ↵ | Paul Gilbert | |
sub-surface - this will make it easier to clip sprites to within the drawable area svn-id: r50523 | |||
2010-06-26 | Bugfix to correctly handle transparency when rendering scaled sprites | Paul Gilbert | |
svn-id: r50314 | |||
2010-06-23 | Made a warning more verbose | Filippos Karapetis | |
svn-id: r50177 | |||
2010-06-23 | Corrected newly added palette conversion warning | Paul Gilbert | |
svn-id: r50176 | |||
2010-06-23 | Changed some asserts to warnings | Filippos Karapetis | |
svn-id: r50175 | |||
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-15 | Bugfixes to depth processing that was causing the 'Microprose Design Group' ↵ | Paul Gilbert | |
message not to appear in the first intro scene svn-id: r49801 | |||
2010-06-14 | Fixes for memory leaks reported by Valgrind | Paul Gilbert | |
svn-id: r49643 | |||
2010-06-12 | Reimplemented the scaled sprite drawing logic. The first introduction ↵ | Paul Gilbert | |
sequence scene now displays correctly svn-id: r49604 | |||
2010-06-11 | Bugfixes to correctly scroll the background during animations | Paul Gilbert | |
svn-id: r49596 | |||
2010-06-10 | Added extra code and support methods for properly clearing up backgrounds ↵ | Paul Gilbert | |
and used sprites when an animation sequence ends svn-id: r49566 | |||
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-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-28 | Implemented needed methods for scrolling surfaces horizontally or vertically | Paul Gilbert | |
svn-id: r49286 | |||
2010-05-23 | Major work done on the animation and support classes to match the original | Paul Gilbert | |
svn-id: r49150 | |||
2010-04-08 | Remove unused dereference | Ori Avtalion | |
svn-id: r48586 | |||
2010-03-26 | Bugfixes to the graphics display of dialogs | Paul Gilbert | |
svn-id: r48405 | |||
2010-03-26 | Further fixed the setEntry method to make it Endian safe | Paul Gilbert | |
svn-id: r48404 | |||
2010-03-26 | Bugfix for logic used to calculate single RGB palette entries | Paul Gilbert | |
svn-id: r48403 | |||
2010-03-14 | Further work on separating M4 specific scene code into the m4_scene.cpp file | Paul Gilbert | |
svn-id: r48256 | |||
2010-02-13 | Added the beginnings of scene set-up logic | Paul Gilbert | |
svn-id: r48039 | |||
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-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-19 | Fixed some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47393 | |||
2009-12-12 | Implemented the rendering section of dialog display | Paul Gilbert | |
svn-id: r46338 | |||
2009-12-11 | Renamed line() to drawLine() to silence warning about function parameters in | Torbjörn Andersson | |
dialogs.cpp shadowing it. Actually, the function doesn't seem to be used anywhere at the moment, but perhaps someone has future plans for it? svn-id: r46331 | |||
2009-12-07 | M4: Rename M4Surface::getData() to getBasePtr() for consistency | Max Horn | |
svn-id: r46279 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-06-18 | Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and ↵ | Max Horn | |
in class String it is used for a bool property) svn-id: r32733 | |||
2008-04-20 | Initial import of the work in progress M4 engine | Filippos Karapetis | |
svn-id: r31600 |