summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
-Added some break condition for bad poly data to avoid editor freezes
2018-04-28Fix how snapping is applied to 3D polygon editing, make it more friendly.Juan Linietsky
2018-04-28Avoid CSG freeze condition on degeneratesJuan Linietsky
2018-04-28Do not crash if the polygon is invalidJuan Linietsky
2018-04-28Reduce false positives in interior detection by adding a small offset to ↵Juan Linietsky
raycast, fixes #18476
2018-04-27CSG 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-27Merge pull request #18466 from marcelofg55/use64_fixGilles Roudière
Fix use64 used without being initialized
2018-04-27Fix use64 used without being initializedMarcelo Fernandez
2018-04-27Merge pull request #18464 from sersoong/master-fixstyleboxGilles Roudière
Fix stylebox crash
2018-04-27Fixed stylebox crashsersoong
2018-04-27Merge pull request #18458 from YeldhamDev/animation_editor_changesGilles Roudière
Numerous changes to the Animation Editor
2018-04-26Numerous changes to the Animation Editor.Michael Alexsander Silva Dias
2018-04-26Merge pull request #18412 from groud/zoom_shortcutsGeorge Marques
Adds shortcuts for zooming in the 2D editor
2018-04-26Adds shortcuts for zooming in the 2D editorGilles Roudiere
2018-04-26Merge pull request #18415 from HoratioZEDU/patch-2Max Hilbrunner
Fixed (minor) typo in CapsuleShape2D doc page
2018-04-25Merge pull request #18427 from neikeq/mono-static-link-winIgnacio Etcheverry
Add option to link mono statically on Windows
2018-04-25Add option to link mono statically on WindowsIgnacio Etcheverry
2018-04-25Fixed (minor) typo in CapsuleShape2D doc pageHoratioZEDU
2018-04-24Merge pull request #18399 from neikeq/uIgnacio Etcheverry
Mono fixes
2018-04-24Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry
This error wasn't affecting the bindings generation process.
2018-04-24Mono: Do not spam script class not found errorIgnacio 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-24Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry
2018-04-24Merge pull request #18385 from flashyincceo/animation-save-bugGilles Roudière
Fix AnimationPlayer edited scene bug
2018-04-24Merge pull request #18391 from endragor/fix-global-position-typeGilles Roudière
Fix Node2D::global_position to have Vector2 type
2018-04-24Fix Node2D::global_position to have Vector2 typeRuslan Mustakov
2018-04-23Fix AnimationPlayer edited scene bugPeter Folkins
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-22Merge pull request #18176 from nikibobi/string-trimGeorge Marques
Add string trim_prefix, trim_suffix, lstrip and rstrip methods
2018-04-22Add detail to doc for add_surface_from_arrays (#17911)GaryO
Includes review comments from #17911 from @cbscribe and @Noshyaar
2018-04-22Merge pull request #18336 from PJB3005/18-04-21-command'sMax Hilbrunner
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
2018-04-22[DOCS] Add note that Pool*Arrays are passed by value (#18340)krogank9
2018-04-21Merge pull request #18343 from homer666/docs-popup-exclusiveMax Hilbrunner
[DOCS] Popup.popup_exclusive description
2018-04-22[DOCS] Popup.popup_exclusive descriptionhomer666
2018-04-21Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.Pieter-Jan Briers
2018-04-20Merge pull request #18316 from Noshyaar/httpMax Hilbrunner
[DOCS] add HTTPRequest.request return values
2018-04-20[DOCS] add HTTPRequest.request return valuesPoommetee Ketson
2018-04-19Merge pull request #18119 from sheepandshepherd/nativescript_property_listRémi Verschelde
Fix NativeScript property list order
2018-04-19Docs update for several classesCraigory V Coppola
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer
2018-04-19Merge pull request #18280 from groud/fix_inputRémi Verschelde
Fixes left/up axis not mappable as actions
2018-04-19Merge pull request #18285 from Calinou/enable-dynamicfont-oversamplingRémi Verschelde
Enable DynamicFont oversampling by default
2018-04-19Merge pull request #18295 from endragor/purchase-errorsRémi Verschelde
Provide error details when in-app purchase fails
2018-04-19Provide error details when in-app purchase failsRuslan Mustakov
2018-04-19Merge pull request #18281 from akien-mga/coverity-stringRémi Verschelde
Fix some Coverity warnings in String API
2018-04-19Merge pull request #18289 from sersoong/master-contextmenuRémi Verschelde
Fixed context menu TTR bugs
2018-04-19Fixed context menu TTR bugssersoong
2018-04-19Enable DynamicFont oversampling by defaultHugo Locurcio
This results in a better DynamicFont appearance when scaled, which is especially noticeable when using the `2d` scaling mode.
2018-04-18Fix some Coverity warnings in String APIRémi Verschelde
- StringName::StringName(const StringName &p_name) Non-static class member _data is not initialized in this constructor nor in any functions that it calls. - StringName::_Data() Non-static class member idx is not initialized in this constructor nor in any functions that it calls. - String::num_uint64(...) This less-than-zero comparison of an unsigned value is never true. n % base < 0UL. - String::hex_to_int(...) and String::hex_to_int64(...) Execution cannot reach this statement (deadcode)
2018-04-18Fixes left/up axis not mappable as actionsGilles Roudiere
2018-04-18Merge pull request #18261 from flashyincceo/export-project-default-filenameRémi Verschelde
Set default file name for exported projects
2018-04-18Merge pull request #18172 from Chaosus/fix_notificationRémi Verschelde
Prevent visibility notification from being called twice in object creation