index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
glk
Age
Commit message (
Expand
)
Author
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
2019-07-06
GLK: ALAN3: Outer game loop to handle forfeit setjmp replacement
Paul Gilbert
2019-07-06
GLK: ALAN3: Fix jumps.h macros
Paul Gilbert
2019-07-06
GLK: ALAN3: Fix setup and outputing of text data
Paul Gilbert
2019-07-06
GLK: ALAN3: Further loading fixes
Paul Gilbert
2019-07-06
GLK: ALAN3: Change header version field from char[4] to byte[4]
Paul Gilbert
2019-07-06
GLK: ALAN3: Standardize on using syserr for errors
Paul Gilbert
2019-07-06
GLK: ALAN3: Fix endianness of loading temporary header
Paul Gilbert
2019-07-06
GLK: ALAN3: Context clearing in main loop, add packing to code structures
Paul Gilbert
2019-07-06
GLK: ALAN3: Further gcc warning fixes
Paul Gilbert
2019-07-06
GLK: ALAN3: Add detection logic
Paul Gilbert
2019-07-06
GLK: ALAN3: Add support for loading a3r Blorb files
Paul Gilbert
2019-07-06
GLK: ALAN3: Re-enable main game loop
Paul Gilbert
[next]