aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_logic.h
AgeCommit message (Collapse)Author
2012-03-04TSAGE: Some cleanup of R2R Animation Player, and fix for playing when ↵Paul Gilbert
objects are active
2012-02-29TSAGE: Slow down the animation player to match the original gamePaul Gilbert
2012-02-27TSAGE: Renamed many of the unknown fields in the R2R Animation PlayerPaul Gilbert
2012-02-27TSAGE: Bugfixes for R2R animation playerPaul Gilbert
2012-02-26TSAGE: Implemented some of the remaining R2R Animation Player support methodsPaul Gilbert
2012-02-26TSAGE: Implement R2R Animation Player drawing codePaul Gilbert
2012-02-26TSAGE: Implemented the initial loading logic for R2R animation playerPaul Gilbert
2012-02-24TSAGE: More properly implemented resource streaming for R2R animation playerPaul Gilbert
2012-02-20TSAGE: Starting to implement animation player needed for R2R Title ScreenPaul Gilbert
2012-02-14TSAGE: Implemented missing R2R method SceneHandler::setupPaletteMapsPaul Gilbert
2012-02-05TSAGE: Initial implementation of R2R Scene 180Paul Gilbert
2012-01-31TSAGE: Implement R2R Scene 205 - Star-field CreditsPaul Gilbert
2012-01-30TSAGE: R2R - Implement scene 3500Strangerke
This required a fix for direct draw code
2012-01-22TSAGE: Implemented R2R Scene 500Paul Gilbert
2012-01-13TSAGE: R2R - Preliminar implementation of scene 1550Strangerke
Also implement a couple of functions used by scene 1200
2012-01-07TSAGE: R2R - Fix sub1B00, rename it to scalePaletteStrangerke
Thanks wjp for the namings
2012-01-04TSAGE: R2R - Implement scene 3800.Strangerke
sub1B007() is still stubbed as _field312 usage is conflicting with IDB structure
2012-01-04TSAGE: Implemented the changes needed for R2R SceneActor::dispatchPaul Gilbert
2011-12-27TSAGE: Centralised all the setDetails methods in the various gamesPaul Gilbert
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
2011-12-22TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented ↵Paul Gilbert
R2R SceneExt::display
2011-11-23TSAGE: Bugfixes for R2RW SceneExit classPaul Gilbert
2011-11-16TSAGE: Implemented R2RW SceneArea and SceneExit classesPaul Gilbert
2011-11-02TSAGE: Implemented the character selection dialog logic in R2RWPaul Gilbert
2011-10-31TSAGE: Display UI cursor correctly in R2RWPaul Gilbert
2011-10-26TSAGE: Added R2 _shade and _effect fields to scene objects class.Paul Gilbert
2011-10-24TSAGE: Rename of inventory constants and scene objects for first R2 scenePaul Gilbert
2011-10-23TSAGE: Implemented Ringworld 2 right click dialogPaul Gilbert
2011-10-22TSAGE: Beginnings of support for Return to RingworldPaul Gilbert