summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-21-Fix disable_3d flagJuan Linietsky
-Add extra flag optimize=[size,speed] to be able to prioritize size
2018-07-20Merge pull request #20312 from Nufflee/fix-#20171Juan Linietsky
Fix #20171.
2018-07-20-Fix tooltips in inspector, now they show as rich text.Juan Linietsky
2018-07-20Fix #20171.Nufflee
2018-07-20Merge pull request #20311 from YeldhamDev/update_spinner_popup_radioRémi Verschelde
Make Update Spinner popup use radio items
2018-07-20Make Update Spinner popup use radio itemsMichael Alexsander Silva Dias
2018-07-20Merge pull request #20157 from GodotExplorer/image-load-webpJuan Linietsky
Add webp buffer loader for Image
2018-07-20Fix some more build issues after c69de2ba4Rémi Verschelde
Fixes #20301.
2018-07-20Merge pull request #20299 from PJB3005/18-07-20-cs-editorconfigRémi Verschelde
Adds C# rule to .editorconfig.
2018-07-20Adds C# rule to .editorconfig.Pieter-Jan Briers
C# standard is 4 width spaces, not tabs.
2018-07-20Fix build issues and typos after c69de2ba4Rémi Verschelde
2018-07-20Fix typo in gdnative module path in CODEOWNERSRémi Verschelde
Supersedes and closes #20293.
2018-07-20Merge pull request #20257 from oisincar/fix_basisIgnacio Etcheverry
Fix bug with Basis.Transposed()
2018-07-20Merge pull request #20295 from volzhs/fix-restartvolzhs
Fix unwanted restarting
2018-07-20Fix unwanted restartingvolzhs
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
-Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver
2018-07-19Merge pull request #20117 from ↵Rémi Verschelde
ordigdug/inspector-fix-inconsistencies-with-exported-enums Fix -new inspector- Inconsistencies with exported enums - Fixes remai…
2018-07-19Merge pull request #20265 from BastiaanOlij/csg_documentationMax Hilbrunner
Added some documentation for the CSG nodes
2018-07-19Added some documentation for the CSG nodesBastiaan Olij
2018-07-19Merge pull request #20259 from marcelofg55/anim_call_errRémi Verschelde
Print an error when calling an invalid method on an Animation
2018-07-18Improvements to vector fields, show axis in color with a backgroundJuan Linietsky
2018-07-18Print an error when calling an invalid method on an AnimationMarcelo Fernandez
2018-07-18Fix -new inspector- Inconsistencies with exported enums - Fixes remaining ↵ordigdug
issues in #19534
2018-07-19Fix bug with Basis.Transposed()oisincar
Fix bug where Basis.Transposed() incorrectly updated local basis, and returned an unmodified copy. This also fixes Transform.Inverse().
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-18Merge pull request #20253 from neikeq/nobranchnameideasfeelsbadmanIgnacio Etcheverry
Make C# bindings generator ignore disabled classes
2018-07-18Make C# bindings generator ignore disabled classesIgnacio Etcheverry
2018-07-18Fix spin slider, was not registering drag properlyJuan Linietsky
2018-07-18Merge pull request #20243 from karroffel/object-windows-doofRémi Verschelde
fix nameclash with MSVC
2018-07-18fix nameclash with MSVCkarroffel
2018-07-18Ability to disable scale in nodes, closes #19927Juan Linietsky
2018-07-18Travis: Update clang-format version in shell scriptRémi Verschelde
2018-07-18Travis: Install libstdc++ >= 4.9 for clang-format-6.0Rémi Verschelde
2018-07-18Merge pull request #19931 from BastiaanOlij/csg_polygon_localJuan Linietsky
Added path_local, path_continuous_u and path_joined properties to CSGPolygon
2018-07-18Travis: Update style checks to clang-format 6.0.1Rémi Verschelde
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-18Merge pull request #20242 from akien-mga/export-preset-reloadMax Hilbrunner
Export: Properly reload preset when opening dialog
2018-07-18Merge pull request #20241 from akien-mga/export-filter-no-resMax Hilbrunner
Export filters: Relax match to allow paths without leading res://
2018-07-18Export: Properly reload preset when opening dialogRémi Verschelde
Fixes #20119 where newly installed templates were not detected. Also fix a bug with preset deletion where it would attempt to edit an already removed preset. For this I made it so that ItemList::deselect_all() also resets `current` to -1, as a manual ItemList::deselect(idx) already does.
2018-07-18Merge pull request #20240 from matthew1006/has-custom-feature-tag-fixRémi Verschelde
Fixed OS.has_feature not using custom feature tags.
2018-07-18Export filters: Relax match to allow paths without leading res://Rémi Verschelde
Previously to include "file.txt", you had to set either "res://file.txt", "*file.txt" or "*.txt" as filter. Now you can use "file.txt".
2018-07-18Merge pull request #20140 from EIREXE/ambient_light_disable_shaderRémi Verschelde
Add disable ambient light flag to shaders and materials
2018-07-18Merge pull request #20185 from volzhs/audio-previewRémi Verschelde
Add audio preview to Inspector dock
2018-07-18Update AUTHORS and DONORS listRémi Verschelde
New contributor added to AUTHORS: @JFonS Also updated alphabetically sorting with `sort -d`. Thanks to all contributors and donors for making Godot possible! [ci skip]
2018-07-18Fixed OS.has_feature not using custom feature tags.matthew1006
2018-07-18Merge pull request #20232 from marcelofg55/fix_enums_vsRémi Verschelde
Fix some missing BIND_ENUM_CONSTANT for visual_shader_nodes.cpp
2018-07-18Merge pull request #20231 from ibrahn/rework-string-rsplitRémi Verschelde
reworked ustring.rsplit to fix behaviour.
2018-07-18Merge pull request #20227 from volzhs/fix-copy-ttfRémi Verschelde
Fix copying ttf, otf by DND to editor
2018-07-18Merge pull request #20228 from volzhs/fix-autowrap-clipRémi Verschelde
Fix Label autowrap clips text
2018-07-17Fix some missing BIND_ENUM_CONSTANT for visual_shader_nodes.cppMarcelo Fernandez