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
/
mohawk
/
livingbooks.h
Age
Commit message (
Expand
)
Author
2010-12-09
MOHAWK: Fix LBPaletteItem to handle variable-size palettes
Alyssa Milburn
2010-12-09
MOHAWK: Implement LBMovieItem
Alyssa Milburn
2010-12-08
MOHAWK: Use named constants for LB opcodes, add warnings when unimplemented
Alyssa Milburn
2010-12-08
MOHAWK: Implement/stub more LB 3 notifications
Alyssa Milburn
2010-12-07
MOHAWK: Rename LBAction to LBEvent, fix event targeting
Alyssa Milburn
2010-12-06
MOHAWK: finish kLBSetPlayInfo reading
Alyssa Milburn
2010-12-05
MOHAWK: implement kLBNotifyChangeMode
Alyssa Milburn
2010-12-05
MOHAWK: improve LBPaletteItem support
Alyssa Milburn
2010-12-05
MOHAWK: handle LB 2/3 kLBNotifyChangeMode, kLBActionNotified matching
Alyssa Milburn
2010-12-05
MOHAWK: handle -1 phase for LB 2/3 items
Alyssa Milburn
2010-12-05
MOHAWK: read and use LB 2/3 conditions/commands
Alyssa Milburn
2010-12-05
MOHAWK: add runCommand/checkCondition routines for LB 2/3
Alyssa Milburn
2010-12-04
MOHAWK: implement setGlobalEnable and setGlobalVisible for LB
Alyssa Milburn
2010-12-04
MOHAWK: tidy up LB hardcoded UI click functions, add poetry mode support
Alyssa Milburn
2010-12-02
MOHAWK: implement kLBAnimOpDelay
Alyssa Milburn
2010-12-01
MOHAWK: fix LBPaletteItem
Alyssa Milburn
2010-12-01
MOHAWK: document/handle more LB item data
Alyssa Milburn
2010-12-01
MOHAWK: fix LBLiveTextItem drawing for LB 2+
Alyssa Milburn
2010-12-01
MOHAWK: rename DelayedEventType values
Alyssa Milburn
2010-11-30
MOHAWK: add tryDefaultPage/tryPageStart/prevPage helpers
Alyssa Milburn
2010-11-30
MOHAWK: some LBSoundItem fixes
Alyssa Milburn
2010-11-30
MOHAWK: fix LB playback seek behaviour
Alyssa Milburn
2010-11-30
MOHAWK: tidy up LBLiveTextItem code
Alyssa Milburn
2010-11-30
MOHAWK: fix LBAnimation start/seek behaviour
Alyssa Milburn
2010-11-29
MOHAWK: implement hard-coded LB language/options GUI
Alyssa Milburn
2010-11-29
MOHAWK: implement more of LBLiveTextItem
Alyssa Milburn
2010-11-29
MOHAWK: read command messages, so LB doesn't just error out
Alyssa Milburn
2010-11-29
MOHAWK: Divide GType_LIVINGBOOKSV3 into V2 and V3
Matthew Hoops
2010-11-29
MOHAWK: Set Maggie's Farmyard Adventure as an LB game
Matthew Hoops
2010-11-28
MOHAWK: Add basic Living Books support (all credit goes to fuzzie!)
Matthew Hoops
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops
2009-12-30
MOHAWK: Reduce header interdependencies
Max Horn
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko