Commit Graph

4910 Commits

Author SHA1 Message Date
gary 5c34c26080 [ox/mc] Fix string allocation size 2020-06-20 02:55:25 -05:00
gary 41d1a39adb [ox] Add HashMap<String, T> to serializaton handlers
(synced from b6f8c9e242)
2020-06-19 07:34:04 -05:00
gary b6f8c9e242 [ox] Add HashMap<String, T> to serializaton handlers 2020-06-19 07:34:04 -05:00
gary 0698353fbf [nostalgia/core/studio] Fix TileSheetEditor crash on save after increasing grid size 2020-06-19 01:41:42 -05:00
gary 616eabea8a [ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition
(synced from 9576f78abf)
2020-06-17 06:44:31 -05:00
gary 9576f78abf [ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition 2020-06-17 06:44:31 -05:00
gary 2beb6790cf [ox/std] Rename is_signed to is_signed_v
(synced from 7b07edd9e4)
2020-06-17 06:36:26 -05:00
gary 7b07edd9e4 [ox/std] Rename is_signed to is_signed_v 2020-06-17 06:36:26 -05:00
gary 1fb761be23 [ox/fs] Cleanup
(synced from a5b01bb0d7)
2020-06-17 01:53:35 -05:00
gary a5b01bb0d7 [ox/fs] Cleanup 2020-06-17 01:53:35 -05:00
gary 0fef71d0c2 [ox/std] Make ox_strncmp a template
(synced from 1c5fed05bf)
2020-06-17 01:52:28 -05:00
gary 1c5fed05bf [ox/std] Make ox_strncmp a template 2020-06-17 01:52:28 -05:00
gary d4983cf3c6 [nostalgia/studio] Replace garbage last character with \n 2020-06-17 01:43:10 -05:00
gary fc246ee396 [nostalgia/pack] Make pack ignore /.nostalgia 2020-06-17 01:36:01 -05:00
gary 167e470091 [nostalgia/studio] Remove garbage last character in OC files 2020-06-16 05:43:44 -05:00
gary dae719f78a [nostalgia/studio] Make OxFS tree view hide files starting with . 2020-06-16 05:01:49 -05:00
gary df96407669 [nostalgia/studio] Make Project write out type data with data 2020-06-16 04:42:18 -05:00
gary be8f2cf1bc [ox/oc] Fix write to ignore null objects passed in
(synced from 17762b40b7)
2020-06-16 04:41:43 -05:00
gary 17762b40b7 [ox/oc] Fix write to ignore null objects passed in 2020-06-16 04:41:43 -05:00
gary 614ce9d18a [ox/model] Fix model descriptor writing to handle Vector, etc.
(synced from 4f4ec089fd)
2020-06-16 04:40:43 -05:00
gary 4f4ec089fd [ox/model] Fix model descriptor writing to handle Vector, etc. 2020-06-16 04:40:43 -05:00
gary 309b24af04 [ox/fs] Make PassthroughFS mkdir pass mkdir -p on existing directory
(synced from f58c658be1)
2020-06-16 04:39:15 -05:00
gary f58c658be1 [ox/fs] Make PassthroughFS mkdir pass mkdir -p on existing directory 2020-06-16 04:39:15 -05:00
gary afcaed4eba [ox/std] Change toError(ox::ValErr<T>) to toError(const ox::ValErr<T>&)
(synced from e92e980fde)
2020-06-16 00:45:24 -05:00
gary e92e980fde [ox/std] Change toError(ox::ValErr<T>) to toError(const ox::ValErr<T>&) 2020-06-16 00:45:24 -05:00
gary 65e98aca05 [ox/model] Add opType method to TypeDescWriter
(synced from 71b6c72c46)
2020-06-16 00:23:03 -05:00
gary 71b6c72c46 [ox/model] Add opType method to TypeDescWriter 2020-06-16 00:23:03 -05:00
gary da75443d4c [nostalgia] Move conan install's --build missing to correct position 2020-06-15 23:41:33 -05:00
gary a45692fa4c [nostalgia/sample_project] Update project files to have new type IDs 2020-06-15 23:38:06 -05:00
gary b18e7410b6 [ox/fs] Change Claw type IDs to domain based namespaces
(synced from 112c2c4212)
2020-06-15 23:16:34 -05:00
gary 112c2c4212 [ox/fs] Change Claw type IDs to domain based namespaces 2020-06-15 23:16:34 -05:00
gary f8fb458e32 [nostalgia] Change Claw type IDs to domain based namespaces 2020-06-15 23:15:49 -05:00
gary 557003737c [ox/std] Add missing includes to CMake install and std.hpp
(synced from 20f4d50ad6)
2020-06-15 04:54:52 -05:00
gary 20f4d50ad6 [ox/std] Add missing includes to CMake install and std.hpp 2020-06-15 04:54:52 -05:00
gary 0eaf54bd22 [nostalgia/tools/pack] Cleanup debug code 2020-06-15 04:44:07 -05:00
gary 978dd70770 [nostalgia] Switch tools to use Claw 2020-06-15 01:40:59 -05:00
gary 9a49761c01 [nostalgia/core/sdl] Switch from MC to Claw 2020-06-15 01:38:28 -05:00
gary 29e7bf4ec9 [nostalgia/fs] Fix Directory to write back out as a Directory
(synced from 880e6e49d6)
2020-06-15 01:34:48 -05:00
gary 880e6e49d6 [nostalgia/fs] Fix Directory to write back out as a Directory 2020-06-15 01:34:48 -05:00
gary 1a1678674d [ox/claw] Add strip header function
(synced from 4a221e52db)
2020-06-15 01:34:22 -05:00
gary 4a221e52db [ox/claw] Add strip header function 2020-06-15 01:34:22 -05:00
gary 4f1593a0ed [nostalgia] Make gba-pkg's project an argument 2020-06-14 19:02:38 -05:00
gary 18166f6123 [nostalgia/jenkins/gba] Add artifact 2020-06-13 22:32:34 -05:00
gary 228b6dd031 [nostalgia] Fix DEVKITPRO bin paths for Jenkins 2020-06-13 04:24:49 -05:00
gary a1a0abe83b [nostalgia] Make setup-build only overwrite current_build for native builds 2020-06-13 04:18:37 -05:00
gary 77ece05bf1 [nostalgia/jenkins] Fix GBA Jenkinsfile 2020-06-13 04:15:04 -05:00
gary 9e624619b3 [nostalgia/jenkins] Add Jenkinsfile for GBA builder 2020-06-13 04:08:59 -05:00
gary 5c5c62dc55 [nostalgia/core/studio] Fix TileSheetEditor not to display context menu when right click is not on tile 2020-06-13 03:37:38 -05:00
gary 53358d2e03 [nostaliga/sample_project] Update to use Claw instead of bare MetalClaw 2020-06-13 03:36:19 -05:00
gary 5c5809cc24 [ox/std] Fix macOS build
(synced from c178a2273b)
2020-06-05 19:47:29 -05:00