notyourav
aeefcd55e2
Merge branch 'master' into m_Do_audio2
2021-01-24 21:18:09 -08:00
notyourav
e20e2b38b2
Merge pull request #88 from barzamin/patch-1
...
fix branch name in doxygen workflow
2021-01-24 21:17:31 -08:00
jdflyer
da5628562f
Various Fixes
2021-01-21 22:20:43 -07:00
jdflyer
56352bd0c2
clang-format
2021-01-21 22:06:54 -07:00
jdflyer
fb9a6d9a15
Fix Merge and set maxerrors to 5
2021-01-21 21:59:24 -07:00
jdflyer
2ba44f831b
Merge remote-tracking branch 'upstream/master' into m_Do_audio2
2021-01-21 21:58:53 -07:00
jdflyer
806630e336
m_Do_audio
2021-01-21 21:47:28 -07:00
Erin Moon
c3a4b7e683
Merge branch 'master' into patch-1
2021-01-21 22:20:42 -06:00
Erin Moon
972960b6eb
Z2AudioLib misc decomp ( #75 )
...
* Z2SoundHandles: decomp portions
* start decomping: Z2SpeechMgr2, Z2SoundHandles
* Z2SoundHandles::stopAllSounds(): ok
* Z2SoundHandles::getHandleUserData(): ok
* Z2SoundInfo: header
* Z2SoundObjBase::framework(): ok
* Z2SoundObjBase::Z2SoundObjBase(), Z2SoundObjBase::init(): ok
* Z2SoundObjBase::~Z2SoundObjBase(): ok
* Z2SoundObjBase::stopOK(): ok
* Z2SoundObjBase::stopOK, incomplete Z2SoundObjBase::dispose()
* clang-format
* Z2SoundObjBase::dispose(): ok
* JAISound::operator->(): null assert
* JAIAudience: stub
* Z2SoundObject::{init, deleteObject, isAlive}: ok
* Z2SeMgr: elaborate struct (and decl JAISoundHandles to support this)
* start subclassing Z2SoundObjBase; nonmatching Z2SoundObjSimple::init()
* Z2SeMGr::{incrCrowdSize, decrCrowdSize}: ok
* Z2MultiSeMgr::resetMultiSePos(): ok
* Z2WolfHowlMgr.h: decls
* Z2SoundStarter: move to decls and fix postprocess.py symbol pass
* Z2AudioArcLoader: decls
* Z2SoundObjMgr: ok some fns
- deleteEnemyAll()
- isTwilightBattle()
- setGhostEnemyState()
additionally elaborates parts of the Z2Creature hierarchy
* delete unused .s files and add tool to find them (only runs on linux)
* run clang-format
* postprocess.py: comment out debugging
* add python step to ok-check workflow
* address review comments
* address review comments
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com >
Co-authored-by: Pheenoh <pheenoh@gmail.com >
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com >
2021-01-21 23:16:51 -05:00
LC
f0699b05a8
c_lib: Decomp a few functions ( #89 )
...
* c_lib: Decomp cLib_memSet and cLib_memCpy
Gets rid of some low-hanging fruit.
* c_lib: Decomp cLib_distanceAngleS
Another super trivial function to make match.
* c_lib: Decomp cLib_targetAngleY overload set
Fairly trivial in terms of matching.
* c_lib: Sate clang-format
I didn't touch this code, but the clang-format pass wants this done, and
so it is.
2021-01-21 20:29:22 -05:00
Erin Moon
a491e7cce8
fix branch name in doxygen workflow
...
i forgot that we use `master` and not the github convention of `main`
2021-01-19 17:16:53 -06:00
Erin Moon
411fcead8c
diff.py: robust/autodected path processing for xplatform --source ( #85 )
...
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-18 14:38:53 -05:00
notyourav
c48c35f4db
fvb, functionvalue, vector ( #77 )
...
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-18 14:27:25 -05:00
Erin Moon
e35c282900
Makefile: DEBUG option ( #86 )
...
* Makefile: DEBUG option
* diff_settings.py: if diffing with --source, make DEBUG=1
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-18 14:16:09 -05:00
Erin Moon
ebd329b188
normalize header guards to {tu_name}_H_ ( #87 )
...
i previously had a bad habit of using double underscores in include
guard macro names, which are implementation-reserved per
the C++98 standard (see 17.4.3.1.2 Global names).
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-18 14:02:51 -05:00
Erin Moon
a154ad0688
Doxygen ( #84 )
...
* set up Doxygen
- `.gitignore`: ignore Doxygen output
- limit Doxygen search to relevant paths
- move extra `.md`s to docs/
- `Makefile`: add Doxygen target
- use as much SVG as possible for Doxygen diagrams
- alias @meme as an \xrefitem
* new github workflow: run doxygen and push to gh pages
2021-01-18 14:00:28 -05:00
TakaRikka
9250602752
d_com_inf_game / d_save improvements ( #82 )
...
* some dcominfg funcs
* add dcom inlines to d_save
* format
* format
2021-01-11 11:32:56 -05:00
TakaRikka
07156cecda
fully split / more work on d_com_inf_game ( #81 )
...
* split d_com_inf_game
* fix func name
* start some dcomifg funcs
* fix
* clang-format
* change dComIfGs_setWarpItemData back to inline asm for now
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-10 09:00:45 -05:00
Pheenoh
bf155ed773
convert dStage_roomControl_c::init method
2021-01-10 03:04:59 -05:00
Pheenoh
6eda8afd9c
dStage_SetErrorStage OK
2021-01-10 02:34:49 -05:00
Pheenoh
41c8b6034b
dStage_SetErrorRoom OK
2021-01-10 02:33:36 -05:00
Pheenoh
273c455555
dStage_startStage_c::set OK
2021-01-10 02:25:21 -05:00
Pheenoh
6b22c667ea
clang-format
2021-01-10 01:27:16 -05:00
Pheenoh
ff27d95afb
Merge branch 'master' of https://github.com/zeldaret/tp
2021-01-10 01:24:52 -05:00
Pheenoh
715fbc752d
dStage_stageDt_c methods decomped
2021-01-10 01:23:43 -05:00
Pheenoh
20d7d4eb27
dStage_roomDt_c methods decomp'd
2021-01-09 23:04:11 -05:00
Jonathan Wase
04354aadb9
JKRAram and JKRAramStream ( #80 )
...
* before __register_global_object
* JKRThread::sThreadList, JKRHeap::sSystemHeap, etc.
* cleanup and started on JKRDvdArchive
* before changing JKRCompression
* more JKRDvdArchive, abs, and memset
* fixed JKRArchive::setExpandSize split
* JKRArchive::sCurrentDirID, JKRDvdFile::sDvdList, and matching JKRDvdFile constructors
* problems
* merge fixes and formatting
* updated clang version in clang-format-all to version 10
* Added OSPhysicalToCached and struct for global memory
* remove useless __attribute__
* changed from defines and macros to const variable and function
* changed FLAG_HAS to FLAG_ON
* JKRAram, linking problems
* fix JKRAram
* remove nonmatching stuff
* renamed static data
* more static class members
* JKRAramStream OK
* formatting
Co-authored-by: Julgodis <>
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-09 20:15:52 -05:00
TakaRikka
3e498a531d
more daalink / d_item improvements ( #79 )
...
* some daalink funcs
* more d_item inlines / setShieldChange
* more daalink stuff
getlife, getrstatus, setitemlifecount, getrupee, setitemrupeecount
* format
* format
2021-01-09 19:59:35 -05:00
Pheenoh
9546cf18ad
convert dStage_roomDt_c methods
2021-01-09 19:20:36 -05:00
Pheenoh
c078294afc
convert dStage_stageDt_c methods
2021-01-09 17:00:47 -05:00
Pheenoh
15cbad3824
split d_stage
2021-01-08 13:01:37 -05:00
Pheenoh
cd6129e228
Merge branch 'master' of https://github.com/zeldaret/tp
2021-01-08 03:48:21 -05:00
Pheenoh
c979f72b3d
dStage_roomDt_c initial class mapping
2021-01-08 03:46:59 -05:00
Pheenoh
74e7a4c842
dStage_stageDt_c initial class mapping
2021-01-08 03:45:28 -05:00
Pheenoh
60b8591e3f
dStage_stageDt_c initial mapping
2021-01-08 03:05:50 -05:00
Pheenoh
7f30607337
clang-format
2021-01-07 22:58:47 -05:00
Pheenoh
b32684ebaf
Merge branch 'master' of https://github.com/zeldaret/tp
2021-01-07 22:56:59 -05:00
Pheenoh
a6bd9830b0
main01 attempt, fix dcomifg_play_c members
2021-01-07 22:56:08 -05:00
Jonathan Wase
5a59aed701
diff.py --source support ( #76 )
...
* support source
* remove print
Co-authored-by: Julgodis <>
2021-01-07 19:02:58 -05:00
Pheenoh
ccad5253e2
Merge branch 'master' of https://github.com/zeldaret/tp
2021-01-06 21:03:19 -05:00
Erin Moon
e71b327988
Z2AudioLib: split ( #64 )
...
* Z2AudioLib: split
- Z2SpeechMgr2
- Z2Audience
- Z2EnvSeMgr
- Z2SoundMgr
- Z2AudioMgr
- Z2Creature
- Z2SoundStarter
- Z2WolfHowlMgr
- Z2SoundObject
- Z2SoundObjMgr
- Z2SoundInfo
- Z2AudioArcLoader
- Z2AudioLib
- Z2SoundHandles
- Z2LinkMgr: finish splitting
- Z2SceneMgr: finish splitting
- Z2SeqMgr: finish splitting
* merge fix
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 21:00:42 -05:00
Jonathan Wase
b59dd72f04
diff.py --select-occurrence ( #74 )
...
* --select-occurrence
* print address of function
Co-authored-by: Julgodis <>
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 20:45:55 -05:00
Erin Moon
b29e468bc7
diff.py: show .o names in column headers ( #70 )
...
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 20:42:06 -05:00
lepelog
11e2bab926
match some Z2Calc functions ( #72 )
...
* Z2Calc OK
* inline definitions in random.h and format
* set -enum int compiler flag and fix enum hacks
* note for get_ufloat_1 inline
* PR suggestions and UB note
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 20:39:56 -05:00
notyourav
a787699d14
Refactor JUTFont symbols ( #71 )
...
* fix JUTFont args
* fix
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 20:36:27 -05:00
Jonathan Wase
4fa0ecdd97
JKRSolidHeap ( #69 )
...
* JKRSolidHeap progress
* JKRSolidHeap, added const to virtual functions, and JKRHeap::TState
* fixed braces
* fix function overload
* clang-format
Co-authored-by: Julgodis <>
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 20:33:03 -05:00
lepelog
0eec99db4d
Split SComponent ( #45 )
...
* split c_math
* split c_angle
* split c_API_controller_pad
* split c_API_graphic
* split c_bg_s_chk
* c_bg_s_gnd_chk split
* more c_bg split
* split c_cc_d
* delete asm
* split c_cc_s
* split c_lib
* split c_m2d and c_m3d_g_aab
* split c_m3d_g_cir
* split c_m3d_g_cps
* split rest of c_m3d_g
* split c_m3d
* split c_malloc
* split c_request
* split c_sxyz
* split and partly decompile c_xyz
* format
* c_angle.h
* begin c_angle decomp
* c_angle
* progress adding stub classes for SComponent
* more c_m3d
* remove some asm and format
* more m3d headers
* more c_angle decomp
* c_lib headers
* add public to classes
* fix csXyz member names
* c_sxyz partly OK
* move Zero csXyz to c_sxyz header
* c_API_graphic
* delete some unused asm
* move math extern data, decompile some functions
* delete unused asm
* fix duplicated c_angle.h
* fix an inlined function name, add more inlined functions for c_angle.h (currently unused)
* format
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-06 20:04:53 -05:00
Jonathan Wase
9ff0143cd7
JKRFileCache matched 22/24 ( #73 )
...
* progress
* strlen, strcat, and strcchr
* more functions from JKRFileCache
* JKRFileCache 22/24 matched
Co-authored-by: Julgodis <>
2021-01-06 19:47:07 -05:00
notyourav
6a81911ba6
TObject and JStudio internals ( #57 )
...
* TObject
* fix
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-05 12:47:26 -05:00
lepelog
9d17d56ece
Move and type PSVEC and PSMTX funcs and follow includes in functions.h ( #68 )
...
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-05 12:32:20 -05:00