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 (
Collapse
)
Author
2019-07-27
GLK: FROTZ: Make missing MG1 or Blorbs for v6 games an error
Paul Gilbert
2019-07-27
GLK: FROTZ: Fix reading placeholder rects from Blorb files
Paul Gilbert
2019-07-27
GLK: FROTZ: Add detection for Infocom game Blorb files available at if-archive
Paul Gilbert
2019-07-26
GLK: FROTZ: This reverts commit 10a5b70b0af167c1f154a4c9dbe8829fe966fffa.
Paul Gilbert
2019-07-25
GLK: Fix uninitialized variable warning
Paul Gilbert
2019-07-24
GLK: Fixing some gcc 8 warnings
Paul Gilbert
2019-07-24
GLK: Remove redundant function_table arrary and associated functions
Paul Gilbert
The functions have never been used by any of the existing interpreters. Even glulxe, which has dynamic function calling, usies gidispatch_call instead.
2019-07-24
GLK: ALAN3: Add NL to EOF in attribute.h
sluicebox
Fixes VS2015 compiler error
2019-07-24
GLK: FROTZ: Fix GCC Compilation Error from Missing Format String
D G Turner
2019-07-21
JANITORIAL: Glk engine block formatting
Paul Gilbert
2019-07-14
GLK: TADS2: Fix duplicate detection
Paul Gilbert
2019-07-14
GLK: ALAN3: Change detections list to use common GlkDetectionEntry
Paul Gilbert
2019-07-14
GLK: ALAN2: Change detections list to use common GlkDetectionEntry
Paul Gilbert
2019-07-14
GLK: ADVSYS: Change detections list to use common GlkDetectionEntry
Paul Gilbert
2019-07-12
GLK: Fix incorrect "End of namespace ..." comments.
Torbjörn Andersson
2019-07-11
GLK: TADS2: Add detection entries for remaining games
Paul Gilbert
2019-07-11
GLK: TADS2: Added English detection entries
Paul Gilbert
2019-07-09
GLK: TADS3: Adding detection entries
Paul Gilbert
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-07
GLK: Fix off-by-one memory read
Le Philousophe
The for loop shouldn't check previous entity on the first iteration
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
[next]