index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
os_javascript.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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 fr...
SaracenOne
1
-24
/
+30
2016-04-06
Added rotation/panning support for trackpads in 3D mode #53
sunnystormy
1
-5
/
+22
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
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
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
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
2016-03-31
Now the timer could be paused
Hearto Lazor
2
-3
/
+27
2016-03-31
Progress bar minsize now checks percent_visible
Zher Huei Lee
1
-1
/
+3
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
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
2016-03-22
Add support for patch versions (2.0.x)
Rémi Verschelde
3
-3
/
+6
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
2016-03-20
Add support for gnu-libstc++-4.9 needed by recent NDK versions
blubee
1
-7
/
+9
2016-03-20
Dynamic property list for control margins allowing floating point properties ...
Saracen
1
-8
/
+80
2016-03-19
BoxContainer: Bind method add_spacer(bool)
Ignacio Etcheverry
1
-0
/
+1
2016-03-19
TextEdit: Fix Shift+Delete shortcut not calling cut()
Ignacio Etcheverry
1
-0
/
+7
2016-03-18
Fixes #3942 - Throws an error when exporting for X11 with no filename
demolitions
1
-1
/
+8
2016-03-18
Fix issues with tilemap covering child nodes and old quadrants
Bojidar Marinov
1
-0
/
+9
2016-03-18
Fix for #4014, changed to 2 instead of 3 chars to trigger search
demolitions
1
-1
/
+1
2016-03-18
Option to toggle tab drawing
Paulb23
2
-1
/
+3
2016-03-18
Rename path to paths
sanikoyes
2
-4
/
+4
2016-03-18
Add -r flag to adb install for keep app user data
sanikoyes
1
-0
/
+1
2016-03-17
Fix cursor getting locked on tree control if tree is cleared while modifying ...
Saracen
1
-1
/
+9
2016-03-17
Fixed highlighting when word occurs as substring first
Paulb23
1
-8
/
+14
2016-03-17
Fixed highliting with shift and mouse
Paulb23
1
-5
/
+2
2016-03-16
Add function to convert Date time from a dictionary to Epoch
Kyle Luce
4
-29
/
+189
2016-03-17
Allow select multiple files in ResourcePreloaderEditor
sanikoyes
2
-28
/
+32
2016-03-16
Highlight all occurrences of selected word
Paulb23
4
-0
/
+65
2016-03-15
Fix editors panels, of the bottom panel, not resizing in some cases
Franklin Sobrinho
3
-3
/
+7
2016-03-15
Tilemap Editor: Fix some last issues of PR-4006
Franklin Sobrinho
1
-2
/
+3
2016-03-15
LineEdit/TextEdit: Add Shift+Delete shortcut for cut
Ignacio Etcheverry
2
-0
/
+11
2016-03-15
TextEdit: Fix inconsistent copy, cut and paste behaviour
Ignacio Etcheverry
1
-80
/
+46
2016-03-14
Tilemap Editor: Use ItemList::set_item_icon_region in tile palette
Franklin Sobrinho
1
-9
/
+3
[next]