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_code.cpp
Age
Commit message (
Expand
)
Author
2011-07-09
MOHAWK: Silence MSVC warnings
Filippos Karapetis
2011-07-07
MOHAWK: Implement stringLen and substring LBCode functions.
Alyssa Milburn
2011-07-03
MOHAWK: Implement the remaining LBCode arithmetic operators.
Alyssa Milburn
2011-07-03
MOHAWK: Fix associativity of LBCode operators.
Alyssa Milburn
2011-07-02
MOHAWK: Don't allocate zero-size array.
Alyssa Milburn
2011-07-02
MOHAWK: Try implementing LBCode eval, random and seek.
Alyssa Milburn
2011-07-02
MOHAWK: Add LBCode::parseCode.
Alyssa Milburn
2011-07-02
MOHAWK: Allow creation of LBCode instances without an associated BCOD.
Alyssa Milburn
2011-07-02
MOHAWK: Add LBCode::resolveItem helper function.
Alyssa Milburn
2011-07-02
MOHAWK: Fix/add bounds checking in LBCode::nextToken.
Alyssa Milburn
2011-06-28
MOHAWK: Better sanity checks in LB scripting.
Alyssa Milburn
2011-06-24
MOHAWK: Handle ++/-- operators in LBCode.
Alyssa Milburn
2011-06-24
MOHAWK: Allow matching LBValue items by their name.
Alyssa Milburn
2011-05-13
MOHAWK: Stub another two LB script functions.
Alyssa Milburn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-13
MOHAWK: LB's 'self' is case-insensitive
Alyssa Milburn
2011-04-10
MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive)
md5
2011-04-09
MOHAWK: Move per-page data into LBPage.
Alyssa Milburn
2011-04-08
MOHAWK: Implement LBCode logical operators.
Alyssa Milburn
2011-04-07
MOHAWK: Implement some LBCode rect commands.
Alyssa Milburn
2011-04-07
MOHAWK: Implement some more LBCode ops.
Alyssa Milburn
2011-04-07
MOHAWK: Add some more LBValue helpers.
Alyssa Milburn
2011-04-07
MOHAWK: Implement the quit notify LBCode command
Matthew Hoops
2011-04-07
MOHAWK: Replace most of the LBCode interpreter.
Alyssa Milburn
2011-02-01
MOHAWK: Handle a few more LB notify opcodes.
Alyssa Milburn
2011-01-12
MOHAWK: Add a basic LBCode implementation.
Alyssa Milburn