scawful
|
e3ed705336
|
Refactor tab handling in Dungeon and Graphics editors for improved readability
|
2024-11-13 09:42:54 -05:00 |
|
scawful
|
12309f460e
|
Refactor SaveAllGraphicsData
|
2024-11-13 09:40:36 -05:00 |
|
scawful
|
6aadd51a2d
|
Implement SaveAllGraphicsData function to handle graphics sheet saving
|
2024-11-13 09:30:55 -05:00 |
|
scawful
|
d6a4217118
|
Change gfx groups from vectors to arrays in Rom
|
2024-11-02 10:33:39 -05:00 |
|
scawful
|
b22da9edb4
|
Refactor Rom class to improve code organization and remove unused dependencies
|
2024-10-11 10:46:06 -04:00 |
|
scawful
|
52c844eb98
|
Add defer_render to LoadAllGraphicsData, overworld test
|
2024-08-29 22:45:50 -04:00 |
|
scawful
|
4099d8731d
|
Refactor ROM class to use uint32_t for loop counters in LoadLinkGraphics, LoadAllGraphicsData, LoadGfxGroups, and SaveGroupsToRom methods
|
2024-08-22 01:28:04 -04:00 |
|
scawful
|
c83d0440d8
|
cleanup snes_palette stuff
|
2024-08-21 10:13:13 -04:00 |
|
scawful
|
a8ed9b7f92
|
remove magic numbers, enforce const correctness
|
2024-08-20 21:31:59 -04:00 |
|
scawful
|
49611d4944
|
big cleanup, replace Bytes alias with std::vector<uint8_t> to reduce ambiguity
|
2024-08-20 12:02:47 -04:00 |
|
scawful
|
97dda2bfd9
|
chore: Update ReadWritePreconditions for empty data but loaded file
|
2024-08-14 19:55:57 -04:00 |
|
scawful
|
1234510d29
|
Refactor Rom to fix LoadLinkGraphics format
|
2024-08-14 19:41:26 -04:00 |
|
scawful
|
4b990662df
|
Add Rom::LoadZelda3 for loading game data across Load fns
|
2024-08-14 18:28:12 -04:00 |
|
scawful
|
5c68f61544
|
Refactor Rom class to use constants for blockset and spriteset sizes
|
2024-08-14 18:27:40 -04:00 |
|
scawful
|
6c259340f9
|
Add new RomTests and fix small bugs in Rom class
|
2024-08-14 00:51:43 -04:00 |
|
scawful
|
54e8d7c3a5
|
Remove deprecated BitmapManager and experiment flag
|
2024-08-13 22:02:05 -04:00 |
|
scawful
|
5ccb30f999
|
Refactor Rom::LoadLinkGraphics() for improved readability and maintainability
|
2024-08-13 21:28:09 -04:00 |
|
scawful
|
164ae60f5a
|
remove deprecated graphics_bin
|
2024-08-13 21:22:02 -04:00 |
|
scawful
|
cc39225a2a
|
update yaze_py module and py ext sample
|
2024-08-10 22:55:13 -04:00 |
|
scawful
|
6dc90ead13
|
change rom title from c char to std::string
|
2024-08-10 21:42:09 -04:00 |
|
scawful
|
fecfd4f2a3
|
add sanity checks to Rom::LoadFromPointer
|
2024-08-10 00:12:38 -04:00 |
|
scawful
|
d3df11d492
|
cleanup Rom class interface
|
2024-08-09 19:29:37 -04:00 |
|
scawful
|
9a2c8ae17a
|
replace old renderer access pattern
|
2024-08-09 18:58:07 -04:00 |
|
scawful
|
47461a567d
|
add z3_load arg to Rom::LoadFromPointer
|
2024-08-07 15:22:27 -04:00 |
|
scawful
|
535e7eccda
|
add alternate file size seek to Rom::LoadFromFile
|
2024-08-07 15:07:03 -04:00 |
|
scawful
|
543bc3d204
|
add graphics sheets array and num sheets constant
|
2024-08-06 19:15:16 -04:00 |
|
scawful
|
a630fd0f23
|
inline common fns, replace redudant code
|
2024-08-06 17:37:58 -04:00 |
|
scawful
|
6afa707d14
|
refactor Rom class and constants
|
2024-08-04 21:04:26 -04:00 |
|
scawful
|
19baed50d7
|
add z3 load to Rom::LoadFromPointer
|
2024-08-02 18:44:06 -04:00 |
|
scawful
|
2f3220e4e3
|
remove Rom::LoadFontGraphicsData, unneeded bc of gfx::SnesTo8bppSheet
|
2024-07-29 12:41:16 -04:00 |
|
scawful
|
cbc6788e2e
|
move DungeonEditor, merge widgets with style, split up CMakeLists
|
2024-07-24 01:38:36 -04:00 |
|
scawful
|
88e91859b6
|
add LoadFontGraphicsData to Rom
|
2024-07-23 20:59:34 -04:00 |
|
scawful
|
934b9e05f3
|
remove shared_ptr semantics from BitmapManager as underlying texture/surface are already smart ptrs
|
2024-07-13 13:07:47 -04:00 |
|
scawful
|
b0bfcb6c7b
|
replace linux file macros with std::filesystem usage
|
2024-05-28 20:56:08 -04:00 |
|
scawful
|
1047c25638
|
remove bad print statement
|
2024-05-28 19:43:22 -04:00 |
|
scawful
|
86ed064edb
|
update linux home path and remove print debugging statements
|
2024-05-28 19:40:00 -04:00 |
|
scawful
|
1ff689605f
|
use absl::StrCat for filename linux
|
2024-05-28 19:30:49 -04:00 |
|
scawful
|
6e79d4d59d
|
add linux HOME env variable to filename in Rom::LoadFromFile
|
2024-05-28 19:20:52 -04:00 |
|
scawful
|
563863a924
|
add print debugging and try catch to Rom::LoadFromFile
|
2024-05-28 19:10:38 -04:00 |
|
scawful
|
23f0311ec9
|
update error handling for palettes saving for_each
|
2024-05-28 17:48:25 -04:00 |
|
scawful
|
e7e3437a89
|
move LoadGfxGroups to rom.cc
|
2024-05-28 17:44:54 -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
|
5e389b634c
|
update filename type passed to LoadFromFile
|
2024-05-28 13:25:30 -04:00 |
|
scawful
|
2bd6f75061
|
fix some filename var references in ROM::LoadFromFile
|
2024-05-28 11:20:17 -04:00 |
|
scawful
|
85bd48eafa
|
housekeeping
|
2024-05-24 21:34:36 -04:00 |
|
scawful
|
d91f10e6ea
|
add filename validation to rom load file
|
2024-05-24 21:30:07 -04:00 |
|
scawful
|
63b7e48950
|
add return if error macro to save palettes
|
2024-05-24 19:53:20 -04:00 |
|
scawful
|
82ee1ad62d
|
Move LoadAllPalettes and palette_group_internal to snes_palette
|
2024-04-14 15:27:37 -05:00 |
|
scawful
|
5953e58bd4
|
Rename SharedROM to SharedRom
|
2024-04-14 14:51:53 -05:00 |
|