Filippos Karapetis
|
49f209a4d2
|
MOHAWK: Silence MSVC warnings
|
2011-07-09 14:34:59 +03:00 |
|
Alyssa Milburn
|
e4fc8e85ed
|
MOHAWK: Implement stringLen and substring LBCode functions.
|
2011-07-07 16:23:34 +02:00 |
|
Alyssa Milburn
|
a1e9cecd39
|
MOHAWK: Implement the remaining LBCode arithmetic operators.
|
2011-07-03 18:19:32 +02:00 |
|
Alyssa Milburn
|
d7f50b925e
|
MOHAWK: Fix associativity of LBCode operators.
|
2011-07-03 14:18:17 +02:00 |
|
Alyssa Milburn
|
925347bd4d
|
MOHAWK: Don't allocate zero-size array.
|
2011-07-02 01:27:19 +02:00 |
|
Alyssa Milburn
|
35ef5ea28c
|
MOHAWK: Try implementing LBCode eval, random and seek.
|
2011-07-02 00:23:04 +02:00 |
|
Alyssa Milburn
|
1b2b9e7604
|
MOHAWK: Add LBCode::parseCode.
This allows script strings to be parsed into LB bytecode.
|
2011-07-02 00:16:55 +02:00 |
|
Alyssa Milburn
|
d2035b34e0
|
MOHAWK: Allow creation of LBCode instances without an associated BCOD.
|
2011-07-02 00:11:44 +02:00 |
|
Alyssa Milburn
|
2667b502d7
|
MOHAWK: Add LBCode::resolveItem helper function.
|
2011-07-02 00:04:24 +02:00 |
|
Alyssa Milburn
|
689099f9b5
|
MOHAWK: Fix/add bounds checking in LBCode::nextToken.
|
2011-07-02 00:03:49 +02:00 |
|
Alyssa Milburn
|
ede71596ba
|
MOHAWK: Better sanity checks in LB scripting.
|
2011-06-28 15:34:09 +02:00 |
|
Alyssa Milburn
|
2b03a3a0e6
|
MOHAWK: Handle ++/-- operators in LBCode.
|
2011-06-24 21:10:49 +02:00 |
|
Alyssa Milburn
|
d7a5ba3b2f
|
MOHAWK: Allow matching LBValue items by their name.
|
2011-06-24 21:01:04 +02:00 |
|
Alyssa Milburn
|
3ed095434f
|
MOHAWK: Stub another two LB script functions.
|
2011-05-13 23:03:47 +02:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Ori Avtalion
|
9414d7a6e2
|
JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
|
2011-04-28 15:08:58 +03:00 |
|
Alyssa Milburn
|
e000ed22d5
|
MOHAWK: LB's 'self' is case-insensitive
|
2011-04-13 10:11:20 +02:00 |
|
md5
|
d2d6c9e2ba
|
MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive)
|
2011-04-10 14:27:45 +03:00 |
|
Alyssa Milburn
|
ae49865e9e
|
MOHAWK: Move per-page data into LBPage.
|
2011-04-09 21:01:27 +02:00 |
|
Alyssa Milburn
|
f0c42f10bd
|
MOHAWK: Implement LBCode logical operators.
|
2011-04-08 00:22:04 +02:00 |
|
Alyssa Milburn
|
10454194bc
|
MOHAWK: Implement some LBCode rect commands.
|
2011-04-07 23:08:55 +02:00 |
|
Alyssa Milburn
|
ac1522e177
|
MOHAWK: Implement some more LBCode ops.
|
2011-04-07 23:07:04 +02:00 |
|
Alyssa Milburn
|
f65840feef
|
MOHAWK: Add some more LBValue helpers.
|
2011-04-07 23:05:22 +02:00 |
|
Matthew Hoops
|
5fad3d5362
|
MOHAWK: Implement the quit notify LBCode command
|
2011-04-07 10:00:11 -04:00 |
|
Alyssa Milburn
|
bbe2c437a8
|
MOHAWK: Replace most of the LBCode interpreter.
|
2011-04-07 00:30:09 +02:00 |
|
Alyssa Milburn
|
22f87250e9
|
MOHAWK: Handle a few more LB notify opcodes.
svn-id: r55713
|
2011-02-01 22:00:57 +00:00 |
|
Alyssa Milburn
|
30f8365502
|
MOHAWK: Add a basic LBCode implementation.
This is enough for the Rugrats Adventure Game to play the introduction
videos, but is still in a very preliminary state.
svn-id: r55215
|
2011-01-12 19:11:27 +00:00 |
|