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
/
npcs
/
parrot.h
Age
Commit message (
Collapse
)
Author
2017-09-09
TITANIC: Fix parrot freezing after multiple chicken drags
Paul Gilbert
2017-08-20
TITANIC: Properly reset Parrot flag if you look away while he's eating
Paul Gilbert
2017-07-05
TITANIC: Fix parrot to only eat hot plain chickens
Paul Gilbert
2017-02-20
TITANIC: Wait for parrot speech to end before waking Titania
Paul Gilbert
2017-01-21
TITANIC: Renamings of CParrot fields
Paul Gilbert
2017-01-21
TITANIC: Remove a bunch of CParrot unused fields
Paul Gilbert
2017-01-18
TITANIC: Renaming of CParrot statics, miscellaneous fixes
Paul Gilbert
2016-12-26
TITANIC: Change CParrot::_v4 to _state
Paul Gilbert
2016-12-25
TITANIC: Renaming in CParrot class
Paul Gilbert
2016-12-20
TITANIC: Fix panning away from parrot cage
Paul Gilbert
2016-08-13
TITANIC: In-progress implementing CParrot class
Paul Gilbert
2016-07-24
TITANIC: Add semicolon after CLASSDEF macro usage
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-10
TITANIC: Implementing CCarryParrot msg 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-02-25
TITANIC: Implement TrueTalk NPC classes
Paul Gilbert