Yanis
|
8490ce55c3
|
Make hex number case more consistent (#83)
* consistent hex in vfunc names
* consistent hex in code
* Actor_c4 -> Actor_C4, Actor_9c -> Actor_9C
|
2026-06-17 22:34:56 +02:00 |
|
Alessevan
|
dfc8f2748c
|
Match ActorItemDrop (#82)
* feat: begin decompilation
* feat: improve
* feat: update symbols
* feat: huge improvements on decompiling
* feat: rename files and add function to give item
* feat: improvements
* feat: decompiling stuff
* feat: remove deprecated comment
* feat: other improvements
* feat: use float values for mUnk_50 and mUnk_52
* ActorDroppedItem OK
* fix build issues
* fix regressions
* DroppedItem -> ItemDrop and name actor ids
---------
Co-authored-by: Yanis002 <35189056+Yanis002@users.noreply.github.com>
|
2026-06-17 20:08:35 +02:00 |
|
Yanis
|
a12d3af472
|
Actor_c4 improvements (#45)
* fixed Actor_c4 hierarchy and create default derived classes for all actors
* forgot public + fixed actorrupee ctor
|
2026-04-12 04:54:05 +02:00 |
|
Yanis
|
c537818320
|
Delink all actors and all map objects (#42)
* fix jp config
* disambiguate required relocs and misc fixes
* fix wrong relocs
* generate delinks
* generate configure.py entries
* dsd format and rename symbols
* fix some ambiguated relocs
* disambiguate some relocs
* "disambiguate" some relocs
* identify & fix vtables 1
* identify & fix vtables 2
* identify & fix vtables 3
* remove fake symbols
* fix warnings
* minor symbols name fixes
* change func prefix
* find and name actor ctors
* detect and give names to dtors based on D0
* add .init delinks for actors
* ActorType -> ActorProfile
* getinstance - getprofile
* add rupee .init
* mapobjecttype -> mapobjectprofile
* mapobjecttype -> mapobjectprofile 2
* rename profile bss symbols
* delink .bss
* dsd format
* delink .ctor and rename (.p)sinit symbols
* dsd format
* create source files
* fix build issues
* add jp only actors
* fix match issues for eur
* fix match issues for jp
* fix some sinit symbol names
* class changes, thumb/arm changes
* add missing newlines
* add arm on dtors
* fix regressions
* fix warnings
* (jp) sync some symbols with eur
* fix build issues
|
2026-04-11 16:18:06 +02:00 |
|