Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-17 | Merge pull request #11282 from djrm/pr_script_editor_auto_theme | Poommetee Ketson | |
Added adaptive text editor theme | |||
2017-09-17 | Merge pull request #11269 from toger5/fix_get_stylebox_parent_class | Poommetee Ketson | |
also loop for classes if there is no coustom theme fixes #11250 | |||
2017-09-17 | Merge pull request #11223 from GodotExplorer/pr-undoredo | Poommetee Ketson | |
Expose more methods for UndoRedo | |||
2017-09-17 | Merge pull request #11287 from sersoong/master | Poommetee Ketson | |
fix editor/property_editor.cpp missing TTR | |||
2017-09-17 | Merge pull request #11279 from cbscribe/kcc_kinematiccollision_doc | Poommetee Ketson | |
Document new KinematicCollision2D class [ci skip] | |||
2017-09-16 | Document new KinematicCollision2D class | Chris Bradfield | |
2017-09-17 | Merge pull request #11330 from cbscribe/kcc_textureprogress_doc | Poommetee Ketson | |
[DOCS] Update TextureProgress class ref | |||
2017-09-17 | Merge pull request #11329 from cbscribe/kcc_visibilitynotifier2d_doc | Poommetee Ketson | |
[DOCS] update VisibilityNotifier(2D) class ref | |||
2017-09-17 | Merge pull request #11324 from GDquest/ui-nodes | Poommetee Ketson | |
[DOCS] Write and update TextureRect, Label and NinePatchRect | |||
2017-09-17 | Merge pull request #11320 from bojidar-bg/x-doctool-markdownify | Poommetee Ketson | |
Make doc_status output a bit more markdown-friendly, hide some prints | |||
2017-09-17 | Merge pull request #11312 from deliciousfudge/acceptdialog-docs | Poommetee Ketson | |
Rewrite the documentation of AcceptDialog class | |||
2017-09-17 | Merge pull request #11338 from marcelofg55/clang_compilefix | Poommetee Ketson | |
Compile fix for clang error on spatial_editor_plugin.cpp | |||
2017-09-17 | Merge pull request #11339 from guilhermefelipecgs/add_icons_animation_tree | Poommetee Ketson | |
Add missing icons in animation tree editor [ci skip] | |||
2017-09-16 | Add missing icons in animation tree editor | Guilherme Felipe | |
2017-09-16 | [DOCS] update VisibilityNotifier2D class ref. | Chris Bradfield | |
2017-09-16 | Compile fix for clang error on spatial_editor_plugin.cpp | Marcelo Fernandez | |
2017-09-16 | Write TextureRect, Label and NinePatchRect | Nathan | |
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 | [DOCS] Update TextureProgress class ref | Chris Bradfield | |
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 | Make doc_status output a bit more markdown-friendly, hide some prints | Bojidar Marinov | |
2017-09-16 | Adds _OS::PowerState enum | Ignacio Etcheverry | |
2017-09-16 | Rewrite the AcceptDialog class | Roger Smith | |
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 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
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 editor/property_editor.cpp missing TTR | sersoong | |
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 |