Commit Graph

4910 Commits

Author SHA1 Message Date
gary c178a2273b [ox/std] Fix macOS build 2020-06-05 19:47:29 -05:00
gary f86d0e697a [nostalgia/studio] Replace deprecated call for Qt 5.15 2020-06-05 19:42:37 -05:00
gary 662e9476dc [ox/claw] Fix TypeInfoCatcher to fit model handler API
(synced from 4d806021d0)
2020-05-29 20:24:09 -05:00
gary 4d806021d0 [ox/claw] Fix TypeInfoCatcher to fit model handler API 2020-05-29 20:24:09 -05:00
gary 5bc921dd2d [nostalgia/core/gba][ox/std] Move heap manager from NostalgiaCore to OxStd
(synced from 98a0c42040)
2020-05-29 19:44:10 -05:00
gary 98a0c42040 [nostalgia/core/gba][ox/std] Move heap manager from NostalgiaCore to OxStd 2020-05-29 19:44:10 -05:00
gary 0eb33f823c [nostalgia/core/gba] Fix GBA build issues 2020-05-17 04:20:59 -05:00
gary f3dd0f1bba [ox] Fix GBA build
(synced from 2dad1688b5)
2020-05-17 04:20:43 -05:00
gary 2dad1688b5 [ox] Fix GBA build 2020-05-17 04:20:43 -05:00
gary f1110bd849 [nostalgia] Make Linux Jenkinsfile only target Linux builders 2020-05-16 22:53:16 -05:00
gary b8e28a9890 [ox/claw] Add missing write.cpp
(synced from b1a0fcbc57)
2020-05-16 22:47:51 -05:00
gary b1a0fcbc57 [ox/claw] Add missing write.cpp 2020-05-16 22:47:51 -05:00
gary e3e00b1716 [nostalgia] Move Jenkinsfile to allow for platform specificity 2020-05-16 22:46:48 -05:00
gary 9105f54a7b [ox/claw] Fix TypeVersion writing
(synced from faaddd1234)
2020-05-16 22:35:54 -05:00
gary faaddd1234 [ox/claw] Fix TypeVersion writing 2020-05-16 22:35:54 -05:00
gary f37515707f [nostalgia] Make Jenkinsfile do ASAN builds 2020-05-16 17:16:17 -05:00
gary 86652ca8d4 [nostalgia] Fix Mac build 2020-05-09 18:44:37 -05:00
gary 2be5b6e89a [ox] Fix Mac build and fix MC to increment field counter on empty string
(synced from 819959745d)
2020-05-08 21:32:56 -05:00
gary 819959745d [ox] Fix Mac build and fix MC to increment field counter on empty string 2020-05-08 21:32:56 -05:00
gary ac701751cb [ox/model] Add preloadable attribute to type descriptor
(synced from f91874182e)
2020-05-08 01:32:36 -05:00
gary f91874182e [ox/model] Add preloadable attribute to type descriptor 2020-05-08 01:32:36 -05:00
gary dfb17c851b [nostalgia] Break out Jenkinsfile steps 2020-05-06 20:59:29 -05:00
gary 09b1d5d6eb [ox/claw] Add Claw
(synced from e2952ec8c1)
2020-05-06 20:38:39 -05:00
gary e2952ec8c1 [ox/claw] Add Claw 2020-05-06 20:38:39 -05:00
gary 9560ccf476 [nostalgia] Remove conan Qt, as it is currently being ignored 2020-05-05 00:03:58 -05:00
gary e7ea76a7ac [nostalgia] Explicitly list certain dependencies that were causing problems on Fedora 2020-05-04 19:25:10 -05:00
gary bae54a906b [nostalgia] Add CMake option to disable engine build 2020-05-04 18:22:42 -05:00
gary b0f268f371 [nostalgia] Make test run build in Makefile 2020-05-04 18:21:48 -05:00
gary b39735bb08 [nostalgia] Update Jenkinsfile to force conan remote add 2020-05-04 18:20:50 -05:00
gary 6af681bad6 [nostalgia/core] Enable sign conversion warning publicly 2020-04-16 23:51:06 -05:00
gary 9b84d9d8e0 [nostalgia/world] Fix sign conversion 2020-04-16 23:50:30 -05:00
gary 4694bb9dd7 [nostalgia/tools/pack] Fix sign conversion 2020-04-16 23:49:08 -05:00
gary f758566041 [nostalgia/studio] Add PathExistsValidator 2020-04-16 23:47:08 -05:00
gary cef5fcd86f [nostalgia/core/userland] Enable sign-conversion warning 2020-04-16 23:44:06 -05:00
gary 8e297f32d4 [nostalgia/core] Move Nostalgia graphics type models to new setTypeInfo 2020-04-16 23:40:22 -05:00
gary be16229bf7 [nostalgia/core/sdl] Initialize texture lists 2020-04-16 23:39:18 -05:00
gary 11e500520a [nostalgia] Make ox headers system headers 2020-04-16 23:37:35 -05:00
gary 00e645e7a3 [nostalgia/sample_project] Update for new FileAddress 2020-04-16 23:34:45 -05:00
gary d395ecdf6e [ox/fs] Make FileAddress model use builtin union support
(synced from 3ff4a59373)
2020-04-16 23:34:08 -05:00
gary 3ff4a59373 [ox/fs] Make FileAddress model use builtin union support 2020-04-16 23:34:08 -05:00
gary ea997009b2 [ox/oc] Add support for allocating for strings
(synced from 5265a94a80)
2020-04-16 23:28:52 -05:00
gary 5265a94a80 [ox/oc] Add support for allocating for strings 2020-04-16 23:28:52 -05:00
gary a177cd2f68 [ox/model] Add support to SerStr for allocating string
(synced from b3fa531aa0)
2020-04-16 22:44:50 -05:00
gary b3fa531aa0 [ox/model] Add support to SerStr for allocating string 2020-04-16 22:44:50 -05:00
gary cd5b7b9706 [ox/std] Fix OxError for release builds and fix ox::Error assignment operator
(synced from 8753d39b66)
2020-04-16 22:19:27 -05:00
gary 8753d39b66 [ox/std] Fix OxError for release builds and fix ox::Error assignment operator 2020-04-16 22:19:27 -05:00
gary baca38f9bb [ox/fs] Add model definition for FileAddress
(synced from ed0bf268ba)
2020-04-15 21:02:35 -05:00
gary ed0bf268ba [ox/fs] Add model definition for FileAddress 2020-04-15 21:02:35 -05:00
gary a2652e867f [ox/oc] Add union support
(synced from d0f5819072)
2020-04-13 23:36:27 -05:00
gary d0f5819072 [ox/oc] Add union support 2020-04-13 23:36:27 -05:00