Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-06 | DEVTOOLS: update sample command txt files | antoniou79 | |
2019-01-06 | DEVTOOLS: Bladerunner python libs in try except | antoniou79 | |
Also added missing (renamed) script for MIX packer | |||
2019-01-06 | DEVTOOLS: semi-auto creation of SUBTITLES.MIX | antoniou79 | |
add make rules for output FON and MIX files Create wrappers for all scripts to check for python 2.7 update module.mk to create FON file, then create the SUBTITLES.MIX file Remove the intermediate TRE files. Input is expected to be in sampleInput folder | |||
2019-01-05 | GLK: FROTX: Draw pictures at the correct position | Paul Gilbert | |
2019-01-05 | GLK: FROTZ: Properly handle picture transparency | Paul Gilbert | |
2019-01-05 | GLK: FROTZ: Fix decoding of MG1 graphics | Paul Gilbert | |
The prior code was based on the Frotz decoder, which was partially written in PC assembly, so was hard to represent. This new version uses code from the ztools pix2gif code | |||
2019-01-05 | SCI32: Cleanup QFG4 script patches | Vhati | |
Trivially revises comments and var names for consistency. Changes hardcoded selector bytes to macros. Confirms early patches against editions not tested at the time. Combines two TRAP array patches (commits 6c44106, aceb528) into one. | |||
2019-01-05 | SCI: Rename kRestartGame to kRestartGame16 | Lars Skovlund | |
2019-01-05 | SCI32: Stub out kRestartGame | Lars Skovlund | |
Restarting was only supported in QfG4, GK1 and PQ4. Those three used makeshift script code. The kernel call was stubbed out in SSCI as well. Fixes bug #10681. | |||
2019-01-05 | COMMON: Remove usage of ScopedPtr in OutSaveFile | Bastien Bouclet | |
It's not very useful. However this is mostly to test the theory that the build failure we've been experiencing in engines/scumm/he/logic/football.cpp with the osx builder on buildbot is related to the size of the intermediary assembly source file. | |||
2019-01-04 | GLK: FROTZ: Only wait for keypress in Beyond Zork title if mg1 present | Paul Gilbert | |
2019-01-04 | GLK: FROTZ: Simplified getting/setting window properties | Paul Gilbert | |
2019-01-04 | GLK: FROTZ: Cleanup of image drawing code | Paul Gilbert | |
2019-01-04 | GLK: FROTZ: Refactor V6 window arrangements | Paul Gilbert | |
As I implement further code for Zork Zero, I'm becoming convinced that all of the windows 2+ are for graphics. A complication arose, though, that z_draw_picture doesn't have a window number specified. So creating Glk picture windows for each virtual window was somewhat redundant. The scheme I'm now going to move forward with is having a single picture wndow cover the entire screen in v6 mode, and the upper and lower panes on top of that. All other windows will not get an accompanying Glk window, and instead I'm caching all the window properties locally on the Frotz Window class, so that they can act like the simple placeholders I think they're intended as | |||
2019-01-04 | GLK: Properly fix window clicking crash | Paul Gilbert | |
2019-01-04 | GLK: Fix negative index crash when clicking in a window | Torbjörn Andersson | |
2019-01-04 | GLK: Fix comment typo | Torbjörn Andersson | |
2019-01-04 | GLK: FROTZ: Clarify comment about Unicode runes a bit. | Torbjörn Andersson | |
This started out as a typo fix. :-) | |||
2019-01-03 | GLK: FROTZ: Support using prior palette when a pic doesn't have one | Paul Gilbert | |
2019-01-03 | GLK: FROTZ: Fixes for picture decoding | Paul Gilbert | |
2019-01-03 | GLK: FROTZ: os_picture_data wasn't dividing by cell size | Paul Gilbert | |
2019-01-03 | GLK: FROTZ: Hooked up window property reading | Paul Gilbert | |
2019-01-02 | GLK: FROTZ: Keep mono & prop font sizes to be the same for v6 games | Paul Gilbert | |
2019-01-02 | GLK: Make a _gameFile field in the base Glk engine | Paul Gilbert | |
2019-01-02 | GLK: FROTZ: Window positions & sizes are in characters, not pixels | Paul Gilbert | |
2019-01-02 | GLK: Remove deprecated _cellW/_cellH from Conf | Paul Gilbert | |
2019-01-02 | GLK: FROTZ: Add support for pair windows to have more than 2 children | Paul Gilbert | |
This is primarily for the V6 games, which have up to 8 windows on-screen at the same time in arbitray positions ext | |||
2019-01-02 | GLK: FROTZ: Setting window positon & size, some property reading | Paul Gilbert | |
2019-01-02 | SCI: Fix QFG1VGA Mac Antwerp controls, bug #10856 | sluicebox | |
Fixes a script bug in the mac version that always kills the player | |||
2019-01-01 | GLK: FROTZ: Beginnings of setting window positions and size | Paul Gilbert | |
2019-01-01 | GLK: FROTZ: Cleanup of incorrect namespace comments | Paul Gilbert | |
2019-01-01 | GLK: FROTZ: Compilation fix | Paul Gilbert | |
2019-01-01 | GLK: FROTZ: Added skeleton classes for ZMachine windows | Paul Gilbert | |
2019-01-01 | GLK: FROTZ: Fix #10843 Status bar disappearing when textbox is shown | Paul Gilbert | |
2019-01-01 | SCI32: Fix QFG4 cave tentacle | Vhati | |
Fixes wriggling and retraction when hero travels over the pit, bug #10615 Supersedes commit 259f262 | |||
2019-01-01 | GLK: FROTZ: Support shorthand abbreviations in earlier Infocom games | Paul Gilbert | |
2019-01-01 | COMMON: Suport String in U32String assignment & equality operators | Paul Gilbert | |
2019-01-01 | GLK: Fix gcc warning in engine construction | Paul Gilbert | |
2019-01-01 | GLK: Remove redundant const prefix from getOptions | Paul Gilbert | |
2018-12-31 | GLK: TADS: Split game list arrays into v2 and v3 | Paul Gilbert | |
2018-12-31 | GLK: Implement passing detection options to the engines | Paul Gilbert | |
2018-12-31 | GLK: FROTZ: Fix Mysterious Adventures detection entries | Paul Gilbert | |
2018-12-31 | GLK: Standardizing on a common GameDescriptor class for detectors | Paul Gilbert | |
2018-12-31 | GLK: Move GlkMetaEngine declaration into a new header file | Paul Gilbert | |
2018-12-31 | GLK: FROTZ: Fix rendering of Beyond Zork minimap | Paul Gilbert | |
2018-12-31 | GLK: Splitting font related info from Conf into their own classes | Paul Gilbert | |
2018-12-30 | GLK: FROTZ: Split Infocom game list from other games list | Paul Gilbert | |
2018-12-30 | TUCKER: Added support for Russian fan translation | Eugene Sandulenko | |
2018-12-30 | SCI: Don't try to validate resources added from a Mac resource fork | Filippos Karapetis | |
The fix has been authored originally by csnover, adapted from commit ca420e44167e5ee488b4ad547104fa6b976e6f1c Fixes Trac#10440, Trac#10892. | |||
2018-12-29 | BUILD: Don't print the pandoc variable if not running a check | Matan Bareket | |