Dan Malec
b7024c8063
Consolidated GTE header files accounting for both possible tool locations.
...
* Introduced GTE_IS_SYSTEM_TOOLS_INSTALL as a toggle for the two locations.
* gte.h now routes calls based on the toggle.
* LoadGTEToolSet can now handle either location based on the toggle.
* Removed main.h and main.r as tool loading is now done explicitly.
2022-07-28 22:40:06 -04:00
Lucas Scharenbroich
05d3f42abc
Fix key handling and make the background switching less annoying
2022-07-27 07:46:16 -05:00
Lucas Scharenbroich
843203059c
Fix comment typo
2022-07-27 00:32:13 -05:00
Lucas Scharenbroich
30db4d7004
Get C demo functional
2022-07-27 00:21:21 -05:00
Lucas Scharenbroich
5a0e0e447e
Change GTESetScreenMode to use bytes for the width
2022-07-26 00:21:22 -05:00
Lucas Scharenbroich
d332783c85
Add additional parameter to AddSprite to avoid needing to call UpdateSprite immediately
2022-07-26 00:10:53 -05:00
Lucas Scharenbroich
d7be9f1be4
Add .gitignore files to all demo folders
2022-07-23 16:37:11 -05:00
Lucas Scharenbroich
358b25447d
Add generated assets to make it easier to build from scratch
2022-07-23 16:34:07 -05:00
Lucas Scharenbroich
b35c96c0fb
Set better default scale
2022-07-22 16:02:00 -05:00
Lucas Scharenbroich
f446e44a39
Fix arcs to Render
2022-07-22 16:01:19 -05:00
Lucas Scharenbroich
18da2546bd
Add horizontal scaling to the background rotation
2022-07-22 02:01:34 -05:00
Lucas Scharenbroich
f7eb80f2fe
Final demo in place
2022-07-22 00:36:52 -05:00
Lucas Scharenbroich
8541164fe6
Fix typos
2022-07-21 23:29:13 -05:00
Lucas Scharenbroich
d09f8e3681
Update old demos to current APIs
2022-07-21 22:56:32 -05:00
Lucas Scharenbroich
8aa816037c
Misc odds-and-ends
2022-07-21 22:54:28 -05:00
Lucas Scharenbroich
217b1a95f5
Demo 9
2022-07-21 20:29:55 -05:00
Lucas Scharenbroich
3b274c7a81
Demo 5 complete
2022-07-21 20:26:46 -05:00
Lucas Scharenbroich
0ab7fa9d81
Two layer demos
2022-07-16 15:22:23 -05:00
Lucas Scharenbroich
14238166cd
More demos
2022-07-13 15:07:02 -05:00
Lucas Scharenbroich
1b7c2c22b1
KFest Demos
2022-07-13 08:57:05 -05:00
Lucas Scharenbroich
9856bad091
Fix dirty<->normal rendering transition
2022-07-07 14:46:37 -05:00
Lucas Scharenbroich
182ebfd566
Set dirty render to the correct direct page and several small cleanups
2022-07-06 14:55:27 -05:00
Lucas Scharenbroich
885feafb39
Fix up initialization
2022-07-06 12:50:52 -05:00
Lucas Scharenbroich
41539ae606
Update zelda demo to use tool interface
2022-07-06 08:53:50 -05:00
Lucas Scharenbroich
65be8135da
Add test keys for new functions
2022-06-27 17:22:22 -05:00
Lucas Scharenbroich
f18dad0692
Fix typo in tool demo
2022-06-27 17:17:48 -05:00
Lucas Scharenbroich
90e23e03e4
Merge branch 'master' into sprite-improvements
2022-06-27 11:25:57 -05:00
Lucas Scharenbroich
57ffa8794f
Add in some missed updates
2022-06-27 11:25:08 -05:00
Lucas Scharenbroich
a7dad98d50
Additional tweaks to get old sprite demo working
2022-06-27 11:24:04 -05:00
Lucas Scharenbroich
81e0aeb351
Fix some minor bugs in the TwoLayer rendering functions
2022-06-27 00:32:44 -05:00
Lucas Scharenbroich
c501e9f944
Fix positioning bug
2022-06-26 23:50:03 -05:00
Lucas Scharenbroich
b7d061e666
Fix simple script handling
2022-06-26 23:32:15 -05:00
Lucas Scharenbroich
8aafd5812b
Work to expose times via Toolset
2022-06-26 22:08:42 -05:00
Lucas Scharenbroich
814a8c584b
Convert the old sprite demo to use the toolset
2022-06-25 11:18:50 -05:00
Lucas Scharenbroich
871a0ac8fb
Update sample to exercise dynamic tiles
2022-06-22 00:06:25 -05:00
Lucas Scharenbroich
4c1dba0f68
Complete Dynamic Tile renderer
2022-06-21 23:13:28 -05:00
Lucas Scharenbroich
553fd3c02a
Tweaking updated sprite dispatch flow
2022-06-21 07:29:18 -05:00
Lucas Scharenbroich
364af7bc57
Misc updates of local work
2022-06-09 07:41:03 -05:00
Lucas Scharenbroich
83ec527b06
Make the test demo more sophisticated; multiple sprites
2022-06-01 22:24:45 -05:00
Lucas Scharenbroich
a938639c1b
Fix initialization bug in TileStore
2022-06-01 13:55:04 -05:00
Lucas Scharenbroich
dec50bc6fc
Fix several bugs; biggest one in the SpriteStamp routine
2022-05-31 22:53:33 -05:00
Lucas Scharenbroich
7909113a97
Checkpoint
2022-05-26 19:36:40 -05:00
Lucas Scharenbroich
e52ef4f7cf
Add message output for debugging
2022-05-19 23:39:19 -05:00
Lucas Scharenbroich
755ac3fbfd
Move most data storage to separate bank; fix many banking bugs
2022-05-18 21:00:06 -05:00
Lucas Scharenbroich
01e92a7b62
Update; tool is compiling while referencing new rederer pipeline
2022-05-18 00:34:25 -05:00
Lucas Scharenbroich
7f6e5d1b1f
Work checkpoint
2022-04-29 12:38:04 -05:00
Lucas Scharenbroich
4d6f11a9ba
Initialize the graphics screen via the toolset
2022-04-25 17:11:48 -05:00
Lucas Scharenbroich
76180b6feb
Basic working user tool framework
2022-04-24 14:45:07 -05:00
Lucas Scharenbroich
1f9f2aee0c
Thank to Kelvin Sherlock for pointing out that the source files were not setting the register state directive
2022-04-23 15:41:25 -05:00
Lucas Scharenbroich
e2710ace85
Refactor to support building a tool and new demo to try and use it [not working]
2022-04-23 00:47:13 -05:00