Age | Commit message (Expand) | Author |
2019-05-03 | Merge pull request #28603 from bojidar-bg/24134-typed-array-share | Rémi Verschelde |
2019-05-02 | Fix slight issues with autocompletion and member lists in GDScript | Bojidar Marinov |
2019-05-02 | Fix typed arrays and dictionaries getting their values shared | Bojidar Marinov |
2019-05-01 | Merge pull request #27676 from qarmin/small_fixes_2 | Rémi Verschelde |
2019-04-30 | Make "decimal" functions more consistent | Aaron Franke |
2019-04-30 | Merge pull request #24437 from mateusfccp/single_quotes_option | Rémi Verschelde |
2019-04-25 | [Core] Expose approximate equality methods to GDScript | Aaron Franke |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-15 | GDScript: add variable shadowing warning | lupoDharkael |
2019-04-12 | Merge pull request #27863 from bojidar-bg/27460-constant-class-clash | Rémi Verschelde |
2019-04-11 | Merge pull request #27867 from bojidar-bg/27489-as-self-fail | Rémi Verschelde |
2019-04-10 | GDScript: Don't allow built-in scripts to use class_name | George Marques |
2019-04-10 | Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign... | Rémi Verschelde |
2019-04-10 | Check for subclasses when checking for name clashes | Bojidar Marinov |
2019-04-10 | Fix `as` operator generating opcode 38 errors | Bojidar Marinov |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Merge pull request #27711 from neikeq/ifdef-clang-tidy | Rémi Verschelde |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-04-08 | Merge pull request #27710 from Calinou/script-templates-typed-gdscript | Rémi Verschelde |
2019-04-08 | Merge pull request #27231 from Chaosus/smoothstep | Rémi Verschelde |
2019-04-07 | Added smoothstep built-in function | Chaosus |
2019-04-05 | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry |
2019-04-05 | Add support for type hints in non-default script editor templates | Hugo Locurcio |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-04-04 | Small fixes to static analyzer bugs | qarmin |
2019-04-01 | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde |
2019-04-01 | Add object encoding param to serialization methods | Fabio Alessandrelli |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-04-01 | Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-... | Rémi Verschelde |
2019-03-27 | Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class | Rémi Verschelde |
2019-03-17 | Allow whitespaces in warning-ignore comments | Timo Schwarzer |
2019-03-16 | Fix GDScriptCompiler bugging out with identically-named inner class | Bojidar Marinov |
2019-03-14 | Fix duplicated lines in GDScript bytecode | Bojidar Marinov |
2019-03-08 | Fix typo in GDScript narrowing conversion warning message | Hugo Locurcio |
2019-03-05 | Fix enums coming from other classes without preload | Bojidar Marinov |
2019-03-04 | Close file handles after use of new get_as_utf8_strings, fixes #26578 | Juan Linietsky |
2019-03-04 | Revert "Forbid implicit type conversion in GDScript" | Rémi Verschelde |
2019-03-04 | Merge pull request #26562 from vnen/gdscript-no-implicit-cast | Rémi Verschelde |
2019-03-03 | GDScript: Fix issue when detecting file class in inner class | George Marques |
2019-03-03 | GDScript: Forbid implicit type conversion | George Marques |
2019-03-03 | GDScript: Allow `for` iterator to be rededefined | George Marques |
2019-03-03 | Merge pull request #26547 from vnen/gdscript-dependency-parse | Juan Linietsky |
2019-03-03 | Add a dependency search mode for GDScript parser | George Marques |
2019-03-03 | Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argument | George Marques |
2019-03-03 | Allow parameters passed to GDScript functions to be nulled | Bojidar Marinov |
2019-03-03 | Fix GDScript checking for assigning to a constant only in release | Bojidar Marinov |
2019-02-28 | Merge pull request #26034 from QbieShay/issue_25596 | Rémi Verschelde |
2019-02-27 | Inheriting from virtual class no longer causes the engine to crash, it prints... | QbieShay |
2019-02-27 | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde |