lepelog
3802752ab4
change split.py to output extern vars/functions into generate CPP ( #98 )
...
* change split.py to output extern vars/functions into generate CPP
also change demangling to use short type names
* don't take files for extern funcs/vars anymore
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 14:09:55 -05:00
lepelog
d301beca77
change split.py to output extern vars/functions into generate CPP ( #98 )
...
* change split.py to output extern vars/functions into generate CPP
also change demangling to use short type names
* don't take files for extern funcs/vars anymore
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 14:09:55 -05:00
LC
1ef592dd6e
Z2AudioLib: Migrate declarations out of functions.h to respective files ( #96 )
...
Removes the strong dependency on a single header file and moves
declarations to their respective header file.
This allows for making dependencies explicit in cpp files and other
headers, and also makes it much easier to track where everything related
to a particular component is.
This change also creates a few header files that previously didn't
exist, making it much nicer for people implementing things, as they
won't need to create the header file, it'll just be there ready to go.
Ideally functions.h wouldn't even be a thing, as this header adds a lot
of preprocessing overhead due to its size, and will continue to grow
significantly larger over the lifespan of the project, which can also
impact the performance of editors that do dependency lookups and
context-aware syntax highlighting.
2021-01-25 12:57:46 -05:00
LC
ec9b03241d
Z2AudioLib: Migrate declarations out of functions.h to respective files ( #96 )
...
Removes the strong dependency on a single header file and moves
declarations to their respective header file.
This allows for making dependencies explicit in cpp files and other
headers, and also makes it much easier to track where everything related
to a particular component is.
This change also creates a few header files that previously didn't
exist, making it much nicer for people implementing things, as they
won't need to create the header file, it'll just be there ready to go.
Ideally functions.h wouldn't even be a thing, as this header adds a lot
of preprocessing overhead due to its size, and will continue to grow
significantly larger over the lifespan of the project, which can also
impact the performance of editors that do dependency lookups and
context-aware syntax highlighting.
2021-01-25 12:57:46 -05:00
Erin Moon
cb758d5101
doxygen workflow: don't enable-latex ( #95 )
...
this does a thing we don't actually want to do (generate a pdf), and is also broken, because everything is someone else's problem
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 11:34:38 -05:00
Erin Moon
9165dfe8cf
doxygen workflow: don't enable-latex ( #95 )
...
this does a thing we don't actually want to do (generate a pdf), and is also broken, because everything is someone else's problem
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 11:34:38 -05:00
notyourav
4a0aaca15e
J2DPane.cpp ( #91 )
...
* split J2DPane.cpp
* J2DPane first pass
* consolidate headers and typedef mtx
* remove duplicate J2DScreen.h
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 09:57:35 -05:00
notyourav
6e7708652e
J2DPane.cpp ( #91 )
...
* split J2DPane.cpp
* J2DPane first pass
* consolidate headers and typedef mtx
* remove duplicate J2DScreen.h
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 09:57:35 -05:00
Erin Moon
78960541b0
.clang-format: set standard to c++03 ( #93 )
...
technically our version of mwcc only supports c++98 but this is close enough to preserve spaces between nested template closing brackets
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com >
2021-01-25 09:55:08 -05:00
Erin Moon
c028ab3b52
.clang-format: set standard to c++03 ( #93 )
...
technically our version of mwcc only supports c++98 but this is close enough to preserve spaces between nested template closing brackets
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com >
2021-01-25 09:55:08 -05:00
notyourav
870bf8f115
Merge pull request #92 from lioncash/polypass2
...
dBgS: Decomp dBgS_PolyPassChk
2021-01-24 21:32:43 -08:00
notyourav
f2a94f139b
Merge pull request #92 from lioncash/polypass2
...
dBgS: Decomp dBgS_PolyPassChk
2021-01-24 21:32:43 -08:00
notyourav
2151bc4328
Merge branch 'master' into polypass2
2021-01-24 21:30:58 -08:00
notyourav
d26898feee
Merge branch 'master' into polypass2
2021-01-24 21:30:58 -08:00
notyourav
c0c38be58f
Merge pull request #90 from jdflyer/m_Do_audio2
...
m_Do_audio
2021-01-24 21:21:32 -08:00
notyourav
d515e1c282
Merge pull request #90 from jdflyer/m_Do_audio2
...
m_Do_audio
2021-01-24 21:21:32 -08:00
notyourav
aeefcd55e2
Merge branch 'master' into m_Do_audio2
2021-01-24 21:18:09 -08:00
notyourav
a513932373
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
notyourav
b6063221ee
Merge pull request #88 from barzamin/patch-1
...
fix branch name in doxygen workflow
2021-01-24 21:17:31 -08:00
Lioncash
b0708095f0
asm: Remove now unused d_bg_s_poly_pass_chk.s
...
Now that the class has been decompiled, we no longer need to keep the
asm file around.
2021-01-23 01:54:28 -05:00
Lioncash
af69b34327
asm: Remove now unused d_bg_s_poly_pass_chk.s
...
Now that the class has been decompiled, we no longer need to keep the
asm file around.
2021-01-23 01:54:28 -05:00
Lioncash
5b8754c931
dBgS: Add declaration for cBgS_PolyPassChk's destructor
2021-01-22 23:43:10 -05:00
Lioncash
8738700bc1
dBgS: Add declaration for cBgS_PolyPassChk's destructor
2021-01-22 23:43:10 -05:00
Lioncash
b1254e4e2e
dBgS: Add release-elided functions to interface
2021-01-22 21:58:45 -05:00
Lioncash
54cccdeb12
dBgS: Add release-elided functions to interface
2021-01-22 21:58:45 -05:00
Lioncash
8df01874fd
dBgS: Decomp dBgS_PolyPassChk constructor and destructor
...
Fairly basic empty destructor, and a constructor that uses an initializer
list.
2021-01-22 21:58:45 -05:00
Lioncash
b5c8715cb9
dBgS: Decomp dBgS_PolyPassChk constructor and destructor
...
Fairly basic empty destructor, and a constructor that uses an initializer
list.
2021-01-22 21:58:45 -05:00
Lioncash
8b8c2f95c0
dBgS: Decomp dBgS_PolyPassChk::ChkNoHorse
...
The only querying function within the poly pass interface.
2021-01-22 21:58:42 -05:00
Lioncash
628596ffe6
dBgS: Decomp dBgS_PolyPassChk::ChkNoHorse
...
The only querying function within the poly pass interface.
2021-01-22 21:58:42 -05:00
Lioncash
9e6cc7bba9
dBgs: Implement all dBgS_PolyPassChk Set and Clr functions
2021-01-22 21:57:43 -05:00
Lioncash
4bcd3d4ca1
dBgs: Implement all dBgS_PolyPassChk Set and Clr functions
2021-01-22 21:57:43 -05:00
Lioncash
fec7cd2dd8
dBgS: Initial dBgS_PolyPassChk class skeleton
2021-01-22 08:15:33 -05:00
Lioncash
8d2599d1b7
dBgS: Initial dBgS_PolyPassChk class skeleton
2021-01-22 08:15:33 -05:00
Lioncash
1470a7568a
dBgS: Initial splitting of dBgS_PolyPassChk code
2021-01-22 08:15:30 -05:00
Lioncash
9f4104aca8
dBgS: Initial splitting of dBgS_PolyPassChk code
2021-01-22 08:15:30 -05:00
jdflyer
da5628562f
Various Fixes
2021-01-21 22:20:43 -07:00
jdflyer
db79db103b
Various Fixes
2021-01-21 22:20:43 -07:00
jdflyer
56352bd0c2
clang-format
2021-01-21 22:06:54 -07:00
jdflyer
b5bbe8d00d
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
37543ca29f
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
64bb8562fa
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
jdflyer
ff7ac962f1
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
be58176ab2
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
Erin Moon
a072e71c33
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