summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Link the Random number generation tutorial in the class referenceHugo Locurcio2020-10-141-0/+1
* Merge pull request #42731 from opl-/fix/csharpscript-load-code-duplicationRémi Verschelde2020-10-132-116/+75
|\
| * Fix code duplication in CSharpScriptopl-2020-10-132-116/+75
* | Merge pull request #42592 from madmiraal/fix-42567Rémi Verschelde2020-10-131-0/+1
|\ \
| * | Initialise Bullet RigidBody friction to the expected value of 1.0Marcel Admiraal2020-10-061-0/+1
* | | Bind missing constant in VisualScriptPropertyGetTomasz Chabora2020-10-121-0/+1
| |/ |/|
* | doc: Sync classref with current sourceRémi Verschelde2020-10-091-2/+0
* | Mono: Fix typo in Godot.NET.Sdk.nuspecRémi Verschelde2020-10-091-1/+1
* | Merge pull request #42623 from lolleko/incorrect-macos-platform-name-csharpRémi Verschelde2020-10-098-22/+22
|\ \
| * | Adressed ReviewLorenz Junglas2020-10-088-22/+22
| * | C# GodotTools: Replace platform Identifier "OSX" with "macOS"Lorenz Junglas2020-10-088-22/+22
* | | Merge pull request #41881 from ThakeeNathees/crash-on-builtin-constructorGeorge Marques2020-10-081-0/+1
|\ \ \
| * | | GDScript crash on builtin type constructor fixThakee Nathees2020-09-081-0/+1
* | | | Fixed #41040 in an alternative way now that #39726 is revertedAndrea Catania2020-10-081-1/+1
* | | | Revert "Optimized physics object spawn time and optimized shape usage when th...Andrea Catania2020-10-0812-205/+72
* | | | Revert "- Enhanced the flush mechanism by flushing only needed thing."Andrea Catania2020-10-0811-217/+170
| |/ / |/| |
* | | Merge pull request #42610 from jak6jak/set_valuesRémi Verschelde2020-10-081-1/+3
|\ \ \
| * | | added temp variable because *p_inputs[2] is the same as *p_outputs[0]Jacob Edie2020-10-061-1/+3
* | | | Improve the Vector2 rotated code in C#Aaron Franke2020-10-061-2/+5
| |_|/ |/| |
* | | Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xrefRémi Verschelde2020-10-041-0/+1
|\ \ \
| * | | Cross-reference GDScript `load` and `ResourceLoader.load` in classrefAndrii Doroshenko (Xrayez)2020-09-301-0/+1
* | | | Merge pull request #42518 from Duroxxigar/update-getter-and-settersRémi Verschelde2020-10-031-2/+2
|\ \ \ \
| * | | | Updated getters and setters names for toplevelDuroxxigar2020-10-021-2/+2
* | | | | Switch from recursion to iterative for backfilling colour regionsPaulb232020-10-031-0/+7
|/ / / /
* | | | Merge pull request #42503 from naithar/feature/ios-cleanup-arcRémi Verschelde2020-10-024-29/+23
|\ \ \ \
| * | | | iOS: RefactoringSergey Minakov2020-10-024-29/+23
* | | | | Check entire basis column for zero size when unscaling Bullet basis.Marcel Admiraal2020-10-021-7/+7
|/ / / /
* | | | Merge pull request #42480 from ssw99/sprintf-function-bug-fixRémi Verschelde2020-10-021-1/+1
|\ \ \ \
| * | | | Fixed padding bug of sprintf functionSerhat2020-10-021-1/+1
* | | | | Link to demos from within the class referenceAaron Franke2020-10-011-0/+2
|/ / / /
* | | | Merge pull request #41829 from RandomShaper/fix_40353Rémi Verschelde2020-10-011-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid warning about harmless unfulfilled yieldsPedro J. Estébanez2020-09-061-2/+6
* | | | Fix error message when exporting a write-only property without a setterEduardo Rodrigues2020-09-291-2/+2
* | | | Merge pull request #38704 from aaronfranke/mono-dotgodotRémi Verschelde2020-09-283-9/+9
|\ \ \ \
| * | | | Rename the ".mono" folder to ".godot/mono"Aaron Franke2020-09-233-9/+9
* | | | | Merge pull request #42262 from akien-mga/ios-pvrtc-fixesRémi Verschelde2020-09-281-3/+5
|\ \ \ \ \
| * | | | | iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov2020-09-231-3/+5
* | | | | | Avoid infinite loop in GDScript at shutdownPedro J. Estébanez2020-09-261-2/+12
* | | | | | Style: Fix black formatting after #42332Rémi Verschelde2020-09-251-3/+1
* | | | | | Enable the `copy_mono_root` SCons option by defaultHugo Locurcio2020-09-252-6/+5
* | | | | | Merge pull request #42283 from Calinou/doc-print-push-error-warningRémi Verschelde2020-09-241-0/+2
|\ \ \ \ \ \
| * | | | | | Improve documentation related to printing error/warning messagesHugo Locurcio2020-09-241-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #42070 from Razoric480/ignore-cancel-requestRémi Verschelde2020-09-241-0/+4
|\ \ \ \ \ \
| * | | | | | Make LSP ignore $/ messagesFrancois Belair2020-09-151-0/+4
* | | | | | | Merge pull request #42293 from ricardoalcantara/fix_basis_csharpRémi Verschelde2020-09-241-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Basis RotationQuat should be public.Ricardo Alcantara2020-09-241-1/+1
* | | | | | | Merge pull request #42259 from zaevi/fix-mono-IsAbsPathRémi Verschelde2020-09-231-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix C# string.IsAbsPath()Zae2020-09-231-2/+7
| |/ / / / / /
* | | | | | | Merge pull request #42126 from Calinou/doc-videoplayer-formatsRémi Verschelde2020-09-232-3/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Improve documentation about VideoPlayer video formatsHugo Locurcio2020-09-232-3/+5