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 a couple of windows compat bugs in my file op functions. More... almost 12 years ago
Fixed several file manager chdir-removal bugs, and a bug in split_path_filename. More... almost 12 years ago
Fixed: Delete file showed entire path; delete directory didn't construct absolute path. More... almost 12 years ago
The file selector now returns absolute paths and never permanently chdirs. More... almost 12 years ago
COLOR FADE IN and OUT now respect COLOR INTENSITY changes. More... almost 12 years ago
Validation now replaces bad robots/scrolls/sensors with filler blank counterparts. More... almost 12 years ago
Strengthened board validation and added validation for robots, scrolls, and sensors. More... almost 12 years ago
Added changelog entries for MZXGiant pull More... almost 12 years ago
Merge git://github.com/mzxgiant/megazeux into mzxgiant More... almost 12 years ago
New feature: E now opens the current world from the editor, and N creates a new world. More... almost 12 years ago
Update MSVC dependencies to newer versions of libraries (main one being libpng12->libpng15) More... almost 12 years ago
Removed memory-free operations for robots in debytecode builds, which are causing corruption with copy block operations, per Bug ID 316. More... almost 12 years ago
Added changelog notes for 51e6555 More... almost 12 years ago
Merge git://github.com/mzxgiant/megazeux into from_mzxg More... almost 12 years ago
Replace SDL_WaitEvent with SDL_PollEvent for MSVC arch only; update dirent.h to newer version to include rewinddir. More... almost 12 years ago
Reverted the change to the F2 menu where the speed could always be changed in the editor. This change made it hard to tell when the speed was locked, and undesirably carried over to the title screen. Use the F11 menu. More... almost 12 years ago
Backups to directories now attempt to create the directories. More... almost 12 years ago
Merge git://github.com/mzxgiant/megazeux into mscvupdate More... almost 12 years ago
Update MSVC architecture build files More... almost 12 years ago
Replaced awful rle checking with a simple MAX_BOARD_SIZE check. More... almost 12 years ago
Added forward-seeking tests for projected minimum RLE sizes in the board loader. More... almost 12 years ago
Attempting to strengthen broken board validation by checking to see if it would even be possible to fit the number of RLE2s required into the board's supposed size in-file. More... almost 12 years ago
MSVC compatibility changes. More... almost 12 years ago
Added board validation and slightly strengthened the incredibly weak pre-unlock validation. Example: 9.mzx will now load. More... almost 12 years ago
Multiple minor validation error message oversights fixed. More... almost 12 years ago
Added "startup_path" config file option. More... almost 12 years ago
Fixed accidentally non-binary fopen. More... almost 12 years ago
Validation. More... almost 12 years ago
Added file validation (incomplete). More... almost 12 years ago
MZX_SPEED now gets correctly clamped in the counter debugger. More... almost 12 years ago