summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Add scene Post-Import Plugin support.reduz2021-10-159-70/+29
|/ / / / / / / /
* | | | | | | | Merge pull request #53822 from vnen/gdscript-await-issuesRémi Verschelde2021-10-156-15/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | GDScript: Fix typing for await expressionGeorge Marques2021-10-141-3/+12
| * | | | | | | | GDScript: Remove error when coroutine is called without awaitGeorge Marques2021-10-142-7/+7
| * | | | | | | | GDScript: Properly return value with await on non-coroutineGeorge Marques2021-10-143-1/+17
| * | | | | | | | GDScript: Make sure calls don't use return when not neededGeorge Marques2021-10-141-4/+7
| |/ / / / / / /
* / / / / / / / Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-3/+0
|/ / / / / / /
* | | | | | | Merge pull request #53807 from vnen/dont-share-arrays-and-dictsRémi Verschelde2021-10-144-0/+60
|\ \ \ \ \ \ \
| * | | | | | | Zero Dictionary and Array variants when changing type with resetGeorge Marques2021-10-144-0/+60
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #53726 from briansemrau/gd-outer-classGeorge Marques2021-10-143-0/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | GDScript: Access outer scope classesBrian Semrau2021-10-133-0/+28
* | | | | | | Restore gltf animation export after split.K. S. Ernest (iFire) Lee2021-10-132-53/+38
* | | | | | | Remove REST transform influence in skeleton bonesreduz2021-10-133-40/+14
* | | | | | | Merge pull request #53689 from reduz/remove-animation-transform3d-trackRémi Verschelde2021-10-132-19/+120
|\ \ \ \ \ \ \
| * | | | | | | Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-122-19/+120
* | | | | | | | Merge pull request #53744 from williamd67/GPULightmapper-prevent-endless-loopRémi Verschelde2021-10-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | GPULightmapper: prevent loop with max iterationsWilliam Deurwaarder2021-10-121-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #53743 from williamd67/GPULightmapper-process-rays-to-skyRémi Verschelde2021-10-131-10/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | GPULightmapper: process rays to sky in all bounces as activeWilliam Deurwaarder2021-10-121-10/+12
| |/ / / / / / /
* | | | | | | | Merge pull request #53322 from williamd67/GPULightmapper-skip-smoothen-positi...Rémi Verschelde2021-10-132-1/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | GPULightmapper: skip smoothen positions for flat trianglesWilliam Deurwaarder2021-10-122-1/+15
* | | | | | | | Merge pull request #53712 from CakHuri/nullptrRémi Verschelde2021-10-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Replaced NULL with nullptrM. Huri2021-10-121-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #53720 from vnen/gdscript-typed-array-custom-classRémi Verschelde2021-10-123-0/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | GDScript: Fix typed array with custom classesGeorge Marques2021-10-123-0/+13
* | | | | | | GDScript: Make setter parameter type same as variable typeGeorge Marques2021-10-123-1/+13
|/ / / / / /
* | | | | | Merge pull request #53697 from bruvzg/ts_string_namesRémi Verschelde2021-10-124-163/+275
|\ \ \ \ \ \
| * | | | | | Move static feature set and number system `StringName`s to the singleton.bruvzg2021-10-124-163/+275
* | | | | | | Merge pull request #52736 from aaronfranke/lgtm-multRémi Verschelde2021-10-122-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-122-3/+3
| | |/ / / / / | |/| | | | |
* / | | | | | Fixed a typo in csg moduleM. Huri2021-10-123-3/+3
|/ / / / / /
* | | | | | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-115-63/+24
* | | | | | Merge pull request #48332 from TokageItLab/implement-ping-pongRémi Verschelde2021-10-115-24/+63
|\ \ \ \ \ \
| * | | | | | implement ping-pong loop in animationTokage2021-10-095-24/+63
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #53681 from Paulb23/rejig-syntax-highligher-bindRémi Verschelde2021-10-111-2/+0
|\ \ \ \ \ \
| * | | | | | Move add_syntax_highlighter bind to ScriptEditorBasePaulb232021-10-111-2/+0
* | | | | | | Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletionYuri Roubinsky2021-10-111-1/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix autocompletion of built-in functions in GDScriptYuri Roubinsky2021-10-111-1/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #53430 from DavidSichma/typed_safe_setterGeorge Marques2021-10-111-2/+4
|\ \ \ \ \ \
| * | | | | | Only emit typed member setters if safe to do soDavid Sichma2021-10-081-2/+4
* | | | | | | Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fixGeorge Marques2021-10-1117-106/+291
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | GDScript: Report property type errorsZuBsPaCe2021-10-0817-106/+291
| | |_|_|/ / | |/| | | |
* | | | | | Remove redundant String operation from GDScript enum exportsYuri Sizov2021-10-111-1/+1
| |_|/ / / |/| | | |
* | | | | Enhance and cleanup stringify for Vectormashumafi2021-10-092-0/+76
* | | | | Fix missing argument names in bindingsRémi Verschelde2021-10-092-5/+5
|/ / / /
* | | | Merge pull request #53536 from Faless/mp/4.x_rpc_configMax Hilbrunner2021-10-081-2/+2
|\ \ \ \
| * | | | [Net] Rename RPCConfig.sync to call_local.Fabio Alessandrelli2021-10-081-2/+2
| | |/ / | |/| |
* | | | Merge pull request #53336 from briansemrau/gdscript-i'm-not-my-own-local-classGeorge Marques2021-10-081-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | GDScript fix wrong base class assignmentBrian Semrau2021-10-041-1/+3
* | | | GDScript: Use getter return type for the property typeGeorge Marques2021-10-071-3/+6