Commit Graph

2444 Commits

Author SHA1 Message Date
gary aa34239eb5 [nostalgia] Start developer handbook 2019-11-23 02:17:34 -06:00
gary 965e280b53 [nostalgia/tools] Remove debug code 2019-11-14 04:57:34 -06:00
gary 45dd2e38e3 [nostalgia/core/gba] Cleanup 2019-11-14 04:51:53 -06:00
gary ee58ba4e9b [nostalgia] Fix run-studio on Mac 2019-11-13 20:37:23 -06:00
gary 0fbe1b96c3 [nostalgia/core/gba] Add missing section multiplier to TILE_ADDR section index 2019-11-12 21:26:41 -06:00
gary 4247ac0651 [nostalgia/core/gba] Remove unused header 2019-11-12 20:34:57 -06:00
gary e5a66e1160 [nostalgia/player] Fix loading from directory 2019-11-09 19:01:20 -06:00
gary 7d5595b405 [nostalgia/player] Give player the ability to load from rom file or directory 2019-11-09 18:07:28 -06:00
gary 71b38b243e [nostalgia/core] Replace puts loc param with column and row params 2019-11-09 17:56:50 -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 e470a1da09 [ox/std] Add ox_inhibit_loop_to_libcall for memset and memcpy 2019-11-09 00:06:05 -06:00
gary ddb158e433 [ox/fs] Fix Directory allocating too much space 2019-11-07 00:34:07 -06:00
gary d033335350 [ox/ptrarith] Make NodeBuffer clear all memory before using it 2019-11-07 00:33:34 -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 deaa293c67 [ox/fs] Fix problems with creating and reading directories 2019-11-03 16:44:57 -06:00
gary c30ef720c4 [ox/ptrarith] Fix Ptr type's derefernce operator 2019-11-03 16:44:22 -06:00
gary 693e7324ed [ox/mc] Fix buffer overrun issues 2019-11-03 16:42:42 -06: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 0825c9869a [ox/mc] Add support for individual element readers for arrays 2019-11-01 01:28:29 -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 3a0b41d2cc [ox/fs] Remove debug line 2019-10-31 00:16:09 -05:00
gary 7f5f74e2a6 [ox/fs] Fix various file system bugs 2019-10-31 00:07:39 -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 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 79a1a6f896 [ox/fs] Add modelWrite to FileAddress and add copy constructor and assignment 2019-10-27 16:22:37 -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 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
gary a60e7c27b7 [nostalgia/core/studio] Rename New Palette option to External 2019-10-23 00:23:06 -05:00
gary 3bc48c04f7 [nostalgia] Fix build configuration commands in Jenkinsfile 2019-10-22 23:57:48 -05:00
gary 9147a91cc0 [nostalgia] Add agent to Jenkinsfile 2019-10-22 23:56:05 -05:00
gary 0a809037ac [nostalgia/core/studio] Move imgconv to Core Studio 2019-10-22 23:49:12 -05:00
gary aa171fa069 [nostalgia/core] Remove Write distictions from Graphic and Palette models 2019-10-22 19:37:02 -05:00
gary adb23d9d6c [nostalgia] Remove Dockerfile from Jenkinsfile 2019-10-22 19:33:19 -05:00
gary 92103bfc41 [nostalgia] Add external palettes to tilesheet system 2019-10-22 19:23:14 -05:00
gary fbdb48a1ee [ox/fs] Add modelWrite handler to FileAddress 2019-10-22 18:54:19 -05:00
gary 5a0ba33b4c [nostalgia] Remove NostalgiaTool library 2019-10-17 17:50:06 -05:00
gary 54ac86fce7 [ox/fs] Add FileAddress support to FileSystem 2019-10-12 11:56:49 -05:00