aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
AgeCommit message (Expand)Author
2019-05-07GLK: MAGNETIC: Add game detection entriesPaul Gilbert
2019-05-07GLK: MAGNETIC: Hook up Magnetic sub-enginePaul Gilbert
2019-05-07GLK: MAGNETIC: Added graphics & sound methodsPaul Gilbert
2019-05-07GLK: MAGNETIC: Sound initializationPaul Gilbert
2019-05-07GLK: MAGNETIC: Graphics initializationPaul Gilbert
2019-05-07GLK: MAGNETIC: General initializationPaul Gilbert
2019-05-04GLK: Create objrocks for saved game file sreamsPaul Gilbert
2019-05-04GLK: GLULXE: Readded Cragne Manor detection entryPaul Gilbert
2019-05-03GLK: GLULXE: Rearrange fields to suppress VS alignment warningPaul Gilbert
2019-05-03GLK: GLULXE: Move savegame code into loadGameData/saveGameDataPaul Gilbert
2019-04-29GLK: GLULXE: Added detection for older versions of English gamesPaul Gilbert
2019-04-29GLK: GLULXE: Added foreign language game detectionsPaul Gilbert
2019-04-29GLK: Fix warningsCameron Cawley
2019-04-29GLK: GLULXE: Adding detection entriesPaul Gilbert
2019-04-28GLK: Record gli arrays for memory streamsPaul Gilbert
2019-04-28IMAGE: Allow setting the output pixel format to the JPEG decoderBastien Bouclet
2019-04-28GLK: GLULXE: init_dispatch wasn't being calledPaul Gilbert
2019-04-28GLK: Add gli registration for other object typesPaul Gilbert
2019-04-28GLK: Implementing more gli object registrationPaul Gilbert
2019-04-20GLK: GLULXE: Hopeflly fix last uint vs uint32 type clashPaul Gilbert
2019-04-18GLK: GLULXE: Fix mismatching typecastsPaul Gilbert
2019-04-18GLK: GLULXE: Unicode strings still need to be uint32 *Paul Gilbert
2019-04-18GLK: GLULXE: Fix type difference of uint32 vs unitPaul Gilbert
2019-04-18GLK: GLULXE: More compilation fixesPaul Gilbert
2019-04-17GLK: GLULXE: Compilation fixes by moving a bunch of macros to be actual methodsPaul Gilbert
2019-04-17GLK: GLULXE: Fix reading game header informationPaul Gilbert
2019-04-17GLK: GLULXE: astyle formattingdreammaster
2019-04-17GLK: GLULXE: Remove gamefile to use proper _gameFilePaul Gilbert
2019-04-17GLK: GLULXE: Add miscellaneous missing methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added vm methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add string methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add serial methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add search methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add operand methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added heap methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added gestalt methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added funcs methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added exec methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added accel methodsPaul Gilbert
2019-04-17GLK: GLULXE: Set up method definitions, glkop methodsPaul Gilbert
2019-04-14GLK: GLULXE: Stubs for float and operation filesPaul Gilbert
2019-04-14GLK: Avoid clashes of types with union field namesPaul Gilbert
2019-04-14GLK: Fix compiler warnings for dispatch layerPaul Gilbert
2019-04-14GLK: Added core Glk dispatch codePaul Gilbert
2019-04-08GLK: Fixes for properly closing windowsPaul Gilbert
2019-04-04GLK: SCOTT: Fix game Id clash on WaxworksPaul Gilbert
2019-04-04GLK: FROTZ: Handle creating Glk window when switching to/from fixed width stylesPaul Gilbert
2019-03-31GLK: Only check the format of a Blorb file if it has a valid file extensionCameron Cawley
2019-03-31GLK: Improved detection of Blorb filesCameron Cawley
2019-03-13GLK: FROTZ: Set window properties for font number and size when font changesPaul Gilbert