scawful
|
0e67413d55
|
Refactor logging to use logf function and update log file name
|
2024-12-31 16:54:44 -05:00 |
|
scawful
|
d47e8a8387
|
Remove ImGui input flag and related code from core and editor components
|
2024-12-31 16:40:24 -05:00 |
|
scawful
|
5ff7eaa526
|
Add yaze_config.h for version management and update version check logic
|
2024-12-31 12:50:14 -05:00 |
|
scawful
|
bac4660bac
|
Refactor Controller: Replace SetupScreen with Initialize and clean up unused code
|
2024-12-31 11:46:39 -05:00 |
|
Justin Scofield
|
1ca1e5f17a
|
make hex format strings const static
|
2024-12-31 11:41:26 -05:00 |
|
Justin Scofield
|
10c7e15f92
|
Add font path prefix for non apple platforms
|
2024-12-30 09:56:26 -05:00 |
|
scawful
|
f13ce9d6fd
|
Refactor hex string handling: introduce HexStringParams struct and consolidate hex formatting functions
|
2024-12-30 09:46:51 -05:00 |
|
scawful
|
bf862f2d5a
|
Refactor file loading functions: simplify LoadFile, add LoadConfigFile, and adjust platform handling
|
2024-12-29 10:44:22 -05:00 |
|
scawful
|
e05e7c35db
|
remove app namespace
|
2024-12-28 21:28:51 -05:00 |
|
scawful
|
0adfdfb135
|
Add getter for active state in Controller class
|
2024-12-21 18:56:47 -05:00 |
|
scawful
|
8b4345ca0a
|
Remove conditional logging to console in logm function
|
2024-12-09 18:39:04 -05:00 |
|
scawful
|
4507bd6b7a
|
Enhance font loading error handling in LoadPackageFonts function
|
2024-12-08 21:22:26 -05:00 |
|
scawful
|
853ecac4c4
|
Simplify SDL deleter logic
|
2024-11-27 16:39:36 -05:00 |
|
scawful
|
97b3a8638a
|
Refactor common module: streamline includes, improve code organization, and enhance logging functionality
|
2024-11-20 09:53:01 -05:00 |
|
Justin Scofield
|
0b9f7ee6fa
|
Refactor includes for improved organization and clarity
|
2024-11-18 18:01:14 -05:00 |
|
scawful
|
bf06fff0dc
|
Refactor input handling in Controller to improve event processing structure
|
2024-11-18 16:58:06 -05:00 |
|
scawful
|
36e5f7a150
|
Refactor input handling in Emulator and Controller for improved key event management
|
2024-11-18 14:34:08 -05:00 |
|
scawful
|
f630aa88a2
|
Refactor command manager and editor includes for improved organization and functionality
|
2024-11-18 14:05:54 -05:00 |
|
scawful
|
89774ddab4
|
Refactor AppDelegate header and implementation for improved readability and organization
|
2024-11-15 23:50:58 -05:00 |
|
scawful
|
b336d14233
|
Refactor include paths and remove redundant headers in core and editor modules
|
2024-11-15 23:38:44 -05:00 |
|
scawful
|
3cce624f59
|
Add absl/strings/str_format.h include to renderer.h
|
2024-11-15 21:21:27 -05:00 |
|
scawful
|
876a83f61c
|
Add font loading functionality and refactor font handling in core
|
2024-11-15 21:21:13 -05:00 |
|
scawful
|
fbb46d571a
|
Housekeeping
|
2024-11-14 13:28:42 -05:00 |
|
scawful
|
e3ed705336
|
Refactor tab handling in Dungeon and Graphics editors for improved readability
|
2024-11-13 09:42:54 -05:00 |
|
scawful
|
0ebcd9a178
|
Add kSaveGraphicsSheet flag to ExperimentFlags for graphics sheet saving
|
2024-11-13 09:30:49 -05:00 |
|
scawful
|
ab7fa2ecac
|
Rename InitializeCocoa to yaze_run_cocoa_app_delegate and update its implementation; streamline Cocoa app delegate handling
|
2024-11-13 09:16:46 -05:00 |
|
scawful
|
7798d769a5
|
Refactor bitmap update methods to remove unnecessary parameters; simplify texture updating in Renderer and Bitmap classes
|
2024-11-13 09:16:16 -05:00 |
|
scawful
|
8e8b3ed2f7
|
Refactor Renderer class to remove inheritance from ExperimentFlags; streamline bitmap rendering and updating methods
|
2024-11-13 08:53:24 -05:00 |
|
scawful
|
e100423d58
|
Enhance config directory handling and improve platform-specific path management
|
2024-11-10 16:58:19 -05:00 |
|
scawful
|
6dd8a36e5c
|
Refactor input handling in Controller: Remove unused key events, streamline window size handling, and improve event processing for better performance and clarity
|
2024-11-10 12:11:17 -05:00 |
|
scawful
|
d7f62f4fd4
|
Refactor project header and source files: update includes and restore method declarations for improved organization and clarity
|
2024-11-10 09:03:35 -05:00 |
|
scawful
|
cd3540aaa2
|
Add kYazeVersion constant to common.h and remove duplicate definition from constants.h
|
2024-11-10 09:03:11 -05:00 |
|
scawful
|
8555dacdb5
|
Refactor project structure: remove labeling.h and update references to use project.h, enhancing code clarity and maintainability
|
2024-11-09 21:04:39 -05:00 |
|
scawful
|
a1443e8187
|
Refactor user interface management: simplify UI components and remove deprecated classes to enhance maintainability
|
2024-11-09 20:53:13 -05:00 |
|
scawful
|
ba5c86f0ba
|
Refactor recent files management: consolidate RecentFilesManager into project.h and remove redundant recent_files.h
|
2024-11-09 20:38:00 -05:00 |
|
scawful
|
d9243b26f7
|
Refactor message handling: remove MessageDispatcher, MessageFilter, and related classes to streamline codebase
|
2024-11-09 19:17:36 -05:00 |
|
scawful
|
b06d632ef9
|
Refactor project management: create Project class for handling project file operations and remove message handling code
|
2024-11-09 19:17:24 -05:00 |
|
scawful
|
e21bdb3f44
|
Add documentation for file dialog and resource path functions
|
2024-11-08 21:02:24 -05:00 |
|
scawful
|
83949d23b5
|
Remove unused includes in common.h for code cleanup
|
2024-11-08 00:11:43 -05:00 |
|
scawful
|
38dc061b75
|
Add LoadConfigFile to Controller, include file_util src in build
|
2024-11-02 10:35:26 -05:00 |
|
scawful
|
0d5618a5ba
|
Update LoadFile, GetFileExtension, GetFileName
|
2024-11-02 10:25:30 -05:00 |
|
scawful
|
665d58aa97
|
General cleanup
|
2024-11-02 00:10:24 -05:00 |
|
scawful
|
26b54fbee8
|
Refactor UppercaseHexWord function to include an optional leading parameter
|
2024-10-05 13:29:13 -04:00 |
|
scawful
|
616c85ab1c
|
unused include housekeeping
|
2024-10-05 11:07:14 -04:00 |
|
scawful
|
a64700d601
|
Load sys fonts if assets dir not found, return err if unsupported
|
2024-10-04 01:33:13 -04:00 |
|
scawful
|
4e47cd3c76
|
update font loading for macOS bundle resources
|
2024-09-07 09:59:20 -04:00 |
|
scawful
|
374eebfac4
|
header include cleanup
|
2024-09-07 09:55:01 -04:00 |
|
scawful
|
84df108204
|
fix CheckVersion string_view format bug
|
2024-08-31 09:23:17 -04:00 |
|
scawful
|
12ce96e533
|
chore: Refactor CMakeLists.txt and app.cmake files for better organization
|
2024-08-30 02:57:14 -04:00 |
|
scawful
|
eda3c4f5ef
|
feat: Add option to load custom overworld data from ROM and enable UI
|
2024-08-25 16:39:22 -04:00 |
|