| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-04-07 | Sync docs with source | Rémi Verschelde | 1 | -36/+388 | |
| 2016-04-07 | Remove duplicate | Rémi Verschelde | 1 | -1/+0 | |
| 2016-04-07 | Fix RayCast not updating when debugging collissions | Ignacio Etcheverry | 2 | -2/+2 | |
| 2016-04-07 | CanvasItemEditorPlugin: Avoid selecting items from instanced scenes | Ignacio Etcheverry | 2 | -2/+11 | |
| - This behaviour is only applied to click selection. Rect selection and List selection can still select these items | |||||
| 2016-04-07 | Doc: fix type of stream object | Rémi Verschelde | 1 | -2/+2 | |
| 2016-04-07 | Fix warn print when hide an control does not inside_tree | sanikoyes | 1 | -2/+5 | |
| 2016-04-07 | Fix crash when tween control object previous freed | sanikoyes | 1 | -0/+13 | |
| 2016-04-06 | Option to toggle syntax highlighting | Paulb23 | 2 | -1/+4 | |
| 2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 3 | -66/+67 | |
| 2016-04-06 | Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes | Bojidar Marinov | 4 | -2/+12 | |
| Closes #3911 | |||||
| 2016-04-06 | Fix PopupMenu and MenuButton not activating items with shortcut inside submenus | Bojidar Marinov | 3 | -22/+24 | |
| 2016-04-06 | Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones" | Bojidar Marinov | 1 | -1/+1 | |
| Close #4044 | |||||
| 2016-04-06 | Bind Z key (without modifiers) to toggle wireframe in 3D view | Bojidar Marinov | 1 | -0/+11 | |
| Fixed #4124 | |||||
| 2016-04-06 | Fixed text edit undo and redo operation interaction | Paul Batty | 3 | -16/+25 | |
| 2016-04-06 | Fixes errors occurring when switching to a new scene with a spatial editor ↵ | SaracenOne | 1 | -24/+30 | |
| from a canvas editor. | |||||
| 2016-04-06 | Added rotation/panning support for trackpads in 3D mode #53 | sunnystormy | 1 | -5/+22 | |
| 2016-04-05 | Ability to change the caret color | Paulb23 | 4 | -4/+8 | |
| 2016-04-05 | Member variable syntax highlighting | Paulb23 | 4 | -0/+19 | |
| 2016-04-05 | Fixed 'complex' typo in method name | Paulb23 | 2 | -14/+14 | |
| 2016-04-05 | Fixed undoing twice when removing selection | Paulb23 | 1 | -0/+5 | |
| 2016-04-04 | Separate help pages from scripts by default | Rémi Verschelde | 1 | -1/+1 | |
| Fixes #4199 | |||||
| 2016-04-04 | Change toggle comment behaviour. Fixes #4198 | Luiz Paulo de Vasconcellos | 1 | -0/+5 | |
| 2016-04-03 | memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() | MSC | 1 | -0/+2 | |
| 2016-04-03 | free Material 'shadow_material_double_sided' on ::finish() | MSC | 1 | -0/+1 | |
| 2016-04-03 | Fixed insert mode interaction with auto complete | Paulb23 | 1 | -0/+15 | |
| 2016-04-03 | Fixed insert mode removing first unselected character | Paulb23 | 1 | -4/+6 | |
| 2016-04-02 | Enables the possibility of editing on multiple plugins at same time on same ↵ | hodes | 7 | -37/+145 | |
| object type. | |||||
| 2016-04-02 | Switch Mac version to 2.1-dev too | Rémi Verschelde | 1 | -2/+2 | |
| 2016-04-02 | Function syntax highlighting | Paul Batty | 4 | -0/+22 | |
| 2016-04-02 | Remove trailing spaces | Rémi Verschelde | 42 | -817/+815 | |
| 2016-04-02 | Port 2D demos to TSCN/TRES formats | Rémi Verschelde | 193 | -6666/+9957 | |
| Part of #4196. | |||||
| 2016-04-01 | Added insert mode to text editor | Paulb23 | 2 | -3/+46 | |
| 2016-04-01 | Fix last two bindings in input_mapping demo | Rémi Verschelde | 2 | -1/+3 | |
| 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-03-31 | Now the timer could be paused | Hearto Lazor | 2 | -3/+27 | |
| pause with: set_active(true/false) is paused with: is_active() | |||||
| 2016-03-31 | Progress bar minsize now checks percent_visible | Zher Huei Lee | 1 | -1/+3 | |
| Allows for really thin progress bars such as for pixel-art styles. | |||||
| 2016-03-31 | Now parameters can be changed real time | Sergey Lapin | 2 | -29/+36 | |
| 2016-03-31 | Added speed setting | Sergey Lapin | 2 | -1/+27 | |
| 2016-03-31 | InverseKinematics node, basic features | Sergey Lapin | 8 | -0/+458 | |
| 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-30 | Option to toggle line numbers | Paulb23 | 2 | -0/+4 | |
| 2016-03-30 | inherit PKG_CONFIG_PATH from environment | Maxwell Huang-Hobbs | 1 | -1/+6 | |
| 2016-03-27 | doc/base/classes.xml: String.match, Node.find_node | Josh Grams | 1 | -2/+3 | |
| Clarify wildcard behavior. | |||||
| 2016-03-26 | Fixed numbers not highlighting after space | Paulb23 | 1 | -1/+1 | |
| 2016-03-26 | Stopped save scene flicker, issue 4118 | Paulb23 | 1 | -2/+6 | |
| 2016-03-22 | Enter the 2.1 alpha phase | Rémi Verschelde | 1 | -2/+2 | |
| 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 | 3 | -3/+6 | |
| (cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b) | |||||
| 2016-03-22 | Fix GDScript crash when call show/hide in func _exit_tree | sanikoyes | 1 | -2/+2 | |
| 2016-03-21 | Syntax highlighting for numbers | Paulb23 | 4 | -2/+39 | |
| 2016-03-20 | Expose android/shutdown_adb_on_exit parameter and default to true | Rémi Verschelde | 1 | -0/+1 | |
| 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 | Add support for gnu-libstc++-4.9 needed by recent NDK versions | blubee | 1 | -7/+9 | |
| 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 | 1 | -8/+80 | |
| to be used with ratio anchors. | |||||
