Commit Graph

1727 Commits

Author SHA1 Message Date
Rachel
3caaa4d677 Fix FALSE and TRUE macros in btlcmd.inc, update comments in scrcmd.inc 2024-07-16 12:02:21 -07:00
Rachel
c925fef0b9 Update all scripts to use #include 2024-07-16 12:01:40 -07:00
Rachel
e3ed35a505
Merge pull request #252 from Chaarlesss/main
Fix macOS build
2024-07-12 15:40:52 -07:00
Gogume1er
c36004c2f8 Fix macOS build 2024-07-12 23:30:24 +02:00
Rachel
34bfb403eb
Merge pull request #251 from lhearachel/meson-rsp-threshold
Specify MESON_RSP_THRESHOLD in build scripts
2024-07-12 14:01:53 -07:00
Rachel
750f866f9f Specify MESON_RSP_THRESHOLD in meson scripts 2024-07-12 13:54:25 -07:00
Rachel
be0449e05d
Merge pull request #249 from lhearachel/gha-meson-version
Specify meson version in GHA install
2024-07-11 19:27:06 -07:00
Rachel
04c2094c8c Specify meson version in GHA install 2024-07-11 19:19:07 -07:00
Rachel
f13e75a4c1
Merge pull request #244 from Fexty12573/sprite-util
Document Sprite Resource / Util (Cell Actor Part 3)
2024-07-11 08:07:50 -07:00
Rachel
b096af230a
Merge pull request #247 from jahndan/install-md
INSTALL.md update for macOS (12 Monterey)
2024-07-08 18:00:07 -07:00
jahndan
7b45d15a31 INSTALL.md update for macOS (12 Monterey) 2024-07-08 17:04:32 -05:00
Fexty12573
ae58a0c00c PR Feedback: AddTable -> Extend, field/parameter naming 2024-07-08 19:39:22 +02:00
Rachel
68710c6f0f
Merge pull request #245 from cbt6/gitignore
Add save, savestate and cheat files to gitignore
2024-07-07 08:45:06 -07:00
cbt6
6af4c209e0 Add save, savestate and cheat files to gitignore 2024-07-07 18:21:59 +08:00
Fexty12573
667e6761c3 Fix typo 2024-07-07 11:39:20 +02:00
Fexty12573
6334d6fbd2 clang format 2024-07-07 11:09:04 +02:00
Fexty12573
fee17fe9ad Fix pointer alignment 2024-07-07 10:39:01 +02:00
Fexty12573
862e363271 Update terminology (cell -> sprite, char -> tiles 2024-07-07 10:39:01 +02:00
Fexty12573
97932c582a Move sprite resource structs to header and remove decl files 2024-07-07 10:38:52 +02:00
Fexty12573
737ba286c6 SpriteResource cleanup 2024-07-07 10:18:43 +02:00
Fexty12573
ba2810be14 Document SpriteResourceList related functions 2024-07-07 10:15:35 +02:00
Fexty12573
be8752bb39 Document SpriteResourceTable 2024-07-07 10:14:16 +02:00
Fexty12573
2ff050bdab Document various sprite resource getters and setters 2024-07-07 10:13:35 +02:00
Fexty12573
a5e1e0b01b Adjust functions to use enums instead of int 2024-07-07 10:13:10 +02:00
Fexty12573
c998a13313 Document remaining functions for adding sprite resources 2024-07-07 10:13:10 +02:00
Fexty12573
f38ccd8af1 Document some functions for adding resources to SpriteResourceCollections 2024-07-07 10:12:57 +02:00
Fexty12573
23e9b25e86 Document most static sprite resource util functions 2024-07-07 10:12:57 +02:00
Fexty12573
48058a910e Document SpriteResource functions 2024-07-07 10:12:57 +02:00
Fexty12573
1204c20beb Document SpriteResourceCollection initialization 2024-07-07 10:01:23 +02:00
Fexty12573
e0a28e0099 Rename sprite util files and struct 2024-07-07 10:01:08 +02:00
Rachel
905cdd378a
Merge pull request #176 from lhearachel/clang-format
Integrate clang-format
2024-07-06 15:42:23 -07:00
Rachel
ceeac033ba Add pre-commit hook + clang-format GHA 2024-07-06 15:33:20 -07:00
Rachel
36045f723b Format the source tree 2024-07-06 14:40:34 -07:00
Rachel
f77ba49579 Modify array-of-array/struct decls and BOOL funcptrs throughout ahead of clang-format run 2024-07-05 17:14:32 -07:00
Rachel
373398d047 Add .clang-format(-[include,ignore]) and format script 2024-07-05 16:56:28 -07:00
Rachel
34dce4f0f5
Merge pull request #241 from Fexty12573/cell-actor
Document Cell Actor (Collection) API (Cell Actor Part 2)
2024-06-30 18:42:58 -07:00
Rachel
ca70aea238
Merge pull request #243 from lhearachel/scrseq-naix
Add scr_seq.naix to naix_headers
2024-06-30 11:31:54 -07:00
Rachel
cc12a1f3c2 Add scr_seq.naix to naix_headers 2024-06-30 11:01:01 -07:00
Fexty12573
89099a699c Remove duplicate includes 2024-06-30 10:17:55 +02:00
Fexty12573
1b4fa0f4c8 Use enums where appropriate 2024-06-30 10:17:55 +02:00
Fexty12573
fb280a33c2 Align pointers 2024-06-30 10:17:55 +02:00
Fexty12573
90f74076c3 Rename files accordingly 2024-06-30 10:17:55 +02:00
Fexty12573
d23322852c Rename GraphicElement* -> CellActor* 2024-06-30 10:17:55 +02:00
Fexty12573
a870c20218 Gfx elem cleanup 2024-06-30 10:17:32 +02:00
Fexty12573
27d31edbb5 Document remaining gfx elem functions 2024-06-30 10:17:32 +02:00
Fexty12573
d2191891ab Document simple getter/setter functions 2024-06-30 10:17:31 +02:00
Fexty12573
1957a5fafa Document CellActorResourceData 2024-06-30 10:17:12 +02:00
Fexty12573
396ed5e9cd Documented last static functions + cleanup 2024-06-30 10:17:12 +02:00
Fexty12573
30c14ed5d6 More documenting struct fields and cell animations 2024-06-30 10:17:12 +02:00
Fexty12573
fb6e35c7bc More struct field labelling 2024-06-30 10:17:12 +02:00