Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-30 | Move things into the title bars of Visual Script nodes. | Pieter-Jan Briers | |
This is an attempt to make VS slightly nicer to use. WiP. | |||
2018-04-29 | Merge pull request #18455 from neikeq/export-pck-zip-debug | Hein-Pieter van Braam | |
Make 'Export PCK/ZIP' work well with EditorExportPlugin | |||
2018-04-28 | Merge pull request #18494 from neikeq/v | Ignacio Etcheverry | |
Mono: BindingsGenerator enum fixes | |||
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 | Merge pull request #18425 from RandomShaper/fix-theme-editor-samples | Hein-Pieter van Braam | |
Fix theme editor sample widgets | |||
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 | Fix how snapping is applied to 3D polygon editing, make it more friendly. | Juan Linietsky | |
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-27 | Fix theme editor sample widgets | Pedro J. Estébanez | |
2018-04-27 | Merge pull request #18466 from marcelofg55/use64_fix | Gilles Roudière | |
Fix use64 used without being initialized | |||
2018-04-27 | Fix use64 used without being initialized | Marcelo Fernandez | |
2018-04-27 | Merge pull request #18464 from sersoong/master-fixstylebox | Gilles Roudière | |
Fix stylebox crash | |||
2018-04-27 | Fixed stylebox crash | sersoong | |
2018-04-27 | Merge pull request #18458 from YeldhamDev/animation_editor_changes | Gilles Roudière | |
Numerous changes to the Animation Editor | |||
2018-04-26 | Numerous changes to the Animation Editor. | Michael Alexsander Silva Dias | |
2018-04-26 | Make 'Export PCK/ZIP' work well with EditorExportPlugin | Ignacio Etcheverry | |
Add debug flag to the 'Export PCK/ZIP' option Make 'Export PCK/ZIP' notify when the export process begins. This is necessary to receive the 'EditorExportPlugin::_export_begin' callback | |||
2018-04-26 | Fix _export_begin not being called when exporting to android | Ignacio Etcheverry | |
2018-04-26 | Merge pull request #18412 from groud/zoom_shortcuts | George Marques | |
Adds shortcuts for zooming in the 2D editor | |||
2018-04-26 | Adds shortcuts for zooming in the 2D editor | Gilles Roudiere | |
2018-04-26 | Merge pull request #18415 from HoratioZEDU/patch-2 | Max Hilbrunner | |
Fixed (minor) typo in CapsuleShape2D doc page | |||
2018-04-25 | Merge pull request #18427 from neikeq/mono-static-link-win | Ignacio Etcheverry | |
Add option to link mono statically on Windows | |||
2018-04-25 | Add option to link mono statically on Windows | Ignacio Etcheverry | |
2018-04-25 | Fixed (minor) typo in CapsuleShape2D doc page | HoratioZEDU | |
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-24 | Merge pull request #18385 from flashyincceo/animation-save-bug | Gilles Roudière | |
Fix AnimationPlayer edited scene bug | |||
2018-04-24 | Merge pull request #18391 from endragor/fix-global-position-type | Gilles Roudière | |
Fix Node2D::global_position to have Vector2 type | |||
2018-04-24 | Fix Node2D::global_position to have Vector2 type | Ruslan Mustakov | |
2018-04-23 | Fix AnimationPlayer edited scene bug | Peter Folkins | |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
2018-04-22 | Merge pull request #18176 from nikibobi/string-trim | George Marques | |
Add string trim_prefix, trim_suffix, lstrip and rstrip methods | |||
2018-04-22 | Add detail to doc for add_surface_from_arrays (#17911) | GaryO | |
Includes review comments from #17911 from @cbscribe and @Noshyaar | |||
2018-04-22 | Merge pull request #18336 from PJB3005/18-04-21-command's | Max 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-21 | Merge pull request #18343 from homer666/docs-popup-exclusive | Max Hilbrunner | |
[DOCS] Popup.popup_exclusive description | |||
2018-04-22 | [DOCS] Popup.popup_exclusive description | homer666 | |
2018-04-21 | Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. | Pieter-Jan Briers | |
2018-04-20 | Merge pull request #18316 from Noshyaar/http | Max Hilbrunner | |
[DOCS] add HTTPRequest.request return values | |||
2018-04-20 | [DOCS] add HTTPRequest.request return values | Poommetee Ketson | |
2018-04-19 | Merge pull request #18119 from sheepandshepherd/nativescript_property_list | Rémi Verschelde | |
Fix NativeScript property list order | |||
2018-04-19 | Docs update for several classes | Craigory V Coppola | |
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer | |||
2018-04-19 | Merge pull request #18280 from groud/fix_input | Rémi Verschelde | |
Fixes left/up axis not mappable as actions | |||
2018-04-19 | Merge pull request #18285 from Calinou/enable-dynamicfont-oversampling | Rémi Verschelde | |
Enable DynamicFont oversampling by default | |||
2018-04-19 | Merge pull request #18295 from endragor/purchase-errors | Rémi Verschelde | |
Provide error details when in-app purchase fails |