Commit Graph

4910 Commits

Author SHA1 Message Date
gary 71b38b243e [nostalgia/core] Replace puts loc param with column and row params 2019-11-09 17:56:50 -06:00
gary d058c1fc2a [ox/std] Fix constexpr-ness of ox_memset
(synced from 5dc74e6fd7)
2019-11-09 01:24:15 -06:00
gary 5dc74e6fd7 [ox/std] Fix constexpr-ness of ox_memset 2019-11-09 01:24:15 -06:00
gary 2f45cbe6d9 [gbastartup] Cleanup 2019-11-09 00:36:26 -06:00
gary 1c578933cf [ox/std] Add ox_inhibit_loop_to_libcall for memset and memcpy
(synced from e470a1da09)
2019-11-09 00:06:05 -06:00
gary e470a1da09 [ox/std] Add ox_inhibit_loop_to_libcall for memset and memcpy 2019-11-09 00:06:05 -06:00
gary 130e56c01e [ox/fs] Fix Directory allocating too much space
(synced from ddb158e433)
2019-11-07 00:34:07 -06:00
gary ddb158e433 [ox/fs] Fix Directory allocating too much space 2019-11-07 00:34:07 -06:00
gary d035db716c [ox/ptrarith] Make NodeBuffer clear all memory before using it
(synced from d033335350)
2019-11-07 00:33:34 -06:00
gary d033335350 [ox/ptrarith] Make NodeBuffer clear all memory before using it 2019-11-07 00:33:34 -06:00
gary 7919448ce3 [ox/fs] Fix Directory to allocate enough space for new entry
(synced from 3cc6ca215e)
2019-11-04 18:30:17 -06:00
gary 3cc6ca215e [ox/fs] Fix Directory to allocate enough space for new entry 2019-11-04 18:30:17 -06:00
gary 561cf9e2b4 [nostalgia] Fix some broken Makefile commands 2019-11-03 23:31:47 -06:00
gary 876a0a2a23 [nostalgia/player] Remove unused custom startup file 2019-11-03 23:29:47 -06:00
gary 0d0ebc8437 [deps] Add GbaStartup library from devkitPro as dependency 2019-11-03 23:25:25 -06:00
gary 628b4d656b [nostalgia/core] Move puts function out of core implementations to core 2019-11-03 23:20:13 -06:00
gary 758907ab5a [nostalgia] Restore GBA support 2019-11-03 22:25:45 -06:00
gary 49f5011b71 [ox/fs] Fix problems with creating and reading directories
(synced from deaa293c67)
2019-11-03 16:44:57 -06:00
gary deaa293c67 [ox/fs] Fix problems with creating and reading directories 2019-11-03 16:44:57 -06:00
gary bf1015601b [ox/ptrarith] Fix Ptr type's derefernce operator
(synced from c30ef720c4)
2019-11-03 16:44:22 -06:00
gary c30ef720c4 [ox/ptrarith] Fix Ptr type's derefernce operator 2019-11-03 16:44:22 -06:00
gary c795358777 [ox/mc] Fix buffer overrun issues
(synced from 693e7324ed)
2019-11-03 16:42:42 -06:00
gary 693e7324ed [ox/mc] Fix buffer overrun issues 2019-11-03 16:42:42 -06:00
gary b569e3cb18 [ox/fs] Remove bad TODO
(synced from 7699ae2294)
2019-11-01 18:01:09 -05:00
gary 7699ae2294 [ox/fs] Remove bad TODO 2019-11-01 18:01:09 -05:00
gary 7105c19c72 [nostalgia/core/gba] Add hardware target types for loading tile maps and palettes 2019-11-01 01:31:11 -05:00
gary 8fc9eec31b [ox/mc] Add support for individual element readers for arrays
(synced from 0825c9869a)
2019-11-01 01:28:29 -05:00
gary 0825c9869a [ox/mc] Add support for individual element readers for arrays 2019-11-01 01:28:29 -05:00
gary 0facd62a88 [ox/fs] Add support for direct access to FS memory
(synced from 9da47f75c0)
2019-11-01 01:28:04 -05:00
gary 9da47f75c0 [ox/fs] Add support for direct access to FS memory 2019-11-01 01:28:04 -05:00
gary 73377068c6 [nostalgia/core] Cleanup CMake config 2019-10-31 00:23:25 -05:00
gary 14e5bab188 [ox/fs] Remove debug line
(synced from 3a0b41d2cc)
2019-10-31 00:16:09 -05:00
gary 3a0b41d2cc [ox/fs] Remove debug line 2019-10-31 00:16:09 -05:00
gary 726b51cd64 [ox/fs] Fix various file system bugs
(synced from 7f5f74e2a6)
2019-10-31 00:07:39 -05:00
gary 7f5f74e2a6 [ox/fs] Fix various file system bugs 2019-10-31 00:07:39 -05:00
gary 2e46ef0fc3 [ox/std] Add missing null terminator to ox_strncpy
(synced from fc337922ac)
2019-10-31 00:06:11 -05:00
gary fc337922ac [ox/std] Add missing null terminator to ox_strncpy 2019-10-31 00:06:11 -05:00
gary ce94af3f00 [nostalgia/core] Fix GBA compile errors 2019-10-28 00:42:26 -05:00
gary 2014de0166 [ox] Fix GBA compile errors
(synced from 4f81c47734)
2019-10-28 00:40:56 -05:00
gary 4f81c47734 [ox] Fix GBA compile errors 2019-10-28 00:40:56 -05:00
gary bae1908c3b [nostalgia/core] Cleanup 2019-10-27 19:48:32 -05:00
gary 52c4744242 [nostalgia/core] Add support for drawing NostalgiaGraphics in SDL 2019-10-27 16:24:38 -05:00
gary 531fdedc7a [ox/fs] Add modelWrite to FileAddress and add copy constructor and assignment
(synced from 79a1a6f896)
2019-10-27 16:22:37 -05:00
gary 79a1a6f896 [ox/fs] Add modelWrite to FileAddress and add copy constructor and assignment 2019-10-27 16:22:37 -05:00
gary 597cbd0c09 [ox/std] Replace Error with a multi-field struct
(synced from 656039e011)
2019-10-27 16:21:41 -05:00
gary 656039e011 [ox/std] Replace Error with a multi-field struct 2019-10-27 16:21:41 -05:00
gary 3df78cd515 [nostalgia/common] Update to C++17 namespace nesting 2019-10-27 16:19:49 -05:00
gary 70bb199c70 [ox/mc] Fix read to resize Vectors before writing to them
(synced from 4ca4c31539)
2019-10-25 21:48:43 -05:00
gary 4ca4c31539 [ox/mc] Fix read to resize Vectors before writing to them 2019-10-25 21:48:43 -05:00
gary 37009a7923 [nostalgia/tools/pack] Remove Qt as dependency 2019-10-23 17:39:40 -05:00