Commit Graph

1680 Commits

Author SHA1 Message Date
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
Fexty12573
9233307c7c CellActor struct rename part 2 2024-06-30 10:17:12 +02:00
Fexty12573
969657753c Rename some CellActor structs 2024-06-30 10:17:12 +02:00
Fexty12573
a4a3fe52be Document more GraphicElementManager stuff 2024-06-30 10:17:12 +02:00
Fexty12573
526a6f6d5e Document GraphicElementManager stack management functions 2024-06-30 10:17:12 +02:00
Fexty12573
586b7cc335 Label various GraphicElementData fields 2024-06-30 10:17:12 +02:00
Fexty12573
3727cdf545 Label some GraphicElementManager init stuff 2024-06-30 10:17:12 +02:00
Fexty12573
291ddf2c3b Start documenting cell actor stuff 2024-06-30 10:17:12 +02:00
Rachel
3a7bd2c2a9
Merge pull request #238 from Fexty12573/easy3d-system
Document 3D Abstraction Layer
2024-06-29 17:56:04 -07:00
Fexty12573
9bcf1964f2 Constant for max depth 2024-06-29 22:06:24 +02:00
Rachel
10e3b2cb11
Merge pull request #242 from cbt6/field-scripts
Name field script files
2024-06-29 12:12:37 -07:00
Rachel
fcc44b90d1
Merge pull request #240 from Fexty12573/resource-manager
Document Resource Manager + Texture Resource Manager (Cell Actor Part 1)
2024-06-29 12:10:23 -07:00
Fexty12573
1eeff67a58 PR Feedback: rename functions and general cleanup 2024-06-29 13:47:09 +02:00
Fexty12573
55410866e9 PR Feedback: Rename ResourceManager -> ResourceCollection 2024-06-29 13:41:16 +02:00
Fexty12573
19354698de PR Feedback: link docs in index and cleanup 2024-06-29 13:23:45 +02:00
cbt6
b0440453b6 Use field script naix constants 2024-06-29 14:18:16 +08:00
cbt6
3c8cd4a42a Name field script files 2024-06-29 14:16:59 +08:00
cbt6
7bcbe42908 Rename map scripts to init scripts 2024-06-29 14:07:10 +08:00
Rachel
f59f742e0f
Merge pull request #239 from shricubed/savestate
Documented SaveState struct and relevant functions
2024-06-28 22:54:04 -07:00
Rachel
ff52204d30
Merge pull request #236 from ravepossum/script_data
Begin to Document Script Data
2024-06-28 22:52:57 -07:00
shricubed
6b058225c4 Fixed variable names in save_player 2024-06-28 09:50:50 -04:00
RavePossum
b8b63a7ae0 Rename unk_0203E880 -> script_manager 2024-06-27 23:02:21 -04:00
RavePossum
1ed55b914f Mass rename CallCommonScript & ReturnCommonScript 2024-06-27 22:54:22 -04:00
RavePossum
25ed86e431 PR feedback - main/sub contexts, GF assert simplification, a few renames 2024-06-27 22:48:51 -04:00
Fexty12573
69afdf1c35 Slight cleanup 2024-06-27 15:35:24 +02:00
Fexty12573
f3c5559343 Struct cleanup 2024-06-27 15:26:14 +02:00
Fexty12573
48c9413ab9 Document remaining TextureResourceManager functions 2024-06-27 14:28:57 +02:00
Fexty12573
7e231694fb Begin documenting TextureResourceManager 2024-06-27 13:26:20 +02:00
Fexty12573
1ac80e5ead Document Resource functions 2024-06-27 11:11:08 +02:00
Fexty12573
5ff7170bce Document ResourceManager functions 2024-06-27 11:06:52 +02:00
Fexty12573
826537d0e9 Rename resource manager files 2024-06-27 09:34:26 +02:00
shricubed
14c30543e1 Renamed SaveState to PlayerSave and fixed relevant references 2024-06-26 13:40:58 -04:00
Fexty12573
f3aee91155 3d rendering docs 2024-06-26 19:22:21 +02:00
RavePossum
873e60d400 GetScriptMember->GetScriptMemberPtr 2024-06-24 23:46:10 -04:00
RavePossum
52da4e9219 Rename function that was named incorrectly, TryGetVarPointer->TryGetVar 2024-06-24 19:02:10 -04:00
shricubed
8a78bfbcf9 Some style changes 2024-06-24 17:10:45 -04:00
shricubed
2910839023
Merge branch 'main' into savestate 2024-06-24 16:53:40 -04:00
shricubed
131fbd1962 Documented SaveState struct and relevant functions 2024-06-24 16:46:51 -04:00
Fexty12573
e25c7d3fd8 Document Easy3DObject functions 2024-06-24 09:51:42 +02:00
Fexty12573
1cb54855b6 Document Easy3DAnim functions 2024-06-24 09:47:09 +02:00
Fexty12573
203a7ad20b Document Easy3DModel functions 2024-06-24 09:40:59 +02:00
Fexty12573
1277ae6c1e Rename easy3d object structs 2024-06-24 09:38:19 +02:00
Fexty12573
cab3b2c116 Rename easy3d_object files 2024-06-24 09:35:38 +02:00
Fexty12573
557c93f9f8 Easy3D cleanup 2024-06-24 09:28:48 +02:00
Fexty12573
2ddeb2396d Rename Easy3D files 2024-06-24 09:28:48 +02:00
Fexty12573
f1a60f5a49 Basic documentation of Easy3D system 2024-06-24 09:28:14 +02:00
RavePossum
02c22c8d67 Mass renames for CommonScript and ReturnLocal 2024-06-23 23:49:34 -04:00
RavePossum
2397f33aba Document CommonScript and ReturnLocal, isCommonScript->commonScriptActive 2024-06-23 23:49:34 -04:00