Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | MOHAWK: Stub LB clone command. | Alyssa Milburn | |
2011-12-08 | MOHAWK: Implement LB getProperty/setProperty. | Alyssa Milburn | |
2011-12-08 | MOHAWK: LB variables are case-insensitive. | Alyssa Milburn | |
2011-12-08 | MOHAWK: Name the LB phases, and default to kLBPhaseLoad for v3+. | Alyssa Milburn | |
2011-12-02 | MOHAWK: Implement LBCode::itemIsLoaded. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Implement LB move/moveTo. | Alyssa Milburn | |
2011-11-27 | MOHAWK: Fix LBCode seek/seekToFrame. | Alyssa Milburn | |
2011-11-26 | MOHAWK: Run kLBEventInit at init time. | Alyssa Milburn | |
2011-11-25 | MOHAWK: Name/stub some unknown LB item flags. | Alyssa Milburn | |
2011-11-25 | MOHAWK: Load/unload LB proxies properly. | Alyssa Milburn | |
2011-11-20 | MOHAWK: Replace _neverEnabled with basic _loaded logic. | Alyssa Milburn | |
2011-08-06 | ALL: Reduce audio/ header dependency | Eugene Sandulenko | |
2011-07-09 | MOHAWK: Silence MSVC warnings | Filippos Karapetis | |
2011-07-07 | MOHAWK: Handle cursor changes in kLBNotifyChangeMode. | Alyssa Milburn | |
2011-07-07 | MOHAWK: Maintain ordered list of LB items. | Alyssa Milburn | |
2011-07-03 | MOHAWK: Fix build. | Alyssa Milburn | |
2011-07-02 | MOHAWK: Use LBCode instead of running scripts in LBItem. | Alyssa Milburn | |
2011-06-28 | MOHAWK: Rework archive handling | Matthew Hoops | |
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication. | |||
2011-06-28 | MOHAWK: Handle kLBOpRunData properly. | Alyssa Milburn | |
2011-06-28 | MOHAWK: Make LB's readString/readRect more generic. | Alyssa Milburn | |
2011-06-24 | MOHAWK: Partial support for newer LB targeting types. | Alyssa Milburn | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-13 | MOHAWK: Add basic LBProxyItem support. | Alyssa Milburn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-11 | MOHAWK: Add Default Values to LB NotifyEvent Constructor. | D G Turner | |
This silences a number of warnings about possible uninitialized parameter use. | |||
2011-04-09 | MOHAWK: Move per-page data into LBPage. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Add some more LBValue helpers. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Add getItemByName for LB. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Support LB script flow control. | Alyssa Milburn | |
2011-04-01 | MOHAWK: Handle waiting for sound cues in LBAnimation. | Alyssa Milburn | |
2011-03-31 | MOHAWK: Implement kLBSetHitTest. | Alyssa Milburn | |
2011-03-31 | MOHAWK: Nicer names/info for some LB data. | Alyssa Milburn | |
2011-03-30 | MOHAWK: Parse LB page options from the outline. | Alyssa Milburn | |
2011-03-29 | MOHAWK: Check isAmbient in LB sound priority code. | Alyssa Milburn | |
2011-03-29 | MOHAWK: Handle LB item sound priorities. | Alyssa Milburn | |
2011-03-29 | MOHAWK: Destroying an LBGroupItem destroys the whole group. | Alyssa Milburn | |
2011-03-26 | MOHAWK: Stub off LB mini games | Matthew Hoops | |
greeneggs can now continue to completion in 'play' mode | |||
2011-02-13 | MOHAWK: Add support for Mac LB v2 games | Matthew Hoops | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-01 | MOHAWK: Handle some LB script entry params. | Alyssa Milburn | |
svn-id: r55712 | |||
2011-01-31 | MOHAWK: LB anim sound improvements. | Alyssa Milburn | |
The parent animation now keeps track of sounds, and animations don't emit a done event while their sounds are still playing. svn-id: r55688 | |||
2011-01-30 | MOHAWK: Handle kLBAnimOpSetTempoDiv better. | Alyssa Milburn | |
svn-id: r55668 | |||
2011-01-12 | MOHAWK: Add a basic LBCode implementation. | Alyssa Milburn | |
This is enough for the Rugrats Adventure Game to play the introduction videos, but is still in a very preliminary state. svn-id: r55215 | |||
2010-12-16 | MOHAWK: Move readString into the LB engine class | Alyssa Milburn | |
svn-id: r54935 | |||
2010-12-13 | MOHAWK: parse LB subentries correctly | Alyssa Milburn | |
svn-id: r54901 | |||
2010-12-13 | MOHAWK: Use named constants for LB control modes | Alyssa Milburn | |
svn-id: r54897 | |||
2010-12-12 | MOHAWK: Use named constants for LB timing modes | Alyssa Milburn | |
svn-id: r54896 | |||
2010-12-12 | MOHAWK: Handle kLBGlobalDisable | Alyssa Milburn | |
svn-id: r54893 | |||
2010-12-12 | MOHAWK: Refactor/improve LB script entry parsing | Alyssa Milburn | |
svn-id: r54888 | |||
2010-12-11 | MOHAWK: Improve LB script parsing | Alyssa Milburn | |
svn-id: r54871 |