Commit Graph

4910 Commits

Author SHA1 Message Date
gary 28b63f7222 [ox/std] Add ValErr support to oxReturnError
(synced from 5834201fbb)
2019-06-16 19:00:47 -05:00
gary 5834201fbb [ox/std] Add ValErr support to oxReturnError 2019-06-16 19:00:47 -05:00
gary 4b0b34635a [ox/std] Fix placement new declaration to use stdlib declaration if available
(synced from 98d045827e)
2019-06-16 01:04:57 -05:00
gary 98d045827e [ox/std] Fix placement new declaration to use stdlib declaration if available 2019-06-16 01:04:57 -05:00
gary 6cd9b8008d [ox/std] Remove usage of stdlib from substitutes...
(synced from 14a40bdcd6)
2019-06-16 00:53:21 -05:00
gary 14a40bdcd6 [ox/std] Remove usage of stdlib from substitutes... 2019-06-16 00:53:21 -05:00
gary 82284f10eb [ox/std] Add substitutes file with missing __cxa_pure_virtual handler
(synced from 47ce0408d5)
2019-06-15 23:24:58 -05:00
gary 47ce0408d5 [ox/std] Add substitutes file with missing __cxa_pure_virtual handler 2019-06-15 23:24:58 -05:00
gary 576b412c64 [ox/fs] Cleanup
(synced from de210c5c7e)
2019-06-15 12:16:11 -05:00
gary de210c5c7e [ox/fs] Cleanup 2019-06-15 12:16:11 -05:00
gary eba7d402c9 [nostalgia/player] Replace main with _start in GBA builds 2019-06-15 12:05:08 -05:00
gary 432b9952e9 [ox] Fix incorrect setting of build config when passed in from another CMakeLists.txt
(synced from 36d8aeabd3)
2019-06-15 09:44:04 -05:00
gary 36d8aeabd3 [ox] Fix incorrect setting of build config when passed in from another CMakeLists.txt 2019-06-15 09:44:04 -05:00
gary 5ad2ac4335 [ox] Make code only compile as PIC if a bare metal build
(synced from 30ff7be0e4)
2019-06-15 02:39:46 -05:00
gary 30ff7be0e4 [ox] Make code only compile as PIC if a bare metal build 2019-06-15 02:39:46 -05:00
gary 7ca368e44c [ox/std] Fix several issues found compiling on FreeBSD
(synced from 238bc58f66)
2019-06-14 19:36:46 -05:00
gary 238bc58f66 [ox/std] Fix several issues found compiling on FreeBSD 2019-06-14 19:36:46 -05:00
gary 55cd1544f4 [ox/std] Add gcc library as dependency when building with GCC
(synced from 2b60c04f1a)
2019-06-14 18:19:43 -05:00
gary 2b60c04f1a [ox/std] Add gcc library as dependency when building with GCC 2019-06-14 18:19:43 -05:00
gary a1e5b2ad52 [ox] Merge branch 'master' of github.com:gtalent/nostalgia
(synced from 1bf3809b47)
2019-06-14 18:13:50 -05:00
gary 1bf3809b47 [ox] Merge branch 'master' of github.com:gtalent/nostalgia 2019-06-14 18:13:50 -05:00
gary 0c05d298d0 [nostalgia] Merge branch 'master' of github.com:gtalent/nostalgia 2019-06-14 18:12:45 -05:00
gary 829357faaf [nostalgia/core] Update for newer versions of ox 2019-06-14 07:56:53 -05:00
gary 7096d68802 [ox] Remove OC reference
(synced from 22c9e4bdb2)
2019-06-14 07:53:00 -05:00
gary 22c9e4bdb2 [ox] Remove OC reference 2019-06-14 07:53:00 -05:00
gary 68f3159736 [ox/std] Add missing ARM7TDMI functions, some are just stubs for now
(synced from 11029c93c8)
2019-06-14 07:50:38 -05:00
gary 11029c93c8 [ox/std] Add missing ARM7TDMI functions, some are just stubs for now 2019-06-14 07:50:38 -05:00
gary 87c65a70b0 [nostalgia] Remove vscode directory 2019-06-14 07:45:45 -05:00
gary faa6e37ed5 [ox] Fix GCC errors
(synced from 096509c2be)
2019-06-06 18:50:06 -05:00
gary 096509c2be [ox] Fix GCC errors 2019-06-06 18:50:06 -05:00
gary 23b662c2aa [nostalgia] Enable and fix -Wextra warnings 2019-03-30 17:30:56 -05:00
gary 5afe78d015 [nostalgia] Enable and fix several warnings 2019-03-30 17:15:21 -05:00
gary c4a668ffe2 [ox/fs] Add base path access to PassthroughFS
(synced from 05c0eb2f78)
2019-03-30 17:13:56 -05:00
gary 05c0eb2f78 [ox/fs] Add base path access to PassthroughFS 2019-03-30 17:13:56 -05:00
gary d4f246d368 [ox/std] Uglify OxError parameter name to prevent name conflicts
(synced from 5dbe160633)
2019-03-30 17:13:03 -05:00
gary 5dbe160633 [ox/std] Uglify OxError parameter name to prevent name conflicts 2019-03-30 17:13:03 -05:00
gary 5b57f4279a [nostalgia/core/studio] Remove unused BPP field from tile sheet import wizard 2019-03-30 17:06:56 -05:00
gary 6baa9a251c [nostalgia] Add new pack library to bundle project into OxFS 2019-03-30 17:06:22 -05:00
gary 941d714630 [nostalgia/core] Replace old namespace nesting with C++17 nesting 2019-03-28 06:24:20 -05:00
gary f282cd3a72 [ox] Fix setup_build script for GBA
(synced from 2830eb76b6)
2019-03-18 22:33:09 -05:00
gary 2830eb76b6 [ox] Fix setup_build script for GBA 2019-03-18 22:33:09 -05:00
gary b229645dd3 [nostalgia/studio] Fix OxFS tree view to only show current level of tree 2019-03-18 22:30:49 -05:00
gary 96e0dab0a4 [ox/mc] Make VLI encode/decode constexpr
(synced from f191ade18b)
2019-03-18 19:26:58 -05:00
gary f191ade18b [ox/mc] Make VLI encode/decode constexpr 2019-03-18 19:26:58 -05:00
gary af5102b714 [ox] Get building with devkitARM again
(synced from b33cd06031)
2019-03-18 00:19:04 -05:00
gary b33cd06031 [ox] Get building with devkitARM again 2019-03-18 00:19:04 -05:00
gary caa98169de [ox/fs] Remove bad debug code from FileStore::unplaceItem
(synced from 22da505869)
2019-03-17 23:18:54 -05:00
gary 22da505869 [ox/fs] Remove bad debug code from FileStore::unplaceItem 2019-03-17 23:18:54 -05:00
gary 2788643406 [ox/fs] Remove inode on decLinks if links is 0
(synced from fa3f7801d2)
2019-03-17 23:16:41 -05:00
gary fa3f7801d2 [ox/fs] Remove inode on decLinks if links is 0 2019-03-17 23:16:41 -05:00