Thomas Edvalson
|
6debabe57e
Use int instead of int32_t for Vectors
|
8 years ago |
Fabio Alessandrelli
|
941f460384
Properly encode InputEvent of type NONE. Fix #5987
|
9 years ago |
Bojidar Marinov
|
2150855faf
Fix reading of empty StringArray-s in .tscn
|
9 years ago |
Juan Linietsky
|
6872139300
Add quotes to .tscn keys, solves #4366
|
9 years ago |
Rémi Verschelde
|
a7fc04626a
Add missing license headers in our source files (#5255)
|
9 years ago |
Juan Linietsky
|
45443a1651
Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756
|
9 years ago |
Juan Linietsky
|
910151a361
-Avoid negative zero from being saved to config files o resource files, fixes #4758
|
9 years ago |
Juan Linietsky
|
007efb6a20
-customizable shortcuts in editor
|
9 years ago |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 years ago |
Juan Linietsky
|
9386b76497
-Propertly detect mantissa floats in variantparser, fixes #3257
|
9 years ago |
Juan Linietsky
|
b587614653
Make sure variant parser recognizes "nil" for compatibility with old engine.cfg style cofig. Closes #3531
|
9 years ago |
Biliogadafr
|
31fe57778d
Parse ColorArrays correctly (tscn)., fixes #3530
|
9 years ago |
Juan Linietsky
|
725b61bb6c
properly handle typed array constructors in VariantParser, closes #3054
|
9 years ago |
Juan Linietsky
|
cc34e0dee9
Make sure variant parser actually writes floats when float property is requested, closes #3301
|
9 years ago |
Juan Linietsky
|
292e8bf0ab
fix issues related to StringArray parsing
|
9 years ago |
Juan Linietsky
|
176afb2feb
-Use simpler methods for parsing simple tags, fixes #3274
|
9 years ago |
Juan Linietsky
|
b6388e6001
added ':' support to VariantParser, given it' s used by export.cfg
|
9 years ago |
Juan Linietsky
|
4e367a4b7b
-fix bugs related to parsing config files with new variantparser, closes #3248 closes #3207
|
9 years ago |
mrezai
|
5bf25e46be
Fix config file parser bug that cause showing project name as "Unnamed Project"
|
9 years ago |
Juan Linietsky
|
432e2e7769
proper joy axis support as actions, can be configured and inquired, fixes #2317
|
9 years ago |
Juan Linietsky
|
bc2b1696e6
suport old-style engine.cfg colors in VariantParser, fixes #3176
|
9 years ago |
Juan Linietsky
|
586e482a98
-Fix parsing of comments in VariantParser, fixes #3175
|
9 years ago |
Juan Linietsky
|
b60a3e7202
-Changed var2str and str2var in GDScript to use VariantWriter and VariantParser
|
9 years ago |
Juan Linietsky
|
fd836cad27
-Ensure .tscn and .tres always save in a deterministic way, fixes #2495
|
9 years ago |
Juan Linietsky
|
9f75dd086e
no more time error, fixes #2892
|
9 years ago |
Juan Linietsky
|
6316f8941c
variant parser was not parsing rect2 properly, fixes #2948
|
9 years ago |
Juan Linietsky
|
7aa39b7cae
-Fixed bug with scene inheritance, should work again
|
9 years ago |
Juan Linietsky
|
ccd40f76e8
-work in progress resourceparser and .tscn parser. Still non-functional
|
9 years ago |