Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-16 | Compile fix for clang error on spatial_editor_plugin.cpp | Marcelo Fernandez | |
2017-09-16 | Merge pull request #11265 from hoelzl/fix-python3-build | Rémi Verschelde | |
Fix errors in Python 3 build [ci skip] | |||
2017-09-16 | Merge pull request #11255 from n-pigeon/spatial_doc_tweaks | Rémi Verschelde | |
Spatial, Transform and Transform2D documentation tweaks [ci skip] | |||
2017-09-16 | Apply clang-format again to recent changes | Rémi Verschelde | |
Also add missing copyright headers. [ci skip] | |||
2017-09-16 | Merge pull request #11283 from volzhs/fix-icon_map-error | Rémi Verschelde | |
Fix !icon_map.has(p_type) error | |||
2017-09-16 | Merge pull request #11298 from marcelofg55/fix_gdnative_compile | Rémi Verschelde | |
Fix compile error on gd_native_library_editor.cpp with tools=no | |||
2017-09-16 | forgot to set proper default values for new camera interpolation | Juan Linietsky | |
2017-09-16 | Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵ | Juan Linietsky | |
interpolation. | |||
2017-09-16 | Merge pull request #11319 from neikeq/docdata-enum-proxy | Ignacio Etcheverry | |
DocData: Fix enums for proxy classes | |||
2017-09-16 | Merge pull request #11316 from neikeq/aaaaah | Ignacio Etcheverry | |
Adds _OS::PowerState enum | |||
2017-09-16 | DocData: Fix enums for proxy classes | Ignacio Etcheverry | |
2017-09-16 | Adds _OS::PowerState enum | Ignacio Etcheverry | |
2017-09-16 | Fix errors in Python 3 build | Matthias Hoelzl | |
2017-09-16 | doc: Sync classref with current source | Rémi Verschelde | |
[ci skip] | |||
2017-09-16 | Merge pull request #11300 from djrm/pr_update_doc_status | Rémi Verschelde | |
Update doc status generator. | |||
2017-09-15 | Merge pull request #11307 from godotengine/revert-11078-fix-10717 | Thomas Herzog | |
Revert "Don't allow division by false (zero)" | |||
2017-09-15 | Revert "Don't allow division by false (zero)" | Thomas Herzog | |
2017-09-15 | Merge pull request #11078 from hpvb/fix-10717 | Hein-Pieter van Braam | |
Don't allow division by false (zero) | |||
2017-09-15 | Don't allow division by false (zero) | Hein-Pieter van Braam | |
This fixes #10717 | |||
2017-09-15 | Update doc status generator. | Daniel J. Ramirez | |
[ciskip] | |||
2017-09-15 | Added type on export file callback, and initial export function. | Juan Linietsky | |
2017-09-15 | Fix compile error on gd_native_library_editor.cpp with tools=no | Marcelo Fernandez | |
2017-09-15 | Merge pull request #11280 from BastiaanOlij/fix_arvr_joyid | Andreas Haas | |
joyid is set to -1, not 0 when no joystick entity has been created | |||
2017-09-15 | Spatial, Transform and Transform2D documentation tweaks | Przemysław Gołąb (n-pigeon) | |
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | |
Fix enums bindings | |||
2017-09-15 | Fix !icon_map.has(p_type) error | volzhs | |
"ResizedFolder" "ResizedFile" icons are removed from 15904d6 | |||
2017-09-15 | joyid is set to -1, not 0 when no joystick entity has been created | BastiaanOlij | |
2017-09-14 | Re-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-14 | X11: Fix gamepads not being added whith udev. | Andreas Haas | |
Seems like this property isn't present on some gamepads... Fixes #10958 | |||
2017-09-14 | Merge pull request #11237 from endragor/gdnative-variant-ref | Thomas Herzog | |
Construct Variants from Reference properly in GDNative | |||
2017-09-14 | Added a menu to enable/disabled GDNative singletons in project settings | Juan Linietsky | |
2017-09-14 | Merge pull request #11268 from ISylvox/fix-typo | Andreas Haas | |
Fixes typo : from 'my' to 'may' | |||
2017-09-14 | Fixed typo in editor_node.cpp: 'my' to 'may' | Indah Sylvia | |
2017-09-14 | Warn the user that changes to resources will be lost when editing imported ↵ | Juan Linietsky | |
or instanced resources from scenes. | |||
2017-09-14 | Construct Variants from Reference properly in GDNative | Ruslan 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-14 | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | |
Improved editor docs | |||
2017-09-14 | Merge pull request #11259 from RaTi17/master | Rémi Verschelde | |
Fix 2 typos, rename "/constant" to "constant" [ci skip] | |||
2017-09-14 | Fix 2 typos | Jeroen | |
2017-09-14 | Merge pull request #11246 from djrm/pr_better_script_temperature | Hein-Pieter van Braam | |
More consistent script color temperatures. | |||
2017-09-14 | Merge pull request #11031 from nabor/rename-dialog | Hein-Pieter van Braam | |
Added support to rename projects on manager | |||
2017-09-14 | Merge pull request #11195 from poke1024/fix10936 | Rémi Verschelde | |
Sprite selection rectangle updates again (fixes #10936) | |||
2017-09-14 | Several fixed to editor doc. | Daniel J. Ramirez | |
Improved style Fixed editor help issues Added editor help index | |||
2017-09-14 | Changed source font to Mononoki. | Daniel J. Ramirez | |
2017-09-14 | sprite 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-13 | Deleted unnecessary print | Nabor Erices | |
2017-09-13 | Merge pull request #11245 from akien-mga/travis-ccache | Rémi Verschelde | |
Travis: Try enabling ccache to speed up builds | |||
2017-09-13 | Travis: Try enabling ccache to speed up builds | Rémi Verschelde | |
2017-09-13 | Buildsystem: Windows cross-compilation on Linux defaults to 64-bit | Rémi Verschelde | |
2017-09-13 | More consistent script color temperatures. | Daniel J. Ramirez | |
2017-09-13 | doc: Sync classref with current source | Rémi Verschelde | |
[ci skip] |