9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 6 months ago.
Nov 16, 2022 — Nov 16, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added [soundchip]_volume setting More... almost 21 years ago
Added cassetteports and cleanups More... almost 21 years ago
added gamma setting in commands.txt fixed compiler warnings More... almost 21 years ago
Explained more about .cas files More... almost 21 years ago
Implemented user-specified gamma correction for SDLLo/SDLHi/SDLGL. More... almost 21 years ago
Draw stored image when paused. This code was present before, but somehow got lost during refactoring. More... almost 21 years ago
added new settings More... almost 21 years ago
fix cassetteplayer help text More... almost 21 years ago
Fixed format string to avoid warning on GCC 2.95. More... almost 21 years ago
Print warning when initial font or background images can't be read More... almost 21 years ago
Previous fix was not enough, it seems iostreams implementation of GCC 2.95 is incomplete. Moved to C-style code. More... almost 21 years ago
Don't abort on "cassetteplayer <file>" cmd with invalid filename More... almost 21 years ago
fixed some UMRs, most of them were harmless, but they upset valgrind More... almost 21 years ago
Minor optimisation: Do not sync if command execution mode doesn't change on display mode switch. More... almost 21 years ago
Fixed GCC 2.95 compile problem. More... almost 21 years ago
Fixed GCC 2.95 compile problem. More... almost 21 years ago
Fixed GCC 2.95 compile problems in command engine. More... almost 21 years ago
In the command engine, only act on display mode switches if a different command engine mode is entered. More... almost 21 years ago
fixed doxygen error More... almost 21 years ago
reduce debug output a little More... almost 21 years ago
Don't put empty lines in console history More... almost 21 years ago
Fix core dump while writing to read-only disk images More... almost 21 years ago
print error when user specifies wrong wav or cas image at the cmd line More... almost 21 years ago
Print error msg when user gives wrong diskimage on the cmd line More... almost 21 years ago
fix small bug More... almost 21 years ago
Fixed incorrect type cast. More... almost 21 years ago
Added FloatSetting class. Introduced new setting "gamma" for gamma correction. Refactored EnumSetting. More... almost 21 years ago
Made strings in string-enum map constant. Refactored EnumSetting. Imported classes from "std::" namespace. More... almost 21 years ago
Made strings in string-enum map constant. And introduced new setting "gamma" for gamma correction (not yet implemented in Renderers). More... almost 21 years ago
Made strings in string-enum map constant. And "placeMap" is only needed at initialisation, there is no need for it to be a field. More... almost 21 years ago