Age | Commit message (Expand) | Author |
2019-07-29 | Add a reference to pow to the description of exp. | Kaligule |
2019-07-27 | Merge pull request #30849 from bojidar-bg/7898-mixed-indentation | Rémi Verschelde |
2019-07-26 | Disallow using of both tabs and spaces for indentation in the same file | Bojidar Marinov |
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde |
2019-07-22 | doc: Sync classref with current source | Rémi Verschelde |
2019-07-20 | Merge pull request #30693 from Chaosus/lerp_angle | Rémi Verschelde |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde |
2019-07-20 | Added lerp_angles built-in function | Chaosus |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-18 | Add integer posmod and rename default arg names | Aaron Franke |
2019-07-18 | Merge pull request #30648 from NilsIrl/useless_casts | Rémi Verschelde |
2019-07-17 | Fix stack underflows when yielding twice | Bojidar Marinov |
2019-07-17 | Remove useless casts to String | Nils ANDRÉ-CHANG |
2019-07-16 | Merge pull request #30567 from NilsIrl/static_func_inside_class | Rémi Verschelde |
2019-07-15 | Show static functions inside classes in method list | Nils ANDRÉ-CHANG |
2019-07-13 | Fix unreachable code detection in match statements | Shiqing |
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio |
2019-07-06 | Merge pull request #30352 from bojidar-bg/28727-enum-value-check | Rémi Verschelde |
2019-07-05 | Fix parsing of enums allowing for juxtaposed identifiers | Bojidar Marinov |
2019-07-04 | Parse more informations for code completion | Geequlim |
2019-07-03 | Merge pull request #30289 from bojidar-bg/29586-class-name-constant | Rémi Verschelde |
2019-07-03 | Fix inheriting from class_name messing up constants | Bojidar Marinov |
2019-07-03 | Fix parsing of arguments in constant expressions | Bojidar Marinov |
2019-07-01 | Merge pull request #28884 from vnen/yield-resume-stack | Rémi Verschelde |
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde |
2019-07-01 | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde |
2019-07-01 | fix some crashes | Furkan Türkal |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde |
2019-06-29 | Merge pull request #30177 from hbina/use_FALLTHROUGH_macro | Rémi Verschelde |
2019-06-29 | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp... | hbina085 |
2019-06-28 | Add support for creating editor icons per module | Andrii Doroshenko (Xrayez) |
2019-06-28 | Merge pull request #30134 from Calinou/doc-proofread | Rémi Verschelde |
2019-06-28 | Fixed regression bug caused in #30095 and actually fix the issue it was suppo... | unknown |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde |
2019-06-26 | Fixed parser treating compound assignment the same as assignment which gave w... | unknown |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-25 | Extends wrapi/wrapf docs | Chaosus |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG |
2019-06-19 | Merge pull request #29866 from akien-mga/nothing-that-surrounds-us-is-object-... | Rémi Verschelde |
2019-06-18 | doc: Improve docs for Resource* classes | Rémi Verschelde |
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde |
2019-06-18 | GDScript: Improve error on Object to Object invalid argument calls | Rémi Verschelde |
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde |
2019-06-11 | Merge pull request #29678 from akien-mga/err-macros-semicolon | Rémi Verschelde |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-06-07 | Added export hint to 2D and 3D physics and render layers. | MrCdK |
2019-06-03 | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin |
2019-06-03 | Merge pull request #29433 from bojidar-bg/29406-dictionary-constant | Rémi Verschelde |