summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky2021-11-251-2/+2
* Move logic for saving project features to ProjectSettings save_customAaron Franke2021-11-251-5/+1
* Fixes variable/singal nodes not renaming in visualscript editorUmang Kalra2021-11-241-0/+29
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-2315-34/+34
* Merge pull request #54949 from Chaosus/fix_warningRémi Verschelde2021-11-235-27/+41
|\
| * Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-135-27/+41
* | Merge pull request #55243 from KoBeWi/some_random_stuff_idkRémi Verschelde2021-11-231-1/+1
|\ \
| * | Improve various textskobewi2021-11-231-1/+1
* | | Fix crash when exporting meshes to gltf that have no skin.jitspoe2021-11-221-1/+4
|/ /
* | Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde2021-11-221-6/+6
|\ \
| * | Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-6/+6
* | | Merge pull request #54919 from williamd67/GPULightmapper-improve-noise-to-pre...JFonS2021-11-221-12/+34
|\ \ \
| * | | GPULightmapper: better algorithm to generate rays for indirect lightingWilliam Deurwaarder2021-11-191-12/+34
* | | | Fix merge conflict between #42711 and #42374Marcel Admiraal2021-11-211-4/+4
| |/ / |/| |
* | | Merge pull request #55126 from akien-mga/wslay-45d22583bRémi Verschelde2021-11-201-2/+1
|\ \ \
| * | | wslay: Sync with upstream 45d22583bRémi Verschelde2021-11-191-2/+1
| |/ /
* | | Merge pull request #55127 from akien-mga/libwebp-1.2.1Rémi Verschelde2021-11-201-0/+1
|\ \ \
| * | | libwebp: Sync with upstream 1.2.1Rémi Verschelde2021-11-191-0/+1
| |/ /
* | | Merge pull request #55115 from akien-mga/tinyexr-1.0.1Rémi Verschelde2021-11-203-0/+7
|\ \ \
| * | | tinyexr: Sync with upstream 1.0.1Rémi Verschelde2021-11-193-0/+7
| |/ /
* | | Add shape data to area overlap data.Marcel Admiraal2021-11-204-192/+167
* | | miniupnpc: Update to version 2.2.3Rémi Verschelde2021-11-194-6/+6
|/ /
* | Merge pull request #42374 from madmiraal/fix-32776Camille Mohr-Daurat2021-11-181-1/+8
|\ \
| * | Trigger RigidBodyBullet space override updates when Area properties change.Marcel Admiraal2020-09-271-1/+8
* | | Merge pull request #42306 from madmiraal/fix-39947Camille Mohr-Daurat2021-11-186-7/+12
|\ \ \
| * | | Update Bullet Area overlaps when Area properties or shapes change.Marcel Admiraal2020-10-086-7/+12
* | | | Merge pull request #44726 from madmiraal/fix-44644Camille Mohr-Daurat2021-11-181-1/+1
|\ \ \ \
| * | | | Ignore Bullet collision contact points with distance = 0Marcel Admiraal2020-12-271-1/+1
* | | | | Fix `randfn` in visual scriptsYuri Roubinsky2021-11-171-2/+7
* | | | | Expose `randfn` to global scopeYuri Roubinsky2021-11-175-55/+89
* | | | | Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* | | | | Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-1616-84/+1131
|\ \ \ \ \
| * | | | | Add documentation to operators for math typesAaron Franke2021-11-0416-84/+1131
* | | | | | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-158-11/+11
* | | | | | Fix mono build after invalid rename of `KEY_READ`Stefan Boronczyk2021-11-151-2/+2
* | | | | | Add path to functions that return iporter optionsreduz2021-11-144-8/+8
| |_|_|_|/ |/| | | |
* | | | | Use "enum class" for input enumsAaron Franke2021-11-125-60/+60
* | | | | Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-127-14/+15
* | | | | Add a minimal template build to CIAaron Franke2021-11-121-0/+2
* | | | | Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-128-6/+12
* | | | | Show built-in script names in the debuggerkobewi2021-11-112-4/+13
* | | | | [GDScript] Check string literals for Unicode direction control characters.bruvzg2021-11-111-0/+9
* | | | | Merge pull request #54840 from Calinou/mono-move-exception-policy-settingRémi Verschelde2021-11-101-1/+1
|\ \ \ \ \
| * | | | | Move Mono unhandled exception setting to be located within a subsectionHugo Locurcio2021-11-101-1/+1
* | | | | | Fix errors in CharacterBody when floor is destroyed or removedPouleyKetchoupp2021-11-101-0/+9
|/ / / / /
* | | | | Merge pull request #54676 from Chaosus/gds_restrict_namesRémi Verschelde2021-11-101-8/+76
|\ \ \ \ \
| * | | | | Prevent identifiers from naming as built-in funcs and global classesYuri Roubinsky2021-11-081-8/+76
* | | | | | Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q...Rémi Verschelde2021-11-101-0/+17
|\ \ \ \ \ \
| * | | | | | Allow using $/root node pathsMaximilian2021-11-091-0/+17
* | | | | | | fix pingpong in mathSilc 'Tokage' Renew2021-11-101-1/+1