Commit Graph

  • fb1217e3f9 Types and functions for JKRThread, JKRFile, JKRDvdFile, JKRFileCache... (#17) Jonathan Wase 2020-12-05 18:45:10 +01:00
  • 3dc3739ebd initial class structure for dComIfG_inf_c unknown 2020-12-04 00:04:41 -05:00
  • 7ec9d6ec28 Merge branch 'master' of https://github.com/zeldaret/tp unknown 2020-12-03 21:04:06 -05:00
  • 1c7bf89fff begin adding d_com_inf_game, add include guards to headers unknown 2020-12-03 21:03:25 -05:00
  • 4adfed901e JSUList.h templates and JKRHeap matches (#13) Jonathan Wase 2020-12-04 03:02:41 +01:00
  • 294858f751 JSystem Font classes, SComponent cBgW (#14) notyourav 2020-12-03 17:58:53 -08:00
  • e27ed1c55d add gameinfo class / rename unk vars in d_save (#15) TakaRikka 2020-12-03 17:56:56 -08:00
  • 8703f1315e d_a_horse_static (#12) TakaRikka 2020-12-02 19:38:32 -08:00
  • 539608859b Start Z2SceneMgr and Various Fixes (#11) jdflyer 2020-12-02 18:35:32 -07:00
  • 6e9b833ef7 d_a_item_static ok (#10) TakaRikka 2020-12-02 17:33:22 -08:00
  • 31817ac993 canonize d_save.h (#9) notyourav 2020-12-02 16:03:31 -08:00
  • 84c6fa1a58 Z2CreatureLink / Z2Calc (#8) TakaRikka 2020-12-01 19:34:15 -08:00
  • 91fc5f6f53 Merge branch 'master' of https://github.com/zeldaret/tp unknown 2020-12-01 19:04:35 -05:00
  • 1ded84de46 rm old asm unknown 2020-12-01 19:04:20 -05:00
  • ac6b191dc1 Improved handling of virtual inheritance. (#7) Jonathan Wase 2020-12-01 21:18:01 +01:00
  • 937da3c59b SComponent c_list / c_node (#5) Jasper St. Pierre 2020-11-30 14:26:55 -08:00
  • 51b0260c80 JKRHeap functions (#6) Jonathan Wase 2020-11-30 23:24:05 +01:00
  • 635472d71f migrate all d_file_sel_info asm functions to inline unknown 2020-11-29 23:26:19 -05:00
  • 44b14ec128 migrate remaining d_save and m_Do_main asm to inline, add intial class mapping for dFile_select_c unknown 2020-11-29 20:16:52 -05:00
  • 58afa9ed78 add more sorting to inline'd asm for JSystem, move m_Do_main over to using newly defined JKRHeap and JKRExpHeap headers unknown 2020-11-29 12:57:11 -05:00
  • 92cfb378f3 Add better sorting for inline'd asm unknown 2020-11-29 12:21:01 -05:00
  • 27cc0f5aa8 move JK* JS* TUs into JSystem folder unknown 2020-11-29 11:53:10 -05:00
  • 635fbc34ec Adds JSUList, JKRDisposer, and JKRHeap. (#4) Jonathan Wase 2020-11-29 17:47:00 +01:00
  • 68a46e15cb begin d_save_HIO, some m_Do_main functions ok unknown 2020-11-28 23:34:06 -05:00
  • f861af3f37 a few dSv_info_c methods ok unknown 2020-11-28 19:18:27 -05:00
  • 9982bcab28 dSv_zoneActor_c ok dSv_zone_c ok dSv_restart_c ok dSv_turnRestart_c ok dSv_info_c::init ok some dSv_save_c ok unknown 2020-11-27 23:34:39 -05:00
  • 963c0ad2a6 dSv_zoneBit_c methods ok except 1 unknown 2020-11-27 21:32:52 -05:00
  • d0e76b81b9 dSv_danBit_c ok + fixed many nonmatchings unknown 2020-11-27 20:49:52 -05:00
  • c1f0b47a93 dSv_memory_c::init ok, dSv_memory2_c::init ok, some dSv_event_c::offEventBit ok unknown 2020-11-26 23:55:28 -05:00
  • b0ffcd3878 some dSv_memBit_c methods ok unknown 2020-11-26 22:02:39 -05:00
  • 2761151f69 move SComponent and SStandard under SSystem, some dSv_player_config_c methods ok unknown 2020-11-26 21:35:46 -05:00
  • 363fd35933 dSv_player_config_c::init ok unknown 2020-11-26 20:14:44 -05:00
  • 2fceccbd08 dSv_light_drop_c ok unknown 2020-11-23 21:26:10 -05:00
  • d92f32f541 dSv_player_collect_c ok unknown 2020-11-23 19:57:23 -05:00
  • 8b358fdf8d dSv_player_item_max_c::init ok dSv_player_item_max_c::setBombNum ok unknown 2020-11-23 00:31:50 -05:00
  • e956a55a26 dSv_player_item_record_c and dSv_player_get_item_c funcs ok unknown 2020-11-22 20:17:49 -05:00
  • 5111810104 multiple d_save functions ok unknown 2020-11-22 18:21:23 -05:00
  • 15ecc6ac7d dSv_player_item_c::setEmptyBombBagItemIn ok unknown 2020-11-22 16:07:42 -05:00
  • 02c62c1132 migrate d_save.cpp inline asm to external files, migrate extern vars and funcs to their own headers unknown 2020-11-22 15:27:16 -05:00
  • cab605eec6 Merge branch 'master' of https://github.com/zeldaret/tp unknown 2020-11-22 14:32:06 -05:00
  • c31b914681 update d_save, begin splitting asm unknown 2020-11-22 14:28:16 -05:00
  • 6359c5f82b Migrate many functions from d_save.s unknown 2020-09-13 02:51:05 -04:00
  • 3acc2e012b Sorting files, adding CI checks, update Makefile (#3) Pheenoh 2020-09-05 15:40:08 -04:00
  • a545ed5837 don't filter branches unknown 2020-09-05 15:35:42 -04:00
  • 724638fa36 Add discord server link unknown 2020-09-05 15:21:05 -04:00
  • 6d5e5cb17c organize files, update makefile, add CI checks, begin adding d_save.cpp unknown 2020-09-05 15:03:13 -04:00
  • f61bfb39dd split and named symbols in text.s (#2) notyouraveragehooman 2020-09-01 17:26:31 -07:00
  • c72fc0c64a Merge pull request #1 from Thar0/makefile-changes Pheenoh 2020-08-29 23:20:04 -04:00
  • 1b91cd8d66 Allow building with wsl and remove objcopy hack with appropriate change to elf2dol Thar0 2020-08-30 01:16:07 +01:00
  • c5e2415773 ok unknown 2020-08-29 17:54:55 -04:00