aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/sprite.cpp
AgeCommit message (Collapse)Author
2011-08-11DREAMWEB: 'getreelstart' ported to C++Bertrand Augereau
2011-08-11DREAMWEB: 'showframe' takes a FrameBertrand Augereau
2011-08-04DREAMWEB: Less register usage in misc. placesBertrand Augereau
2011-08-04DREAMWEB: Deprecated functions suppressedBertrand Augereau
2011-08-04DREAMWEB: Helper function to acquire a temporary segment ref to avoid ds and ↵Bertrand Augereau
es pollution
2011-08-03DREAMWEB: 'findsource' has a new C++ flavourBertrand Augereau
2011-08-03DREAMWEB: Ported 'showrain' to C++Bertrand Augereau
2011-07-30DREAMWEB: Introduction of a Reel structBertrand Augereau
2011-07-30DREAMWEB: 'showreelframe' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'findsource' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: Better API for 'showframe' and no more registers used (expect ↵Bertrand Augereau
es:bx for diffdest blitting)
2011-07-30DREAMWEB: Encapsulated some endian conversions in accessorsBertrand Augereau
2011-07-29DREAMWEB: Use of the new feature of the generator to stop generating code ↵Bertrand Augereau
for 'backobject' and 'mainman' (because addr_backobject is used)
2011-07-28DREAMWEB: diffDest blitting in 'showframe' doesn't pollute the interface any ↵Bertrand Augereau
more
2011-07-28DREAMWEB: Cleanings and less register useBertrand Augereau
2011-07-28DREAMWEB: 'getroomspaths' and 'facerightway' ported to C++Bertrand Augereau
2011-07-28DREAMWEB: Misc. register usage cleaningBertrand Augereau
2011-07-28DREAMWEB: Extraction of sprite.cpp from stubs.cppBertrand Augereau