|  | ab8b1e4925 | [nostalgia/core] Give preload version of AssetRef a default constructor | 2022-12-03 01:53:45 -06:00 |  | 
			
				
					|  | b39a125264 | [nostalgia/core] Handle error in getting preload addr | 2022-12-03 01:52:39 -06:00 |  | 
			
				
					|  | 517ffddf04 | [ox/preloader] Fix ox::String handling, add start and end alloc functions | 2022-12-03 01:47:04 -06:00 |  | 
			
				
					|  | 5bac497293 | [ox/preloader] Fix SizeCather::pad | 2022-12-03 01:43:45 -06:00 |  | 
			
				
					|  | 86c33019fe | [ox/std] Fix VectorMemMap sizeOf | 2022-12-03 01:42:23 -06:00 |  | 
			
				
					|  | a946f8dae1 | [ox/model] Fix sizeOf functions | 2022-12-03 01:32:09 -06:00 |  | 
			
				
					|  | 7c07fc9726 | [ox/preloader] Make Preloader::pad protected | 2022-12-01 02:33:45 -06:00 |  | 
			
				
					|  | 640ea95c24 | [nostalgia/core] Remove SignalHandler as parent to GBA version of AssetRef | 2022-12-01 02:02:51 -06:00 |  | 
			
				
					|  | 7322056df2 | [nostalgia/tools/pack] Use ox::preload function instead of bare model function in preloading | 2022-12-01 02:02:28 -06:00 |  | 
			
				
					|  | d68d8531e9 | [nostalgia/tools/pack] Fix error message for missing rom-bin path | 2022-12-01 02:01:07 -06:00 |  | 
			
				
					|  | 5be8ed533e | [ox/preloader] Fix alignment and add preload function | 2022-12-01 01:59:27 -06:00 |  | 
			
				
					|  | 0e0f43895a | [nostalgia/tools/pack] Improve output and fix a sign conversion | 2022-12-01 00:15:37 -06:00 |  | 
			
				
					|  | 8329bf9217 | [nostalgia/core/gba] Remove unnecessary include | 2022-12-01 00:14:20 -06:00 |  | 
			
				
					|  | 593a57a0ce | [ox] Make setTypeInfo functions in model handlers consistent | 2022-12-01 00:09:05 -06:00 |  | 
			
				
					|  | 50e2fadcd1 | [ox/oc] Fix sub-object read not to return early | 2022-11-30 22:51:57 -06:00 |  | 
			
				
					|  | d82ec27296 | [nostalgia/tools/pack] Update for BufferWriter::buff() change | 2022-11-30 20:51:39 -06:00 |  | 
			
				
					|  | ae26838324 | [ox/preloader] Rename BufferWriter::data() to BufferWriter::buff(), make return type const ref | 2022-11-30 20:49:52 -06:00 |  | 
			
				
					|  | e0381cd98a | [ox/preloader] Remove unused files | 2022-11-30 20:49:13 -06:00 |  | 
			
				
					|  | 512522711a | [ox/fs] Cleanup unnecessary c_str()s | 2022-11-30 20:48:52 -06:00 |  | 
			
				
					|  | 858a30ee08 | [ox/fs] Fix FileAddress paths initialized from StringView to null terminate | 2022-11-30 20:48:09 -06:00 |  | 
			
				
					|  | 1839b68a4a | [ox/claw] Remove temporary assert that was placed for debugging | 2022-11-30 20:47:28 -06:00 |  | 
			
				
					|  | 3abcd0af8f | [nostalgia/tools/pack] Add GbaPlatSpec | 2022-11-30 20:47:02 -06:00 |  | 
			
				
					|  | 04c882388e | [ox/preloader] Remove GbaPlatSpec | 2022-11-30 02:26:24 -06:00 |  | 
			
				
					|  | 090fe28b44 | [nostalgia] Integrate Ox Preloader | 2022-11-30 01:51:45 -06:00 |  | 
			
				
					|  | cbb496c59f | [ox] Add StringView, Writer system, Preloader system | 2022-11-30 01:45:11 -06:00 |  | 
			
				
					|  | 98f35140fe | [nostalgia] Make GBA project setup respect host specific build dir | 2022-11-23 00:05:28 -06:00 |  | 
			
				
					|  | 94c663ff77 | [buildcore] Add ability to setup host specific build directories | 2022-11-23 00:04:42 -06:00 |  | 
			
				
					|  | 52efae287b | [nostalgia/core] Cleanup CMakeLists.txt | 2022-11-10 21:55:37 -06:00 |  | 
			
				
					|  | 64ac8f7dbf | [nostalgia/core/glfw] Add ImGui theme | 2022-10-29 20:09:48 -05:00 |  | 
			
				
					|  | a049861f3a | [nostalgia/core] Fix clang-tidy warnings | 2022-09-24 23:54:17 -05:00 |  | 
			
				
					|  | ea55a33b60 | [nostalgia/core] Fix possible div by zero in idxToPt | 2022-09-24 20:38:49 -05:00 |  | 
			
				
					|  | cef415d34f | [buildcore] Fix type annotation error in pybb | 2022-08-18 00:31:29 -05:00 |  | 
			
				
					|  | c6c18c18d3 | [ox/std] Add support for custom allocators in Vector | 2022-08-16 01:30:12 -05:00 |  | 
			
				
					|  | bc98c42be6 | [ox/model] Make TypeStore::getInit always overwrite old value | 2022-08-13 20:42:06 -05:00 |  | 
			
				
					|  | b0faac199f | [buildcore] Cleanup type annotations in Python scripts | 2022-08-13 20:32:53 -05:00 |  | 
			
				
					|  | 84d54ba340 | [ox/mc] Fix decoding of int64s | 2022-08-13 20:30:48 -05:00 |  | 
			
				
					|  | 714d9fe433 | [ox/std] Add support for integral types as keys in HashMap | 2022-08-07 10:23:09 -05:00 |  | 
			
				
					|  | 28960dd680 | [ox/std] Add toLittleEndian and toBigEndian functions | 2022-08-07 10:22:45 -05:00 |  | 
			
				
					|  | c0081619e6 | [buildcore] Put Python detection inside ENV_RUN call | 2022-08-03 00:47:08 -05:00 |  | 
			
				
					|  | a119f96a73 | [buildcore] Cleanup pybb error handling and type annotations | 2022-08-03 00:42:10 -05:00 |  | 
			
				
					|  | fb5934975d | [nostalgia/core] Cleanup formatting error in typeconv.hpp | 2022-08-03 00:40:13 -05:00 |  | 
			
				
					|  | e822bf2ccb | [nostalgia/core] Add missing nodiscards to clipboard types | 2022-08-03 00:39:40 -05:00 |  | 
			
				
					|  | d9f0415074 | [nostalgia/core/gba] Make GBA CBB data static | 2022-08-03 00:38:54 -05:00 |  | 
			
				
					|  | ef04e03d11 | [nostalgia/core/userland] Fix CLion warnnings | 2022-08-03 00:38:01 -05:00 |  | 
			
				
					|  | 41b1c6eb25 | [nostalgia/player] Make sprites in demo scene auto-scroll slower | 2022-08-03 00:37:18 -05:00 |  | 
			
				
					|  | 6a02161b37 | [nostalgia/player] Make sprites in demo scene auto-scroll | 2022-08-02 01:32:46 -05:00 |  | 
			
				
					|  | 3b19909eb1 | [nostalgia/core/glfw] Set window title to app name | 2022-08-02 01:31:18 -05:00 |  | 
			
				
					|  | 35ae54b336 | [nostalgia/core] Add ability to set a BG's CBB | 2022-08-02 01:30:53 -05:00 |  | 
			
				
					|  | c6ba893583 | [ox/std] Add default constructor to ox::Error | 2022-08-01 21:49:34 -05:00 |  | 
			
				
					|  | 57785ebf99 | [ox/model] Remove unused includes | 2022-08-01 21:49:07 -05:00 |  |