1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where the editor would not consider the world in the editor to be of the current world version until resaved or tested, preventing MZMs from saving and loading properly. More... over 11 years ago
Fixed bug where loading source code MZMs at runtime would cause a crash More... over 11 years ago
Fixed legacy conversion bug that would break string interpolation More... over 11 years ago
Fixed debytecode bug where attempting to LOAD_ROBOT a nonexistant file would result in a crash. Removed mzx_world->editing and wrapped the functionality into game.c's 'editing' bool. Fixed management of robot source at runtime; source is left during editing/testing and otherwise freed More... over 11 years ago
Fixed bug where 'enter' would be detected in a loaded save file when loading from a title screen More... over 11 years ago
Fixed crash bug when trying to load help system in updater More... over 11 years ago
Fixed goop bug where walking into enemys on top of goop would move the player on top of the goop. More... over 11 years ago
Fixed char editor F4/F5 bug w/ chars 254/255 More... over 11 years ago
Fixed Board Info bug and board defaults bug More... over 11 years ago
Fixed global robot coord issue in editor More... over 11 years ago
Fixed issue where counter debugger displayed incorrect LOCAL values More... over 11 years ago
Some scripts use bashisms like pushd. /bin/sh might not be bash. More... over 11 years ago
F4/F10 on an invalid save during gameplay will not end the current game anymore More... over 11 years ago
Enter menu now closes when escape is pressed More... over 11 years ago
Dialogs now wait for input release for mouse clicks, button confirmation, and closing (esc) More... over 11 years ago
Changed robot debugger dialog title More... over 11 years ago
Stop all in robot debugger now stops the last robot in the list, breakpoint matches are now case insensitive More... over 11 years ago
Fixed bug where dialog window labels could be put into focus by clicking them with the mouse More... over 11 years ago
Fixed a bug in the counter debugger involving counters/strings starting with chars over 'Z'. For future reference, strcasecmp uses tolower and not noupper More... over 11 years ago
Streamlined robot debugger window a little bit. PGUP/PGDN move the window to the top/bottom, respectively. More... over 11 years ago
Changed memrchr function name for boyer-moore searches since apparently some platforms already have it and I can't be bothered to figure out which More... over 11 years ago
Fixed memory leak in robot debugger More... over 11 years ago
Fixed reversed stop/stop all behavior and crash More... over 11 years ago
Implemented robot debugger More... over 11 years ago
Fixed --disable-editor builds for robot debugger More... over 11 years ago
Added menu for robot debugger, moved boyer-moore search algorithm to util.c More... over 11 years ago
Restored version.inc and added GIT changelog section More... over 11 years ago
Fixed startup path bug. More... over 11 years ago
Tweaked updater behavior for trying next host More... over 11 years ago
Updater should now properly connect to subsequent update hosts More... over 11 years ago