Commit Graph

66 Commits

Author SHA1 Message Date
scawful
5ff7eaa526 Add yaze_config.h for version management and update version check logic 2024-12-31 12:50:14 -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
e05e7c35db remove app namespace 2024-12-28 21:28:51 -05:00
scawful
8b4345ca0a Remove conditional logging to console in logm function 2024-12-09 18:39:04 -05:00
scawful
97b3a8638a Refactor common module: streamline includes, improve code organization, and enhance logging functionality 2024-11-20 09:53:01 -05:00
scawful
0ebcd9a178 Add kSaveGraphicsSheet flag to ExperimentFlags for graphics sheet saving 2024-11-13 09:30:49 -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
83949d23b5 Remove unused includes in common.h for code cleanup 2024-11-08 00:11:43 -05:00
scawful
a64700d601 Load sys fonts if assets dir not found, return err if unsupported 2024-10-04 01:33:13 -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
scawful
d5650c8bb6 chore: Refactor audio loading and handling in Controller class 2024-08-25 14:46:35 -04:00
scawful
ea8a851539 clang tidy cleanups 2024-08-21 00:37:14 -04:00
scawful
7b33313281 big cleanup 2024-08-20 22:10:35 -04:00
scawful
54e8d7c3a5 Remove deprecated BitmapManager and experiment flag 2024-08-13 22:02:05 -04:00
scawful
6dc90ead13 change rom title from c char to std::string 2024-08-10 21:42:09 -04:00
scawful
e885c65b6c add yaze_check_version and core::CheckVersion 2024-08-10 21:32:16 -04:00
scawful
c0a3e547f5 add core::logf with log_file_out and log_to_console global args 2024-08-09 20:59:34 -04:00
scawful
1c1f8e9c1c cleanup common 2024-08-06 18:01:33 -04:00
scawful
a630fd0f23 inline common fns, replace redudant code 2024-08-06 17:37:58 -04:00
scawful
c674bbe831 move string functions to labeling, inline common routines 2024-08-06 17:26:53 -04:00
scawful
3a57264b67 move bps patch to core/common 2024-08-06 02:06:07 -04:00
scawful
7c708519ac standardize imgui headers as user instead of system 2024-07-30 23:33:12 -04:00
scawful
8672ab4372 add Get24LocalFromPC 2024-07-23 21:01:12 -04:00
scawful
bf9bf6f414 add FolderItem for folder tree view 2024-07-13 15:35:41 -04:00
scawful
be32ee9797 fix all unhandled status return type compiler warnings 2024-05-28 17:29:21 -04:00
scawful
2d383d0243 add save gfx groups 2024-05-28 17:09:09 -04:00
scawful
de284d2735 add exp flag for loading audio device in controller 2024-05-28 13:00:30 -04:00
scawful
dc91c91c39 set log to debugger flag to true 2024-04-19 19:04:57 -04:00
scawful
dfbe0014d9 Fix references to Rom class in comments 2024-04-14 15:20:56 -05:00
scawful
deae4341be Remove unused TaskManager class 2024-04-14 10:18:14 -05:00
scawful
5aae3bb1ef specify namespace scope for doxygen 2024-04-14 10:08:33 -05:00
scawful
1c133d3a08 Set SaveOverworldMap flag to true 2024-01-30 23:57:53 -05:00
scawful
0a388e60b4 Fix Tile32 unsigned long value cast constructor 2024-01-29 16:11:07 -05:00
scawful
31bd2e7c7e Add logger class and HM compress flag 2024-01-29 00:31:16 -05:00
scawful
e086f12ade OverworldEntity update: Entrances, Exits, Items 2024-01-27 15:55:47 -05:00
scawful
5a3a693c59 Set texture streaming flag to true by default 2024-01-26 23:19:12 -05:00
scawful
39709beb54 Reorganize experiment flags 2024-01-25 20:59:53 -05:00
scawful
1ef1c3ff84 Add SaveOverworldMaps public fn and experiment flag 2024-01-25 13:45:47 -05:00
scawful
9b3977191d Add LogToConsole experiment flag 2024-01-22 21:17:41 -05:00
scawful
6f80f328a8 Add Tilesheet class, update ScreenEditor for DungeonMaps 2024-01-22 03:30:55 -05:00
scawful
2460ef25a5 Add UppcaseHex string helper fns 2024-01-22 03:23:45 -05:00
scawful
85549e4a36 Add texture streaming experiment flag 2023-11-26 16:49:52 -05:00
scawful
e841005503 TaskManager interface template 2023-11-25 22:43:37 -05:00
scawful
b17ecb9c2e Update NotifyValue type 2023-11-25 20:52:21 -05:00
scawful
9e3642c54e Add load system fonts experiment flag 2023-11-24 13:37:27 -05:00
scawful
8448697c4d Add ImGuiIdIssuer class for child id 2023-11-24 13:27:59 -05:00
Justin Scofield
e7200c6d18 Add task handler code 2023-11-22 16:07:06 -05:00
scawful
041e365416 Dungeon object updates 2023-11-22 12:23:02 -05:00
Justin Scofield
8ff9f281ac Add more experiment flags 2023-11-20 21:50:40 -05:00