Age | Commit message (Expand) | Author |
2019-11-02 | Merge pull request #33258 from aaronfranke/color8 | Rémi Verschelde |
2019-11-02 | Restore GDNative compatibility by moving new functions introduced in #33210 t... | bruvzg |
2019-11-02 | Use GDScript resource path over script path for `inst2dict` | Andrii Doroshenko (Xrayez) |
2019-11-02 | Document behavior of printraw | Aaron Franke |
2019-11-02 | Fix Color8 GDScript documentation | Aaron Franke |
2019-11-01 | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde |
2019-11-01 | GDScript: validate instance before accessing it on error | George Marques |
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut |
2019-11-01 | Fix: typo atleast -> at least | Omicron |
2019-11-01 | GDScript: Avoid editor crashes when there's cyclic inheritance | George Marques |
2019-11-01 | Merge pull request #33210 from nekomatata/pool-array-empty | Rémi Verschelde |
2019-10-31 | Added empty() function to pool array types | PouleyKetchoupp |
2019-10-31 | Provide and print error messages for JSON parsing | Andrii Doroshenko (Xrayez) |
2019-10-29 | Fixed leak in gdscript when creating empty WeakRef | PouleyKetchoupp |
2019-10-29 | [Mono] Alphabetize Mathf | Aaron Franke |
2019-10-29 | i18n: Sync translation template with current source | Rémi Verschelde |
2019-10-28 | Set the properties of a Set node after add_node | Osama El Hariri |
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde |
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut |
2019-10-26 | doc: Sync classref with current source | Rémi Verschelde |
2019-10-25 | Merge pull request #32915 from Nehluxhes/gridmap_scaling | Rémi Verschelde |
2019-10-25 | Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing | Rémi Verschelde |
2019-10-25 | Fix missing `z_verbose` and `z_error` symbols in debug iOS build. | bruvzg |
2019-10-25 | Allow mixed tabs and spaces when indentation does not depend on tab size | Bojidar Marinov |
2019-10-24 | Refactor VideoPlayer and VideoStream | SeleckyErik |
2019-10-23 | Merge pull request #32670 from aaronfranke/mono-plane | Rémi Verschelde |
2019-10-22 | Merge pull request #32991 from Chaosus/fix_bug2 | Rémi Verschelde |
2019-10-22 | Merge pull request #32969 from Nehluxhes/palette_vanish | Rémi Verschelde |
2019-10-22 | Fix gridmap error spam at startup | Yuri Roubinsky |
2019-10-22 | Merge pull request #32919 from vnen/gdscript-unused-args | Rémi Verschelde |
2019-10-22 | Merge pull request #32903 from madmiraal/fix-27649-part9 | Rémi Verschelde |
2019-10-22 | Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltons | Rémi Verschelde |
2019-10-22 | Merge pull request #32893 from Nehluxhes/delete_gridmap | Rémi Verschelde |
2019-10-21 | Added the server platform checks to template dir and shared lib copy | JoshLee0915 |
2019-10-21 | Fix gridmap palette remaining invisible | Nehluxhes |
2019-10-21 | Mesh preview now scales + grid update on cell size change | Nehluxhes |
2019-10-21 | Merge pull request #32750 from Faless/js/fix_ws_refactor | Rémi Verschelde |
2019-10-21 | Merge pull request #32863 from JFonS/navmesh_from_group | Rémi Verschelde |
2019-10-19 | GDScript: Add _ prefix on class name in type compatibility check | George Marques |
2019-10-19 | Fix wrong counting of function argument usage | George Marques |
2019-10-18 | Remove duplicate valid value check in gdscript_tokenizer.cpp. | Marcel Admiraal |
2019-10-18 | Disable gridmap selection actions when nothing is selected | Nehluxhes |
2019-10-17 | Fix autocompletion for singletons | EbbDrop |
2019-10-16 | Trim protocol field from spaces in WS classes. | Fabio Alessandrelli |
2019-10-16 | Add option to create navmesh from objects in group | jfons |
2019-10-15 | Fix HTML5 build after 67a4c30. | Fabio Alessandrelli |
2019-10-15 | Merge pull request #32830 from timoschwarzer/remove-redundant-compiler-direct... | Rémi Verschelde |
2019-10-15 | Merge pull request #32820 from qarmin/small_fixes_static_analyzer | Rémi Verschelde |
2019-10-14 | Expose is_equal_approx and restore == to be exact again | Aaron Franke |
2019-10-14 | Replace vector == and is_zero_approx(distance) with is_equal_approx | Aaron Franke |