lepelog
ad47fd3eb3
review
2025-12-05 10:52:04 +01:00
lepelog
f0889aadb6
properly use subtype enum
2025-12-04 23:26:13 +01:00
lepelog
a5ab025d62
small cleanup
2025-12-04 18:48:06 +01:00
lepelog
940238680d
d_t_insect OK
2025-12-04 18:41:01 +01:00
lepelog
44ec1a0003
tmp
2025-12-04 17:06:32 +01:00
lepelog
e995c184e1
match actorCreate
2025-12-04 14:54:25 +01:00
lepelog
71b1bfa6d1
document d_t_insect
2025-12-04 14:26:25 +01:00
lepelog
413cfaa41f
insect tag progress
2025-12-04 13:50:58 +01:00
lepelog
08844fb5da
start with d_t_insect
2025-12-02 17:44:48 +01:00
Elijah Thomas
4e39bcca32
Merge pull request #278 from elijah-thomas774/free-percent-lol
...
Some Easy Actors
2025-11-28 18:26:49 -05:00
elijah-thomas774
ceebb6f9c0
d_t_barrel linked
2025-11-28 18:21:00 -05:00
elijah-thomas774
0f40431da7
cleanups
2025-11-28 18:06:48 -05:00
elijah-thomas774
6e760ee558
d_t_spore Mostly there
2025-11-28 17:49:23 -05:00
elijah-thomas774
974aca3d05
link d_t_tumble_weed
2025-11-28 06:09:05 -05:00
robojumper
cb5e00197a
Small documentation
2025-11-28 11:46:40 +01:00
elijah-thomas774
cffef6c1b7
d_t_tumble_weed OK
2025-11-28 05:44:00 -05:00
elijah-thomas774
184ca8a623
d_t_sword_battle_game Linked
2025-11-28 04:55:01 -05:00
elijah-thomas774
b568957bb4
d_t_sword_battle_game OK - function order issue
2025-11-28 04:36:54 -05:00
elijah-thomas774
74e2548051
d_t_stream OK
2025-11-27 23:58:37 -05:00
robojumper
6805e8ba9c
Merge branch 'zeldaret:main' into d_lyt_draw_mark
2025-11-27 22:45:07 +01:00
Elijah Thomas
a67ebabb07
Merge pull request #276 from elijah-thomas774/d_a_obj_door
...
d_a_obj_door
2025-11-27 12:18:18 -05:00
robojumper
27a4a4bf11
d_lyt_draw_mark OK
2025-11-27 14:25:46 +01:00
robojumper
0dbe3c0211
Meter mode cleanups
2025-11-27 10:15:48 +01:00
elijah-thomas774
8c660e86e8
cleanups and docs
2025-11-26 17:40:01 -05:00
elijah-thomas774
d8ede28c57
most OK
2025-11-26 01:09:04 -05:00
elijah-thomas774
dc82ce38db
symbols
2025-11-25 01:11:48 -05:00
elijah-thomas774
6052e667c6
updateInEvent
2025-11-25 00:37:28 -05:00
elijah-thomas774
43705afa26
fix compile due to new door empty virtual function
2025-11-24 02:49:23 -05:00
elijah-thomas774
c59fe14362
some Progress
2025-11-24 02:44:18 -05:00
elijah-thomas774
4c1290dad7
functions declared and empty definitions
2025-11-24 00:13:28 -05:00
robojumper
14d474ce2f
d_lyt_draw_mark WIP
2025-11-23 21:48:24 +01:00
elijah-thomas774
5e3eb2fe35
fix typos
2025-11-23 15:11:22 -05:00
elijah-thomas774
fce6ad876d
cleanup and doc
2025-11-23 15:11:22 -05:00
elijah-thomas774
51040758a5
d_t_barrel_pos OK
2025-11-23 15:11:22 -05:00
elijah-thomas774
306ae916d5
init for d_t_barrel
2025-11-23 15:11:22 -05:00
robojumper
88075f00a9
d_lyt_control_game OK
2025-11-23 16:00:59 +01:00
elijah-thomas774
167ee588e0
change mang to template operators
2025-11-23 00:36:31 -05:00
robojumper
71713b520b
Merge pull request #269 from robojumper/d_lyt_simple_window
...
d_lyt_simple_window OK
2025-11-22 22:27:54 +01:00
robojumper
ab83c7628f
Use a common constant for msg window character buffer size
2025-11-22 22:24:38 +01:00
elijah-thomas774
8a9d164384
fixup rebase
2025-11-22 15:09:13 -05:00
robojumper
54fc6c4a58
d_lyt_simple_window OK
2025-11-22 21:05:34 +01:00
elijah-thomas774
0f3aad940e
couple cleanup
2025-11-22 14:53:37 -05:00
elijah-thomas774
b4e57d0f40
almost there
2025-11-22 14:53:36 -05:00
elijah-thomas774
54c3f67bdf
porgress
2025-11-22 14:53:36 -05:00
elijah-thomas774
1e29b7940c
states finished
2025-11-22 14:53:35 -05:00
elijah-thomas774
e696b17adb
init
2025-11-22 14:53:35 -05:00
robojumper
b661da78b5
Merge pull request #257 from robojumper/d_lyt_map_more
...
some more map things
2025-11-22 15:43:26 +01:00
robojumper
ab5be7e133
rename EffectsStruct -> dEmitter_c
2025-11-22 15:33:12 +01:00
Asier Núñez
da46df490d
feat(d_snd_harp_song_mrg): isPlayingHarpRelated and ancestors ( #264 )
...
* feat(d_snd_harp_song_mrg): isPlayingHarpRelated and ancestors
* refactor(harp): change field_0x042 type to bool
Updated field_0x042 from u8 to bool to better reflect its binary nature.
Adjusted related logic accordingly.
* refactor: rename fun_80381150 to fn_80381150
- Rename fn_80381150 to match real name
- Reordered functions
* feat: map symbols
* reorder functions
2025-11-16 11:42:37 -05:00
robojumper
e4098b04fd
Small cleanup
2025-11-12 22:38:05 +01:00