Commit Graph

320 Commits

Author SHA1 Message Date
Alex Bates
0d8814555e
rename Bytecode alias 2020-08-16 04:23:40 +01:00
Alex Bates
5103d1cc7d
remove duplicate StaticNpcSettings declaration 2020-08-16 04:22:21 +01:00
Alex Bates
e40b05d9c5
rename types (#20) 2020-08-16 04:19:00 +01:00
Ethan Roseman
934bd5a415
Merge pull request #18 from nanaian/f8f60
split and match most functions at f8f60
2020-08-15 22:37:35 -04:00
Alex Bates
3c527f99d9
add newline at eof 2020-08-16 02:54:04 +01:00
Ethan Roseman
458cab2a46
Merge pull request #21 from JoshW-7/master
Mostly more script functions
2020-08-15 21:52:10 -04:00
Alex Bates
1b6d31e6ee
Merge #21 into f8f60 2020-08-16 02:51:54 +01:00
Jdog
7544d4686e Add extra info to comment about file splitting issue 2020-08-15 18:51:51 -07:00
Ethan Roseman
43320efc03
Merge pull request #19 from nanaian/vscode
add editor dotfiles
2020-08-15 19:25:51 -04:00
Jdog
01ecc1dd24 Added proper return types to a few script functions. Use ptrReadPos++ in places where it's not stricly necessary, but good practice. 2020-08-15 15:26:14 -07:00
Jdog
7beaf4c461 Match CloseChoice, CancelMessage, CancelMessageAndBlock. Added gCurrentPrintContext and D_802DB268 (related) 2020-08-15 14:51:44 -07:00
Alex Bates
4bb2eb3ed2 rename si_vars.h to si.h 2020-08-15 22:12:50 +01:00
Jdog
98e5db0630 Match EndSpeech, ContinueSpeech, SpeakToNpc, SetMessageImages, func_802D0C94, SetMessageString. WIP SetMessageValue (issue with extra NOP) 2020-08-15 13:54:06 -07:00
Jdog
23de219c07 Match SpeakToPlayer, remove uneccessary comment, add WIP SetNpcSpeed 2020-08-15 13:11:31 -07:00
Alex Bates
66d6883188 update get_variable, get_npc signatures 2020-08-15 19:49:26 +01:00
Alex Bates
3c8f57089b remove redundancy comments 2020-08-15 19:03:29 +01:00
Alex Bates
2bd2a1c97c fix float constant 2020-08-15 19:03:29 +01:00
Jdog
7d20b29129 Match GetNpcPointer 2020-08-15 10:59:48 -07:00
Jdog
1568dc0b2e New structs 2020-08-15 10:07:54 -07:00
Jdog
19b143fdd3 Match DeleteNpc 2020-08-15 09:57:33 -07:00
Alex Bates
25025e4c4d style: add newline at eof 2020-08-15 17:37:11 +01:00
Alex Bates
f64f74782b add editorconfig 2020-08-15 17:27:08 +01:00
Alex Bates
c897d5caa3 add vscode editor settings and build tasks 2020-08-15 17:27:08 +01:00
Alex Bates
946680f312 match most functions in f8f60 2020-08-15 15:32:48 +01:00
Alex Bates
5f588bca92 match EnableStatusMenu, ShowStatusMenu 2020-08-15 13:00:51 +01:00
Alex Bates
cbc5f2fe40 match AwaitPlayerApproach, IsPlayerWithin, AwaitPlayerLeave, GetDist2D 2020-08-15 13:00:13 +01:00
Alex Bates
b6f7087c82 match GetAngleToNPC and GetAngleToPlayer 2020-08-15 06:04:54 +01:00
Alex Bates
0f34468a77 match GetAngleBetweenNPCs 2020-08-15 05:55:20 +01:00
Alex Bates
a25b53a8a1 name and match resolve_npc 2020-08-15 05:25:36 +01:00
Ethan Roseman
03b27e3142 Jenkins test 3 2020-08-15 00:20:15 -04:00
Ethan Roseman
ea5ae7a177 Jenkins test 2 2020-08-15 00:16:19 -04:00
Ethan Roseman
507441fc30 Jenkins test 1 2020-08-15 00:12:23 -04:00
Ethan Roseman
1d3c037d9a fixing header format 2020-08-14 23:54:29 -04:00
Josh
37ca14122f
Update common_structs.h
I don't know how this happened.
2020-08-14 20:51:58 -07:00
Ethan Roseman
31725376a9
Merge pull request #11 from JoshW-7/master
Working more on script-related functions
2020-08-14 23:49:01 -04:00
Josh
541f8058e2
Merge branch 'master' into master 2020-08-14 20:37:33 -07:00
Alex Bates
dd80b5a957 match RandInt 2020-08-15 04:25:48 +01:00
Ethan Roseman
2090248b90
Merge pull request #16 from nanaian/lerp
match UpdateLerp and clean up MakeLerp
2020-08-14 23:20:52 -04:00
Alex Bates
97d6f772ee Merge master into lerp 2020-08-15 04:13:54 +01:00
Alex Bates
2a169dc34a remove redundant casts 2020-08-15 04:12:30 +01:00
Ethan Roseman
81e3edffb4
Merge pull request #13 from pixel-stuck/master
Fix assembler bug + misc other changes
2020-08-14 23:08:36 -04:00
Alex Bates
b6ea00038f remove UpdateLerp.s 2020-08-15 04:03:29 +01:00
Ethan Roseman
e47abe496d
Merge pull request #14 from nanaian/fix-make-b
support make -B flag
2020-08-14 23:00:34 -04:00
Jdog
9496d860e4 Dumb mistake 2020-08-14 19:55:54 -07:00
Ethan Roseman
9a518db863 Fix hard-coded loop counter 2020-08-14 22:55:19 -04:00
Alex Bates
24a50c0de7 support make -B flag 2020-08-15 03:52:44 +01:00
Ethan Roseman
162f02c846
Merge pull request #9 from ethteck/si
Work on script interpreter
2020-08-14 22:51:38 -04:00
Ethan Roseman
8b703053de Add TODO 2020-08-14 22:51:23 -04:00
Jdog
58b2a01a58 Remove WIP function 2020-08-14 19:51:02 -07:00
Ethan Roseman
a414ce047b Merge branch 'master' into si 2020-08-14 22:50:30 -04:00