Gary Talent gary
gary pushed to master at drinkingtea/nostalgia 2024-12-01 08:51:23 -06:00
36942cca18 [nostalgia,olympic] Replace SpanView with Span<const T>
b14f1d5000 [ox] Replace SpanView with Span<const T>
1bf4f246c2 [applib] Make run take args as a SpanView
edda8e010e [ox/clargs] Add constructor that takes a SpanView
Compare 4 commits »
gary pushed to master at drinkingtea/nostalgia 2024-11-27 00:19:43 -06:00
3308b4dd72 [ox/std] Add missing + and += operators to Span
27f4703a9a [teagba] Suppress warnings for unsafe buffers
6af00d9a2e [nostalgia] Enable warnings for unsafe buffers
86b9f9316e [olympic] Enable warnings for unsafe buffers
a0ed1b3f62 [ox/std] Fix Span raw array constructor
Compare 8 commits »
gary pushed to master at drinkingtea/nostalgia 2024-11-26 22:56:39 -06:00
cee4f65d4a [ox/std] Replace an unsafe buffer
cd3eeeef14 [ox/fs] Suppress unsafe buffer warnings
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2024-11-26 22:09:22 -06:00
287d42f2b9 [ox/clargs] Cleanup
gary pushed to master at drinkingtea/nostalgia 2024-11-26 22:07:30 -06:00
dbbaaa46b9 [ox/clargs] Enable unsafe buffer warnings
9b8a8c4e46 [ox/std] Enable unsafe buffer warnings
e44fa288fd [cityhash] Add pragmas to ignore unsafe buffer warnings
e13c6e812b [ox/std] Remove raw char* CharBufferWriter constructor
cb55b31afa [ox/std] Cleanup
Compare 8 commits »
gary pushed to master at drinkingtea/nostalgia 2024-11-19 01:10:35 -06:00
114f5c6685 [ox/std] Add overflow checking to SpanIterator
gary pushed to master at drinkingtea/nostalgia 2024-11-18 00:34:23 -06:00
df44fe235b [keel] Cleanup
gary pushed to master at drinkingtea/nostalgia 2024-11-15 19:13:52 -06:00
72f4db3d5e [nostalgia/core/studio] Fix paste command to never paste beyond target dimensions
8a9ff971a1 [nostalgia/core] Fix resizeSubsheet to work for both growing and shrinking
5a8da59df1 [keel] Fix readAsset to actually return asset
afa3a13d41 [keel] Cleanup
6522cf8a43 [keel] Add ensureValid call to readAsset
Compare 13 commits »
gary pushed to master at drinkingtea/nostalgia 2024-10-28 20:57:38 -05:00
3c7652efc2 [nostalgia/core/studio] Fix PaletteEditor to handle Palettes with 0 pages
941bc71348 [studio] Fix NewMenu name input
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2024-10-04 01:37:50 -05:00
e4ae23e114 [olympic/developer-handbook] Remove Ox submodules from project structure
67187d5ec5 [olympic/developer-handbook] Elaborate more on exception usage
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2024-10-04 01:15:41 -05:00
3271a37115 [ox] Add Project Structure section to docs
ea9f50de8d [olympic] Add error handling back to developer-handbook.md
ea3c5e03fb [olympic] Remove Ox from developer-handbook.md
c8c4177d60 [ox] Add ox-docs.md
Compare 4 commits »
gary pushed to master at drinkingtea/nostalgia 2024-10-03 22:59:55 -05:00
76b540e3b8 [nostalgia/core] Cleanup, add missing FileAddress wrapper function
2062748676 [keel] Cleanup
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2024-10-02 22:55:05 -05:00
135f0e4ce8 [nostalgia/core/studio/paletteeditor] Fix Alt shortcuts to respect keyboard focus
cb16687641 [studio] Add variant of InputText that returns an IString
cb3ef0e79d [keel] Cleanup
0a62d90065 [studio] Remove Editor::setRequiresConstantRefresh
ba7e3929e9 [nostalgia/core/studio] Make TileSheetEditor palette keys behave like PaletteEditor
Compare 8 commits »
gary pushed to master at drinkingtea/nostalgia 2024-09-29 23:18:00 -05:00
1f6fefdb68 [nostalgia/core/studio] Disable PaletteEditor num key shorts when page rename is open
gary pushed to master at drinkingtea/nostalgia 2024-09-29 22:09:07 -05:00
1e34f91ebd Merge commit '34b7779397bd4712603b4c5a39ffc57b74da0abd'
35cb2ece9f [nostalgia/core/studio] Fix PaletteEditor color name edit
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2024-09-28 23:56:19 -05:00
66cd5c4a7e [ox/std] Add CStringViewCR
gary pushed to master at drinkingtea/nostalgia 2024-09-28 23:44:19 -05:00
0daf938f76 [nostalgia/core/studio] Cleanup, make all number keys after num colors jump to last
gary pushed to master at drinkingtea/nostalgia 2024-09-28 21:51:42 -05:00
b90ab27a65 [nostalgia/core/studio] Fix Palette Color Name input to properly take focus
gary pushed to master at drinkingtea/nostalgia 2024-09-28 21:42:17 -05:00
c711f4358e [nostalgia/core/studio] Fix PaletteEditor 0 key shortcut
gary pushed to master at drinkingtea/nostalgia 2024-09-28 21:37:41 -05:00
84cb03d807 [nostalgia/core/studio] Cleanup