summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-095-24/+63
|\ \ \ \ \ \ \
| * | | | | | | reimplement ping-pongSilc 'Tokage' Renew2021-11-035-24/+63
* | | | | | | | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_thatRémi Verschelde2021-11-091-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve save handling for built-in scriptskobewi2021-11-071-11/+14
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #54798 from Calinou/gdscript-opcode-no-hashRémi Verschelde2021-11-091-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove hash symbol in front of opcode error messages in GDScriptHugo Locurcio2021-11-091-1/+1
* | | | | | | | | Merge pull request #47600 from qarmin/enable_mono_editorRémi Verschelde2021-11-092-24/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Enable mono editor build in CIqarmin2021-11-092-24/+10
* | | | | | | | | Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-094-12/+88
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-014-12/+88
* | | | | | | | | | Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde2021-11-094-0/+180
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |