Alex Bates
|
218961279b
|
merge make
|
2020-10-23 01:56:22 +01:00 |
|
Alex Bates
|
049022174c
|
new makefile
|
2020-10-23 01:28:24 +01:00 |
|
alex
|
f5b18b8616
|
Merge pull request #91 from nanaian/m-proposal
Add M(sym) macro and map data disassembler
|
2020-10-22 18:46:40 +01:00 |
|
Alex Bates
|
c9a0f1b7d9
|
fix asset_table.o generation
|
2020-10-22 18:41:52 +01:00 |
|
Alex Bates
|
61665d1066
|
bump splat
|
2020-10-22 18:12:13 +01:00 |
|
Alex Bates
|
1abd55b4a1
|
fix build
|
2020-10-22 17:39:14 +01:00 |
|
Alex Bates
|
0ea4d24deb
|
merge master
|
2020-10-22 17:34:31 +01:00 |
|
alex
|
191be39a03
|
document StatDrop (#88)
|
2020-10-22 06:01:11 +01:00 |
|
Alex Bates
|
83153acb59
|
implement SCRIPT(...) dsl
|
2020-10-22 05:54:03 +01:00 |
|
Alex Bates
|
54c337596b
|
reduce makefile lookup
Waiting on https://github.com/ethteck/n64splat/pull/6
|
2020-10-22 03:53:49 +01:00 |
|
Alex Bates
|
e2d1de8ffe
|
fix `make setup' when bin/ doesn't exist
|
2020-10-22 03:19:25 +01:00 |
|
Alex Bates
|
14b509830f
|
#define map-namespaced functions with M
|
2020-10-22 03:14:13 +01:00 |
|
Alex Bates
|
7cfd053fb7
|
improve make speed
|
2020-10-22 03:09:23 +01:00 |
|
Ethan Roseman
|
6b1ca37bc6
|
Merge pull request #93 from pixel-stuck/fixup_types
add list types and fix code that uses them
|
2020-10-21 20:12:32 -04:00 |
|
dark-samus
|
49c7ba0239
|
add list types and fix code that uses them
|
2020-10-21 20:07:00 -04:00 |
|
Ethan Roseman
|
66bc833880
|
Merge pull request #92 from nanaian/warnings
Updates to compiler/lint warnings
|
2020-10-21 17:19:18 -04:00 |
|
Alex Bates
|
3cb526273f
|
typedef Script as zero-size Bytecode array
|
2020-10-21 17:48:56 +01:00 |
|
Alex Bates
|
c2ba2ea7c5
|
add STATIC_ASSERT
|
2020-10-21 17:16:42 +01:00 |
|
Alex Bates
|
010ef82fa2
|
lint identifier names
|
2020-10-21 16:51:58 +01:00 |
|
Alex Bates
|
1dc8a3583d
|
declare M in map.h
|
2020-10-21 14:12:24 +01:00 |
|
Alex Bates
|
e855c2f5d2
|
use -Wimplicit -Wuninitialized -Wshadow
|
2020-10-21 05:00:00 +01:00 |
|
Alex Bates
|
2a8ecfd904
|
add clean-code target
h
|
2020-10-21 05:00:00 +01:00 |
|
Alex Bates
|
ccfe465f3b
|
NPC -> Npc
|
2020-10-21 04:07:38 +01:00 |
|
Alex Bates
|
48c132c2d2
|
more casing
|
2020-10-21 04:06:22 +01:00 |
|
Alex Bates
|
5e8f352090
|
fix BIND_PADLOCK disasm
|
2020-10-21 04:04:41 +01:00 |
|
Alex Bates
|
d6fdb87a56
|
NpcSettings casing
|
2020-10-21 03:59:27 +01:00 |
|
Alex Bates
|
a85df352a4
|
use M(sym) in disasm_map
|
2020-10-21 03:54:40 +01:00 |
|
Alex Bates
|
6474bf4704
|
add map namespace macro M(sym)
|
2020-10-21 03:37:42 +01:00 |
|
Alex Bates
|
9de4cebb79
|
map disassembly
|
2020-10-21 03:10:13 +01:00 |
|
Ethan Roseman
|
6f82157a76
|
Merge pull request #83 from ethteck/misc-improvements
Makefile cleanup, quieter splat, assist.py
|
2020-10-20 17:57:35 -04:00 |
|
Ethan Roseman
|
fe04af7b4c
|
SpawnSunEffect
|
2020-10-20 17:43:20 -04:00 |
|
Ethan Roseman
|
89ae878f24
|
Merge branch 'master' into misc-improvements
|
2020-10-20 17:26:27 -04:00 |
|
Alex Bates
|
6a5a200601
|
fix doxygen
|
2020-10-20 21:40:49 +01:00 |
|
Ethan Roseman
|
de83e08dbe
|
Merge pull request #87 from nanaian/split-maps
Splt maps further
|
2020-10-20 16:38:20 -04:00 |
|
Alex Bates
|
1e9843e549
|
remove _ prefix from filenames
|
2020-10-20 21:32:06 +01:00 |
|
Ethan Roseman
|
cb26ae5b16
|
Set theme jekyll-theme-midnight
|
2020-10-20 16:07:29 -04:00 |
|
Ethan Roseman
|
54d5f4f08e
|
Merge pull request #85 from nanaian/doxygen
Doxygen
|
2020-10-20 15:59:35 -04:00 |
|
Alex Bates
|
5d4b8c27f1
|
hotfix coverage.py bytes listing
|
2020-10-20 20:47:29 +01:00 |
|
Alex Bates
|
ca88a636e9
|
split maps further, clean asm
|
2020-10-20 20:47:10 +01:00 |
|
Ethan Roseman
|
f460a0e3cc
|
Merge pull request #86 from nanaian/split-maps
Split all map files
|
2020-10-20 15:31:04 -04:00 |
|
Alex Bates
|
ff7c3f333e
|
split all map files
|
2020-10-20 20:11:56 +01:00 |
|
Alex Bates
|
75ef09e046
|
fix start of .data/.rodata splits
|
2020-10-20 19:47:23 +01:00 |
|
Alex Bates
|
9e1613ebb9
|
split maps
|
2020-10-20 19:26:58 +01:00 |
|
alex
|
607dba0c58
|
Merge branch 'master' into misc-improvements
|
2020-10-20 18:51:56 +01:00 |
|
Ethan Roseman
|
ac244f4220
|
Merge pull request #84 from nanaian/scripts
Script disassembly, match kmr_12
|
2020-10-20 13:50:04 -04:00 |
|
Alex Bates
|
c648cb6b69
|
deploy docs to gh-pages
|
2020-10-20 18:46:50 +01:00 |
|
Alex Bates
|
40e3ae5618
|
theme doxygen
|
2020-10-20 18:45:35 +01:00 |
|
Alex Bates
|
b41366a43b
|
configure doxygen
|
2020-10-20 16:46:29 +01:00 |
|
Ethan Roseman
|
b49ecebd99
|
PR comments
|
2020-10-20 10:22:51 -04:00 |
|
Alex Bates
|
8d89bbad3d
|
add @bug for read_west_sign return
|
2020-10-20 08:20:09 +01:00 |
|