Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-28 | Mono: BindingsGenerator enum fixes | Ignacio Etcheverry | |
- Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods. - Make type resolver fallback to int if a type is not found and it's an enum. | |||
2018-04-28 | Add poly triangulation order check, ensures faces do not flip on different order | Juan Linietsky | |
2018-04-28 | -Changed how operators work, any shape can operate on any other | Juan Linietsky | |
-Added some break condition for bad poly data to avoid editor freezes | |||
2018-04-28 | Avoid CSG freeze condition on degenerates | Juan Linietsky | |
2018-04-28 | Do not crash if the polygon is invalid | Juan Linietsky | |
2018-04-28 | Reduce false positives in interior detection by adding a small offset to ↵ | Juan Linietsky | |
raycast, fixes #18476 | |||
2018-04-27 | CSG Support for Godot! | Juan Linietsky | |
-Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing! | |||
2018-04-25 | Add option to link mono statically on Windows | Ignacio Etcheverry | |
2018-04-24 | Merge pull request #18399 from neikeq/u | Ignacio Etcheverry | |
Mono fixes | |||
2018-04-24 | Mono: Fix '!t' error messages when generating bindings | Ignacio Etcheverry | |
This error wasn't affecting the bindings generation process. | |||
2018-04-24 | Mono: Do not spam script class not found error | Ignacio Etcheverry | |
Print this error only when trying to instantiate the script. This way we prevent errors being printed for source files which are not meant to be used as scripts. | |||
2018-04-24 | Mono: Fix crash on script load if the scripts domain isn't loaded | Ignacio Etcheverry | |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
2018-04-19 | Merge pull request #18119 from sheepandshepherd/nativescript_property_list | Rémi Verschelde | |
Fix NativeScript property list order | |||
2018-04-18 | Merge pull request #18204 from tagcup/quat_scale | Rémi Verschelde | |
Avoid converting Quat to Euler angles when not necessary. | |||
2018-04-18 | Merge pull request #18142 from AndreaCatania/coverity1 | Rémi Verschelde | |
Removed useless check | |||
2018-04-17 | #18051: Fix indentation issues introduced during clean up | Xavier Cho | |
2018-04-17 | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | |
2018-04-17 | #18051: Use common name for Color type argument | Xavier Cho | |
2018-04-17 | #18051: Remove redundant verbatim prefixes | Xavier Cho | |
2018-04-17 | #18051: Use default parameter value | Xavier Cho | |
2018-04-17 | #18051: Use array initializer when applicable | Xavier Cho | |
2018-04-17 | #18051: Remove redundant parenthesis | Xavier Cho | |
2018-04-17 | #18051: Remove unnecessary variable assignments | Xavier Cho | |
2018-04-17 | #18051: Use 'var' when applicable | Xavier Cho | |
2018-04-17 | #18051: Remove redundant casts and 'using', 'else', 'this' statements | Xavier Cho | |
2018-04-17 | Remove duplicated declaration of RoundToInt() from Mathf | Xavier Cho | |
2018-04-15 | Remove incorrect & potentially confusing references to Euler | Will Vincent | |
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. | |||
2018-04-14 | Avoid converting Quat to Euler angles when not necessary. | tagcup | |
Also ensure that get_scale doesn't arbitrarlity change the signs of scales, ensuring that the combination of get_rotation and get_scale gives the correct basis. Added various missing functions and constructors. Should close #17968. | |||
2018-04-13 | Merge pull request #18154 from mhilbrunner/issue-12512 | Fabio Alessandrelli | |
Add DNS resolution in NetworkedMultiplayerEnet::create_client() | |||
2018-04-13 | Add DNS resolution in NetworkedMultiplayerEnet::create_client() | mhilbrunner | |
2018-04-13 | Merge pull request #18038 from Chaosus/mathf | Ignacio Etcheverry | |
[Mono] Improvements for Mathf | |||
2018-04-13 | [Mono] Improve Mathf | Chaosus | |
2018-04-12 | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez | |
This reverts commit b76ee30917c63211ac9e94a21bebbddf518d169f. | |||
2018-04-12 | Implement get_peer_[address|port] in ENet/WSServer | Fabio Alessandrelli | |
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. | |||
2018-04-12 | Removed useless check | Andrea Catania | |
2018-04-12 | Fixed wrong function call | Andrea Catania | |
2018-04-12 | Rigidbody wake up when hitten by a kinematic body | Andrea Catania | |
2018-04-11 | Fix NativeScript property list | sheepandshepherd | |
2018-04-10 | Merge pull request #18070 from mhilbrunner/godot-net-kick | Fabio Alessandrelli | |
NetworkedMultiplayerEnet: Add disconnecting/kicking peers | |||
2018-04-10 | NetworkedMultiplayerEnet: Add disconnecting/kicking peers | mhilbrunner | |
2018-04-10 | doc: Sync classref with current source | Rémi Verschelde | |
2018-04-09 | Merge pull request #18081 from AndreaCatania/arcle | Rémi Verschelde | |
Corrected area overlap cleaning | |||
2018-04-09 | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | |
Fixed colour regions and added local colour region cache | |||
2018-04-09 | Fixed area overlap cleaning | Andrea Catania | |
2018-04-09 | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated | Ignacio Etcheverry | |
Fixed mono bottom panel to select the correct file when messages are filtered | |||
2018-04-08 | Merge pull request #16556 from aragar/master | Juan Linietsky | |
For-in loop variable added to autocompletion | |||
2018-04-07 | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | |
Enhance uri utils | |||
2018-04-07 | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | |
Radio buttons in menus | |||
2018-04-07 | Fixed color regions and added local color region cache | Paulb23 | |