Alex Bates
|
1d2e46fcad
|
do..while -> loop.until
astyle indented the `while` wrongly as there's no semicolon
|
2020-10-23 21:07:25 +01:00 |
|
Alex Bates
|
52f5d3cc49
|
improve build time
|
2020-10-23 21:06:06 +01:00 |
|
Alex Bates
|
f08eab499c
|
fix warnings
|
2020-10-23 20:17:35 +01:00 |
|
Alex Bates
|
7c70208230
|
fix break statement
|
2020-10-23 20:14:58 +01:00 |
|
Alex Bates
|
d29496e6e0
|
add do..while psuedoinstruction
|
2020-10-23 19:35:45 +01:00 |
|
Alex Bates
|
652c52d3dd
|
use SCRIPT(...) everywhere
|
2020-10-23 18:39:38 +01:00 |
|
Ethan Roseman
|
c459b4e7a1
|
Merge pull request #94 from nanaian/make
New Makefile
|
2020-10-23 08:50:18 -04:00 |
|
Ethan Roseman
|
5b0966b524
|
fixes
|
2020-10-23 08:47:07 -04:00 |
|
Ethan Roseman
|
98d8bdd789
|
map header WIP
|
2020-10-23 08:31:56 -04:00 |
|
Alex Bates
|
9cf3288841
|
add `clean-code' make goal
|
2020-10-23 10:36:20 +01:00 |
|
Alex Bates
|
3576683006
|
add NON_MATCHING
|
2020-10-23 10:36:09 +01:00 |
|
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 |
|
Ethan Roseman
|
2462200b48
|
Merge branch 'master' into cornucopia
|
2020-10-22 17:16:58 -04: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 |
|
Ethan Roseman
|
2ea328286b
|
Set8009A650_40
|
2020-10-21 22:27:59 -04: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
|
32e896c011
|
SetManyVars
|
2020-10-21 22:05:01 -04:00 |
|
Ethan Roseman
|
7a7f24431f
|
more cleanup
|
2020-10-21 21:53:26 -04:00 |
|
Ethan Roseman
|
69a29dc8fc
|
removing extra lines / formatting
|
2020-10-21 21:43:08 -04:00 |
|
Ethan Roseman
|
5c049a9f22
|
SomeMatrixOperations bogo
|
2020-10-21 21:39:50 -04: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
|
99d275d1a0
|
splat 2
|
2020-10-21 18:08:22 -04:00 |
|
Ethan Roseman
|
a659c1aeb4
|
big boy cleanup
|
2020-10-21 18:05:18 -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 |
|
Ethan Roseman
|
5bf7732a4e
|
SomeXYZFuncTodoRename
|
2020-10-21 01:33:24 -04: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 |
|
Ethan Roseman
|
773f9256c4
|
GetNpcCollisionHeight
|
2020-10-20 22:47:13 -04: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 |
|