Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-21 | Merge pull request #12031 from NathanWarden/export_cancel_to_done | Rémi Verschelde | |
Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip] | |||
2017-10-21 | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom | Poommetee Ketson | |
Stop move_to_bottom losing references to treeitems | |||
2017-10-20 | Merge pull request #12228 from ↵ | Rémi Verschelde | |
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture | |||
2017-10-20 | Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin | Rémi Verschelde | |
Create ParticlesMaterialConversionPlugin | |||
2017-10-20 | Merge pull request #12097 from rcurtis/issue12065 | Rémi Verschelde | |
Visualscript: Fixes untouched value is null instead of 0 | |||
2017-10-20 | Merge pull request #12107 from RandomShaper/fix-anim-before-first-key | Rémi Verschelde | |
Fix animation before first key | |||
2017-10-20 | Merge pull request #12149 from endragor/check-input-handled | Rémi Verschelde | |
Check if input is handled before handling it | |||
2017-10-20 | Merge pull request #12242 from AntiSC2/master | Rémi Verschelde | |
Fix small language mistakes in RigidBody2D documentation [ci skip] | |||
2017-10-20 | Fix ambiguous documentation for RigidBody2D | Jakob Sinclair | |
Fixes #12225 and the possesive form of the word body. Also uses simpler terms now when describing when the linear velocity gets updated. Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-20 | Mono: Fix static linking on macOS | Rémi Verschelde | |
[ci skip] | |||
2017-10-20 | Merge pull request #12224 from NathanWarden/scene_tree_added_signal | Rémi Verschelde | |
Added a node_added signal to the SceneTree | |||
2017-10-20 | Merge pull request #12269 from touilleMan/bad-bad-touilleMan | Rémi Verschelde | |
[GDnative] remove useless (and illegal !) STL include [ci skip] | |||
2017-10-20 | [GDnative] remove useless (and illegal !) STL include | Emmanuel Leblond | |
2017-10-20 | Merge pull request #12252 from MednauN/master | Rémi Verschelde | |
iOS GameCenter fixes | |||
2017-10-20 | Merge pull request #12199 from Fallayn/patch-1 | Julian Murgia | |
[DOCS] EditorScript | |||
2017-10-20 | Fixed unnecesary structure copying in bugfix. | Juan Linietsky | |
2017-10-20 | Merge pull request #12054 from Fallayn/docs-editorinterface | Poommetee Ketson | |
[DOCS] EditorInterface [ci skip] | |||
2017-10-20 | Merge pull request #12255 from dos1/patch-1 | Poommetee Ketson | |
variant.h: Update comments with numeric enum values | |||
2017-10-20 | Merge pull request #12260 from bojidar-bg/11975-navpoly-freeze | Rémi Verschelde | |
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor [ci skip] | |||
2017-10-20 | Fix adding a NavigationPolygonInstance to a Node2D freezing the editor | Bojidar Marinov | |
Fixes #11975 | |||
2017-10-20 | variant.h: Update comments with numeric enum values | Sebastian Krzyszkowiak | |
Comments got desynchronized with the actual values of the enum. To avoid anyone making some stupid mistake here, let's fix it as soon as possible. | |||
2017-10-20 | Merge pull request #12084 from santouits/tab_container_bug | Rémi Verschelde | |
tab container arrows don't work when a popup was set [ci skip] | |||
2017-10-20 | Merge pull request #12132 from TheSofox/parallax-fixes | Rémi Verschelde | |
Tweaks ParallaxBackground to work better with zoom. [ci skip] | |||
2017-10-20 | update GKScore init function | sersoong | |
(cherry picked from commit 5ed8826dd07eab83b6f6b6b7d3af602926a54ae6) | |||
2017-10-20 | Merge pull request #12247 from endragor/fix-rotated-logger | Rémi Verschelde | |
Fix rotated logger naming and backup deletion [ci skip] | |||
2017-10-20 | Merge pull request #12241 from eska014/vs-binds | Rémi Verschelde | |
Bind more VisualServer functions [ci skip] | |||
2017-10-20 | Fix compilation on Visual Studio 2013 (#10219). | scorched | |
2017-10-20 | Fix window display shrink can't set to float numbers | geequlim | |
2017-10-20 | Merge pull request #12227 from hi-ogawa/fix-depth-draw-alpha-prepass-for-shadow | Rémi Verschelde | |
Fix depth draw alpha prepass for shadow | |||
2017-10-20 | Merge pull request #12206 from SaracenOne/drag_and_drop_fix | Rémi Verschelde | |
Fix drag and drop collision with non-centred origin points. [ci skip] | |||
2017-10-20 | Merge pull request #12195 from groud/fix_snapping | Rémi Verschelde | |
Fix snapping with 2D nodes [ci skip] | |||
2017-10-20 | Merge pull request #12190 from marcelofg55/bsd_fixes | Rémi Verschelde | |
Fix BSD compile issues [ci skip] | |||
2017-10-20 | Merge pull request #12159 from RandomShaper/fix-sticky-slider | Gilles Roudiere | |
Reset slider mouse state on hiding/removing | |||
2017-10-20 | Fix iOS GameCenter connection flow | Evgeny Zuev | |
Add method for secure authentication to GameCenter | |||
2017-10-20 | Merge pull request #12246 from ISylvox/editable-warning | Rémi Verschelde | |
Adjust Editable_Warning for "This resource was imported...." Alert [ci skip] | |||
2017-10-20 | Merge pull request #12234 from marcelofg55/color8_fix | Gilles Roudiere | |
Fix Color.r8/g8/b8/a8 being type float instead of type int | |||
2017-10-20 | Fix rotated logger naming and backup deletion | Ruslan Mustakov | |
2017-10-20 | Adjusted editable_warning for "This resource was imported...." alert: | Indah Sylvia | |
- fixed a typo from it's to its - added 'then' to make it clearer | |||
2017-10-20 | Bind some VisualServer functions | Leon Krause | |
2017-10-19 | Added a node_added signal to the SceneTree | Nathan Warden | |
2017-10-19 | Fix Color.r8/g8/b8/a8 being type float instead of type int | Marcelo Fernandez | |
2017-10-19 | Merge pull request #12230 from BastiaanOlij/arvr_fix_binand | Rémi Verschelde | |
Fix button signals on ARVRController [ci skip] | |||
2017-10-19 | Merge pull request #12053 from Grosskopf/audiodocs-fix | Rémi Verschelde | |
filtering getters&setters over strings works for AudioStreamPlayer* | |||
2017-10-19 | Merge pull request #12229 from Noshyaar/pr-v | Rémi Verschelde | |
Fix Viewport clear mode is bool instead of int, fixes #12202 [ci skip] | |||
2017-10-20 | Always mixing up binary and and boolean and... | Bastiaan Olij | |
2017-10-19 | Merge pull request #12211 from AlexHolly/fix-itemlist-rmb-pos | Gilles Roudiere | |
Itemlist rmb now provides the same pos as Tree rmb | |||
2017-10-19 | Fix Viewport clear mode is bool instead of int, fixes #12202 | Poommetee Ketson | |
2017-10-19 | Formatting an unformatted hyperlink (#12226) | haugenmitch | |
2017-10-19 | Fix spatial shader conversion with texture | Hiroshi Ogawa | |
2017-10-19 | Fix depth draw alpha prepass for shadow | Hiroshi Ogawa | |