index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
titanic
/
gfx
Age
Commit message (
Collapse
)
Author
2016-08-30
TITANIC: Fleshed out CMusicRoom & CMusicHandler setup
Paul Gilbert
2016-08-29
TITANIC: Remove unused CChevSwitch class
Paul Gilbert
2016-08-28
TITANIC: Fix infinite loop in CToggleSwitch message handling
Paul Gilbert
2016-08-28
TITANIC: Implemented remaining game classes
Paul Gilbert
2016-08-28
TITANIC: Implemented more game classes
Paul Gilbert
2016-08-25
TITANIC: Implemented more game classes and music widget classes
Paul Gilbert
2016-08-25
TITANIC: Implemented more game classes
Paul Gilbert
2016-08-24
TITANIC: Implemented CMissiveOMat class
Paul Gilbert
2016-08-19
TITANIC: Implemented CEditControl class
Paul Gilbert
2016-08-18
TITANIC: Implementing game classes
Paul Gilbert
2016-08-17
TITANIC: Implementing game logic classes
Paul Gilbert
2016-08-12
TITANIC: Implemented CAnnounce and CActButton classes
Paul Gilbert
2016-07-24
TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage
Paul Gilbert
2016-07-24
TITANIC: Add semicolon after CLASSDEF macro usage
Paul Gilbert
2016-07-24
TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages
Paul Gilbert
2016-07-15
TITANIC: Removed const modifier from all saveable objects
Paul Gilbert
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy
2016-07-15
TITANIC: Set up empty message targets for classes without messages
Paul Gilbert
2016-07-10
TITANIC: Implement playing a range of frames within movie
Paul Gilbert
2016-04-10
TITANIC: Fleshing out CTelevision::MovieEndMsg
Paul Gilbert
2016-04-10
TITANIC: Cleanup of CSTButton
Paul Gilbert
2016-04-07
TITANIC: Converting other message stubs to new format
Paul Gilbert
2016-04-06
TITANIC: Furhter in-progress message handling conversion
Paul Gilbert
2016-04-06
TITANIC: Beginnings of CProximity class
Paul Gilbert
2016-04-05
TITANIC: Implementing CSTButton
Paul Gilbert
2016-04-01
TITANIC: Moved gfx/ pet classes into pet_control/
Paul Gilbert
2016-03-21
TITANIC: Add new derived Rect and Point classes
Paul Gilbert
2016-03-17
TITANIC: Add stubs for CEnterNodeMsg message handlers
Paul Gilbert
2016-03-06
TITANIC: Converting saveable objects hierarchy to have type data
Paul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-03-02
TITANIC: Implemented more saveable classes
Paul Gilbert
2016-03-02
TITANIC: More saveable classes implemented
Paul Gilbert
2016-03-02
TITANIC: More saveable classes implemented
Paul Gilbert
2016-03-01
TITANIC: Added lots more miscellaneous classes
Paul Gilbert
2016-02-29
TITANIC: Implemented lots of CBackground descendent classes
Paul Gilbert
2016-02-26
TITANIC: Implemented CToggleSwitch and descendents
Paul Gilbert
2016-02-26
TITANIC: Implemented CSTButton class and descendents
Paul Gilbert