Jasper St. Pierre
|
343f65d665
|
one more build fix
|
2021-12-24 14:56:04 -08:00 |
|
Jasper St. Pierre
|
4d9026121e
|
build fix
|
2021-12-24 14:50:32 -08:00 |
|
Jasper St. Pierre
|
b9a53e8169
|
JPAChildShape, more work on JPADynamicsBlock
|
2021-12-24 13:01:37 -08:00 |
|
Jasper St. Pierre
|
e4e6a51a5a
|
JPABaseShape color regist funcs
|
2021-12-23 21:21:30 -08:00 |
|
Jasper St. Pierre
|
f7eed3278f
|
a few more JPAResource functions
|
2021-12-23 21:02:42 -08:00 |
|
Jasper St. Pierre
|
32d021a889
|
JPAExtraShape
|
2021-12-23 20:56:02 -08:00 |
|
Jasper St. Pierre
|
045fefcab7
|
minor cleanups
|
2021-12-23 17:10:39 -08:00 |
|
Jasper St. Pierre
|
2ec3e1f189
|
Add an enum for the different procnames (actor types)
and switch over the stage data table to use it.
|
2021-12-23 16:46:48 -08:00 |
|
 
|
c15d8fcb3e
|
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 |
|
 
|
462d71cbef
|
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 |
|
 Jasper St. PierreandGitHub
|
4e622b873f
|
f_pc_pause / f_pc_priority (#23)
* f_pc_pause
* f_pc_priority
|
2020-12-13 15:38:17 -05:00 |
|
 
|
81e70882bf
|
f_pc_layer: Fix struct (#22)
Co-authored-by: Pheenoh <pheenoh@gmail.com>
|
2020-12-07 14:51:49 -05:00 |
|
 
|
937da3c59b
|
SComponent c_list / c_node (#5)
* SComponent c_list / c_node
* SComponent: c_tree
* SComponent: start c_phase
* SComponent: c_tag
* SComponent: c_counter
* f_pc_line / f_pc_line_tag
the beginnings of the framework process system
* f_pc_method_tag
* SComponent: c_node_iter / c_list_iter / c_tag_iter / c_tree_iter
* f_pc_draw_priority
* f_pc_method_iter
* f_pc_profile
Also add (untested) base header classes for f_pc_base
* f_pc_searcher
* f_pc_create_tag
* f_pc_creator
* f_pc_layer skeleton
* f_pc_method
* f_pc_line_iter
* f_pc_leaf somewhat
* f_pc_delete_tag
* f_pc_create_req
* Fix a few non-matchings
* c_phase: slight additional notes
* c_node: more matching
* fix build
* c_node: One more matching
* f_pc_line_iter: Matching
* f_pc_create_req: a bit more
* f_pc_load, f_pc_deletor partial
* f_pc_executor partial
* f: minor cleanups
* f_pc_executor
Co-authored-by: Pheenoh <pheenoh@gmail.com>
|
2020-11-30 17:26:55 -05:00 |
|