50 Commits

Author SHA1 Message Date
LagoLunatic 48dcebd9e8 Misc cleanup 2025-12-27 21:32:04 -05:00
LagoLunatic e64620bf7e J3DGXColor ctors to match debug maps 2025-12-27 21:32:04 -05:00
LagoLunatic 78d9b53a52 Add hacks to fix PCH .data causing fake mismatches with decompctx 2025-09-03 22:20:36 -04:00
LagoLunatic a7fe2a9e48 Copy J3DMatblock inlines from TP, equivalent with 2 remaining regalloc 2025-08-22 15:31:44 -04:00
LagoLunatic 217775af4e Use precompiled headers, fix weak data issues 2025-08-20 18:51:42 -04:00
LagoLunatic adac5936d2 Minor cleanup 2025-07-08 22:40:41 -04:00
LagoLunatic efc33c5fc4 Various inline cleanup 2025-06-19 19:03:11 -04:00
LagoLunatic 206c4cbc16 More demo work 2025-05-30 15:16:57 -04:00
LagoLunatic 556e578f23 Misc small cleanup 2025-04-09 01:49:35 -04:00
LagoLunatic 2ae6d899f7 J3DMaterialFactory and J3DMaterialFactory_v21 OK 2025-04-08 22:47:27 -04:00
LagoLunatic c4ad9f7241 Various cleanup 2025-02-23 19:59:54 -05:00
LagoLunatic 33c6922ae8 small fixes 2024-07-12 10:36:30 -04:00
LagoLunatic 635a1fd052 d_a_obj_figure done except linkDraw regalloc 2024-07-10 11:25:00 -04:00
LagoLunatic d5a3227301 misc matches 2024-02-02 01:24:11 -05:00
LagoLunatic f167f18ed0 J3DMatBlock: fix setChanCtrlMacro codegen 2024-01-22 00:32:52 -05:00
LagoLunatic 8485e571b4 d_a_player_main work 2024-01-15 04:47:27 -05:00
Jasper St. Pierre 28e263ac3c fix zmode info 2024-01-14 15:49:59 -08:00
LagoLunatic 46fd062f47 d_a_branch OK 2024-01-06 20:38:25 -05:00
Jasper St. Pierre faca18a93f minor cleanup 2023-12-30 18:39:19 -08:00
LagoLunatic 6185ff81de J3DMaterialFactory close 2023-12-27 23:42:59 -05:00
Jasper St. Pierre 790dba270d J3DMaterialFactory, J3DShapeFactory
mostly pulled from tp
2023-12-24 14:16:36 -08:00
Jcw87 8eda1d418d make more TUs compile 2023-12-20 19:04:09 -08:00
Jcw87 54bc1b916d remove declarations for functions that don't exist 2023-12-20 18:52:50 -08:00
LagoLunatic f95efe3734 Minor fixes 2023-11-06 16:22:21 -05:00
Jasper St. Pierre b3a4dd1d26 d_a_vrbox2 work 2023-11-03 22:49:32 -07:00
LagoLunatic 41c1259916 d_a_vrbox OK 2023-11-02 05:58:13 -04:00
Dylan Ascencio e5b40fab3e d_a_tbox OK (#536)
* Add model info and demoProc to d_a_Tbox

* Remove nonmatching comment from demoProc

* remove nonmatching comment from getFuncType

* Remove remaining nonmatching comments

* Match first 4 functios of daTbox_c

* Match a bunch of functions for daTbox_c

* Code review cleanup

* Match execute and add some missing weak functions

* Match a few more functions on daTbox_c

* Finish all but actionDemo and draw on daTbox_c

* Fix PTMFs and remove return type from CreateInit

* Match all of daTbox_c. Relocations are wrong for some reason

* Remove nonmatching comments

* d_a_tbox ok
2023-11-01 00:14:13 -04:00
LagoLunatic f84a7bdadb d_a_player_main work, playerInit match 2023-10-28 15:53:28 -04:00
Jcw87 1b57464bfa misc cleanup 2023-10-14 23:36:51 -07:00
Dylan Ascencio 851e4cf3dd Fixes from merge 2023-10-04 00:46:20 -04:00
Dylan Ascencio e160dd05c2 Finish merge 2023-10-04 00:38:21 -04:00
Jcw87 9cfb7d860b J3DMaterial 2023-10-01 23:06:58 -07:00
Jcw87 d566c2aad3 m_Do_ext 2023-10-01 19:53:23 -07:00
Jasper St. Pierre 294b15cab0 J3DMaterial all fn match
now just need to adjust vtable order
2023-10-01 16:38:33 -07:00
Jasper St. Pierre 7956400ac0 some J3DMatBlock order fixes 2023-10-01 14:12:10 -07:00
Jcw87 e590d1c3f1 J3DMatBlock 2023-10-01 03:52:40 -07:00
Jcw87 02f29ac056 m_Do_ext WIP 2023-09-30 15:57:33 -07:00
Jasper St. Pierre 57e735af39 J3DMatBlock closer 2023-09-30 14:31:44 -07:00
Jasper St. Pierre a85fb7c63b J3DTevs, J3DMatBlock progress 2023-09-30 14:09:53 -07:00
Jcw87 8888b85dd3 J3DTevs 2023-09-30 04:52:08 -07:00
Dylan Ascencio f2d748da3e Match mknjd::draw and mknjd::setMaterial 2023-09-28 22:38:16 -04:00
Jcw87 a1ebc55cb9 J3DMatBlock 2023-09-27 04:17:37 -07:00
Luke Street 9a6a915cd3 Progress on J3DMatBlock, m_Do_ext, J3DUMotion 2023-09-26 18:13:12 -04:00
Jasper St. Pierre 15343897d0 even more J3DMatBlock 2023-09-23 17:03:46 -07:00
Luke Street 45eef35f72 More J3DMatBlock progress with terrible alignment hacks (and some real fixes too) 2023-09-23 19:53:32 -04:00
Jasper St. Pierre 5e43515ca7 J3DMatBlock start 2023-09-23 15:52:17 -07:00
TakaRikka 853e5c7fba most of d_kankyo done (#61)
* most of d_kankyo done

* some kankyo fixes
2023-09-19 16:46:06 -07:00
Jasper St. Pierre 109b2f299d J3DPacket nearly yeah 2023-09-12 19:29:38 -07:00
Jasper St. Pierre 06ec97aade lib fixes, J3D included 2023-09-12 00:11:53 -07:00
Jasper St. Pierre aa738135ed d_a_Obj_Gryw00 nonmatching start 2023-09-10 12:14:15 -07:00