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
2017-08-15
Fixes crash related to animatio editor, closes #8687
Juan Linietsky
1
-2
/
+2
2017-08-15
Fix debug materials, closes #8607
Juan Linietsky
1
-20
/
+21
2017-08-15
Small fix for problem of nodes losing type, this is not good enough to solve ...
Juan Linietsky
3
-1
/
+15
2017-08-15
Fix Editor dimming.
Andreas Haas
1
-5
/
+11
2017-08-15
Converting to MeshLibrary works again, fixes #8092
Juan Linietsky
4
-174
/
+185
2017-08-15
Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622
Juan Linietsky
1
-2
/
+1
2017-08-15
Removing a Resource also deletes imported files.
Andreas Haas
4
-0
/
+64
2017-08-14
Fix get_screen_* funcs returning old values after resolution changes on Windows
Marcelo Fernandez
2
-48
/
+96
2017-08-14
Rename Light2D::scale to texture_scale, so it doesn't conflict
Bojidar Marinov
1
-1
/
+1
2017-08-14
Ability to save objects to binary format
Juan Linietsky
4
-32
/
+174
2017-08-14
Enable command-line export
Ruslan Mustakov
3
-13
/
+31
2017-08-14
Use include/exclude export filters. Fixes #9860
Ruslan Mustakov
2
-1
/
+64
2017-08-14
Fix console warning: Condition !env is true
M.H. Alkotob
1
-2
/
+2
2017-08-14
Fix StreamPeer put_utf8_string not working
Fabio Alessandrelli
1
-1
/
+1
2017-08-13
Avoids inverted anchors
Gilles Roudiere
3
-20
/
+28
2017-08-13
Adds a function to set Anchors with a layout preset
Gilles Roudiere
4
-27
/
+173
2017-08-13
Handle undo/redo of anchor positioning
Gilles Roudiere
1
-0
/
+11
2017-08-13
Added the possibility to move all anchors at once when they are clustered
Gilles Roudiere
2
-1
/
+14
2017-08-13
Make anchors snap to each other
Gilles Roudiere
2
-26
/
+31
2017-08-13
Displays percentages when dragging anchors
Gilles Roudiere
2
-3
/
+48
2017-08-13
Simplifies the canvas editor code
Gilles Roudiere
2
-51
/
+37
2017-08-13
Add lines to make understandable when anchors are snapped
Gilles Roudiere
2
-23
/
+86
2017-08-13
Snap anchors when dragged, depending on the zoom level
Gilles Roudiere
2
-1
/
+22
2017-08-13
Make anchors draggable
Gilles Roudiere
2
-11
/
+99
2017-08-13
Add anchor visualization
Gilles Roudiere
6
-38
/
+175
2017-08-13
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
27
-169
/
+117
2017-08-12
InputDefault: Fix joypad actions when axis quickly changes direction.
Andreas Haas
1
-2
/
+8
2017-08-12
InputEventJoypadMotion: Add missing is_pressed() method.
Andreas Haas
2
-0
/
+6
2017-08-12
Disabling Particles::one_shot restarts emission
Zher Huei Lee
2
-0
/
+4
2017-08-12
Fix missing and incorrect values in return value of _move method
Nathan Hold
1
-1
/
+2
2017-08-12
Fix broken stream reading in StreamPeerBuffer
Raymoo
1
-1
/
+2
2017-08-12
Project manager UI displaced by long paths #10245
Zher Huei Lee
1
-0
/
+3
2017-08-11
Some fixes for shaders and WebGL2
Fabio Alessandrelli
4
-2
/
+12
2017-08-11
fix crash after click on MeshInstance with no owner
Jakub Grzesik
1
-2
/
+2
2017-08-11
Explicitily unsed AI_NUMERICHOST flag to fix HTML5
Fabio Alessandrelli
1
-0
/
+1
2017-08-11
Fix icon loading error a boot
Fabio Alessandrelli
1
-0
/
+1
2017-08-10
Fixes to buses editor
Daniel J. Ramirez
6
-11
/
+120
2017-08-10
Hide tilemap menu when no tilemap is selected
Daniel J. Ramirez
1
-2
/
+3
2017-08-10
Inspector: Right click on resource opens sub-menu.
Andreas Haas
4
-5
/
+17
2017-08-10
Fixed undo when converting indent with no changes, issue 9841
Paulb23
1
-2
/
+6
2017-08-10
Improved add texture as node dialog
Daniel J. Ramirez
8
-13
/
+187
2017-08-10
Fixes method definitions with extra number of arguments
Ignacio Etcheverry
14
-19
/
+19
2017-08-10
Removes type information from vararg method binds
Ignacio Etcheverry
2
-2
/
+2
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
140
-603
/
+603
2017-08-10
Adds missing type information to virtual method binds
Ignacio Etcheverry
3
-3
/
+3
2017-08-10
Improves method bind detection of signature types
Ignacio Etcheverry
8
-40
/
+296
2017-08-09
ability to click on spatial subscene to select it
Jakub Grzesik
1
-3
/
+29
2017-08-09
Implement NSTextInputClient protocol for IME
bruvzg
7
-32
/
+312
2017-08-09
Allow to edit base type NativeScript properties
Ruslan Mustakov
1
-7
/
+5
2017-08-09
Fix getting default values for NativeScript base type properties
Ruslan Mustakov
1
-5
/
+5
[next]