mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-04 01:27:11 +02:00
* Define dgray() to replace gray_start() and gray_stop()
* Introduce a mechanism to override the d*() functions rather than using
another set of functions, namely g*(). Gray rendering should now be
done with d*() (a compatibility macro for g*() is available until v2.1).
* Gray engine now reserves TMU0 at the start of the add-in to prevent
surprises if timers are exhausted, so it nevers fails to start
* Replace other gray engine functions with dgray_*()
* More general rendering functions (in render/) to lessen the burden of
porting them to the gray engine. As a consequence, dtext_opt(),
dprint_opt() and drect_border() are now available in the gray engine,
which was an omission from 230b796
.
* Allow C_NONE in more functions, mainly on fx-CG 50
* Remove the now-unused dupdate_noint()
33 lines
1.4 KiB
Text
33 lines
1.4 KiB
Text
For the 2.1.0 release:
|
|
* bopti: remove the deprecated image_t definition
|
|
* project: remove the compat branch
|
|
* project: remove the gray aliases
|
|
|
|
Issues:
|
|
* #10 support fx-CG 20
|
|
|
|
Extensions on existing code:
|
|
* build: move the private headers to the src/ folder
|
|
* tmu: make interrupt handlers more elegant
|
|
* bopti: try to display fullscreen images with TLB access + DMA on fxcg50
|
|
* topti: support unicode fonts
|
|
* dma: fx9860g support (need to switch it on and update the Makefile)
|
|
* core: try to leave add-in without reset in case of panic
|
|
* hardware: fill in the HWMEM_FITTLB flag
|
|
* cpg: spread spectrum on fxcg50
|
|
* core: use cmp/str for memchr()
|
|
* r61524: brightness control and clean the file
|
|
* core: review forgotten globals and MPU addresses not in <gint/mpu/*.h>
|
|
* build: make the build system simpler (two targets are enough by default)
|
|
* core: run destructors when a task-switch results in leaving the app
|
|
* core: invoke main menu instead of returning after main() ends
|
|
* core rtc: use qdiv10 to massively improve division performance
|
|
|
|
Future directions.
|
|
* A complete file system abstraction
|
|
* Integrate overclock management
|
|
* Audio playback using TSWilliamson's libsnd method
|
|
* Serial communication
|
|
* USB communication, using Yatis' reverse-engineering of the module
|
|
* Make fx9860g projects work out of the box on fxcg50
|
|
* Use the DSP to enhance parallel computation
|