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
/
audio_driver_javascript.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-12
Fix possible memory leak for Android
volzhs
1
-2
/
+2
2017-05-11
[GDNative] added varcall and print
Karroffel
4
-12
/
+64
2017-05-11
removed multiscript
Karroffel
6
-1047
/
+0
2017-05-10
Add error printing functions to GDNative
sheepandshepherd
2
-0
/
+13
2017-05-08
Put brave old bb10 platform to a well-deserved rest
Rémi Verschelde
22
-3153
/
+2
2017-05-08
Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...
Marcelo Fernandez
1
-18
/
+47
2017-05-08
RayCast2D: fix detached arrow tip
Poommetee Ketson
1
-4
/
+4
2017-05-08
Improved freelook
Marc Gilleron
3
-68
/
+174
2017-05-07
Implemented scrolling factor for smooth trackpad scrolling
toger5
15
-71
/
+118
2017-05-07
Improve documentation of thirdparty code snippets
Rémi Verschelde
53
-46
/
+382
2017-05-06
Doc: Drop unmainted converters for html, textile, dokuwiki
Rémi Verschelde
7
-1844
/
+0
2017-05-06
Doc: Remove unused tool translation
Rémi Verschelde
2
-142
/
+0
2017-05-06
X11: Abort build if using OpenSSL 1.1.0+
Rémi Verschelde
1
-0
/
+9
2017-05-06
Reworked look and feel of Add Script Dialog.
Przemysław Gołąb (n-pigeon)
3
-147
/
+387
2017-05-06
Spatial Editor: Mouse warping for orbit & freelook modes.
Andreas Haas
2
-10
/
+18
2017-05-06
Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)
Will Nations
1
-3
/
+3
2017-05-06
Fix bug in pause mode propagation
Fabio Alessandrelli
1
-1
/
+1
2017-05-05
Fix template loading
J08nY
3
-92
/
+58
2017-05-05
Better explain out of memory error in message queue
Fabio Alessandrelli
1
-4
/
+6
2017-05-05
Fix UDP wait() not returning after first received packet
Fabio Alessandrelli
2
-0
/
+4
2017-05-04
Tree: Clear search string on selection.
Andreas Haas
1
-0
/
+2
2017-05-04
Fix infinite loop in DirAccessPack::get_current_dir()
Pedro J. Estébanez
1
-5
/
+4
2017-05-04
Added 3D freelook navigation mode
Marc Gilleron
3
-123
/
+122
2017-05-03
LineEdit: fix placeholder text affected by secret
Poommetee Ketson
1
-2
/
+2
2017-05-02
support obj with negative indices
PanPan
1
-1
/
+6
2017-05-02
Implement cursor style control in HTML5 platform
L. Krause
2
-3
/
+33
2017-05-01
Fix get_shader_type index upper bound
Carter Anderson
1
-1
/
+1
2017-05-02
Implement mouse capture and hiding in HTML5 export
L. Krause
2
-10
/
+54
2017-05-02
Fix #8617 WindowDialog with custom panel background crashes godot
Marc Gilleron
1
-12
/
+16
2017-05-01
Make script debugger display all kinds of objects
mbalint12
1
-4
/
+28
2017-05-01
Rename project file to "project.godot"
Rémi Verschelde
11
-45
/
+62
2017-05-01
Make property editor display dictionaries (read only)
mbalint12
1
-0
/
+7
2017-04-30
Scene importer: add -rigidonly flag for empties (fixes #8430)
Andrea Faulds
1
-11
/
+19
2017-04-29
Use correct mode for DXT1 textures.
Ferenc Arn
1
-1
/
+1
2017-04-29
Fix compilation for UWP
George Marques
8
-50
/
+161
2017-04-29
Revert "Use .godot as file extension for project files."
Juan Linietsky
7
-148
/
+45
2017-04-29
Fix HTML5 key events
L. Krause
1
-3
/
+3
2017-04-28
Remove GLUT usage in HTML5 platform
L. Krause
3
-75
/
+27
2017-04-28
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
27
-16
/
+90
2017-04-28
Split thirdparty smaz.c out of compressed_translation.cpp
Rémi Verschelde
5
-209
/
+235
2017-04-28
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
43
-38
/
+145
2017-04-28
Add a few missing copyright headers
Rémi Verschelde
6
-4
/
+179
2017-04-28
Detect SSE/SSE2 for libsquish.
Ferenc Arn
1
-0
/
+6
2017-04-28
Fix to use editor theme instead of handling each UI
volzhs
5
-14
/
+9
2017-04-28
Update editor theme
volzhs
9
-3
/
+90
2017-04-27
AudioServer: Set singleton to NULL when destructed
Ignacio Etcheverry
1
-0
/
+1
2017-04-27
Added recent scripts to script editor
Paulb23
3
-0
/
+101
2017-04-27
Fix theme_data.h formatting via make_header.py
Rémi Verschelde
2
-352
/
+232
2017-04-27
Add setting to opt-out of capitalization in the property inspector
Pedro J. Estébanez
5
-8
/
+14
2017-04-27
Add new editor and default theme (WIP)
Daniel J. Ramirez
354
-938
/
+8669
[next]