| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #18051: Fix indentation issues introduced during clean up | Xavier Cho | 2018-04-17 | 6 | -16/+16 |
| | | |||||
| * | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | 2018-04-17 | 7 | -22/+22 |
| | | |||||
| * | #18051: Use common name for Color type argument | Xavier Cho | 2018-04-17 | 1 | -5/+5 |
| | | |||||
| * | #18051: Remove redundant verbatim prefixes | Xavier Cho | 2018-04-17 | 2 | -3/+3 |
| | | |||||
| * | #18051: Use default parameter value | Xavier Cho | 2018-04-17 | 1 | -1/+1 |
| | | |||||
| * | #18051: Use array initializer when applicable | Xavier Cho | 2018-04-17 | 1 | -4/+2 |
| | | |||||
| * | #18051: Remove redundant parenthesis | Xavier Cho | 2018-04-17 | 13 | -91/+94 |
| | | |||||
| * | #18051: Remove unnecessary variable assignments | Xavier Cho | 2018-04-17 | 5 | -11/+7 |
| | | |||||
| * | #18051: Use 'var' when applicable | Xavier Cho | 2018-04-17 | 14 | -109/+109 |
| | | |||||
| * | #18051: Remove redundant casts and 'using', 'else', 'this' statements | Xavier Cho | 2018-04-17 | 19 | -281/+211 |
| | | |||||
| * | Remove duplicated declaration of RoundToInt() from Mathf | Xavier Cho | 2018-04-17 | 1 | -5/+0 |
| | | |||||
| * | Remove incorrect & potentially confusing references to Euler | Will Vincent | 2018-04-15 | 2 | -3/+3 |
| | | | | | | | e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion. e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid. | ||||
| * | Merge pull request #18154 from mhilbrunner/issue-12512 | Fabio Alessandrelli | 2018-04-13 | 2 | -8/+22 |
| |\ | | | | | Add DNS resolution in NetworkedMultiplayerEnet::create_client() | ||||
| | * | Add DNS resolution in NetworkedMultiplayerEnet::create_client() | mhilbrunner | 2018-04-13 | 2 | -8/+22 |
| | | | |||||
| * | | Merge pull request #18038 from Chaosus/mathf | Ignacio Etcheverry | 2018-04-13 | 3 | -33/+91 |
| |\ \ | | | | | | | [Mono] Improvements for Mathf | ||||
| | * | | [Mono] Improve Mathf | Chaosus | 2018-04-13 | 3 | -33/+91 |
| | | | | |||||
| * | | | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez | 2018-04-12 | 3 | -2/+37 |
| | |/ |/| | | | | | This reverts commit b76ee30917c63211ac9e94a21bebbddf518d169f. | ||||
| * | | Implement get_peer_[address|port] in ENet/WSServer | Fabio Alessandrelli | 2018-04-12 | 11 | -5/+121 |
| | | | | | | | | | | | | | | | Also implement get_connected_host and get_connected_port in WebSocketPeer (not supported in HTML5 due to browser limitation). Add shorthand disconnect_peer(id) for get_peer(id)->close() like in ENet to WebSocketServer. | ||||
| * | | Fixed wrong function call | Andrea Catania | 2018-04-12 | 1 | -1/+1 |
| | | | |||||
| * | | Rigidbody wake up when hitten by a kinematic body | Andrea Catania | 2018-04-12 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #18070 from mhilbrunner/godot-net-kick | Fabio Alessandrelli | 2018-04-10 | 2 | -46/+72 |
| |\ \ | | | | | | | NetworkedMultiplayerEnet: Add disconnecting/kicking peers | ||||
| | * | | NetworkedMultiplayerEnet: Add disconnecting/kicking peers | mhilbrunner | 2018-04-10 | 2 | -46/+72 |
| | | | | |||||
| * | | | doc: Sync classref with current source | Rémi Verschelde | 2018-04-10 | 1 | -6/+2 |
| | | | | |||||
| * | | | Merge pull request #18081 from AndreaCatania/arcle | Rémi Verschelde | 2018-04-09 | 3 | -16/+14 |
| |\ \ \ | | | | | | | | | Corrected area overlap cleaning | ||||
| | * | | | Fixed area overlap cleaning | Andrea Catania | 2018-04-09 | 3 | -16/+14 |
| | | | | | |||||
| * | | | | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | 2018-04-09 | 1 | -17/+1 |
| |\ \ \ \ | | | | | | | | | | | Fixed colour regions and added local colour region cache | ||||
| | * | | | | Fixed color regions and added local color region cache | Paulb23 | 2018-04-07 | 1 | -17/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated | Ignacio Etcheverry | 2018-04-09 | 1 | -2/+7 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Fixed mono bottom panel to select the correct file when messages are filtered | ||||
| | * | | | | Fixed _issue_activated to take the correct issue id from the list | Nikodem Lokatelj | 2018-03-30 | 1 | -2/+7 |
| | | | | | | |||||
| * | | | | | Merge pull request #16556 from aragar/master | Juan Linietsky | 2018-04-08 | 1 | -3/+13 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | For-in loop variable added to autocompletion | ||||
| | * | | | | For-in loop variable added to autocompletion | Rado'sPC\aRaGaR | 2018-02-11 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | Fix for #16494 | ||||
| * | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | 2018-04-07 | 3 | -37/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | Enhance uri utils | ||||
| | * | | | | | Unify http- and percent- encode/decode | Pedro J. Estébanez | 2018-03-27 | 3 | -37/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a percent-prefixed version, which was exposed, and a http-prefixed version which was not (only to GDNative). This commit keeps the percent-prefixed versions, but with the http-prefixed implementations. | ||||
| * | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | 2018-04-07 | 1 | -6/+6 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Radio buttons in menus | ||||
| | * | | | | | Use radio-button-like menu entries where applicable | Pedro J. Estébanez | 2018-03-27 | 1 | -6/+6 |
| | |/ / / / | |||||
| * | | | | | Correct profiling_frame naming in pluginscript | Emmanuel Leblond | 2018-04-07 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix Pluginscript add_global_constant mandatory value check | Emmanuel Leblond | 2018-04-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #17899 from AndreaCatania/area_cleaning | Rémi Verschelde | 2018-04-06 | 3 | -8/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed physics server area cleaning | ||||
| | * | | | | | Fixed physics server area cleaning | Andrea Catania | 2018-04-06 | 3 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | [NativeScript] replace error macros by simple returns | karroffel | 2018-04-06 | 1 | -4/+2 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merge pull request #17980 from karroffel/nativescript-1.1-global-type-tags | Thomas Herzog | 2018-04-05 | 5 | -24/+64 |
| |\ \ \ \ \ | | | | | | | | | | | | | [NativeScript] added global type tag system | ||||
| | * | | | | | [NativeScript] added global type tag system | karroffel | 2018-04-05 | 5 | -24/+64 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #17806 from Zylann/fix_heightmap_shape_size_check | Rémi Verschelde | 2018-04-05 | 2 | -14/+47 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Make heightmap shape usable in PhysicsServer | ||||
| | * | | | | | | Make heightmap shape usable from PhysicsServer | Marc Gilleron | 2018-03-28 | 2 | -14/+47 |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed bad size check - Fixed bad member initialization - Removed unused cell_size (Bullet expects us to use localScaling) - Accept precomputed min/max height, will be calculated if not provided | ||||
| * | | | | | | Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter | Paulb23 | 2018-04-04 | 3 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #17965 from karroffel/gdnativelib-config-api | Thomas Herzog | 2018-04-04 | 2 | -67/+170 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [GDNative] some GDNativeLibrary improvements | ||||
| | * | | | | | [GDNative] enable saving GDNativeLibrary as sub resource | karroffel | 2018-04-04 | 2 | -3/+96 |
| | | | | | | | |||||
| | * | | | | | [GDNative] easier GDNativeLib handling | karroffel | 2018-04-04 | 2 | -67/+77 |
| | | | | | | | |||||
| * | | | | | | Corrected physics query max result checking | Andrea Catania | 2018-04-04 | 1 | -3/+10 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #17959 from AndreaCatania/kinfix2 | Rémi Verschelde | 2018-04-04 | 3 | -11/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed kinematic sliding on trimesh | ||||
