59 Commits

Author SHA1 Message Date
1bf4f246c2 [applib] Make run take args as a SpanView 2024-11-28 00:51:42 -06:00
86b9f9316e [olympic] Enable warnings for unsafe buffers 2024-11-26 23:58:11 -06:00
dc6605fd48 [keel] Add missing error checking to pack 2024-11-26 23:32:15 -06:00
df44fe235b [keel] Cleanup
All checks were successful
Build / build (push) Successful in 2m42s
2024-11-15 19:59:42 -06:00
5a8da59df1 [keel] Fix readAsset to actually return asset 2024-11-15 01:01:31 -06:00
afa3a13d41 [keel] Cleanup 2024-11-14 21:23:42 -06:00
6522cf8a43 [keel] Add ensureValid call to readAsset 2024-11-14 21:17:41 -06:00
2062748676 [keel] Cleanup 2024-10-03 22:39:48 -05:00
cb3ef0e79d [keel] Cleanup 2024-10-02 20:54:40 -05:00
aa970b1fc0 [keel,studio] Cleanup 2024-09-28 18:45:09 -05:00
a1b5b56553 [olympic,nostalgia] Rename CRStringView to StringViewCR 2024-09-28 16:10:44 -05:00
829dc0298e [keel] Fix Linux build
All checks were successful
Build / build (push) Successful in 2m32s
2024-09-27 02:46:06 -05:00
5373b63cca [keel,studio] Removing null terminator from JSON file output 2024-09-27 02:30:28 -05:00
a7af6c6660 [keel] Cleanup 2024-09-14 22:35:42 -05:00
0cc6757c57 [keel] Add manifest to pack output 2024-09-14 20:47:54 -05:00
3b8eaef36b [keel] Move vald and repair funcs to their own file, make conversion to validation 2024-09-14 14:16:16 -05:00
b7990ed25b [keel] Make pack file copy logging nest for dir level 2024-09-14 02:52:38 -05:00
10531b6ea9 [keel] Cleanup 2024-09-13 23:55:23 -05:00
dfbc298d39 [keel] Add pack file copy status to logging 2024-09-13 23:53:07 -05:00
1d262597a8 [keel] Make default repair return a no repair error 2024-09-07 23:15:15 -05:00
6cbafc75bf [nostalgia,keel] Make repair return ox::Error 2024-06-01 15:54:11 -05:00
a2cec10cb6 [keel] Add valid and repair functions for AssetManager 2024-06-01 13:54:45 -05:00
dcad44403e [keel] Make GBA AssetRef changeable 2024-05-31 23:57:14 -05:00
7d8a8e0e52 [keel] Cleanup 2024-05-30 20:10:44 -05:00
b968ec8a91 [keel] Remove redundant move
All checks were successful
Build / build (push) Successful in 2m33s
2024-05-28 21:33:19 -05:00
78eb8fca28 [keel] Cleanup pack logging 2024-05-28 20:56:40 -05:00
f189469926 [keel] Remove setAsset
All checks were successful
Build / build (push) Successful in 2m36s
2024-05-27 21:13:17 -05:00
27b38ed250 [keel,studio] Fix hotloading for files that get loaded as multiple types
All checks were successful
Build / build (push) Successful in 2m33s
2024-05-27 19:26:58 -05:00
e62426b085 [keel] Ensure consistent asset IDs in AssetManager 2024-05-27 00:45:41 -05:00
4a2b1fd743 [studio,keel] Make fileChanged emit UUID as well as path, add uuidUrlToUuid 2024-05-22 23:17:28 -05:00
c47f48eba7 [keel] Add/cleanup UUID/path lookup functions 2024-05-22 00:32:49 -05:00
ae30ef3609 Merge commit 'b66cef7127e97269fc6072a6f66ccc08990f6d2e' 2024-05-18 12:17:23 -05:00
eed115b287 [keel] Fix a GCC break
All checks were successful
Build / build (push) Successful in 2m39s
2024-05-17 21:13:15 -05:00
095a1135e7 Merge commit 'f48824793cfce315971fe2e699ece198c7a79407' 2024-05-11 02:09:10 -05:00
c4f6ee0026 [nostalgia,olympic] Make performPackTransforms update type id when needed 2024-05-10 19:51:03 -05:00
7d1641faee Merge commit '420fa96463f59c4a4a7cd66b16b0ad01ab0d55e6' 2024-05-08 23:55:07 -05:00
331f721292 [olympic,nostalgia] Cleanup
All checks were successful
Build / build (push) Successful in 2m31s
2024-05-08 23:35:34 -05:00
60d1996f0a [keel] Minor optimization 2024-05-03 23:00:38 -05:00
9caf7099b6 [keel] Fix for Ox change 2024-05-02 22:21:04 -05:00
ed4f0e1f2b [nostalgia,olympic] Replace oxIgnoreError with std::ignore 2024-04-22 23:43:22 -05:00
d7f309750e Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133'
All checks were successful
Build / build (push) Successful in 2m22s
2024-04-21 13:13:26 -05:00
057738088e [olympic] Change TypeId building to use constexpr globals 2024-04-21 10:23:22 -05:00
3b8d13dce3 [nostalgia,olympic] Fixes for Ox update
All checks were successful
Build / build (push) Successful in 2m25s
2024-04-18 19:25:07 -05:00
04f3d6b491 [keel] Fix some static const vars to be constexpr
All checks were successful
Build / build (push) Successful in 2m23s
2024-02-29 23:53:36 -06:00
db2dc28f92 [keel] Remove use of removed ModelValue operator
All checks were successful
Build / build (push) Successful in 2m24s
2024-02-11 20:35:48 -06:00
ce1eea817d [olympic/keel] Remove debug line 2024-02-11 17:28:19 -06:00
59fa39070f [keel] Update pack for Preloader changes
All checks were successful
Build / build (push) Successful in 2m19s
2024-02-01 21:07:42 -06:00
ff2eb5b11b [olympic/keel] Remove const r-value funcion from AssetRef 2024-01-31 23:15:53 -06:00
051623f4b5 [olympic,nostalgia] Update copyright for 2024 2024-01-01 12:02:40 -06:00
8acc6244d5 [olympic/keel] Improve error clarity on pack some common failures 2023-12-30 13:58:42 -06:00