godot/main
Andrii Doroshenko (Xrayez) 34e6737413 Reorder reverse caps characters table for string lower case conversion
The binary search algorithm used to lookup character codes in the table
relies that the data must be ordered. This fixes `to_lower()` string
method to convert upper case to lower case properly, so that the
algorithm doesn't terminate prematurely.

Co-authored-by: AndreevAndrei (avandrei) <avandrei@MacBookAAV.local>
2019-04-05 11:10:15 +03:00
..
tests Reorder reverse caps characters table for string lower case conversion 2019-04-05 11:10:15 +03:00
app_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
default_controller_mappings.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gamecontrollerdb.txt Sync controller mappings DB with SDL2 community repo 2019-03-06 17:13:40 +01:00
gamecontrollerdb_204.txt Sync controller mappings DB with SDL2 community repo 2018-09-27 09:54:21 +02:00
gamecontrollerdb_205.txt Sync controller mappings DB with SDL2 community repo 2018-09-27 09:54:21 +02:00
godotcontrollerdb.txt Input: Add mapping for X-Box One S controller on Linux 2018-10-02 09:14:47 +02:00
input_default.cpp Improve/fix picking 2019-03-05 22:33:34 +01:00
input_default.h Add support for event accumlation (off by default, on for editor), fixes #26536 2019-03-03 19:53:13 -03:00
main.cpp Disable driver fallback to GLES2 by default 2019-03-05 16:36:46 +01:00
main.h Make recursive nature of iteration not fail. 2019-01-24 13:09:05 -03:00
main_builders.py Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
main_timer_sync.cpp Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
main_timer_sync.h Drivers, main, servers: Ensure classes match their header filename 2019-02-12 14:39:47 +01:00
performance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
performance.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
splash.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
splash_editor.png Donors: Remove GameDev.tv from splash screen 2019-01-16 13:12:49 +01:00