361 Commits

Author SHA1 Message Date
671fe92b12 tools/ttf_outline: twiddle at compile-time 2024-12-01 10:30:01 -06:00
81e76ee428 example: fix video_output example 2024-11-20 01:24:39 -06:00
ee695dab8c ftdi_transfer: add manual page 2024-11-19 06:09:30 -06:00
9933d945bf add debug_protocol.hpp 2024-11-16 14:18:16 -06:00
d32bd87baa example: add UBC experiment 2024-11-12 20:37:40 -06:00
1d25d54bb1 ftdi_transfer: move maple code to separate ftdi_maple source file 2024-11-12 20:37:02 -06:00
cfe9c07dfe ftdi_transfer: implement maple storage dumps 2024-11-11 19:32:17 -06:00
c713a084d8 serial_transfer: implement "maple_raw" command 2024-11-10 20:18:23 -06:00
66f8eeeda2 serial_protocol: add maple messages 2024-11-08 23:03:33 -06:00
77cdb3554f start.s: zeroize RB 2024-11-08 21:12:01 -06:00
29ae10c0af ftdi_transfer: re-implement time measurement 2024-11-08 21:11:40 -06:00
8027c591e8 ftdi_transfer: add command line parsing 2024-11-01 13:09:27 -05:00
a3794d8718 ftdi_transfer: Windows compatibility
The primary issue was the "r" vs "rb" argument given to fopen.
2024-10-31 10:12:59 -05:00
17c1418574 example: fixed all examples 2024-10-27 11:01:54 -05:00
213ad656cb ftdi_transfer: add "console" function 2024-10-27 08:17:04 -05:00
f2320d70bf example: restore maple_vibrator 2024-10-27 08:16:56 -05:00
d55fa64714 example: restore more examples 2024-10-27 07:23:08 -05:00
fc536bd93a example: restore several examples
The dump_* examples were removed because the serial_transfer example now handles
that use-case more generically.
2024-10-27 01:17:59 -05:00
45c6bcf211 serial_transfer: add read command 2024-10-26 08:03:50 -05:00
ff7a03a75c serial_transfer: rewrite 2024-10-26 04:54:06 -05:00
71fb02e03d video_output: remove redundant header includes 2024-10-26 04:54:06 -05:00
38c274b1d7 aip/sg_ini: more comments 2024-10-26 04:54:06 -05:00
78573c2863 aip/sg_ini: more comments 2024-10-24 04:47:22 -05:00
c3bfbb7b90 improve "IP" decompilation 2024-10-23 08:08:44 -05:00
07e3c9eb06 tools: add ftdi_transfer 2024-10-23 08:07:38 -05:00
3bf80b521a restore macaw example 2024-10-23 08:07:22 -05:00
b133879f7e serial_transfer: fully asynchronous maple display write 2024-10-22 04:19:37 -05:00
1ecd87495f example: add maple_font 2024-10-18 23:30:42 -05:00
c255fdb0f3 move fonts/textures/PCM data to directories 2024-10-17 23:10:23 -05:00
4544e6742f add aip/sg_ini partial decompilations 2024-10-17 22:51:09 -05:00
7e535e8038 common: quote the include path 2024-10-17 22:49:39 -05:00
e1e63795c9 example: unrot wiffle_attenuation 2024-10-17 22:46:11 -05:00
12bf231293 example/maple_*: update examples 2024-10-17 22:45:22 -05:00
9043842796 example: add aica_gdrom_dft 2024-09-23 22:57:30 -05:00
c2e41d28d4 example/aica_gdrom: poll system.ISTEXT 2024-09-23 10:09:46 -05:00
eb38cd5b9d decode_pvrt: enable PVRT header decode 2024-09-22 19:08:15 -05:00
43312f2e4d remove finline-stringops 2024-09-22 19:08:09 -05:00
9f90e5e3f6 example: add sheik_vq 2024-09-13 13:33:31 -05:00
1f3fb88908 notes: add serial cable notes 2024-09-13 08:06:29 -05:00
31d684df10 k_means: add getrlimit/setrlimit 2024-09-13 08:05:02 -05:00
c23760c93f add model_generator symlink 2024-09-13 06:09:22 -05:00
448da5f72a holly: add ISTERR checking
I'd like to improve this at some point.
2024-09-13 05:43:50 -05:00
04785a23a3 sheik: enable translucency 2024-09-13 05:41:21 -05:00
1c75f3bc9f texture/panda: add ppm sources 2024-09-13 05:40:33 -05:00
5caa763578 gen: add k_means 2024-09-13 05:39:54 -05:00
32b8f85a4f example: add cube_vq_rectangular 2024-09-13 05:35:43 -05:00
03403c95aa example: add sheik 2024-09-13 03:55:02 -05:00
8cead9614f add pipelined rendering examples
This adds a new texture memory allocation header,
texture_memory_alloc2.hpp, with two of each memory area.

This also adds two new examples, "cube_textured" and "cube_vq" that
demonstrate using the new texture_memory_alloc2 to perform CORE
rendering, geometry transformation, and tile acceleration
concurrently.
2024-09-09 04:20:40 -05:00
4aa665b13a text_editor: remove debug serial 2024-09-05 23:15:26 -05:00
cf57f42c11 unrot macaw_cube_render_to_texture 2024-07-31 13:24:10 -05:00