aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.cpp
AgeCommit message (Expand)Author
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-12-08MOHAWK: Stub LB clone command.Alyssa Milburn
2011-12-08MOHAWK: Fix LBCode goto notify.Alyssa Milburn
2011-12-08MOHAWK: Implement LB getProperty/setProperty.Alyssa Milburn
2011-12-02MOHAWK: Implement LB exec,return.Alyssa Milburn
2011-12-02MOHAWK: Implement LB add,addAt,setAt.Alyssa Milburn
2011-12-02MOHAWK: Implement LBCode::itemIsLoaded.Alyssa Milburn
2011-12-02MOHAWK: LB list improvements, implement &= operator.Alyssa Milburn
2011-12-01MOHAWK: Implement LB move/moveTo.Alyssa Milburn
2011-12-01MOHAWK: Handle LB conversion from string to point/rect.Alyssa Milburn
2011-12-01MOHAWK: Implement LBCode::cmdMousePos.Alyssa Milburn
2011-12-01MOHAWK: Fix parameterless calls when parsing LB scripts.Alyssa Milburn
2011-11-27MOHAWK: Fix LBCode seek/seekToFrame.Alyssa Milburn
2011-11-27MOHAWK: Stub LB's min/max/abs.Alyssa Milburn
2011-11-26MOHAWK: Add the start of support for LBXDataFile.Alyssa Milburn
2011-11-26MOHAWK: Add some basic LB list support.Alyssa Milburn
2011-11-26MOHAWK: Parse true/false in LB scripts.Alyssa Milburn
2011-11-25MOHAWK: Convert between rects/points in LB code (thanks clone2727).Alyssa Milburn
2011-11-20MOHAWK: Implement LB's makePt.Alyssa Milburn
2011-07-09MOHAWK: Silence MSVC warningsFilippos Karapetis
2011-07-07MOHAWK: Implement stringLen and substring LBCode functions.Alyssa Milburn
2011-07-03MOHAWK: Implement the remaining LBCode arithmetic operators.Alyssa Milburn
2011-07-03MOHAWK: Fix associativity of LBCode operators.Alyssa Milburn
2011-07-02MOHAWK: Don't allocate zero-size array.Alyssa Milburn
2011-07-02MOHAWK: Try implementing LBCode eval, random and seek.Alyssa Milburn
2011-07-02MOHAWK: Add LBCode::parseCode.Alyssa Milburn
2011-07-02MOHAWK: Allow creation of LBCode instances without an associated BCOD.Alyssa Milburn
2011-07-02MOHAWK: Add LBCode::resolveItem helper function.Alyssa Milburn
2011-07-02MOHAWK: Fix/add bounds checking in LBCode::nextToken.Alyssa Milburn
2011-06-28MOHAWK: Better sanity checks in LB scripting.Alyssa Milburn
2011-06-24MOHAWK: Handle ++/-- operators in LBCode.Alyssa Milburn
2011-06-24MOHAWK: Allow matching LBValue items by their name.Alyssa Milburn
2011-05-13MOHAWK: Stub another two LB script functions.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-13MOHAWK: LB's 'self' is case-insensitiveAlyssa Milburn
2011-04-10MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive)md5
2011-04-09MOHAWK: Move per-page data into LBPage.Alyssa Milburn
2011-04-08MOHAWK: Implement LBCode logical operators.Alyssa Milburn
2011-04-07MOHAWK: Implement some LBCode rect commands.Alyssa Milburn
2011-04-07MOHAWK: Implement some more LBCode ops.Alyssa Milburn
2011-04-07MOHAWK: Add some more LBValue helpers.Alyssa Milburn
2011-04-07MOHAWK: Implement the quit notify LBCode commandMatthew Hoops
2011-04-07MOHAWK: Replace most of the LBCode interpreter.Alyssa Milburn
2011-02-01MOHAWK: Handle a few more LB notify opcodes.Alyssa Milburn
2011-01-12MOHAWK: Add a basic LBCode implementation.Alyssa Milburn