hatal175
cf5e98a1c4
Work on J3DMatBlock ( #2164 )
2024-06-04 14:25:37 -06:00
hatal175
c301406ee4
J3D work ( #2064 )
2024-02-06 07:04:35 +02:00
TakaRikka
84ceaf33a0
more various JSystem work ( #2046 )
...
* most of J3DAnmLoader done
* J3D / JKernel / JUTConsole work
* remove asm
* fix build
* dol 50%
2024-01-24 14:00:46 +02:00
Caroline Madsen
60a1376203
work on J3DGD ( #2017 )
2023-12-31 18:49:08 +02:00
Caroline Madsen
e54fb11c30
work on J3DShapeMtx ( #2002 )
...
* work on J3DShapeMtx
* update Progress.md
2023-12-13 06:42:38 +02:00
Jcw87
66a1ae692f
J3DTevs ( #1950 )
2023-09-30 14:10:06 +03:00
hatal175
5ea66e480d
JAUSeqCollection, JAUSoundTable OK ( #1932 )
2023-09-19 03:45:39 -07:00
Jcw87
505633bdfc
J3DStruct ( #1913 )
2023-09-05 12:08:56 -06:00
hatal175
2632020238
Various matches ( #378 )
...
* Maybe improve JMAEulerToQuat
* JKRFileLoader OK
* JUTCacheFont work
* Match J3DModel::prepareShapePackets
* JUTDirectFile OK
* JUTDirectPrint OK
* Work on JUTProcBar
* Work on JUTResFont
2023-07-20 19:39:25 -07:00
hatal175
1925fcfd5b
J3DPacket, J3DShape OK ( #366 )
2023-07-09 18:46:15 -07:00
Tal Hayon
fd2c9e2f4b
Work on J3DMaterial
2023-07-09 20:21:18 +03:00
TakaRikka
c3d660bb2e
d_menu_calibration done / J3DDrawBuffer done / more d_drawlist wip ( #312 )
...
* d_drawlist work / finish J3DDrawBuffer
* d_menu_calibration done
* remove asm
2023-03-28 05:11:41 -06:00
Jasper St. Pierre
9ed5837f42
more J3DDrawBuffer
2022-12-31 19:32:56 -08:00
TakaRikka
5dd956a3f5
move jasper's jsystem work over
2022-10-04 21:17:53 -07:00
TakaRikka
0f438b0b2a
d_name / d_s_name ( #194 )
...
* d_name
* scnname
2022-04-28 16:58:43 -04:00
Jasper St. Pierre
8cda723f19
J3DVertex: OK
...
Fully matched now.
2022-04-24 01:57:11 -07:00
Jasper St. Pierre
deb0dab075
J3DShape / J3DShapeDraw: More OK
2022-04-24 01:57:11 -07:00
Jasper St. Pierre
ef37b26e4b
J3DShape/J3DShapeMtx: More work
2022-04-24 01:57:11 -07:00
Jasper St. Pierre
48275dd12c
J3DShape: OK progress
2022-04-24 01:57:06 -07:00
Jasper St. Pierre
1437f289f2
J3DDrawPacket: more OK
2022-04-23 18:39:27 -07:00
Jasper St. Pierre
ffc163c3a4
J3DSys::drawInit
2022-04-23 17:27:10 -07:00
Jasper St. Pierre
ebc39c3783
J3DSys::J3DSys
2022-04-23 15:38:37 -07:00
Jasper St. Pierre
8395901f0c
J3DSys: setTexCacheRegion
2022-04-23 15:27:56 -07:00
Jasper St. Pierre
98f43f988b
J3DSys: loadMtxIndx
2022-04-23 15:08:33 -07:00
Jasper St. Pierre
5b4dc50992
J3DTevs: patchTexNo_PtrToIdx
2022-04-23 14:43:04 -07:00
lepelog
fce885721b
J2DGrafContext and J2DOrthoGraph
2021-12-06 13:14:13 +01:00
Jasper St. Pierre
9abfb354df
more simple J2D/J3D funcs ( #166 )
...
* more simple J2D/J3D funcs
* JPABaseShape constructor
* fmt
Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com >
2021-12-06 12:51:53 +01:00
TakaRikka
f51935c034
J3D setup ( #155 )
...
* setup j3d classes
* remove asm
* fixes
* fix newDifferedDisplayList
2021-10-11 18:38:53 +02:00
lepelog
7b2df7551e
J3duclip, fop_actor_mng and related stuff ( #131 )
...
* J3DUClipper sinit
* sincosTable_ etc
* decompile JMATrigonometric sinit
* f_op_actor_mng
* move f_op_actor_mng and parts of mDo_ext
* J3DSys sinit
* f_op_scene_req
* failed matching attempt for decodeSZS__9JKRDecompFPUcPUcUlUl
* mX -> x
* fix mCull and fopAcM_prm_class members
* fix a few function parameters
* move missing NON_MATCHING
* remove some unneeded data
* turns out that data was not unused
* remove unused asm
* readd asm deleted by accident
2021-06-02 08:13:31 -04:00
Jasper St. Pierre
d5c3fd8c2f
Makefile fixes / JUTNameTab ( #129 )
...
* Makefile: Fix issues with iconv causing it to break under devkitPro / msys
The version of iconv included in devkitPro does not have a -o option,
so replace it with normal shell redirection. Also, SHIFT-JIS does not
have a mapping for ~, so output the Windows CP932 variant instead,
which does. See:
https://en.wikipedia.org/wiki/Tilde#Unicode_and_Shift_JIS_encoding_of_wave_dash
https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows)#Single-byte_character_differences
* Update diff configuration
-Bbinary doesn't seem to work with my copy of
bjdump (it says it can't decode unknown architecture)
Cheese things by using expected/ instead of having
the user place things manually.
* JUTNameTab
* J3DPacket / J3DDrawBuffer
* format
Co-authored-by: lepelog <lepelog@users.noreply.github.com >
2021-05-10 11:54:07 -04:00
Julgodis
5d12345a03
moved strings + decompile simple store functions
2021-04-10 07:02:38 +02:00
Julgodis
85bd045193
building RELs
2021-04-06 18:00:35 +02:00
Julgodis
1e95d29b60
dol2asm OK
2021-03-28 22:49:05 +02:00