TakaRikka
6d4520da66
J2D structs + print / fix GX + MSL string headers ( #157 )
...
* J2D structs + print / fix GX + MSL string headers
* remove msl_c/string.h
2021-10-24 23:35:00 +02:00
TakaRikka
53f8e3ac31
format
2021-09-27 15:57:11 -07:00
TakaRikka
3aaf6f3d56
Merge branch 'master' of https://github.com/zeldaret/tp into pr___
2021-09-27 15:46:25 -07:00
TakaRikka
e0e7a17215
m_Do_printf / JUTConsole
2021-09-27 15:27:58 -07:00
Julgodis
e4ec8da75b
Format and clean up from merge.
2021-09-27 18:49:30 +02:00
Julgodis
7ad8d8df76
Format and removed unused .s files.
2021-09-27 18:09:55 +02:00
Julgodis
d95dc26e22
OK postRetraceProc__8JUTVideoFUl
2021-09-27 18:09:54 +02:00
Julgodis
8ad14c5205
OK drawDoneCallback__8JUTVideoFv
2021-09-27 18:09:54 +02:00
Julgodis
75ea51308b
OK preRetraceProc__8JUTVideoFUl
2021-09-27 18:09:54 +02:00
Julgodis
faa0314fe0
OK __ct__8JUTVideoFPC16_GXRenderModeObj
2021-09-27 18:09:54 +02:00
Julgodis
de06f00051
Removed #if DEBUG and clean up.
2021-09-26 12:28:18 +02:00
Julgodis
053d821988
Removed JUtility.h and added './tp format'
2021-09-26 12:11:21 +02:00
Julgodis
bca00436af
pull-request cleanup (main.dol: 15.597194%)
2021-09-26 03:49:41 +02:00
Julgodis
2705d469cf
Removed .s files and cleanup.
2021-09-26 03:38:04 +02:00
Julgodis
29eba78378
OK setCharColor__14JUTDirectPrintFUcUcUc
2021-09-26 03:38:04 +02:00
Julgodis
5f5e41ccf6
OK setCharColor__14JUTDirectPrintFQ28JUtility6TColor
2021-09-26 03:38:04 +02:00
Julgodis
4073df7b4f
OK drawString_f__14JUTDirectPrintFUsUsPCce
2021-09-26 03:38:04 +02:00
Julgodis
7ad152242f
OK va_list, va_start, va_arg, and va_end
2021-09-26 03:38:03 +02:00
Julgodis
0142203459
OK drawString__14JUTDirectPrintFUsUsPc
2021-09-26 03:38:03 +02:00
Julgodis
4160ed8fef
OK printSub__14JUTDirectPrintFUsUsPCcP16__va_list_structb
2021-09-26 03:38:03 +02:00
Julgodis
bdd2374f15
OK changeFrameBuffer__14JUTDirectPrintFPvUsUs
2021-09-26 03:38:03 +02:00
Julgodis
93f69a5253
NONMATCHING drawChar__14JUTDirectPrintFiii
2021-09-26 03:38:03 +02:00
Julgodis
9d6853162e
OK erase__14JUTDirectPrintFiiii
2021-09-26 03:38:03 +02:00
Julgodis
ede75c4eb7
OK start__14JUTDirectPrintFv
2021-09-26 03:38:03 +02:00
Julgodis
0e1bf4ef53
OK __ct__14JUTDirectPrintFv
2021-09-26 03:38:03 +02:00
Julgodis
f3669cff81
Added TColor.h
2021-09-26 03:38:03 +02:00
Julgodis
48e270f815
Fixed incorrect offset in RELs and JKRHeap redefined error.
2021-09-26 02:38:35 +02:00
TakaRikka
7374f5f2f7
m_Do cleanup, d_resource, drawlist stuff ( #145 )
...
* d_resource / some d_stage
* setup dDlst_list_c / d_select_icon OK
* JUTXfb / some JUTVideo + various
* some J2D classes / JUTVideo/Fader attempts
* bunch of m_Do cleanup + matches / f_ap_game OK
* mDoLib_clipper::setup OK
* most of d_meter_HIO OK
* pane_class / kantera_icon_meter
2021-09-24 11:11:10 -04:00
TakaRikka
6485634db3
move J2D / JUTResFont ( #144 )
...
* move some JSystem and meter2_info stuff
* more J2D / JUTTexture / JUTPalette
* setup dScnKy_env_light_c
2021-08-28 16:25:03 +02:00
TakaRikka
a384552cb7
move more of d_save / d_com_inf_game ( #141 )
...
* some d_save matches / fixes
* more d_save cleanup
* fopAc_ac_c changes
* move a bunch of d_save / d_com_inf_game stuff
* format + remove asm
* move bit labels to correct header
* format
* move d_item
* fix check_itemno doc
* move
* fixes
* getLayerNo_common_common almost matching
just regalloc issues
* small fixes
* few more matches
* fix
2021-08-23 22:47:18 +02:00
TakaRikka
2c9f53e00a
move d_a_alink and some related stuff ( #130 )
...
* clean up d_a_player
* move some of daalink
* more daalink / daplayer
* setup some daalink members
* rest of daalink members setup
* remove comment
* few more matches
* remove asm
* more matches
* more matches + move e_wb_class
* fix some d_save classes
Co-authored-by: lepelog <lepelog@users.noreply.github.com >
2021-05-23 12:09:59 +02: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
lepelog
0b8db42226
Copy JKernel ( #126 )
...
* start JSystem
* JKRAram and JUTGamePad
* started heap and thread
* more JKernel
* mostly finished JKernel
* delete unused asm
* JKRFileFinder
* delete unused asm and match findNextFile
* format
* fix mtx_vec
2021-05-02 20:03:24 -04:00
TakaRikka
894b1d43fe
move d_a_itembase_static / d_a_item_static / Z2StatusMgr ( #123 )
...
* move d_a_itembase_static
* move d_a_item_static
* moved Z2StatusMgr
* clang
* fixes
* clang?
* move d_save
* move d_meter2_info
* some d_meter2_info fixes
* move most d_a_player
* move d_bg_s stuff
* move c_cc_s stuff
* move d_cc stuff
* move d_attention / d_event / d_stage
2021-05-02 13:13:14 -04:00
Julgodis
5d12345a03
moved strings + decompile simple store functions
2021-04-10 07:02:38 +02:00
Julgodis
9bc8bce611
auto decompile more functions
2021-04-08 21:05:48 +02:00
Julgodis
cad608c551
demangle data-symbols
2021-04-08 01:47:05 +02:00
Julgodis
86cd345d20
detect more floats/doubles, including from relocations
2021-04-07 09:16:47 +02:00
Julgodis
85bd045193
building RELs
2021-04-06 18:00:35 +02:00
Julgodis
9325c67c63
__sinit and progress script update
2021-04-01 02:07:58 +02:00
Julgodis
b6eed5208d
.dead section fix
2021-03-31 23:22:38 +02:00
Julgodis
2404fb33c7
re-generate with bug fixes
2021-03-30 01:58:08 +02:00
Julgodis
9335ce5119
clang-format
2021-03-29 00:10:25 +02:00
Julgodis
1e95d29b60
dol2asm OK
2021-03-28 22:49:05 +02:00
lepelog
3d66902e1a
fpc symbol names ( #119 )
...
* fpcCtIt_filter_JudgeInLayer
* dStage_roomControl_c::getZoneNo
* fix fpc symbol names
* format
* mUnk0 -> mLayerID
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-03-28 14:07:21 -04:00
lepelog
ce8319486b
Fix symbol names ( #118 )
...
* checkpoint
* checkpoint
* rename f_pc
* checkpoint
* small symbol rename and fix some fpc symbols
* remove unneeded entries from ldscript
* simplify ok check, update docker container
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-03-15 02:12:44 -04:00
Pheenoh
0267924dc1
delete variables.h
2021-02-20 23:11:44 -05:00
lepelog
1a88a1068f
Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers ( #115 )
...
* data for c_angle
* data c_sxyz
* partially migrated c_xyz data
* c_xyz data
* c_xyz data decomp
* c_math data
* c_math data
* c_lib data, some cleanup
* rename some unnamed functions and create header for them
* header for string functions
* format and fix fabsf
* cleanup
* remove more unneded function prototypes
* move fpclassify to math.h
2021-02-19 10:51:02 -05:00
Pheenoh
875f264f30
clang-format
2021-01-31 15:45:36 -05:00
Pheenoh
8e3d116bb1
remove functions.h
2021-01-31 15:33:34 -05:00