Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | Doc: fix type of stream object | Rémi Verschelde | |
2016-04-06 | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | |
Fixed block indent inconsistency, issue #3803 | |||
2016-04-06 | Merge pull request #4253 from Paulb23/toggle_syntax_highlighting | Rémi Verschelde | |
Option to toggle syntax highlighting | |||
2016-04-06 | Option to toggle syntax highlighting | Paulb23 | |
2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | |
2016-04-06 | Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bones | Rémi Verschelde | |
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones" | |||
2016-04-06 | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | |
Ability to change the caret color | |||
2016-04-06 | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | |
Member variable syntax highlighting | |||
2016-04-06 | Merge pull request #4174 from Hodes/master | Rémi Verschelde | |
Multiple editor plugins for same obj type | |||
2016-04-06 | Merge pull request #4169 from slapin/ik | Rémi Verschelde | |
InverseKinematics node, basic features | |||
2016-04-06 | Merge pull request #4249 from bojidar-bg/add-sleep-state-change-signal | Rémi Verschelde | |
Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D | |||
2016-04-06 | Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes | Bojidar Marinov | |
Closes #3911 | |||
2016-04-06 | Fix PopupMenu and MenuButton not activating items with shortcut inside submenus | Bojidar Marinov | |
2016-04-06 | Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones" | Bojidar Marinov | |
Close #4044 | |||
2016-04-06 | Bind Z key (without modifiers) to toggle wireframe in 3D view | Rémi Verschelde | |
Bind Z key (without modifiers) to toggle wireframe in 3D view | |||
2016-04-06 | Bind Z key (without modifiers) to toggle wireframe in 3D view | Bojidar Marinov | |
Fixed #4124 | |||
2016-04-06 | Fixed text edit undo and redo operation interaction | Paul Batty | |
2016-04-06 | Fixes errors occurring when switching to a new scene with a spatial editor ↵ | SaracenOne | |
from a canvas editor. | |||
2016-04-06 | Added rotation/panning support for trackpads in 3D mode #53 | sunnystormy | |
2016-04-05 | Ability to change the caret color | Paulb23 | |
2016-04-05 | Merge pull request #4231 from Paulb23/selection_undo_fix | Rémi Verschelde | |
Fixed undoing twice when removing selection and 'complex' typo in method name | |||
2016-04-05 | Member variable syntax highlighting | Paulb23 | |
2016-04-05 | Fixed 'complex' typo in method name | Paulb23 | |
2016-04-05 | Fixed undoing twice when removing selection | Paulb23 | |
2016-04-04 | Separate help pages from scripts by default | Rémi Verschelde | |
Fixes #4199 | |||
2016-04-04 | Change toggle comment behaviour. Fixes #4198 | Luiz Paulo de Vasconcellos | |
2016-04-04 | Merge pull request #4191 from leezh/progressbar_minsize | Rémi Verschelde | |
Progress bar minsize now checks percent_visible | |||
2016-04-03 | Merge pull request #4218 from Paulb23/text_edit_insert_mode | Rémi Verschelde | |
Fixed insert mode interaction with selection and autocomplete | |||
2016-04-03 | memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() | MSC | |
2016-04-03 | free Material 'shadow_material_double_sided' on ::finish() | MSC | |
2016-04-03 | Fixed insert mode interaction with auto complete | Paulb23 | |
2016-04-03 | Fixed insert mode removing first unselected character | Paulb23 | |
2016-04-02 | Enables the possibility of editing on multiple plugins at same time on same ↵ | hodes | |
object type. | |||
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-31 | Progress bar minsize now checks percent_visible | Zher Huei Lee | |
Allows for really thin progress bars such as for pixel-art styles. | |||
2016-03-31 | Now parameters can be changed real time | Sergey Lapin | |
2016-03-31 | Added speed setting | Sergey Lapin | |
2016-03-31 | InverseKinematics node, basic features | Sergey 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-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 | |