aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-176-16/+16
* #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-177-22/+22
* #18051: Use common name for Color type argumentXavier Cho2018-04-171-5/+5
* #18051: Remove redundant verbatim prefixesXavier Cho2018-04-172-3/+3
* #18051: Use default parameter valueXavier Cho2018-04-171-1/+1
* #18051: Use array initializer when applicableXavier Cho2018-04-171-4/+2
* #18051: Remove redundant parenthesisXavier Cho2018-04-1713-91/+94
* #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-175-11/+7
* #18051: Use 'var' when applicableXavier Cho2018-04-1714-109/+109
* #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-1719-281/+211
* Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-171-5/+0
* Remove incorrect & potentially confusing references to EulerWill Vincent2018-04-152-3/+3
* Merge pull request #18154 from mhilbrunner/issue-12512Fabio Alessandrelli2018-04-132-8/+22
|\
| * Add DNS resolution in NetworkedMultiplayerEnet::create_client()mhilbrunner2018-04-132-8/+22
* | Merge pull request #18038 from Chaosus/mathfIgnacio Etcheverry2018-04-133-33/+91
|\ \
| * | [Mono] Improve MathfChaosus2018-04-133-33/+91
* | | Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-123-2/+37
| |/ |/|
* | Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-1211-5/+121
* | Fixed wrong function callAndrea Catania2018-04-121-1/+1
* | Rigidbody wake up when hitten by a kinematic bodyAndrea Catania2018-04-121-1/+4
* | Merge pull request #18070 from mhilbrunner/godot-net-kickFabio Alessandrelli2018-04-102-46/+72
|\ \
| * | NetworkedMultiplayerEnet: Add disconnecting/kicking peersmhilbrunner2018-04-102-46/+72
* | | doc: Sync classref with current sourceRémi Verschelde2018-04-101-6/+2
* | | Merge pull request #18081 from AndreaCatania/arcleRémi Verschelde2018-04-093-16/+14
|\ \ \
| * | | Fixed area overlap cleaningAndrea Catania2018-04-093-16/+14
* | | | Merge pull request #18040 from Paulb23/color_region_cacheRémi Verschelde2018-04-091-17/+1
|\ \ \ \
| * | | | Fixed color regions and added local color region cachePaulb232018-04-071-17/+1
* | | | | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activatedIgnacio Etcheverry2018-04-091-2/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed _issue_activated to take the correct issue id from the listNikodem Lokatelj2018-03-301-2/+7
* | | | | Merge pull request #16556 from aragar/masterJuan Linietsky2018-04-081-3/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | For-in loop variable added to autocompletionRado'sPC\aRaGaR2018-02-111-3/+13
* | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-073-37/+2
|\ \ \ \ \
| * | | | | Unify http- and percent- encode/decodePedro J. Estébanez2018-03-273-37/+2
* | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-071-6/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-271-6/+6
| |/ / / /
* | | | | Correct profiling_frame naming in pluginscriptEmmanuel Leblond2018-04-071-1/+1
* | | | | Fix Pluginscript add_global_constant mandatory value checkEmmanuel Leblond2018-04-061-1/+1
* | | | | Merge pull request #17899 from AndreaCatania/area_cleaningRémi Verschelde2018-04-063-8/+8
|\ \ \ \ \
| * | | | | Fixed physics server area cleaningAndrea Catania2018-04-063-8/+8
* | | | | | [NativeScript] replace error macros by simple returnskarroffel2018-04-061-4/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #17980 from karroffel/nativescript-1.1-global-type-tagsThomas Herzog2018-04-055-24/+64
|\ \ \ \ \
| * | | | | [NativeScript] added global type tag systemkarroffel2018-04-055-24/+64
* | | | | | Merge pull request #17806 from Zylann/fix_heightmap_shape_size_checkRémi Verschelde2018-04-052-14/+47
|\ \ \ \ \ \
| * | | | | | Make heightmap shape usable from PhysicsServerMarc Gilleron2018-03-282-14/+47
| | |_|/ / / | |/| | | |
* | | | | | Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighterPaulb232018-04-043-8/+8
* | | | | | Merge pull request #17965 from karroffel/gdnativelib-config-apiThomas Herzog2018-04-042-67/+170
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [GDNative] enable saving GDNativeLibrary as sub resourcekarroffel2018-04-042-3/+96
| * | | | | [GDNative] easier GDNativeLib handlingkarroffel2018-04-042-67/+77
* | | | | | Corrected physics query max result checkingAndrea Catania2018-04-041-3/+10
|/ / / / /
* | | | | Merge pull request #17959 from AndreaCatania/kinfix2Rémi Verschelde2018-04-043-11/+5
|\ \ \ \ \