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_server_javascript.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-22
zstd: Update to upstream version 1.3.0
George Marques
20
-1190
/
+2742
2017-07-22
Fix atomic operations in NO_THREADS builds
L. Krause
1
-2
/
+2
2017-07-22
function to add script and instance at once, as needed by neikeq
Juan Linietsky
2
-0
/
+13
2017-07-22
Script languges are uninitialized properly now.
Juan Linietsky
3
-3
/
+13
2017-07-22
Several changes to better run in mobile.
Juan Linietsky
24
-171
/
+508
2017-07-22
libpng: Update to upstream version 1.6.31rc01
Rémi Verschelde
18
-74
/
+275
2017-07-22
Implement input focus behavior in HTML5
L. Krause
3
-31
/
+94
2017-07-22
Docs: fix broken ref tags
Poommetee Ketson
1
-9
/
+15
2017-07-22
Docs: ignore tags inside code,codeblock tag
Poommetee Ketson
1
-8
/
+17
2017-07-22
Fix building HTML5 when cmd.exe is set up for MSVC
L. Krause
1
-2
/
+2
2017-07-22
Fixed script tab selection on file close, issue 8400
Paulb23
1
-1
/
+4
2017-07-22
ScriptEditor: suppress get_child errors
Poommetee Ketson
1
-2
/
+12
2017-07-22
VS: Fix return value for user-defined functions
George Marques
1
-3
/
+3
2017-07-21
Update a VS custom node when its script changes
George Marques
2
-0
/
+9
2017-07-22
gdnative bug fix in get (return null check)
Ramesh Ravone
1
-2
/
+5
2017-07-21
OBJ Importer: Fix relative path materials.
Andreas Haas
1
-0
/
+4
2017-07-21
AnimationTree nodes sliders fixes
Jakub Grzesik
2
-3
/
+8
2017-07-21
Enhanched About dialog, Add ItemList auto_height
Poommetee Ketson
3
-8
/
+49
2017-07-21
updated project manager to use new project.godot values
Quinn Yo
1
-9
/
+9
2017-07-21
Fix issues with custom nodes in visual script
George Marques
1
-3
/
+4
2017-07-21
make use of 2 cores in Travis CI
Hubert Jarosz
1
-2
/
+2
2017-07-20
EditorPlugin methods and signals rename
Jakub Grzesik
4
-11
/
+11
2017-07-20
custom_features: fix typo
Martin Capitanio
1
-1
/
+1
2017-07-19
Fix "vertical" property of StyleBoxLine
George Marques
1
-1
/
+1
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
162
-828
/
+1293
2017-07-20
Fix android export templates build
Ruslan Mustakov
2
-15
/
+15
2017-07-19
Icons can now be added inside line edits (Search icon).
Daniel J. Ramirez
7
-26
/
+24
2017-07-19
Fix for possible crash in OS X audio init.
Marcelo Fernandez
1
-3
/
+4
2017-07-19
Fix errors with global config names no more sorrys please
geequlim
6
-9
/
+9
2017-07-19
[GDNative] dynamic properties
Ramesh Ravone
1
-0
/
+62
2017-07-19
Add object type hint for docs
Poommetee Ketson
37
-73
/
+73
2017-07-18
Fixed button flat behavior when not in normal state.
Daniel J. Ramirez
3
-8
/
+15
2017-07-18
Tabs enhancements: get_tab_rect(), move_tab_from_to()
Jakub Grzesik
3
-0
/
+38
2017-07-18
Make available more informations about editor for Tool Plugins
Jakub Grzesik
7
-13
/
+171
2017-07-18
_get return type fix
Ramesh Ravone
2
-1
/
+3
2017-07-18
EditorNode: remove obsolete comments in constructor
Poommetee Ketson
2
-156
/
+6
2017-07-18
Fixed slider centering when using SIZE_EXPAND_FILL.
Daniel J. Ramirez
2
-2
/
+6
2017-07-18
Added separators using StyleBoxLine, some theme style fixes, added variant icon
Daniel J. Ramirez
10
-16
/
+305
2017-07-18
Fix ColorPicker to use theme constants
Poommetee Ketson
6
-34
/
+33
2017-07-17
Change label so they appear vertically alligned on fill
Juan Linietsky
1
-0
/
+1
2017-07-17
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
45
-350
/
+538
2017-07-18
Fix Zlib license not extracted
Poommetee Ketson
1
-0
/
+2
2017-07-17
Implement add & subtract atomics
Pedro J. Estébanez
2
-0
/
+76
2017-07-17
Fixed bug that prevented creating polygons.
redtoorange
1
-1
/
+1
2017-07-17
missing object.get_incoming_connections() documentation
Jakub Grzesik
1
-0
/
+5
2017-07-17
Subscene icon tooltip update
Jakub Grzesik
1
-2
/
+2
2017-07-17
LineEdit: don't undo uneditable LineEdit
Poommetee Ketson
1
-1
/
+3
2017-07-16
Reinit audio device when the system default device changes on OS X
Marcelo Fernandez
3
-22
/
+101
2017-07-17
Fix zipping HTML5 templates when using implicit cache
L. Krause
1
-17
/
+22
2017-07-16
Improvements and fixes for the default theme.
Daniel J. Ramirez
90
-155
/
+2313
[next]