Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2017-09-12 | Merge pull request #11152 from SaracenOne/mesh_arrays_access | Poommetee Ketson | |
Script access to formatted arrays and blend_arrays in meshes. | |||
2017-09-12 | Merge pull request #11167 from bojidar-bg/9547-fix-metadata-duplication | Poommetee Ketson | |
Fix duplication of nodes resulting in shared metadata | |||
2017-09-11 | Material: fix priority not int | Poommetee Ketson | |
2017-09-11 | Fix duplication of nodes resulting in shared metadata | Bojidar Marinov | |
Fixes #9547 | |||
2017-09-11 | Script access to formatted arrays and blend_arrays in meshes. | SaracenOne | |
2017-09-10 | Added to kinematicbody2d the copy and paste of the API friendler of ↵ | Aron de Castro | |
KinematicBody | |||
2017-09-10 | Added ID to tracker signals and property for storing hand | Bastiaan Olij | |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam | |
The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-08 | Remove assignment and declarations in if statements | Hein-Pieter van Braam | |
After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means. | |||
2017-09-08 | Fix various assorted warnings | Hein-Pieter van Braam | |
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | |||
2017-09-07 | Ability to use a sky for reflection together with a background color. | Juan Linietsky | |
2017-09-08 | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | |
2017-09-07 | Several fixes to directional shadows, closes #10926 | Juan Linietsky | |
Added option to change directional light range mode, between optimized and stable. For Orthogonal, you might need to use optimized. | |||
2017-09-07 | Restored auto snapping of controls to pixels, fixes #10847 and probably ↵ | Juan Linietsky | |
several more issues. Made it optional in the project settings but defaults to true. | |||
2017-09-06 | Renamed playing property of audiostreams to play, to make it clearer. Fixes ↵ | Juan Linietsky | |
#10730 Also disabled the auto shut down of the property when stream ends, to make it easier to animate | |||
2017-09-06 | Check whether stuff is visible before baking it, closes #10525 | Juan Linietsky | |
2017-09-06 | rtl uses styleBoxEmpty as defualt | toger5 | |
2017-09-06 | Remove dead ButtonGroup code | Rémi Verschelde | |
2017-09-05 | hide next pass for material types that make it pointless, closes #10686 | Juan Linietsky | |
2017-09-05 | Renames _add_child_below_node() to add_child_below_node(). Closes #9988. | David Saltares | |
2017-09-05 | Added a warning message when a VehicleWheel is not a child of a VehicleBody. | Nathan Warden | |
2017-09-05 | Add custom minumus height to TreeItem | Geequlim | |
And expose the method `get_drop_section_at_pos` of Tree | |||
2017-09-05 | Automatically redraw when shaders using TIME are visible, fixes #10554 | Juan Linietsky | |
2017-09-05 | Merge pull request #10978 from Noshyaar/pr-meshlib | Rémi Verschelde | |
MeshLibrary: remove duplicated line [ci skip] |