1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
config.sh tweaks. More... over 14 years ago
Remove std and additional flags. More... over 14 years ago
Use gnu99 instead of c99, thanks Lancer-X. More... over 14 years ago
Initial backport to C (r142). More... over 14 years ago
DOS EOL changelog.txt, and make some post-2.81f changes to resync with SVN trunk r139. More... over 14 years ago
Final batch of fixes. This is 2.81f. More... almost 16 years ago
Use the 8bit software renderer to generate screenshots; the new hardware renderers may not be useful sources for screenshots. More... almost 16 years ago
Updated changelog for post 2.81f fixes. More... almost 16 years ago
Fix bug in audio's linear resampler (missing pair of brackets led to volume multiplier being ignored). More... almost 16 years ago
Fix a bug with the new editor_space_toggles, disabling it when editing an overlay. More... almost 16 years ago
Cleanups to the GL renderers. More... almost 16 years ago
Rely on bash instead of plain sh while we are not strictly POSIX compliant. More... almost 16 years ago
Updated help file for 2.81f. More... almost 16 years ago
NOTE: MISMERGE: If you expect to build MZX versions between 2.81e and 2.81f there was a MISMERGE converting the old SVN repository, and this commit may be needed earlier. More... almost 16 years ago
Global robot bugfix, update changelog again. Refresh Debianization. Improve documentation of new editor config option. More... almost 16 years ago
Remove the lame menu, rejigg the F6 code, make the space behaviour configurable, update config.txt. More... almost 16 years ago
Fall back to SDL's own OpenGL library loading routines. Make many simplifications to the new GL renderers. On Windows, have OpenGL be linked against MZX, to fix weird bugs with fullscreen mode and ATi video drivers. More... almost 16 years ago
Update config.txt with the new opengl2 renderer; default to opengl1 for now. Fix a mouse warping bug introduced by Mr_Alert. Remove height_multiplier and associated configuration options (we have hardware scalers now). Also, revert Logi's customized opengl2 cursor and use one similar to normal. More... almost 16 years ago
Use a more stable GL library name on Linux. More... almost 16 years ago
Update changelog and fix a bug in package.sh in preparation for a 2.81f release. More... almost 16 years ago
Refactor the win32 Makefile so that it can be used by mingw32 running on non-MSYS platforms (such as Linux). Effectively, the two platforms are now the same. Supports building with mingw32 on Linux. More... almost 16 years ago
Give utils its own build rules so that it can require fewer dependencies and build on more platforms. More... almost 16 years ago
Just always ensure that both MAX_PATH and PATH_MAX are defined, but don't explicitly overload them on any platform. More... almost 16 years ago
Take a stab at fixing audio hangs and crashes; initialize later and add in some more lock debugging. Also, rename filelength->file_length because it clashes with symbols on other platforms when compiled in C mode. More... almost 16 years ago
Rewrite config.sh. More... almost 16 years ago
Update build system to accommodate for a mix of C/C++ source code. Rename fsafeopen which is also C clean. Update package.sh to accommodate for the renames. More... almost 16 years ago
Make all MZX's headers C language safe (if used in C++ mode), emit C symbols (not C++ mangles) and rename programs that are already C themselves like txt2hlp. More... almost 16 years ago
Move txt2hlp (the only remaining useful utility) from the top level into utils. More... almost 16 years ago
Move some of the obsolete utilities out of the main src directory; remove killgbl completely, it isn't useful now. More... almost 16 years ago
Remove more non-ASCII characters from legacy sources and replace with escapes. More... almost 16 years ago