Tomas Jakobsson
|
489d7de096
|
Eliminate drawRect that takes int's and make sure everything uses the float version properly, this way everything is rounded the same way
Only round the transforms when setting them on the GPU, to make sure everything is rounded the same, but only at the final moment
|
2019-08-31 17:58:36 +02:00 |
|
Tomas Jakobsson
|
79cc5a7e8b
|
Merge pull request #575 from jrassa/guicomponent-visible
support 'visible' theme element
|
2019-08-29 10:25:10 +02:00 |
|
Tomas Jakobsson
|
a02a747c50
|
Redid the entire Renderer
Made all components render using triangle strips
|
2019-08-25 15:45:22 +02:00 |
|
John Rassa
|
8de1fc8860
|
add 'visible' theme element
|
2019-07-21 23:13:48 -04:00 |
|
Tomas Jakobsson
|
92b73bd847
|
Cleaning up a lot of math functions
|
2017-11-14 20:09:20 +01:00 |
|
Tomas Jakobsson
|
a8fc560749
|
Header inclusion cleanup
|
2017-11-02 19:16:01 +01:00 |
|
Tomas Jakobsson
|
73a2f6b716
|
Replace Eigen with "inhouse" vector and matrix math
|
2017-10-28 22:25:01 +02:00 |
|
jrassa
|
8f7b6247af
|
fix default color for rating component
|
2017-06-13 21:01:08 -04:00 |
|
jrassa
|
1a6beb5520
|
make color themable for ratings like normal images
|
2017-06-08 19:18:27 -04:00 |
|
fieldofcows
|
6872f47277
|
Fix WSOD by loading textures on demand in a separate thread when a user configurable texture memory threshold is reached
|
2017-01-29 22:46:22 +00:00 |
|
Aloshi
|
721b02cfab
|
Fixed ratings mysteriously not working on certain locales (e.g. German).
|
2015-01-25 11:26:16 -06:00 |
|
Aloshi
|
bc72990f39
|
Changed 'emulationstation' folder to 'es-app' because I forgot executables don't have extensions on Linux
Half of the ES code has been missing for 5 days because I am incompetent
|
2014-06-25 12:02:36 -05:00 |
|