1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where the Genres contained an extra empty line, and were not recognized correctly when loaded/saved in the gameslist file More... almost 7 years ago
Fixed bug which caused the NoGuiGfx checkmark to fail triggering the hook event More... almost 7 years ago
Removed Export List menu item from MUI Builder template also #25 More... almost 7 years ago
Removed (c) string from About message More... almost 7 years ago
Fixed Copyright and About messages More... almost 7 years ago
Removed unused Export List menu option More... almost 7 years ago
Merge branch 'newgui' - fixes #25, #17 More... almost 7 years ago
Bumped version date More... almost 7 years ago
If no "igame.prefs" file was found, fallback to reading the Tooltypes More... almost 7 years ago
Removed unneeded function More... almost 7 years ago
The Delete function will now work for multiple selected items in the games list More... almost 7 years ago
Code cleanup, naming refactoring More... almost 7 years ago
The saved settings are now applied and shown in the GUI. Changes in the GUI are saved back to the settings file. Updated references to some settings for improved clarity More... almost 7 years ago
Renamed function call More... almost 7 years ago
Fixed typo in MUIBuilder template More... almost 7 years ago
Moved NOGUIGFX into Settings file as well, implemented file saving More... almost 7 years ago
Implemented loading from Prefs file, removed Tooltype variables More... almost 7 years ago
Allocate memory for game_tooltypes variable only when actually needed, make sure we free it up afterwards More... about 7 years ago
Set the buffer size in a variable, default to 512 More... about 7 years ago
Use AmigaDOS functions when loading and saving gameslist, use pre-allocated buffer and snprintf() for safer writes (avoid potential buffer overflows) More... about 7 years ago
Merge pull request #40 from midwan/master More... about 7 years ago
Removed second instance of GetMBString, fixed a few more casts More... about 7 years ago
Explicitly casting types to avoid compiler warnings, removed unneeded checks when comparing tooltypes, moved magic strings to defines More... about 7 years ago
Saved a few more pixels of spacing in the Settings window More... about 7 years ago
Changed layout of Settings window, so it fits in PAL HighRes. Updated MUI Builder project - #25 More... about 7 years ago
Fixed compiler warning More... about 7 years ago
More refactoring of funcs, fixed some compiler warnings More... about 7 years ago
Refactored the game launch and game properties routines More... about 7 years ago
Added "Game Directory not found" translatable string More... about 7 years ago
Added two more instances of messages to translatable text More... about 7 years ago