* Decomp Part Of zMusic.cpp
Progress.
* Cleanup zMusic Changes
For merging.
* Partial Decompilation Of zTaxi.cpp
9/13 functions done.
* Decompile Most Of zCameraFly.cpp; Cleanup
More progress.
* zRumble, zFX, Snd zScript Partial Decpmpilation
More general progress.
* zRumble, zFX, And zScript Partial Decpmpilation
More general progress.
* Cleanup For Merging
For progress.
* Another Cleanup For Pull Request
3rd time's the charm.
* Partial Decompilation Of iTime.cpp
Progress!
* Decompile Most Of Particle Manager
So close to 100%ing it, but yet so far.
* Start xBehaviour; Remove zScript.s
I need sleep.
* More Work On xBehaviour
Progress.
* Partial Decompilation Of Various Files
Include xDebug, zPendulum, and zTaskBox. All work in progress.
* Partial Decompilation Of zMovePoint And zLightEffect
Progress.
* Partial Decompilation Of xGroup
Progress.
* Remove Nonexistent Link Variable
It doesn't exist.
* Decompile Most Of xRMemData
So close, yet so far...
* Fully Decompile xFog.cpp
But removing the ASM file doesn't work because of the float :{
* Random Progress Dump
A bunch of stuff that works or not.
* Partial Progress On xSurface.cpp
Progress.
* Decompile Most Of xBehaveGoalSimple
Decompile various files.
* Update website.yml
* Revert "Update website.yml"
This reverts commit 4c7926be16c5d38b675d990a44086a5061e736b3.
* Commit Fixes
For PR merging.
* Partial Progress For zNPCMgr
Progress is progress.
* start actionline
* start function
* close but no cigar
* start RenderActionLine
* note
* Render function
* zactionlineupdate first attempt WTF???
* clean up function
* move walkthrough file
* 100% match on xNPCBasic::Process. This gives us quite a bit of useful
information about physics flags.
* Fixed the flags struct fields in xNPCBasic. They were declared, but
the actual fields using them were not correctly generated by the
dwarf dumper.
* Figured out the vtable behavior of xNPCBasic (has many virtual
functions), and added the virtual functions. I know I got this right
because there is a virtual function invocation in the ::Process which
100% matches.
* Turn off RTTI in the compiler options. Additional symbols which are
generated for classes with virtual functions if this is not turned
off, and these are not present in the symbols.txt symbol dump, so it
must have been off.