Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-29 | build fix. | aliaspider | |
2014-10-29 | cleanups. | aliaspider | |
2014-10-29 | get rid of all remaining C++ code. | aliaspider | |
2014-10-29 | less C++. | aliaspider | |
2014-10-29 | remove more C++ code. | aliaspider | |
2014-10-29 | C++ cleanups. (in progress) | aliaspider | |
2014-10-29 | start moving everything to C | aliaspider | |
2014-10-29 | cleanups (cont.) | aliaspider | |
2014-10-28 | cleanups (cont.) | aliaspider | |
2014-10-28 | del some more | aliaspider | |
2014-10-28 | remove more stuff | aliaspider | |
2014-10-28 | remove unused files | aliaspider | |
2014-10-28 | ugly 64-bit targets fix (cont.) | aliaspider | |
2014-10-28 | ugly fix to solve segfaults on 64-bit platforms. | aliaspider | |
2014-10-28 | 64-bit safer | aliaspider | |
2014-10-28 | initial libretro port. | aliaspider | |
2013-06-16 | Release 1.36. | Nebuleon Fumika | |
2013-06-16 | Remove the reference to splitting the cheat database into two folders. | Nebuleon Fumika | |
2013-06-16 | Don't crash on extensionless files. Helps GitHub issue #37 some more. Taken ↵ | Nebuleon Fumika | |
from DS2Compress. | |||
2013-06-15 | Dynamically allocate memory for the file selector to store the name pointers ↵ | Nebuleon Fumika | |
into. Also dramatically simplify the file selector's name management code. This has many effects: * It allows the file selector to handle directories of more than 511 files and a parent directory entry. (Fixes GitHub issue #37). * It allows the file selector to sort directories along with files, which is a more common use case (game folders that contain ROM hacks, plus single game files, are sorted by name as the user expects). * The file selector now reports progress while loading a large directory. * The screenshot slideshow function now shows an existing dedicated message, "No screenshots found", instead of crashing when the screenshot directory contains no screenshots. Add Quicksort code from GameYob. See <https://github.com/Nebuleon/GameYob/commit/afbeeba>. * Faster sorting in the common case where a directory's natural order is already sorted, using the isSorted function. * Use the median-of-three algorithm first described by Robert Sedgewick to select the pivot. Causes less recursion in many cases. * Associates file names with their is-directory flag, keeping both in sync. | |||
2013-06-10 | Prevent a file handle leak when previewing saved states in the row of Load ↵ | Nebuleon Fumika | |
cells. | |||
2013-05-25 | L+R takes a screenshot of the Touch Screen in the menu. Taken from TempGBA ↵ | Nebuleon Fumika | |
commit b4a68a9ad710cd37fec0c0f604218f5a34d10fc7. | |||
2013-05-23 | Release 1.35. | Nebuleon Fumika | |
2013-05-23 | Add support for custom main menu active/inactive, message text and ↵ | Nebuleon Fumika | |
background colors. Fill in default values for the purple skin in uicolors.txt. | |||
2013-05-21 | Complete the Simplified Chinese block and rewrite some unclear messages for ↵ | kukuasir | |
Chinese speakers. Taken from TempGBA commit 657856afdc0639c446665aa71eeb3003c0bb81ad. | |||
2013-05-20 | Complete the Dutch, German, Portuguese (Brazil) and Spanish localisations, ↵ | Nebuleon Fumika | |
aligning some messages to columns for option screens. Taken from TempGBA commit 0b4252dc2f1d6a5c7445ffd6f265e59df277ceef. * Dutch: Add missing messages. Fix a typo in global button mappings. Thanks to Aeter for this part. * German: Add missing messages. Thanks to SignZ for this part. * Portuguese: Add missing messages. Thanks to Diego Liberal for this part. * Spanish: Add missing messages. Thanks to Boriar for this part. | |||
2013-05-20 | Fix a bug whereby quick saved states would have a screenshot of "Saving ↵ | Nebuleon Fumika | |
state...". | |||
2013-05-20 | Add an option to put the game on the Lower Screen. | Nebuleon Fumika | |
* Before entering the menu, copy the game screen to the Upper Screen if it's on the Lower Screen. * Now, the frame that's shown in the menu doesn't appear to be the previous frame for a fraction of a second anymore. | |||
2013-05-20 | CATSFC/system/gui/uicolors.txt: Theme support for active and inactive item ↵ | Nebuleon Fumika | |
text colors. | |||
2013-05-20 | Put the most recently played file at the top. This does not introduce an ↵ | Nebuleon Fumika | |
incompatibility with older preference files. | |||
2013-05-17 | sdk-modifications: Fix totally broken short-file-name (SFN) alias support ↵ | Nebuleon Fumika | |
which caused computers to report duplicate SFNs in directories, as well as corrupted file names and breakage with files that have no extension. | |||
2013-04-28 | Fix a GUI bug whereby an incorrect item is considered touched in file selectors. | Nebuleon Fumika | |
2013-04-16 | Update language.msg | rickvdwetering | |
Fixed minor Dutch translation errors. | |||
2013-04-09 | Add the year to the date displayed in a saved state's screenshot. | Nebuleon Fumika | |
Based on TempGBA commit 0adaf3c332453679cc0a2feee9e87d5a4dc3c771. | |||
2013-04-03 | Brazilian Portuguese block: Correct typing errors and add missing accents. ↵ | Hyura | |
Imported from TempGBA commit d55e30a2cc4943e74a2d2505c9823dc222e220a3. | |||
2013-03-30 | Release 1.34. | Nebuleon Fumika | |
2013-03-30 | Wait for a button to be pressed and released after showing version information. | Nebuleon Fumika | |
2013-03-30 | Fix the odd text disappearance bug in recently played games due to the ↵ | Nebuleon Fumika | |
position being preserved. | |||
2013-03-30 | Increase the row count from 6 to 8 in the GUI, file selector and cheats. ↵ | Nebuleon Fumika | |
Remove the useless "dynamic cheat" functions. | |||
2013-03-29 | Optimise the reading of bitmap files. | Nebuleon Fumika | |
2013-03-29 | Fix scrollers in file selectors after the previous commit. | Nebuleon Fumika | |
2013-03-29 | Stop the odd disappearing text when moving between files in recently played ↵ | Nebuleon Fumika | |
games. | |||
2013-03-29 | Make rendering a GUI background (256x192) more efficient. | Nebuleon Fumika | |
2013-03-29 | gui.c: Overhaul the autorepeat behaviour of get_gui_input. | Nebuleon Fumika | |
2013-03-29 | Preserve the position in a menu when moving into one of its submenus. | Nebuleon Fumika | |
2013-03-28 | Restore the functionality of selection options with handler functions. This ↵ | Nebuleon Fumika | |
unbreaks commit 57bcab6a250a138d42735504e871ff7011974532. | |||
2013-03-28 | Remove some button press/release recognition latency in the menu. | Nebuleon Fumika | |
2013-03-28 | Reduce the number of special cases in the touch handling code. | Nebuleon Fumika | |
2013-03-28 | Fix overlapping text (screenshot creation OK/failed) in message boxes. | Nebuleon Fumika | |
2013-03-28 | Make "Save a screenshot" work with touch. | Nebuleon Fumika | |