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-10-05
fixes #6695 - MultiNodeEdit edit path in exported NodePath
Răzvan Cosmin Rădulescu
1
-1
/
+8
2016-10-05
bind method canvas_item_set_sort_children_by_y
Ariel Manzur
1
-0
/
+1
2016-10-04
Add warning when (pre)loading paths with leading / (#4280 - #3106)
Fabio Alessandrelli
2
-1
/
+14
2016-10-04
ConnectionDialog: Don't allow connecting to a Node without a script if target...
Andreas Haas
1
-0
/
+8
2016-10-04
fixes #6331, Variant::can_convert
Răzvan Cosmin Rădulescu
1
-11
/
+3
2016-10-03
light: respect editor_only setting in release build and dont show the light
J08nY
1
-2
/
+4
2016-10-03
Expose more 2D/3D physics options in project settings
Fabio Alessandrelli
7
-14
/
+15
2016-10-03
Vector3: added angle_to(Vector3 other)
J08nY
2
-5
/
+9
2016-10-03
Vector3: format properly, fix indents
J08nY
2
-97
/
+100
2016-10-03
Limit directional shadow draw distance, fixes #559, optimization (#1991)
mookiexl
2
-3
/
+22
2016-10-03
Fixes in Theora SCsub
Błażej Szczygieł
1
-23
/
+21
2016-10-03
Properly encode InputEvent of type NONE. Fix #5987
Fabio Alessandrelli
1
-1
/
+15
2016-10-02
Fix "Save All" option in Script editor.
Andreas Haas
1
-20
/
+1
2016-10-01
PCKPacker: moved from tools into core, fixes #4129
J08nY
6
-8
/
+4
2016-10-01
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...
J08nY
2
-13
/
+27
2016-10-01
Filled blanks and normalized documentation on RayCast[2D]
Karol Walasek
1
-4
/
+33
2016-10-01
Classref: Sync template with current source
Rémi Verschelde
1
-12
/
+249
2016-09-30
Respect texture .flags files on export
Pedro J. Estébanez
4
-75
/
+100
2016-09-30
Fix possible buffer overflow in NetworkedMultiplayerENet
Fabio Alessandrelli
1
-1
/
+1
2016-09-30
Use 2 different ENet channels for reliable/unreliable packets
Fabio Alessandrelli
2
-16
/
+27
2016-09-30
Fix typo for word_wrap
volzhs
4
-5
/
+5
2016-09-30
Fix error when using 2 or more slashes on resource path
volzhs
1
-0
/
+5
2016-09-29
Fix #6480, area duplicated param
Pawel Kowal
2
-4
/
+4
2016-09-29
Add inline ColorPicker to Script text editor.
Andreas Haas
4
-6
/
+132
2016-09-29
Windows: prevent huge prints from crashing the engine
Marc Gilleron
1
-2
/
+5
2016-09-28
LineEdit long indicator, fix #6624
Pawel Kowal
1
-3
/
+4
2016-09-28
Don't crash when video is stopped and played again
Błażej Szczygieł
1
-1
/
+2
2016-09-26
Now ignoring remaining collision shapes.
Victor Seiji Hariki
1
-0
/
+3
2016-09-26
Code completion for is_action_just_{pressed, released}
Andreas Haas
1
-1
/
+1
2016-09-26
removed confusing "if(true)" statement with empty "else" block
syskrank
1
-9
/
+4
2016-09-25
Tween reset/stop/resume/remove for all object properties at once
Pawel Kowal
2
-18
/
+21
2016-09-25
Throw error when trying to emit a non-existing signal.
Andreas Haas
1
-0
/
+9
2016-09-25
Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty
Błażej Szczygieł
1
-0
/
+4
2016-09-25
Don't crach when OpenGL version is unsupported
Błażej Szczygieł
1
-2
/
+3
2016-09-25
Add compatibility with old OpenGL 2.1 drivers
Błażej Szczygieł
1
-1
/
+39
2016-09-25
Add CC parameter to allow use of custom C compiler
Emmanuel Leblond
1
-1
/
+2
2016-09-23
AnimationEditor: zoom using ctrl+wheel
Andreas Haas
1
-2
/
+10
2016-09-23
Use pkgconfig to locate ALSA libs (#6119)
romeojulietthotel
1
-1
/
+1
2016-09-22
expose GeometryInstance.get_aabb() etc fixes #6587
yg2f
2
-0
/
+5
2016-09-22
x11: Fix event.is_action() for release of modifier keys
Andreas Haas
1
-0
/
+13
2016-09-21
Fix crash when disabling main screen plugin
George Marques
1
-0
/
+4
2016-09-21
Fix manifest generation bug in Android export
Pedro J. Estébanez
1
-6
/
+4
2016-09-21
removed redundant assign operation in mesh_add_surface: elem_count is reassig...
knd
1
-4
/
+0
2016-09-20
Change winrt build to be less dependent on ANGLE
George Marques
2
-7
/
+8
2016-09-20
Add function to get readable names for joystick events
Andreas Haas
4
-0
/
+72
2016-09-20
More custom theme support for editor
Geequlim
5
-13
/
+19
2016-09-19
Fix for #6158. Converting Vector2 to Size2 for scaling functions.
anneomcl
9
-52
/
+39
2016-09-19
Show True/False tooltip in property editor for bool values
Pawel Kowal
1
-0
/
+2
2016-09-19
Add docs for XMLparser, VideoPlayer and most of Tree
George Marques
1
-0
/
+106
2016-09-19
Expose Vector2::clamped() to scripts
Andreas Haas
1
-0
/
+2
[next]