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
/
core
/
tree_item.cpp
Age
Commit message (
Expand
)
Author
2017-02-14
TITANIC: Fix findByName when doing a subsearch match
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-08-27
TITANIC: Implemented more game classes
Paul Gilbert
2016-08-19
TITANIC: Implemented more game classes
Paul Gilbert
2016-08-13
TITANIC: In-progress implementing CParrot class
Paul Gilbert
2016-07-24
TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages
Paul Gilbert
2016-07-20
TITANIC: Fix destroying previous game project when loading savegame
Paul Gilbert
2016-07-15
TITANIC: Removed const modifier from all saveable objects
Paul Gilbert
2016-07-15
TITANIC: Set up empty message targets for classes without messages
Paul Gilbert
2016-07-15
TITANIC: Rename CPlaceHolder to CPlaceHolderItem to match original
Paul Gilbert
2016-07-15
TITANIC: Reorganising methods to class they are in the original
Paul Gilbert
2016-07-15
TITANIC: More implementing deskbot message handlers
Paul Gilbert
2016-07-10
TITANIC: Implement summoning NPCs
Paul Gilbert
2016-07-10
TITANIC: Seperate PET classes setup and reset methods
Paul Gilbert
2016-07-10
TITANIC: Implementing CCarryParrot msg handlers
Paul Gilbert
2016-07-10
TITANIC: Implemented CGameObject::find
Paul Gilbert
2016-07-10
TITANIC: Implemented CPhonographCylinder msg handlers
Paul Gilbert
2016-04-06
TITANIC: In-progress converting message handling to be more like original
Paul Gilbert
2016-03-31
TITANIC: Implement CTreeItem::getHiddenRoom
Paul Gilbert
2016-03-31
TITANIC: Implemented CPetGfxElement setup method
Paul Gilbert
2016-03-29
TITANIC: Fix PET post-loading
Paul Gilbert
2016-03-28
TITANIC: Implemented CCDROM and various support stuff
Paul Gilbert
2016-03-24
TITANIC: Support methods needed by CTelevision
Paul Gilbert
2016-03-19
TITANIC: Added CGameManager::viewChange
Paul Gilbert
2016-03-17
TITANIC: Fleshing out CLinkItem class
Paul Gilbert
2016-03-17
TITANIC: Implement debugger with dump and room commands
Paul Gilbert
2016-03-13
TITANIC: Fix loading project data
Paul Gilbert
2016-03-13
TITANIC: Implemented dumping of the project hierarchy
Paul Gilbert
2016-03-13
TITANIC: Changed CGameStateSub to CGameLocation, properly implemented it
Paul Gilbert
2016-03-12
TITANIC: Added CGameObjectDescItem class
Paul Gilbert
2016-03-12
TITANIC: Implement various post-load methods
Paul Gilbert
2016-03-08
TITANIC: Implemented CTreeItem::findByName
Paul Gilbert
2016-03-08
TITANIC: Add const suffix to many tree item methods
Paul Gilbert
2016-03-06
TITANIC: Overall message handling method
Paul Gilbert
2016-02-26
TITANIC: Start of new messages sub-folder
Paul Gilbert
2016-02-25
TITANIC: Rename of sub-folders for better clarity
Paul Gilbert