0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
front: Fix autohold slide-off method. More... over 9 years ago
Merge branch 'fix-unknown-rom-crash' More... over 9 years ago
front: Construct meta-info from assumptions if no other alternative. More... over 9 years ago
front: Assume the best in certain corner cases. More... over 9 years ago
front: Simplify RomDetail constructor (no functional changes). More... over 9 years ago
front: Always populate MD5 field in RomDetail. More... over 9 years ago
front: Pass all CRC matches back to caller; let caller handle ambiguity. More... over 9 years ago
front: Pass the responsibility back to the caller if the ROM is unknown. More... over 9 years ago
front: Pass CRC to Play menu (part of fix for unknown game crashes). More... over 9 years ago
Front: Fix long UI freeze when loading game info for the first time. More... over 9 years ago
Fix issue where controller/touchscreen profiles were created as directories instead of files. (cherry picked from commit e7396893ac02fa8b59e29cfc25a902d8453a3588) More... over 9 years ago
Fix polygon offset for Note3 More... about 10 years ago
front: Tweak cheat options regex a bit. More... about 10 years ago
front: Lazy-load cheat files for performance. More... about 10 years ago
front: Retain space after `????` when saving cheatfile. More... about 10 years ago
front: Simplify cheat block parsing, precompile regex matchers. More... about 10 years ago
front: Simplify cheat file parsing, improve readability. More... about 10 years ago
front: Fix key generation bug in CheatSection constructor. More... about 10 years ago
cleanup: Clarify between CRC and key in CheatFile class. More... about 10 years ago
front: Remove unnecessary null check in CheatSection constructor. More... about 10 years ago
front: Test for null in add rather than save, in CheatFile classes. More... about 10 years ago
front: Inline CheatCode.save. More... about 10 years ago
front: Throw IOExceptions from CheatSection/CheatBlock constructors. More... about 10 years ago
front: Add more methods to CheatCode to match patterns used elsewhere. More... about 10 years ago
front: Restructure CheatBlock/CheatLine hierarchy. More... about 10 years ago
front: Append newline to CheatLine at save, not construction. More... about 10 years ago
front: Use two constructors for CheatLine. More... about 10 years ago
cleanup: Rearrange methods in CheatFile classes for consistency. More... about 10 years ago
cleanup: Change var names/scope, and polish doc in CheatFile classes. More... about 10 years ago
front: Simplify cheat file opening syntax a bit. More... about 10 years ago