Commit Graph
89422 Commits
Author SHA1 Message Date
Paul Gilbert 2c39c903fc GLK: GLULXE: Fix MSVC field alignment warnings 2019-07-06 15:27:10 -07:00
Paul Gilbert 5dda48c1c7 GLK: Change other sub-engines to use GlkDetectedGame 2019-07-06 15:27:10 -07:00
Paul Gilbert 0502ac4bb1 GLK: ALAN3: Create GlkDetectedGame base class for simplifying detections 2019-07-06 15:27:09 -07:00
Paul Gilbert 1d2dee43d2 GLK: Fix playback of Blorb AIFF chunks 2019-07-06 15:27:09 -07:00
Paul Gilbert 2fbb8af0bc GLK: ALAN3: Move soundChannel static to GlkIO field 2019-07-06 15:27:09 -07:00
Paul Gilbert 4c014a105c GLK: Properly free pair window children on exit 2019-07-06 15:27:09 -07:00
Paul Gilbert 69f87bebf1 GLK: ALAN3: Fix double-free of memory array 2019-07-06 15:27:09 -07:00
Paul Gilbert 17d0459566 GLK: ALAN3: Fix gcc warning 2019-07-06 15:27:09 -07:00
Paul Gilbert f28d3b7496 GLK: ALAN3: Further refactoring of setjmp calls 2019-07-06 15:27:09 -07:00
Paul Gilbert 3165fa628a GLK: ALAN3: Add loading savegame from launcher 2019-07-06 15:27:09 -07:00
Paul Gilbert 4de30c9e2f GLK: ALAN3: Fix Valgrind identified memory issues 2019-07-06 15:27:09 -07:00
Paul Gilbert 87a86c0fb6 GLK: ALAN3: Merge saving & loading code, loading fixes 2019-07-06 15:27:09 -07:00
Paul Gilbert c5214f6d34 GLK: ALAN3: Making GlkIO base class 2019-07-06 15:27:09 -07:00
Paul Gilbert b634a97f41 GLK: ALAN3: Move readline.cpp into glkio.cpp 2019-07-06 15:27:09 -07:00
Paul Gilbert efdf25b3d2 GLK: ALAN3: Move term.cpp code into glkio.cpp 2019-07-06 15:27:09 -07:00
Paul Gilbert 0f0c2c97e1 GLK: ALAN3: Move some Glk interface methods to glkio.cpp 2019-07-06 15:27:09 -07:00
Paul Gilbert d185cc5894 GLK: ALAN3: Remove adventureName variable 2019-07-06 15:27:09 -07:00
Paul Gilbert 3e9d215dd8 GLK: ALAN3: Minor errors cleanup 2019-07-06 15:27:09 -07:00
Paul Gilbert 1183dc65bb GLK: ALAN3: Remove deprecated glkstart.cpp 2019-07-06 15:27:09 -07:00
Paul Gilbert 6a4931106d GLK: ALAN3: Wrap playererr and terminate methods in context 2019-07-06 15:27:09 -07:00
Paul Gilbert 5dea662313 GLK: ALAN3: Wrapping method calls in longjmp replacement macros 2019-07-06 15:27:09 -07:00
Paul Gilbert 18566feefc GLK: ALAN3: Implement savegame code 2019-07-06 15:27:08 -07:00
Paul Gilbert ec979b8555 GLK: ALAN3: Fix quitting game from input line when window closed 2019-07-06 15:27:08 -07:00
Paul Gilbert 55b93f5a20 GLK: ALAN3: Hook up empty lines to forfeit longjmp replacement 2019-07-06 15:27:08 -07:00
Paul Gilbert c833d39ccf GLK: ALAN3: Outer game loop to handle forfeit setjmp replacement 2019-07-06 15:27:08 -07:00
Paul Gilbert f0d5304a4c GLK: ALAN3: Fix jumps.h macros 2019-07-06 15:27:08 -07:00
Paul Gilbert ae6ae33bed GLK: ALAN3: Fix setup and outputing of text data 2019-07-06 15:27:08 -07:00
Paul Gilbert b8a737a8a4 GLK: ALAN3: Further loading fixes 2019-07-06 15:27:08 -07:00
Paul Gilbert 395174301b GLK: ALAN3: Change header version field from char[4] to byte[4] 2019-07-06 15:27:08 -07:00
Paul Gilbert 5c8c4b3b6e GLK: ALAN3: Standardize on using syserr for errors 2019-07-06 15:27:08 -07:00
Paul Gilbert f5ad5b00d0 GLK: ALAN3: Fix endianness of loading temporary header 2019-07-06 15:27:08 -07:00
Paul Gilbert 4d7cfeb2c7 GLK: ALAN3: Context clearing in main loop, add packing to code structures 2019-07-06 15:27:08 -07:00
Paul Gilbert f2f46395ba GLK: ALAN3: Further gcc warning fixes 2019-07-06 15:27:08 -07:00
Paul Gilbert 3527f9c48d GLK: ALAN3: Add detection logic 2019-07-06 15:27:08 -07:00
Paul Gilbert 9c197d71ab GLK: ALAN3: Add support for loading a3r Blorb files 2019-07-06 15:27:08 -07:00
Paul Gilbert 86f9985951 GLK: ALAN3: Re-enable main game loop 2019-07-06 15:27:08 -07:00
dreammaster dc40211ec5 GLK: ALAN3: Proper indentation & formatting 2019-07-06 15:27:08 -07:00
Paul Gilbert aebf256610 GLK: ALAN3: Removal of #ifdef blocks 2019-07-06 15:27:07 -07:00
Paul Gilbert 2de068a98a GLK: ALAN3: Further warning fixes 2019-07-06 15:27:07 -07:00
Paul Gilbert 305330bda7 GLK: ALAN3: Change EOF to a uint32 EOD to fix compiler warnings 2019-07-06 15:27:07 -07:00
Paul Gilbert 822cd6f165 GLK: ALAN3: Further warning fixes 2019-07-06 15:27:07 -07:00
Paul Gilbert cd7cf41414 GLK: ALAN3: Initial files commit 2019-07-06 15:27:07 -07:00
Thierry Crozat cfd66173ba IOS7: Hide input accessory toolbar when an external keyboard is connected 2019-07-06 17:00:27 +01:00
Le Philousophe b37ac333e1 I18N: Update translation (French)
Currently translated at 98.8% (1074 of 1087 strings)
2019-07-05 10:40:39 +02:00
Thierry Crozat a0d11056e0 I18N: Update translation (French)
Currently translated at 98.8% (1074 of 1087 strings)
2019-07-05 10:40:39 +02:00
Le Philousophe fe8a9a6f1e CRYOMNI3D: Fix Travis warning about comma at the end of list 2019-07-05 08:03:15 +02:00
Le Philousophe 58b9848ccf CRYOMNI3D: Fix style 2019-07-05 07:54:09 +02:00
Le Philousophe 70eca71905 CRYOMNI3D: Add Spanish version of Versailles 2019-07-05 07:52:44 +02:00
Le Philousophe 5309672bea CRYOMNI3D: Move texts at the right place
With different languages text should be placed to fit on the screen
2019-07-05 07:52:00 +02:00
Le Philousophe d46988491d CRYOMNI3D: Add German version of Versailles 2019-07-05 07:52:00 +02:00