2016-05-20 22:04:15 +02:00
|
|
|
|
2016-07-04 18:30:25 +02:00
|
|
|
--------------
|
|
|
|
Lots of things to do
|
|
|
|
--------------
|
2016-05-20 22:04:15 +02:00
|
|
|
|
2016-07-04 18:30:25 +02:00
|
|
|
@ known bugs
|
|
|
|
+ simple improvements
|
|
|
|
- important milestones
|
|
|
|
~ needs investigation
|
2016-05-20 22:04:15 +02:00
|
|
|
|
2016-05-05 18:19:10 +02:00
|
|
|
|
2016-07-04 18:30:25 +02:00
|
|
|
@ vram overflow
|
|
|
|
@ keyboard test threading interface
|
2016-05-05 11:49:05 +02:00
|
|
|
|
2016-07-14 21:10:51 +02:00
|
|
|
+ gint vs. ML with 248x124 at (-60, -28)
|
2016-07-06 11:28:51 +02:00
|
|
|
+ use alloca() for tales
|
|
|
|
+ call exit handlers
|
2016-07-04 18:30:25 +02:00
|
|
|
+ compute frequencies
|
|
|
|
+ gray text
|
|
|
|
+ effective rtc callback
|
|
|
|
+ properly test gray drawing
|
|
|
|
+ upgraded blending modes
|
|
|
|
+ blending modes for text
|
|
|
|
+ information masks for text
|
|
|
|
+ test all font encodings
|
|
|
|
+ font clipping
|
|
|
|
+ bitmap parts
|
|
|
|
+ bitmap clipping
|
2016-05-05 22:33:15 +02:00
|
|
|
|
2016-07-14 21:10:51 +02:00
|
|
|
- install critical failure handler to prevent failing resets
|
2016-07-04 18:30:25 +02:00
|
|
|
- write and test gray engine
|
|
|
|
- full rtc driver (time)
|
|
|
|
- callbacks and complete user API
|
2016-05-06 20:47:15 +02:00
|
|
|
|
2016-07-04 18:30:25 +02:00
|
|
|
~ shadowy rectangle effect for Shift + Alpha + Left + Down
|
|
|
|
~ exhaustive save for setjmp()
|
|
|
|
~ registers that need to be saved when configuring gint
|
|
|
|
~ possible bug when -O2 __attribute__((interrupt_handler))
|
2016-07-14 21:10:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some notes
|
|
|
|
----------
|
|
|
|
|
|
|
|
Test cases for bitmap drawing:
|
|
|
|
- aligned 32 / non-aligned 32
|
|
|
|
- monochrome / gray
|
|
|
|
- small / large
|
|
|
|
- does not overflow / overflows
|
|
|
|
# blending modes
|