|
408d4c8fa1
|
[nostalgia/core] Make setSprite use word size
|
2020-07-13 02:21:16 -05:00 |
|
|
7e565a3162
|
[nostalgia/core/gba] Add sprite support
|
2020-07-13 00:25:45 -05:00 |
|
|
b32734d727
|
[gbastartup] Cleanup
|
2020-07-12 19:38:00 -05:00 |
|
|
7b7a8d75b4
|
[ox/std] Add OX_ALIGN8
|
2020-07-11 23:40:16 -05:00 |
|
|
740e0286d0
|
[ox/std] Add OX_ALIGN4
|
2020-07-11 22:24:37 -05:00 |
|
|
22a07afa9e
|
[nostalgia/core/gba] Implement ISR
|
2020-07-10 00:05:39 -05:00 |
|
|
4f79310084
|
[nostalgia/core] Fix NostalgiaCore library install location
|
2020-07-09 23:16:35 -05:00 |
|
|
2da5ff6459
|
[nostalgia] Fix README formatting
|
2020-07-04 20:51:59 -05:00 |
|
|
229da694ec
|
[nostalgia] Cleanup README and add prerequisites
|
2020-06-30 12:26:36 -05:00 |
|
|
5142b20036
|
[nostalgia/core/gba] Cleanup
|
2020-06-29 11:40:24 -05:00 |
|
|
6d2d8d77a9
|
[nostalgia] Add setup-conan to README
|
2020-06-29 11:32:59 -05:00 |
|
|
b21ec14079
|
[nostalgia] Make Makefile's setup-conan platform specific
|
2020-06-29 11:32:02 -05:00 |
|
|
95e752bf3b
|
[nostalgia] Reorganize developer handbook and add section on file I/O
|
2020-06-29 11:31:11 -05:00 |
|
|
e91e9ad58f
|
[nostalgia/core] Cleanup
|
2020-06-29 11:30:19 -05:00 |
|
|
30ac257d95
|
[nostalgia/core/gba] Make sizing a scale factor of the GBA
|
2020-06-23 08:11:57 -05:00 |
|
|
0de5d6b6c0
|
[nostalgia/core/gba] Cleanup interrupt globals
|
2020-06-21 13:47:06 -05:00 |
|
|
89aadfb606
|
[nostalgia/core/gba] Add IRQ system
|
2020-06-21 11:49:58 -05:00 |
|
|
d664979868
|
[nostalgia] Cleanup build files
|
2020-06-20 05:30:22 -05:00 |
|
|
dbf532df1c
|
[ox/mc] Replace an alloca call with malloca to prevent stack overflow
|
2020-06-20 03:54:16 -05:00 |
|
|
a9ec635160
|
[ox/std] Make String comparison operators const correct
|
2020-06-20 03:49:38 -05:00 |
|
|
257e857116
|
[ox/std] Add move operator to String
|
2020-06-20 02:58:32 -05:00 |
|
|
0035faa416
|
[ox/std] Make Vector::push_back use copy constructor instead of copy assign
|
2020-06-20 02:58:20 -05:00 |
|
|
5c34c26080
|
[ox/mc] Fix string allocation size
|
2020-06-20 02:55:25 -05:00 |
|
|
b6f8c9e242
|
[ox] Add HashMap<String, T> to serializaton handlers
|
2020-06-19 07:34:04 -05:00 |
|
|
0698353fbf
|
[nostalgia/core/studio] Fix TileSheetEditor crash on save after increasing grid size
|
2020-06-19 01:41:42 -05:00 |
|
|
9576f78abf
|
[ox/model] Fix TypeDescWriter NameCatcher to have opType of WriteDefinition
|
2020-06-17 06:44:31 -05:00 |
|
|
7b07edd9e4
|
[ox/std] Rename is_signed to is_signed_v
|
2020-06-17 06:36:26 -05:00 |
|
|
a5b01bb0d7
|
[ox/fs] Cleanup
|
2020-06-17 01:53:35 -05:00 |
|
|
1c5fed05bf
|
[ox/std] Make ox_strncmp a template
|
2020-06-17 01:52:28 -05:00 |
|
|
d4983cf3c6
|
[nostalgia/studio] Replace garbage last character with \n
|
2020-06-17 01:43:10 -05:00 |
|
|
fc246ee396
|
[nostalgia/pack] Make pack ignore /.nostalgia
|
2020-06-17 01:36:01 -05:00 |
|
|
167e470091
|
[nostalgia/studio] Remove garbage last character in OC files
|
2020-06-16 05:43:44 -05:00 |
|
|
dae719f78a
|
[nostalgia/studio] Make OxFS tree view hide files starting with .
|
2020-06-16 05:01:49 -05:00 |
|
|
df96407669
|
[nostalgia/studio] Make Project write out type data with data
|
2020-06-16 04:42:18 -05:00 |
|
|
17762b40b7
|
[ox/oc] Fix write to ignore null objects passed in
|
2020-06-16 04:41:43 -05:00 |
|
|
4f4ec089fd
|
[ox/model] Fix model descriptor writing to handle Vector, etc.
|
2020-06-16 04:40:43 -05:00 |
|
|
f58c658be1
|
[ox/fs] Make PassthroughFS mkdir pass mkdir -p on existing directory
|
2020-06-16 04:39:15 -05:00 |
|
|
e92e980fde
|
[ox/std] Change toError(ox::ValErr<T>) to toError(const ox::ValErr<T>&)
|
2020-06-16 00:45:24 -05:00 |
|
|
71b6c72c46
|
[ox/model] Add opType method to TypeDescWriter
|
2020-06-16 00:23:03 -05:00 |
|
|
da75443d4c
|
[nostalgia] Move conan install's --build missing to correct position
|
2020-06-15 23:41:33 -05:00 |
|
|
a45692fa4c
|
[nostalgia/sample_project] Update project files to have new type IDs
|
2020-06-15 23:38:06 -05:00 |
|
|
112c2c4212
|
[ox/fs] Change Claw type IDs to domain based namespaces
|
2020-06-15 23:16:34 -05:00 |
|
|
f8fb458e32
|
[nostalgia] Change Claw type IDs to domain based namespaces
|
2020-06-15 23:15:49 -05:00 |
|
|
20f4d50ad6
|
[ox/std] Add missing includes to CMake install and std.hpp
|
2020-06-15 04:54:52 -05:00 |
|
|
0eaf54bd22
|
[nostalgia/tools/pack] Cleanup debug code
|
2020-06-15 04:44:07 -05:00 |
|
|
978dd70770
|
[nostalgia] Switch tools to use Claw
|
2020-06-15 01:40:59 -05:00 |
|
|
9a49761c01
|
[nostalgia/core/sdl] Switch from MC to Claw
|
2020-06-15 01:38:28 -05:00 |
|
|
880e6e49d6
|
[nostalgia/fs] Fix Directory to write back out as a Directory
|
2020-06-15 01:34:48 -05:00 |
|
|
4a221e52db
|
[ox/claw] Add strip header function
|
2020-06-15 01:34:22 -05:00 |
|
|
4f1593a0ed
|
[nostalgia] Make gba-pkg's project an argument
|
2020-06-14 19:02:38 -05:00 |
|