Commit Graph
15 Commits
Author SHA1 Message Date
Paul Gilbert 1c5a8930b3 GLK: FROTZ: Create Glk windows on the fly as needed
This is laying groundwork for properly supporting Shogun, which
sets up and uses Window 7
2019-03-06 20:17:35 -08:00
Paul Gilbert 27f4eb8f1b GLK: FROTZ: Move current window into _wp 2019-02-27 21:34:46 -08:00
Paul Gilbert 75aaf5eb82 GLK: FROTZ: Fix drawing position of pillars in Zork Zero 2019-02-06 22:38:10 -08:00
Paul Gilbert e655c50d17 GLK: FROTZ: Simplified getting/setting window properties 2019-01-04 18:04:54 -08:00
Paul Gilbert 18768f164a GLK: FROTZ: Cleanup of image drawing code 2019-01-04 17:12:30 -08:00
Paul Gilbert 642efa7f6a GLK: FROTZ: Hooked up window property reading 2019-01-03 14:16:34 -08:00
Paul Gilbert c02d1f5432 GLK: FROTZ: Beginnings of setting window positions and size 2019-01-01 22:40:32 -08:00
Paul Gilbert b4c3df62e3 GLK: FROTZ: Cleanup of incorrect namespace comments 2019-01-01 19:04:12 -08:00
Paul Gilbert c43f625fd8 GLK: FROTZ: Added skeleton classes for ZMachine windows 2019-01-01 18:31:07 -08:00
Paul Gilbert 94509bbf91 GLK: FROTZ: Janitorial fixes 2018-12-18 21:55:07 -08:00
Eugene Sandulenko 0dab01862c JANITORIAL: Whitespace fixes 2018-12-18 22:53:30 +01:00
Paul Gilbert 7637edb5a2 GLK: Change all references to glui32 and glsi32 to uint and int
This should finally fix compilation for the Amiga, which had
difference sized types. And the renamed types are clearer for
ScummVM anyway
2018-12-09 11:36:20 -08:00
Paul Gilbert 88b47cdd8b GLK: FROTZ: Added winarg methods 2018-12-08 19:05:59 -08:00
Paul Gilbert 7fda941302 GLK: FROTZ: Implement some of the V6 opcodes 2018-12-08 19:05:59 -08:00
Paul Gilbert 4894ce2134 GLK: FROTZ: Add all the new V6 methods, commented out until I can fix each one 2018-12-08 19:05:59 -08:00