summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-06Merge pull request #4169 from slapin/ikRémi Verschelde
InverseKinematics node, basic features
2016-04-06Merge pull request #4249 from bojidar-bg/add-sleep-state-change-signalRémi Verschelde
Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D
2016-04-06Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov
Closes #3911
2016-04-06Bind Z key (without modifiers) to toggle wireframe in 3D viewRémi Verschelde
Bind Z key (without modifiers) to toggle wireframe in 3D view
2016-04-06Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov
Fixed #4124
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-06Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne
from a canvas editor.
2016-04-06Added rotation/panning support for trackpads in 3D mode #53sunnystormy
2016-04-05Merge pull request #4231 from Paulb23/selection_undo_fixRémi Verschelde
Fixed undoing twice when removing selection and 'complex' typo in method name
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-04Separate help pages from scripts by defaultRémi Verschelde
Fixes #4199
2016-04-04Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos
2016-04-04Merge pull request #4191 from leezh/progressbar_minsizeRémi Verschelde
Progress bar minsize now checks percent_visible
2016-04-03Merge pull request #4218 from Paulb23/text_edit_insert_modeRémi Verschelde
Fixed insert mode interaction with selection and autocomplete
2016-04-03memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC
2016-04-03free Material 'shadow_material_double_sided' on ::finish()MSC
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Switch Mac version to 2.1-dev tooRémi Verschelde
2016-04-02Function syntax highlightingPaul Batty
2016-04-02Remove trailing spacesRémi Verschelde
2016-04-02Merge pull request #4193 from Paulb23/text_edit_insert_modeRémi Verschelde
Added insert mode to text editor
2016-04-02Merge pull request #4184 from Paulb23/toggle_line_numbersRémi Verschelde
Option to toggle line numbers.
2016-04-02Port 2D demos to TSCN/TRES formatsRémi Verschelde
Part of #4196.
2016-04-01Added insert mode to text editorPaulb23
2016-04-01Fix last two bindings in input_mapping demoRémi Verschelde
Also connect the signal from script, as it makes it easier to understand than by having to check the connected signals via the GUI.
2016-04-01Merge pull request #4194 from HeartoLazor/timerpauseRémi Verschelde
Now the timer could be paused
2016-03-31Now the timer could be pausedHearto Lazor
pause with: set_active(true/false) is paused with: is_active()
2016-03-31Progress bar minsize now checks percent_visibleZher Huei Lee
Allows for really thin progress bars such as for pixel-art styles.
2016-03-31Now parameters can be changed real timeSergey Lapin
2016-03-31Added speed settingSergey Lapin
2016-03-31InverseKinematics node, basic featuresSergey Lapin
I don't already know how the fuck it works, but it is. A bit slow currently, but hope to improve it soon. The current limitations: 1. No constraints. At all. 2. Used simplest CCD algorithm, I just can't believe in jacobian construction from code. 3. Slow to get to target.
2016-03-30Merge pull request #4179 from Adjective-Object/masterRémi Verschelde
inherit PKG_CONFIG_PATH from environment
2016-03-30Option to toggle line numbersPaulb23
2016-03-30inherit PKG_CONFIG_PATH from environmentMaxwell Huang-Hobbs
2016-03-30Merge pull request #4156 from JoshuaGrams/match-docsRémi Verschelde
doc/base/classes.xml: String.match, Node.find_node
2016-03-30Merge pull request #4150 from Paulb23/number_syntax_highlightingRémi Verschelde
Fixed numbers not highlighting after space
2016-03-30Merge pull request #4149 from Paulb23/save_scene_flicker_issue_4118Rémi Verschelde
Fix for issue #4118
2016-03-27doc/base/classes.xml: String.match, Node.find_nodeJosh Grams
Clarify wildcard behavior.
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-26Stopped save scene flicker, issue 4118Paulb23
2016-03-23Merge pull request #4102 from SaracenOne/dynamic_margin_propertiesRémi Verschelde
Dynamic property list for control margins
2016-03-22Enter the 2.1 alpha phaseRémi Verschelde
To make it clearer that this branch is more recent than the stable 2.0.x releases.
2016-03-22Add support for patch versions (2.0.x)Rémi Verschelde
(cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b)
2016-03-22Merge pull request #4115 from Paulb23/number_syntax_highlightingRémi Verschelde
Syntax highlighting for numbers
2016-03-22Merge pull request #4119 from sanikoyes/Pr-crash-exit-treeRémi Verschelde
Fix GDScript crash when call show/hide in func _exit_tree
2016-03-22Fix GDScript crash when call show/hide in func _exit_treesanikoyes
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-20Merge pull request #4105 from akien-mga/pr-android-shutdown-adbRémi Verschelde
Expose android/shutdown_adb_on_exit parameter