Commit Graph

4910 Commits

Author SHA1 Message Date
gary 53b7d7225d [ox/std] Fix UPtr::reset to conform to unique_ptr::reset
(synced from aacff3daf9)
2025-07-30 00:29:34 -05:00
gary aacff3daf9 [ox/std] Fix UPtr::reset to conform to unique_ptr::reset 2025-07-30 00:29:34 -05:00
gary e27eee50f0 [teagba] Add set and scroll background offset functions 2025-07-29 00:34:41 -05:00
gary fd610454d6 [nostalgia/gfx] Fix compiler warning 2025-07-29 00:30:17 -05:00
gary e61d4647b5 [nostalgia/gfx] Fix BG tilesheet loading, add background offset functions 2025-07-28 21:54:50 -05:00
gary c275c5f5e6 [hull] Disable building hull for now 2025-07-26 18:33:24 -05:00
gary f67de6822c [ox/std] Add pre- and post-increment operators to Span
(synced from fbf49ba511)
2025-07-26 18:31:55 -05:00
gary fbf49ba511 [ox/std] Add pre- and post-increment operators to Span 2025-07-26 18:31:55 -05:00
gary 25a8a2baf4 [ox/std] Add null check for deallocating in consteval context Vector
(synced from 92f74b27d1)
2025-07-26 18:31:41 -05:00
gary 92f74b27d1 [ox/std] Add null check for deallocating in consteval context Vector 2025-07-26 18:31:41 -05:00
gary 9ae6631997 [ox/std] Add beginsWith and endsWith variants that that cingle chars
(synced from 934f0c9232)
2025-07-26 18:31:03 -05:00
gary 934f0c9232 [ox/std] Add beginsWith and endsWith variants that that cingle chars 2025-07-26 18:31:03 -05:00
gary 14bbb8fffc [ox/std] Cleanup
(synced from ee9a3e1152)
2025-07-26 18:30:12 -05:00
gary ee9a3e1152 [ox/std] Cleanup 2025-07-26 18:30:12 -05:00
gary 16886cdf1c [hull] Add start on command interpreter 2025-07-26 18:29:51 -05:00
gary 4ca8951469 [ox/std] Give std::ignore a named type
(synced from 08b9508d83)
2025-07-26 15:09:10 -05:00
gary 08b9508d83 [ox/std] Give std::ignore a named type 2025-07-26 15:09:10 -05:00
gary 69bd968f98 [nostalgia/player] Fix build 2025-07-25 22:54:43 -05:00
gary 4e7dc66610 [nostalgia,olympic] Rename string len() functions to size() 2025-07-25 22:48:08 -05:00
gary e07e3975f2 [ox/std] Rename string len() functions to size()
(synced from bea0cf5a0c)
2025-07-25 22:47:56 -05:00
gary bea0cf5a0c [ox/std] Rename string len() functions to size() 2025-07-25 22:47:56 -05:00
gary c7bc2a954f [nostalgia/gfx] Style update 2025-07-24 21:35:21 -05:00
gary 7372036a0a [nostalgia/gfx] Add function missing from header 2025-07-24 21:25:26 -05:00
gary 7461d832b6 [nostalgia/gfx/studio,studio] Fix CLI tool output to only show usage if no args given 2025-07-24 21:17:58 -05:00
gary 6052798fea Merge commit 'dceeaaa9302b7e9ce85fa773fc187bc593f3c93c' 2025-07-24 01:58:27 -05:00
gary fae1e73e54 [nostalgia/gfx] Make getSubSheet check root subsheet name 2025-07-24 01:54:06 -05:00
gary 51f2905c9c [nostalgia/gfx/studio] Make TileSheetEditor use export-tilesheet functions for export, fix exporting Root subsheet 2025-07-24 01:45:27 -05:00
gary 0c866d1b96 [studio,nostalgia/gfx] Add system for adding sub-commands in Modules, add export-tilesheet command 2025-07-24 01:29:09 -05:00
gary fc2166c109 [ox/std] Add Result::transformError
(synced from fdf39d1a25)
2025-07-24 01:24:11 -05:00
gary fdf39d1a25 [ox/std] Add Result::transformError 2025-07-24 01:24:11 -05:00
gary f09f5e83c7 [ox/std] Add missing include to StringParam
(synced from a523a75e4b)
2025-07-24 01:23:58 -05:00
gary a523a75e4b [ox/std] Add missing include to StringParam 2025-07-24 01:23:58 -05:00
gary eec46ab054 [ox/clargs] Fix arg parsing for first '-'
(synced from cdaa64ed3f)
2025-07-24 01:23:31 -05:00
gary cdaa64ed3f [ox/clargs] Fix arg parsing for first '-' 2025-07-24 01:23:31 -05:00
gary 801d35c823 [keel] Make type converters work with functions that take const src arg 2025-07-23 00:41:33 -05:00
gary 37b5fcc0f7 [teagba] Put parentheses around all registers 2025-07-07 23:36:34 -05:00
gary f5f2c3bee6 [studio/applib] Make Studio remove files unable to be opened from open file list in config 2025-07-07 23:35:28 -05:00
gary f6ef2b5acb [turbine,nostalgia] Make memory regions cast to bounded ox::Arrays 2025-06-29 23:32:36 -05:00
gary bf958a4a6e [teagba] Make memory regions cast to bounded ox::Arrays 2025-06-29 23:32:11 -05:00
gary 6a70e478a6 [nostalgia/gfx] Cleanup 2025-06-29 17:46:13 -05:00
gary 87da752149 [ox/std] Make StringLiteral constructors consteval
(synced from 671b8edaad)
2025-06-27 23:05:42 -05:00
gary 671b8edaad [ox/std] Make StringLiteral constructors consteval 2025-06-27 23:05:42 -05:00
gary 952637a1ea Merge commit 'cbf4414fcaf00c00a2abf73b5c04a055180ad980' 2025-06-25 21:33:16 -05:00
gary 7569698e95 [nostalgia,studio] Add FileExts_TileSheet const, and corresponding FilePickerPopup constructor 2025-06-25 21:30:49 -05:00
gary 1819c958db [ox/std] Fix StringLiteral::operator= to work with DevkitARM
(synced from 21713ba945)
2025-06-25 21:29:41 -05:00
gary 21713ba945 [ox/std] Fix StringLiteral::operator= to work with DevkitARM 2025-06-25 21:29:41 -05:00
gary 73273b6fa7 [nostalgia/gfx] Add isTileSheet function for checking paths against both file extensions 2025-06-25 21:03:45 -05:00
gary 9f040392c7 [olympic,nostalgia] Cleanup style 2025-06-24 01:59:22 -05:00
gary f4f7e5d053 Merge commit '9b5f7886cadc5c3dc826d00fa5b2e71696151dfd' 2025-06-23 20:49:01 -05:00
gary f847289bd4 [glutils] Cleanup 2025-06-23 01:39:47 -05:00