1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where setting an index that would increase the size of the string was increasing it too much. More... almost 12 years ago
Fixed ! operator so it works the same as ~, like pre-2.84 MZX, instead of invalidating the entire expression. More... almost 12 years ago
Lengthened the export filename array in robo_ed to MAX_PATH More... almost 12 years ago
Fixed bug where storageless types couldn't be edited with ALT+M if a non-storageless type was in the buffer. More... almost 12 years ago
String max length is now 4MB More... almost 12 years ago
The mzx_world version is now passed down to boards and robots and is handled separately from the file version in load_*_allocate More... almost 12 years ago
Fixed bug where COPY BLOCK $string would prefix the coordinates twice. More... almost 12 years ago
Changelog modification More... almost 12 years ago
Fixed crash when attempting to reload the current board module after failed validation when leaving the editor. More... almost 12 years ago
(Mr_Alert) Rolled string->storage_space's funtionality into string->name More... almost 12 years ago
Fixed crash where increasing a string by itself would cause crashes if the reallocated pointer of the string was more than MAX_INT bytes away from the original pointer. More... almost 12 years ago
Added bounds check to INC "$string" "value". More... almost 12 years ago
Fixed string allocation on setting $string.length More... almost 12 years ago
Merge branch 'master' of git://github.com/ajs1984/megazeux More... almost 12 years ago
Fix cursor color in glsl. vec3s must be floats. More... almost 12 years ago
Laid new file rename structure in window.c to be filled in at a later date. Alt+R will now do nothing. More... almost 12 years ago
Fixed some warnings in validate_legacy_program More... almost 12 years ago
Minor MZM cleanup More... almost 12 years ago
Fixed a crash involving copying a scroll into the editor buffer, selecting something else, and then quitting the editor. More... almost 12 years ago
Updated help file for 2.84b More... almost 12 years ago
Final changelog (hopefully) More... almost 12 years ago
Added copyright to a handful files (legacy_rasm for validation, run_robot for copy block overhaul, util for all of the functions I added, validation had "Lachesis" and not my name) More... almost 12 years ago
Merge branch 'master' of github.com:AliceLR/megazeux More... almost 12 years ago
Fixed __test.mzx crashing (really this time). Swap world tweaks: No more E to Exit, reload_swap handles curr_file instead of run_robot.c. More... almost 12 years ago
Fixed __test.mzx crashing (really this time). Swap world tweaks: No more E to Exit, reload_swap handles curr_file instead of run_robot.c. More... almost 12 years ago
MZX now attempts to fall back to the original world file if it cannot load __test.mzx after test play. If that also fails, it will create a blank world. In either case, it will go to the first board and put the cursor and scrolled position at the top-left corner. More... almost 12 years ago
Fixed misc bugs in INPUT STRING and ASK More... almost 12 years ago
Tweaked MZM validation, allowed program validation to specify when programs should be shortened, fixed some misc. valgrind warnings. More... almost 12 years ago
Changed MZM validation to allow higher-version mismatches and savegame MZMs in the editor. These conditions will now both have the robots dummied out entirely from the MZM (originally DBC-only code.) More... almost 12 years ago
Changed the implementation of turning off missing robot errors to not crash things. More... almost 12 years ago