Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-02 | Switch Mac version to 2.1-dev too | Rémi Verschelde | |
2016-04-02 | Function syntax highlighting | Paul Batty | |
2016-04-02 | Remove trailing spaces | Rémi Verschelde | |
2016-04-02 | Merge pull request #4193 from Paulb23/text_edit_insert_mode | Rémi Verschelde | |
Added insert mode to text editor | |||
2016-04-02 | Merge pull request #4184 from Paulb23/toggle_line_numbers | Rémi Verschelde | |
Option to toggle line numbers. | |||
2016-04-02 | Port 2D demos to TSCN/TRES formats | Rémi Verschelde | |
Part of #4196. | |||
2016-04-01 | Added insert mode to text editor | Paulb23 | |
2016-04-01 | Fix last two bindings in input_mapping demo | Ré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-01 | Merge pull request #4194 from HeartoLazor/timerpause | Rémi Verschelde | |
Now the timer could be paused | |||
2016-03-31 | Now the timer could be paused | Hearto Lazor | |
pause with: set_active(true/false) is paused with: is_active() | |||
2016-03-30 | Merge pull request #4179 from Adjective-Object/master | Rémi Verschelde | |
inherit PKG_CONFIG_PATH from environment | |||
2016-03-30 | Option to toggle line numbers | Paulb23 | |
2016-03-30 | inherit PKG_CONFIG_PATH from environment | Maxwell Huang-Hobbs | |
2016-03-30 | Merge pull request #4156 from JoshuaGrams/match-docs | Rémi Verschelde | |
doc/base/classes.xml: String.match, Node.find_node | |||
2016-03-30 | Merge pull request #4150 from Paulb23/number_syntax_highlighting | Rémi Verschelde | |
Fixed numbers not highlighting after space | |||
2016-03-30 | Merge pull request #4149 from Paulb23/save_scene_flicker_issue_4118 | Rémi Verschelde | |
Fix for issue #4118 | |||
2016-03-27 | doc/base/classes.xml: String.match, Node.find_node | Josh Grams | |
Clarify wildcard behavior. | |||
2016-03-26 | Fixed numbers not highlighting after space | Paulb23 | |
2016-03-26 | Stopped save scene flicker, issue 4118 | Paulb23 | |
2016-03-23 | Merge pull request #4102 from SaracenOne/dynamic_margin_properties | Rémi Verschelde | |
Dynamic property list for control margins | |||
2016-03-22 | Enter the 2.1 alpha phase | Rémi Verschelde | |
To make it clearer that this branch is more recent than the stable 2.0.x releases. | |||
2016-03-22 | Add support for patch versions (2.0.x) | Rémi Verschelde | |
(cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b) | |||
2016-03-22 | Merge pull request #4115 from Paulb23/number_syntax_highlighting | Rémi Verschelde | |
Syntax highlighting for numbers | |||
2016-03-22 | Merge pull request #4119 from sanikoyes/Pr-crash-exit-tree | Rémi Verschelde | |
Fix GDScript crash when call show/hide in func _exit_tree | |||
2016-03-22 | Fix GDScript crash when call show/hide in func _exit_tree | sanikoyes | |
2016-03-21 | Syntax highlighting for numbers | Paulb23 | |
2016-03-20 | Merge pull request #4105 from akien-mga/pr-android-shutdown-adb | Rémi Verschelde | |
Expose android/shutdown_adb_on_exit parameter | |||
2016-03-20 | Expose android/shutdown_adb_on_exit parameter and default to true | Rémi Verschelde | |
It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073. | |||
2016-03-20 | Merge pull request #4033 from akien-mga/pr-sample-lib-stop-button | Rémi Verschelde | |
Add stop and delete buttons to sample library (supersedes #3339) | |||
2016-03-20 | Merge pull request #4104 from teamblubee/master | Rémi Verschelde | |
Add support for gnu-libstc++-4.9 needed by recent NDK versions | |||
2016-03-20 | Add support for gnu-libstc++-4.9 needed by recent NDK versions | blubee | |
The 4.9 version is the default one, people can still build using 4.8 with older NDK versions by setting the (optional) NDK_TARGET and NDK_TARGET_X86 environment variables. | |||
2016-03-20 | Dynamic property list for control margins allowing floating point properties ↵ | Saracen | |
to be used with ratio anchors. | |||
2016-03-19 | Merge pull request #4085 from sanikoyes/Pr-adb-keep-user-data | Rémi Verschelde | |
Add -r flag to adb install for keep app user data | |||
2016-03-19 | Merge pull request #4095 from neikeq/pr-bind-add_spacer | Rémi Verschelde | |
BoxContainer: Bind method add_spacer(bool) | |||
2016-03-19 | Merge pull request #4094 from neikeq/pr-fix-4062 | Rémi Verschelde | |
TextEdit: Fix Shift+Delete shortcut not calling cut() | |||
2016-03-19 | BoxContainer: Bind method add_spacer(bool) | Ignacio Etcheverry | |
2016-03-19 | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | |
2016-03-19 | Merge pull request #4088 from bojidar-bg/PR-fix-tilemap-z | Rémi Verschelde | |
Fix issues with tilemap covering child nodes and old quadrants | |||
2016-03-19 | Merge pull request #4090 from demolitions/master | Rémi Verschelde | |
Fixes #3942 - Throws an error when exporting for X11 with no filename | |||
2016-03-18 | Fixes #3942 - Throws an error when exporting for X11 with no filename | demolitions | |
2016-03-18 | Merge pull request #4087 from demolitions/master | Rémi Verschelde | |
Fix for #4014 | |||
2016-03-18 | Fix issues with tilemap covering child nodes and old quadrants | Bojidar Marinov | |
Closes #4070 | |||
2016-03-18 | Fix for #4014, changed to 2 instead of 3 chars to trigger search | demolitions | |
2016-03-18 | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-select | Rémi Verschelde | |
Allow select multiple files in ResourcePreloaderEditor | |||
2016-03-18 | Merge pull request #4086 from Paulb23/toggle_draw_tabs | Rémi Verschelde | |
Option to toggle tab drawing | |||
2016-03-18 | Option to toggle tab drawing | Paulb23 | |
2016-03-18 | Rename path to paths | sanikoyes | |
2016-03-18 | Add -r flag to adb install for keep app user data | sanikoyes | |
2016-03-18 | Merge pull request #4071 from Razzlegames/getUnixTimeFromDateTime | Rémi Verschelde | |
Add function to convert Datetime from a dictionary to Epoch | |||
2016-03-18 | Merge pull request #4083 from SaracenOne/tree_control_cursor_fix | Rémi Verschelde | |
Fix cursor getting locked on tree control |