Age | Commit message (Expand) | Author |
2014-02-16 | BBVS: Remove rectIntersection and use Rect::findIntersectingRect instead | johndoe123 |
2014-02-15 | BBVS: Remove obsolete debug comments | johndoe123 |
2014-02-15 | BBVS: Fix include guard and include guard name comments for endifs | johndoe123 |
2014-02-15 | BBVS: Fix formatting (use tab instead of spaces) | johndoe123 |
2014-02-15 | BBVS: Use spaces instead of tabs for formatting | johndoe123 |
2014-02-07 | BBVS: Fix GCC warning (signed/unsigned comparison) | johndoe123 |
2014-02-07 | BBVS: Fix compilation in MSVC10 as suggested by dreammaster | johndoe123 |
2014-02-02 | BBVS: Set the best video mode when playing a video instead of a hardcoded one | johndoe123 |
2014-02-02 | BBVS: Remove debug output code from GameModule methods | johndoe123 |
2014-02-02 | BBVS: Fix detection | johndoe123 |
2014-01-30 | Merge remote-tracking branch 'origin/master' into bbvs | johndoe123 |
2014-01-30 | BBVS: Very small cleanup | johndoe123 |
2014-01-30 | BBVS: Wrap some long lines | johndoe123 |
2014-01-30 | BBVS: Disable gamemodule debug output | johndoe123 |
2014-01-30 | BBVS: Fix mainmenu after intro videos | johndoe123 |
2014-01-30 | BBVS: Add easter egg videos handling | johndoe123 |
2014-01-30 | BBVS: Add delayMillis to update loops to save some cpu time | johndoe123 |
2014-01-29 | SCI: fix typo in getSciLanguageString CID 1003556 | Martin Kiewitz |
2014-01-29 | BBVS: Remove some debug output | johndoe123 |
2014-01-29 | BBVS: Add loading/saving of minigame hiscores | johndoe123 |
2014-01-29 | BBVS: Replace minigame flags parameter | johndoe123 |
2014-01-29 | BBVS: Remove obsolete code in BbAnt minigame | johndoe123 |
2014-01-29 | BBVS: Initial commit | johndoe123 |
2014-01-29 | TSAGE: R2R - Fix bug #6508 - Dish status not set properly | Strangerke |
2014-01-28 | FULLPIPE: Implement lift_goAnimation() | Eugene Sandulenko |
2014-01-27 | SCI: fix null pointer access in logKernelCall | Martin Kiewitz |
2014-01-27 | TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching character... | Strangerke |
2014-01-27 | SCI: fix negative array access in parseNodes | Martin Kiewitz |
2014-01-27 | FULLPIPE: Implement lift_startExitQueue() | Eugene Sandulenko |
2014-01-27 | SCI: Fix breakage from f92df4c6 | Alyssa Milburn |
2014-01-27 | TSAGE: Get rid of some magic values | Strangerke |
2014-01-27 | Revert "AUDIO: Simplify MidiTracker::processEvent return value" | Alyssa Milburn |
2014-01-27 | Revert "AUDIO: fix invalid mem access in midiparser.cpp" | Alyssa Milburn |
2014-01-26 | AUDIO: fix invalid mem access in midiparser.cpp | athrxx |
2014-01-26 | MORTEVIELLE: Fix some uninitialized variables | Strangerke |
2014-01-26 | TSAGE: Add a default value for _gfxFontNumber | Strangerke |
2014-01-26 | FULLPIPE: Implement lift_init() | Eugene Sandulenko |
2014-01-26 | FULLPIPE: Implement lift_setButtonStatics() | Eugene Sandulenko |
2014-01-26 | FULLPIPE: Implement lift_getButtonIdN() | Eugene Sandulenko |
2014-01-26 | FULLPIPE: Implement lift_getButtonIdH() | Eugene Sandulenko |
2014-01-26 | FULLPIPE: Implement lift_clickButton() | Eugene Sandulenko |
2014-01-26 | AVALANCE: Fix warning about truncated value (from double to float) | Filippos Karapetis |
2014-01-26 | WII: Add missing dvd interface header for Gamecube build. | D G Turner |
2014-01-26 | FULLPIPE: Complete FullpipeEngine::openMainMenu() | Eugene Sandulenko |
2014-01-26 | FULLPIPE: Fix operator precedence. CID 1157411 | Eugene Sandulenko |
2014-01-25 | WII: Another fix for Gamecube build. Corrected Disc Interface object. | D G Turner |
2014-01-25 | WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface. | D G Turner |
2014-01-25 | BASE: Small formatting fix. | Johannes Schickel |
2014-01-25 | FULLPIPE: Implement FullpipeEngine::openMainMenu() | Eugene Sandulenko |
2014-01-25 | WII: Fix Gamecube build. Compiler prefix change for r26 SDK missed. | D G Turner |