Commit Graph

3104 Commits

Author SHA1 Message Date
gary 345fb03857 [ox] Remove OxError 2024-12-13 22:06:47 -06:00
gary 9881253f2a [glutils] Cleanup OxError 2024-12-13 22:06:26 -06:00
gary 96d27eecd1 [nostalgia,olympic] Cleanup 2024-12-13 22:00:03 -06:00
gary 28ebe93b77 [ox/std] Make source_location::current only init if valid
Build / build (push) Successful in 2m52s
2024-12-12 23:13:39 -06:00
gary e849e7a3dd [ox/std] Add source_location
Build / build (push) Has been cancelled
2024-12-12 23:09:01 -06:00
gary e6777b0ad7 [cityhash] Add install rule 2024-12-12 22:36:09 -06:00
gary c488c336de [turbine/glfw] Fix mandatoryRefreshPeriodEnd tracking
Build / build (push) Successful in 2m54s
2024-12-11 22:13:28 -06:00
gary 003f97201f [turbine/glfw] Move MandatoryRefreshPeriod to config.hpp
Build / build (push) Successful in 2m45s
2024-12-10 23:29:50 -06:00
gary d85a10af84 [nostalgia/core/studio] Cleanup 2024-12-10 23:29:21 -06:00
gary ff05d860c4 [turbine/glfw] Replace uninterruptedRefreshes with mandatoryRefreshPeriodEnd
Build / build (push) Has been cancelled
2024-12-10 01:49:20 -06:00
gary 7679403742 [turbine] Add init wrapper that takes FS path 2024-12-06 23:20:30 -06:00
gary c51a45e1ba [olympic] Cleanup 2024-12-06 00:22:33 -06:00
gary a6e24ff2b6 [ox/std] Add CString type alias 2024-12-06 00:20:03 -06:00
gary e0ec9e0c5f [nostalgia,olympic] Move olympic::run to global namespace
Build / build (push) Successful in 2m34s
2024-12-06 00:13:10 -06:00
gary 9a42a9b9d9 [nfde] Fix Windows warnings 2024-12-06 00:12:38 -06:00
gary 03a05c511e Merge commit '4ccdfc3a6e5bd501968903a01f7d8141b6f88375'
Build / build (push) Successful in 2m31s
2024-12-04 19:55:17 -06:00
gary bd91137d27 [nostalgia,olympic] Fix pack tool build for Windows 2024-12-02 21:10:52 -06:00
gary 161640fa11 [nostalgia] Cleanup
Build / build (push) Successful in 2m46s
2024-12-02 19:58:05 -06:00
gary 2b7d12945e [nostalgia/core/studio] Fix MSVC build 2024-12-01 19:42:29 -06:00
gary e42126c956 [nostalgia/core] Improve TileSheet validation, add repair
Build / build (push) Successful in 2m40s
2024-12-01 15:47:49 -06:00
gary 36942cca18 [nostalgia,olympic] Replace SpanView with Span<const T>
Build / build (push) Successful in 2m36s
2024-12-01 08:41:20 -06:00
gary b14f1d5000 [ox] Replace SpanView with Span<const T> 2024-12-01 08:41:08 -06:00
gary 1bf4f246c2 [applib] Make run take args as a SpanView 2024-11-28 00:51:42 -06:00
gary edda8e010e [ox/clargs] Add constructor that takes a SpanView 2024-11-28 00:51:02 -06:00
gary 3308b4dd72 [ox/std] Add missing + and += operators to Span
Build / build (push) Successful in 2m38s
2024-11-27 00:17:37 -06:00
gary 27f4703a9a [teagba] Suppress warnings for unsafe buffers 2024-11-27 00:15:59 -06:00
gary 6af00d9a2e [nostalgia] Enable warnings for unsafe buffers 2024-11-27 00:14:57 -06:00
gary 86b9f9316e [olympic] Enable warnings for unsafe buffers 2024-11-26 23:58:11 -06:00
gary a0ed1b3f62 [ox/std] Fix Span raw array constructor 2024-11-26 23:57:41 -06:00
gary 8dad624b21 [studio/applib] Cleanup 2024-11-26 23:32:32 -06:00
gary dc6605fd48 [keel] Add missing error checking to pack 2024-11-26 23:32:15 -06:00
gary c78d3cf638 [ox] Add more unsafe buffer exceptions 2024-11-26 23:31:34 -06:00
gary cee4f65d4a [ox/std] Replace an unsafe buffer
Build / build (push) Successful in 2m38s
2024-11-26 22:31:20 -06:00
gary cd3eeeef14 [ox/fs] Suppress unsafe buffer warnings 2024-11-26 22:30:57 -06:00
gary 287d42f2b9 [ox/clargs] Cleanup
Build / build (push) Successful in 2m41s
2024-11-26 22:08:36 -06:00
gary dbbaaa46b9 [ox/clargs] Enable unsafe buffer warnings
Build / build (push) Has been cancelled
2024-11-26 22:06:50 -06:00
gary 9b8a8c4e46 [ox/std] Enable unsafe buffer warnings 2024-11-26 21:59:26 -06:00
gary e44fa288fd [cityhash] Add pragmas to ignore unsafe buffer warnings 2024-11-26 21:58:39 -06:00
gary e13c6e812b [ox/std] Remove raw char* CharBufferWriter constructor 2024-11-26 20:48:13 -06:00
gary cb55b31afa [ox/std] Cleanup 2024-11-26 20:43:43 -06:00
gary ab3f9e1627 [ox/std] Make Span access check message consistent with other messages 2024-11-26 20:43:20 -06:00
gary 8f25ef96ff [ox/std] Make CharBufferWriter constructor take a Span 2024-11-26 20:42:33 -06:00
gary e13eebaf0b [ox/std] Cleanup an unsafe buffer 2024-11-26 20:38:00 -06:00
gary 114f5c6685 [ox/std] Add overflow checking to SpanIterator
Build / build (push) Successful in 2m36s
2024-11-19 01:09:48 -06:00
gary df44fe235b [keel] Cleanup
Build / build (push) Successful in 2m42s
2024-11-15 19:59:42 -06:00
gary 72f4db3d5e [nostalgia/core/studio] Fix paste command to never paste beyond target dimensions
Build / build (push) Successful in 2m40s
2024-11-15 01:39:57 -06:00
gary 8a9ff971a1 [nostalgia/core] Fix resizeSubsheet to work for both growing and shrinking 2024-11-15 01:09:48 -06:00
gary 5a8da59df1 [keel] Fix readAsset to actually return asset 2024-11-15 01:01:31 -06:00
gary afa3a13d41 [keel] Cleanup 2024-11-14 21:23:42 -06:00
gary 6522cf8a43 [keel] Add ensureValid call to readAsset 2024-11-14 21:17:41 -06:00