Age | Commit message (Expand) | Author |
2018-11-05 | Merge pull request #23523 from akien-mga/docs-https-latest | Rémi Verschelde |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde |
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-10-31 | Add new "push_*()" functions to GDScript | Michael Alexsander Silva Dias |
2018-10-28 | Fix GDScript assuming awareness of whole ClassDB | Pedro J. Estébanez |
2018-10-28 | Unify ClassDB lookups for code completion | Pedro J. Estébanez |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-25 | Merge pull request #23240 from kubecz3k/complete-getters | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-24 | Merge pull request #22899 from J08nY/fix/assignment-operation-array | Rémi Verschelde |
2018-10-24 | Merge pull request #23094 from RandomShaper/fix-crash-signal-to-danling-obj | Rémi Verschelde |
2018-10-23 | Optional getters/setters editor autocomplete | Jakub Grzesik |
2018-10-17 | Fix crash on signal/resume to dangling target | Pedro J. Estébanez |
2018-10-16 | Merge pull request #23018 from lupoDharkael/parse-bug | Rémi Verschelde |
2018-10-14 | GDScriptTokenizer: Fix token_names order | lupoDharkael |
2018-10-13 | Fix types highlighting outside of function args and var declarations, issues ... | Paulb23 |
2018-10-12 | Fixed parents properties not appearing in inspector if parent is class_name. | DualMatrix |
2018-10-11 | Do not make a function that returns Variant::NIL a void function. Fix #22791. | J08nY |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Fix compiler warnings in GDScript module | George Marques |
2018-10-06 | Revert cause of #22794 | Mariusz Chwalba |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-10-01 | Fix various Clang 7 warnings about unused stuff | Rémi Verschelde |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-28 | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-27 | Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] | Rémi Verschelde |
2018-09-19 | GDScript: Revert extra deletion when creating instance | George Marques |
2018-09-19 | GDScript: Error on empty blocks at the end of file | George Marques |
2018-09-19 | GDScript: Fix autocompletion inference after `is` check | George Marques |
2018-09-19 | GDScript: Fix infinite loop in autocomplete | George Marques |
2018-09-19 | GDScript: Forbid enum values to shadow constants | George Marques |
2018-09-19 | GDScript: Fix autocomplete crash when searching default values | George Marques |
2018-09-19 | GDScript: Allow Object constants to be used with qualifier | George Marques |
2018-09-19 | GDScript: Fix stack address test in compiler | George Marques |
2018-09-17 | Merge pull request #22165 from DualMatrix/atan2_plain_wrong | Rémi Verschelde |
2018-09-16 | Fixed argument names being swapped for atan2 | DualMatrix |
2018-09-16 | test for depreciacion warnings only on debug builds | Mariusz Chwalba |
2018-09-15 | Add GDScript slave keyword deprecation warning. | Fabio Alessandrelli |
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli |
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Fix crash when extending non-existing GDScript file | Rémi Verschelde |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 |
2018-09-05 | Fixed return type for get_stack() function call | WiggleWizard |