Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-19 | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | |
Visual improvements and new look for VS | |||
2017-09-19 | Merge pull request #10437 from groud/2d_editor_enhancements | Rémi Verschelde | |
Some 2d editor enhancements | |||
2017-09-18 | Add some options and reorganize the 2D editor menus. Makes available forced ↵ | Gilles Roudiere | |
snapping. | |||
2017-09-18 | Merge pull request #11372 from volzhs/fix-smooth-scroll | Rémi Verschelde | |
Fix smooth scrolling in ScrollBar | |||
2017-09-18 | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2 | Rémi Verschelde | |
autocomplete logic attempt 2, fixes #10695 | |||
2017-09-17 | Merge pull request #11328 from Paulb23/left_right_arrow_tree_issue_10737 | Rémi Verschelde | |
Added Left / Right arrow navigation in tree, issue 10737 | |||
2017-09-18 | Fix smooth scrolling in ScrollBar | volzhs | |
fixes #11369 | |||
2017-09-17 | Fix crash when using key+u on a line with only a # | Marcelo Fernandez | |
2017-09-17 | Merge pull request #11314 from marcelofg55/master | Rémi Verschelde | |
Fix possible crash with ctrl-u on script editor | |||
2017-09-17 | Merge pull request #11301 from volzhs/fix-richtextlabel | Rémi Verschelde | |
Make clickable properly in editor help | |||
2017-09-17 | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | |
Renamed function arguments to keep them consistent between declaration and implementation | |||
2017-09-17 | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde | |
Added border for tabs + container. | |||
2017-09-16 | Fixed compilation with tools=no | Daniel J. Ramirez | |
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-16 | Added Left / Right arrow navigation in tree, issue 10737 | Paulb23 | |
2017-09-16 | Fix possible crash with ctrl-u on script editor | Marcelo Fernandez | |
2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
2017-09-16 | Make clickable properly in editor help | volzhs | |
fixes #3671 | |||
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 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | |
Fix enums bindings | |||
2017-09-15 | joyid is set to -1, not 0 when no joystick entity has been created | BastiaanOlij | |
2017-09-15 | Added border for tabs + container. | toger5 | |
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles. | |||
2017-09-14 | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | |
implementation | |||
2017-09-14 | Improved VisualScriptEditor | Daniel J. Ramirez | |
2017-09-14 | also loop for classes if there is no coustom theme fixes #11250 | toger5 | |
2017-09-13 | Merge pull request #11191 from toger5/slider_highlight_area | Rémi Verschelde | |
added highlight area to slider | |||
2017-09-13 | Fix enums bindings | Maxim Sheronov | |
Add missed bindings for enums Move some enums to class to have correct output of api.json | |||
2017-09-13 | Merge pull request #10995 from GodotExplorer/pr-tree | Rémi Verschelde | |
Add custom minumus height to TreeItem | |||
2017-09-13 | Merge pull request #7908 from SaracenOne/recast | Rémi Verschelde | |
In-editor navmesh generation. | |||
2017-09-13 | Fix out of bound array indexing (reverb_vol) | Hein-Pieter van Braam | |
Same issue as in a3f9fe52. AudioFrame[3] being indexed at [3] | |||
2017-09-13 | Fix out of bound array indexing | Hein-Pieter van Braam | |
730d36f350 introduced introduced some code that indexes AudioFrame[3], it is however defined as AudioFrame[3]. This increases the size to [4] | |||
2017-09-13 | Merge pull request #11069 from aroncds/master | Rémi Verschelde | |
KinematicBody2D api most friendlier | |||
2017-09-13 | Renamed play to playing property, but now playing and is_playing is the ↵ | Juan Linietsky | |
same, to avoid confusing. Closes #11211 | |||
2017-09-12 | added highlight area to slider | toger5 | |
2017-09-12 | Merge pull request #10568 from marcelofg55/surround_fixes | Hein-Pieter van Braam | |
Fixed issues with surround sound on audio server | |||
2017-09-12 | Improved theme generation, and other fixes | Daniel J. Ramirez | |
2017-09-12 | Fixed issues with surround sound on audio server | Marcelo Fernandez | |
2017-09-12 | Merge pull request #11015 from toger5/rtl_default_stylebox_empty | Rémi Verschelde | |
rtl uses styleBoxEmpty as defualt fixes: #11014 | |||
2017-09-12 | Merge pull request #11002 from NathanWarden/vehicle_wheel_warning | Rémi Verschelde | |
Added a warning message when a VehicleWheel is not a child of a VehicleBody. | |||
2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | |
Fix unused variable warnings | |||
2017-09-12 | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde | |
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988. | |||
2017-09-12 | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | |
Remove assignment and declarations in if statements | |||
2017-09-12 | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | |
Fix various assorted warnings | |||
2017-09-12 | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | |
Fix serveral recent new clang-format errors [ci skip] | |||
2017-09-12 | Merge pull request #11135 from willnationsdev/area2d-docs | Poommetee Ketson | |
Area2D Documentation + constants in _bind_methods | |||
2017-09-11 | Updated Area2D docs and added enum constants to scripting | Will Nations | |
2017-09-12 | Merge pull request #11142 from BastiaanOlij/arvr_signal_id | Poommetee Ketson | |
Added ID to tracker signals and property for storing hand |