Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-24 | M4: Bugfixes for depth ordering to fix the Z order of on-screen objects | Paul Gilbert | |
svn-id: r51239 | |||
2010-07-24 | M4: Implemented lots of support code for pre-action handling | Paul Gilbert | |
svn-id: r51235 | |||
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-06 | Added support for idle character animations | Paul Gilbert | |
svn-id: r50723 | |||
2010-07-04 | Implemented more of the support methods for player display | Paul Gilbert | |
svn-id: r50644 | |||
2010-07-03 | Adding the beginnings of a player control class, as well as various changes ↵ | Paul Gilbert | |
to the other classes to support it svn-id: r50620 | |||
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 | 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-28 | Bugfix to properly erase text messages when they expire | Paul Gilbert | |
svn-id: r50432 | |||
2010-06-27 | Centralised the update logic for the various system lists into the MadsView ↵ | Paul Gilbert | |
class svn-id: r50365 | |||
2010-06-24 | Corrected rendering of sprites into a scene background | Paul Gilbert | |
svn-id: r50205 | |||
2010-06-13 | Bugfixes for correct moving of the screen viewport within an animation | Paul Gilbert | |
svn-id: r49629 | |||
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-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 | Added extra positioning and dummy depths surface so that the introduction ↵ | Paul Gilbert | |
cutscene now starts up svn-id: r49480 | |||
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-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 | 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 | Fix warning, whitespace | Willem Jan Palenstijn | |
svn-id: r49352 | |||
2010-05-31 | In progress work implementing the animation player | Paul Gilbert | |
svn-id: r49347 | |||
2010-05-28 | Clarified variable usage for sequence list entry indexes | Paul Gilbert | |
svn-id: r49287 | |||
2010-05-26 | Gave proper names to each flag in the message flag set | Paul Gilbert | |
svn-id: r49229 | |||
2010-05-24 | Implemented the bulk of the logic for displaying timed on-screen messages | Paul Gilbert | |
svn-id: r49180 | |||
2010-05-23 | Major work done on the animation and support classes to match the original | Paul Gilbert | |
svn-id: r49150 | |||
2010-05-17 | Bugfixes for animation display, and better understanding of how animations cycle | Paul Gilbert | |
svn-id: r49057 | |||
2010-05-16 | Bugfixes for animation depth logic | Paul Gilbert | |
svn-id: r49045 | |||
2010-05-15 | Decoded further fields in the SequenceList class, and started implementation ↵ | Paul Gilbert | |
of kernel message display svn-id: r49034 | |||
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-27 | Added further timer method implementation. Also renamed some of the classes ↵ | Paul Gilbert | |
to match those of the original engine, based on the contents of various in-game error messages svn-id: r48816 | |||
2010-04-23 | Implemented extra timer methods and a DynamicHotspots class | Paul Gilbert | |
svn-id: r48776 | |||
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-04-12 | Added the beginnings of the main timer list | Paul Gilbert | |
svn-id: r48635 | |||
2010-04-01 | Remove extra semicolons | Ori Avtalion | |
svn-id: r48457 | |||
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-25 | Fix compilation by removing a public keyword outside a class scope and using ↵ | Johannes Schickel | |
"> >" instead of ">>" for template closing brackets. Note that ">>" is always operator>> in the current C++ standard, thus one has to use "Common::Array<Common::SharedPtr<SpriteAsset> >" instead of "Common::Array<Common::SharedPtr<SpriteAsset>>" for example. svn-id: r48402 | |||
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-21 | Added framework for displaying game dialogs | Paul Gilbert | |
svn-id: r48353 | |||
2010-03-16 | Further code implemented for the current action display | Paul Gilbert | |
svn-id: r48266 | |||
2010-03-07 | Split up the scene.cpp file into separate files for M4 and MADS specific ↵ | Paul Gilbert | |
scene code and support classes. Also have started adding code for textual display and proper current action display svn-id: r48172 | |||
2010-01-31 | Formatting corrections to conform to ScummVM formatting guidelines | Paul Gilbert | |
svn-id: r47733 | |||
2010-01-31 | Further work on separating the scene logic for MADS and M4 | Paul Gilbert | |
svn-id: r47732 |