scawful
2a39cc644e
Enhance Abseil integration and improve Windows font loading functionality
...
- Added additional Abseil flags modules to the CMake configuration for better support.
- Refactored Windows-specific font loading code to avoid namespace conflicts by using the `::` prefix for Windows API calls.
- Improved error handling and ensured proper memory management when retrieving font paths from the Windows registry.
2025-09-28 01:42:46 -04:00
scawful
ad490cad71
Add YAZE_UTIL_SRC to CMakeLists and update flag definitions in z3ed and yaze
2025-04-05 13:46:56 -04:00
scawful
26fc39dad0
rename handle to Run for cli commands
2025-03-31 17:18:49 -04:00
scawful
999c142a31
remove DECLARE_FLAG macro and add mode parsing
2025-03-31 09:42:10 -04:00
scawful
0c170b3fbb
Refactor flag parsing to use argc and argv directly in z3ed
2025-01-21 22:13:07 -05:00
scawful
04c083bdfe
Add additional flag declarations for BPS and file handling in z3ed
2025-01-21 21:52:13 -05:00
scawful
31fc641dc4
Add flag parsing functionality and implement global flag registry
2025-01-19 22:53:35 -05:00
scawful
809282edad
remove nonstandard type aliases
2025-01-19 20:16:40 -05:00
scawful
0843d25e57
Remove absl flags from z3ed
2025-01-19 19:10:09 -05:00
scawful
a9cb2700ef
rename command.h to z3ed.h, update structure
2024-12-29 22:01:43 -05:00
scawful
b38dc078fe
Remove unused includes in z3ed.cc for improved code clarity
2024-11-18 14:13:12 -05:00
scawful
33dc95e647
chore: Add command line argument handling for help command
2024-09-06 21:09:43 -04:00
scawful
f682f22eab
Refactor command handlers for improved code organization and readability
2024-08-31 09:56:11 -04:00
scawful
7b33313281
big cleanup
2024-08-20 22:10:35 -04:00
scawful
506698ac2b
add ColorCode and ColorModifier to z3ed
2024-08-10 20:52:26 -04:00
scawful
0409fc76cf
replace == with strcmp
2024-08-07 16:28:41 -04:00
scawful
bf97dc215d
include asar in z3ed CommandHandler
2024-08-07 13:54:51 -04:00
scawful
e72b08eae4
add zelda3::music namespace, update documentation
2024-04-14 13:46:23 -05:00
scawful
656c2fa5d6
Add Tile16Transfer command to z3ed
2023-10-17 17:05:18 -04:00
scawful
baf7547fff
add z3ed cli tool
...
rom backups
export and import graphics
pc to snes and snes to pc addr conversion
2023-08-18 11:42:46 -04:00