Age | Commit message (Expand) | Author |
2015-07-04 | MOHAWK: Fix parsing the Arthur's Computer Adventure globals section | Matthew Hoops |
2015-07-03 | MOHAWK: Implement xpos/ypos for LB. | Alyssa Milburn |
2015-07-03 | MOHAWK: Implement deleteVar for LB. | Alyssa Milburn |
2015-07-03 | MOHAWK: Implement width/height for LB. | Alyssa Milburn |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-19 | MOHAWK: Add LB function name aliases. | Alyssa Milburn |
2013-04-19 | MOHAWK: Some LB bytecode improvements. | Alyssa Milburn |
2013-04-19 | MOHAWK: Implement LB's kTokenEval. | Alyssa Milburn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-12-08 | MOHAWK: Stub LB clone command. | Alyssa Milburn |
2011-12-08 | MOHAWK: Fix LBCode goto notify. | Alyssa Milburn |
2011-12-08 | MOHAWK: Implement LB getProperty/setProperty. | Alyssa Milburn |
2011-12-02 | MOHAWK: Implement LB exec,return. | Alyssa Milburn |
2011-12-02 | MOHAWK: Implement LB add,addAt,setAt. | Alyssa Milburn |
2011-12-02 | MOHAWK: Implement LBCode::itemIsLoaded. | Alyssa Milburn |
2011-12-02 | MOHAWK: LB list improvements, implement &= operator. | Alyssa Milburn |
2011-12-01 | MOHAWK: Implement LB move/moveTo. | Alyssa Milburn |
2011-12-01 | MOHAWK: Handle LB conversion from string to point/rect. | Alyssa Milburn |
2011-12-01 | MOHAWK: Implement LBCode::cmdMousePos. | Alyssa Milburn |
2011-12-01 | MOHAWK: Fix parameterless calls when parsing LB scripts. | Alyssa Milburn |
2011-11-27 | MOHAWK: Fix LBCode seek/seekToFrame. | Alyssa Milburn |
2011-11-27 | MOHAWK: Stub LB's min/max/abs. | Alyssa Milburn |
2011-11-26 | MOHAWK: Add the start of support for LBXDataFile. | Alyssa Milburn |
2011-11-26 | MOHAWK: Add some basic LB list support. | Alyssa Milburn |
2011-11-26 | MOHAWK: Parse true/false in LB scripts. | Alyssa Milburn |
2011-11-25 | MOHAWK: Convert between rects/points in LB code (thanks clone2727). | Alyssa Milburn |
2011-11-20 | MOHAWK: Implement LB's makePt. | Alyssa Milburn |
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 |