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
/
queen
/
cutaway.h
Age
Commit message (
Expand
)
Author
2004-01-14
bumped Cutaway::_personFace array size, as during intro Cutaway::_personFaceC...
Gregory Montoir
2004-01-10
this should fix :
Gregory Montoir
2004-01-08
mostly cleanup :
Gregory Montoir
2004-01-06
updated copyright notice
Max Horn
2003-12-11
constructors cleanup
Gregory Montoir
2003-12-10
- moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code ...
Gregory Montoir
2003-12-10
cleanup, split Cutaway::specialMove() into several methods ; this should allo...
Gregory Montoir
2003-12-01
cleanup header includes
Gregory Montoir
2003-11-07
Minor fixes.
David Eriksson
2003-11-06
Bug fix for non-quittable cutaways.
David Eriksson
2003-11-06
The more I implement, the more I need to implement.
David Eriksson
2003-10-31
use Command class
Gregory Montoir
2003-10-23
Make it possible to quit cutaways!
David Eriksson
2003-10-23
Initial version of the Input class. Some things still missing.
David Eriksson
2003-10-21
- Add some missing speech
David Eriksson
2003-10-21
add Sound class + call it from Talk::speakSegment
Joost Peters
2003-10-21
- Better handling of complex animations
David Eriksson
2003-10-19
Added scaling of objects in cutaways.
David Eriksson
2003-10-19
- currentImage stuff
David Eriksson
2003-10-18
Handle cutaway text.
David Eriksson
2003-10-18
- Fix some cutaway crashes
David Eriksson
2003-10-18
Make the aeroplane fly (and Joe too... I wonder what he smoked.)
David Eriksson
2003-10-17
Make enums public. Fixes MSVC erros with enum usage in member structs
Jamieson Christian
2003-10-15
- Use Logic::roomRefreshObject() in Cutaway
David Eriksson
2003-10-15
- Make Cutaway use Walk object from Logic
David Eriksson
2003-10-14
Working nicely with personMove disabled!
David Eriksson
2003-10-12
- Integrate with Joost's and Gregory's latest implementations.
David Eriksson
2003-10-10
Get Graphics object as parameter too.
David Eriksson
2003-10-07
- Add Talk class and begin to use it from Cutaway class
David Eriksson
2003-10-05
renamed classes (we have our own namespace now) + fixed segfault in logic
Joost Peters
2003-10-03
namespace Queen
Max Horn
2003-10-03
Use struct and not array for objectData.
David Eriksson
2003-10-02
Quite a bit more implemented on cutaway.
David Eriksson
2003-10-01
Added initial version of QueenCutaway class.
David Eriksson