summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-16Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez
2017-09-16Merge pull request #11265 from hoelzl/fix-python3-buildRémi Verschelde
Fix errors in Python 3 build [ci skip]
2017-09-16Merge pull request #11255 from n-pigeon/spatial_doc_tweaksRémi Verschelde
Spatial, Transform and Transform2D documentation tweaks [ci skip]
2017-09-16Apply clang-format again to recent changesRémi Verschelde
Also add missing copyright headers. [ci skip]
2017-09-16Merge pull request #11283 from volzhs/fix-icon_map-errorRémi Verschelde
Fix !icon_map.has(p_type) error
2017-09-16Merge pull request #11298 from marcelofg55/fix_gdnative_compileRémi Verschelde
Fix compile error on gd_native_library_editor.cpp with tools=no
2017-09-16forgot to set proper default values for new camera interpolationJuan Linietsky
2017-09-16Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky
interpolation.
2017-09-16Merge pull request #11319 from neikeq/docdata-enum-proxyIgnacio Etcheverry
DocData: Fix enums for proxy classes
2017-09-16Merge pull request #11316 from neikeq/aaaaahIgnacio Etcheverry
Adds _OS::PowerState enum
2017-09-16DocData: Fix enums for proxy classesIgnacio Etcheverry
2017-09-16Adds _OS::PowerState enumIgnacio Etcheverry
2017-09-16Fix errors in Python 3 buildMatthias Hoelzl
2017-09-16doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-16Merge pull request #11300 from djrm/pr_update_doc_statusRémi Verschelde
Update doc status generator.
2017-09-15Merge pull request #11307 from godotengine/revert-11078-fix-10717Thomas Herzog
Revert "Don't allow division by false (zero)"
2017-09-15Revert "Don't allow division by false (zero)"Thomas Herzog
2017-09-15Merge pull request #11078 from hpvb/fix-10717Hein-Pieter van Braam
Don't allow division by false (zero)
2017-09-15Don't allow division by false (zero)Hein-Pieter van Braam
This fixes #10717
2017-09-15Update doc status generator.Daniel J. Ramirez
[ciskip]
2017-09-15Added type on export file callback, and initial export function.Juan Linietsky
2017-09-15Fix compile error on gd_native_library_editor.cpp with tools=noMarcelo Fernandez
2017-09-15Merge pull request #11280 from BastiaanOlij/fix_arvr_joyidAndreas Haas
joyid is set to -1, not 0 when no joystick entity has been created
2017-09-15Spatial, Transform and Transform2D documentation tweaksPrzemysław Gołąb (n-pigeon)
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
Fix enums bindings
2017-09-15Fix !icon_map.has(p_type) errorvolzhs
"ResizedFolder" "ResizedFile" icons are removed from 15904d6
2017-09-15joyid is set to -1, not 0 when no joystick entity has been createdBastiaanOlij
2017-09-14Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky
to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
2017-09-14X11: Fix gamepads not being added whith udev.Andreas Haas
Seems like this property isn't present on some gamepads... Fixes #10958
2017-09-14Merge pull request #11237 from endragor/gdnative-variant-refThomas Herzog
Construct Variants from Reference properly in GDNative
2017-09-14Added a menu to enable/disabled GDNative singletons in project settingsJuan Linietsky
2017-09-14Merge pull request #11268 from ISylvox/fix-typoAndreas Haas
Fixes typo : from 'my' to 'may'
2017-09-14Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia
2017-09-14Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky
or instanced resources from scenes.
2017-09-14Construct Variants from Reference properly in GDNativeRuslan Mustakov
Previously godot_variant_new_object constructed Variant without accounting for the fact that the Object can be a Reference, so refcount was not increased and References were destructed prematurely. Also, Reference::init_ref did not propagate refcount increment to the script instance, which led to desync of refcount info on the script side and Godot side.
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Merge pull request #11259 from RaTi17/masterRémi Verschelde
Fix 2 typos, rename "/constant" to "constant" [ci skip]
2017-09-14Fix 2 typosJeroen
2017-09-14Merge pull request #11246 from djrm/pr_better_script_temperatureHein-Pieter van Braam
More consistent script color temperatures.
2017-09-14Merge pull request #11031 from nabor/rename-dialogHein-Pieter van Braam
Added support to rename projects on manager
2017-09-14Merge pull request #11195 from poke1024/fix10936Rémi Verschelde
Sprite selection rectangle updates again (fixes #10936)
2017-09-14Several fixed to editor doc.Daniel J. Ramirez
Improved style Fixed editor help issues Added editor help index
2017-09-14Changed source font to Mononoki.Daniel J. Ramirez
2017-09-14sprite selection rectangle updates again (fixes issue 10936)poke1024
sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either.
2017-09-13Deleted unnecessary printNabor Erices
2017-09-13Merge pull request #11245 from akien-mga/travis-ccacheRémi Verschelde
Travis: Try enabling ccache to speed up builds
2017-09-13Travis: Try enabling ccache to speed up buildsRémi Verschelde
2017-09-13Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde
2017-09-13More consistent script color temperatures.Daniel J. Ramirez
2017-09-13doc: Sync classref with current sourceRémi Verschelde
[ci skip]