Age | Commit message (Expand) | Author |
2019-07-09 | GLK: TADS2: Added Adventions detection entries | Paul Gilbert |
2019-07-09 | GLK: TADS2: Move detection entry structure into Glk base namespace | Paul Gilbert |
2019-07-10 | SCI: allow fanmade games to use resource.000 | Kawa-oneechan |
2019-07-09 | SCI: Implement early GetLongest() behavior, bug #10000 | sluicebox |
2019-07-09 | SCI32: Remove some Hoyle 5 TODOs | Filippos Karapetis |
2019-07-09 | SCI: Move The Dating Pool entries together with the other fanmade games | Filippos Karapetis |
2019-07-09 | SCI: Replace three most common GUIO's by defines | Willem Jan Palenstijn |
2019-07-08 | SCI: Fix build when SCI32 isn't enabled | Le Philousophe |
2019-07-08 | COMMON: Open the main menu when the joystick START button is pressed | Cameron Cawley |
2019-07-08 | PEGASUS: Implement joystick support | Cameron Cawley |
2019-07-08 | SDL: Initial implementation of joystick events | Cameron Cawley |
2019-07-07 | SCI32: Add stub for the Hoyle 5 Poker game logic | Filippos Karapetis |
2019-07-07 | GLK: Fix off-by-one memory read | Le Philousophe |
2019-07-06 | GLK: ALAN3: Re-enable ifdefed TODO block | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Remove deprecated args.cpp | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Move Alan3 out of release build ifdef | Paul Gilbert |
2019-07-06 | GLK: ALAN3: One final attempt at an openpandora fix | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Another attempt at an openpandora fix | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Refactoring save code to see if it fixes openpandora gcc | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix gcc errors | Paul Gilbert |
2019-07-06 | GLK: Fix various gcc warnings | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix gcc errors | Paul Gilbert |
2019-07-06 | GLK: ALAN2: Cleanup of unused variables | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix restarting game from quit command | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix hang after entering unknown word | Paul Gilbert |
2019-07-06 | GLK: Properly handle sound setup | Paul Gilbert |
2019-07-06 | GLK: GLULXE: Fix MSVC field alignment warnings | Paul Gilbert |
2019-07-06 | GLK: Change other sub-engines to use GlkDetectedGame | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Create GlkDetectedGame base class for simplifying detections | Paul Gilbert |
2019-07-06 | GLK: Fix playback of Blorb AIFF chunks | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Move soundChannel static to GlkIO field | Paul Gilbert |
2019-07-06 | GLK: Properly free pair window children on exit | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix double-free of memory array | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix gcc warning | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Further refactoring of setjmp calls | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Add loading savegame from launcher | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix Valgrind identified memory issues | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Merge saving & loading code, loading fixes | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Making GlkIO base class | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Move readline.cpp into glkio.cpp | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Move term.cpp code into glkio.cpp | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Move some Glk interface methods to glkio.cpp | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Remove adventureName variable | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Minor errors cleanup | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Remove deprecated glkstart.cpp | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Wrap playererr and terminate methods in context | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Wrapping method calls in longjmp replacement macros | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Implement savegame code | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Fix quitting game from input line when window closed | Paul Gilbert |
2019-07-06 | GLK: ALAN3: Hook up empty lines to forfeit longjmp replacement | Paul Gilbert |