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-08-01
Fix AudioServer::finish not getting called while quitting
Marcelo Fernandez
2
-1
/
+3
2017-08-02
Tree: fix index error with expanded column
Poommetee Ketson
1
-1
/
+0
2017-08-02
MenuButton: defer grab_click_focus until button_up
Poommetee Ketson
1
-1
/
+1
2017-08-01
made delete next and prev consistent to other editors,issue 6546
Paulb23
1
-52
/
+52
2017-07-31
Fix possible division by zero crashes on the wav importer
Marcelo Fernandez
1
-2
/
+2
2017-08-01
Fix equality when assignment intended
Pedro J. Estébanez
1
-1
/
+1
2017-08-01
Use atomics for memory use tracking
Pedro J. Estébanez
2
-25
/
+27
2017-08-01
Make memory monitors query the right counters
Pedro J. Estébanez
1
-2
/
+2
2017-08-01
Improve cleanup of physics constraints
Pedro J. Estébanez
6
-13
/
+37
2017-07-31
Some theme and usability improvements
Daniel J. Ramirez
7
-52
/
+78
2017-07-31
SpatialEditor: fix transform dialog
Poommetee Ketson
1
-22
/
+26
2017-07-31
Bind some useful methods in SurfaceTool to GDScript
Andrii Doroshenko (Xrayez)
1
-4
/
+15
2017-07-31
Fix property type expose of Control.stretch_ratio.
Geequlim
2
-2
/
+2
2017-07-30
Style: Apply clang-format on all files
Rémi Verschelde
45
-58
/
+57
2017-07-30
Revert "PropertyEditor: display "Off" if property is false"
Rémi Verschelde
1
-2
/
+1
2017-07-30
Fix mutex initialisation in OS X Audio Driver
Marcelo Fernandez
2
-26
/
+28
2017-07-30
[NativeScript] fix signals from base class not being accessible
Karroffel
1
-3
/
+7
2017-07-29
ScriptEditor -> 'script_close' signal hint correction
Jakub Grzesik
1
-1
/
+1
2017-07-29
PropertyEditor: Fix easing_curve blocking popup input
Poommetee Ketson
1
-5
/
+5
2017-07-29
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...
Fabian Mathews
1
-1
/
+1
2017-07-29
Update SCsub file for /servers/ folder
ISylvox
1
-2
/
+0
2017-07-29
Few small GI Probe fixes
Juan Linietsky
5
-14
/
+18
2017-07-28
Fix get_screen_* funcs returning old values after resolution changes on OS X
Marcelo Fernandez
2
-42
/
+45
2017-07-28
Change display scale when moving the window from monitor to monitor
bruvzg
1
-0
/
+30
2017-07-28
Fix passing Refs via ptrcall
Ruslan Mustakov
1
-3
/
+3
2017-07-28
Pass GDNativeLibrary pointer to library init
Ruslan Mustakov
2
-0
/
+4
2017-07-28
correct RMB options for instanced inherited scene
Jakub Grzesik
1
-2
/
+2
2017-07-27
BUGFIX: Check for "VCINSTALLDIR" environment variable instead of "VSINSTALLD...
Brent Taylor
1
-1
/
+1
2017-07-28
fix missing DEFVAL
AlexHolly
1
-1
/
+1
2017-07-28
Adding base classes and structures for ARVR support
BastiaanOlij
25
-36
/
+1746
2017-07-27
Do not allow multiple data connections to the same data input slot, fixes #63...
Daniel J. Ramirez
2
-1
/
+11
2017-07-27
Documentation update for KinematicBody.move()
Jakub Grzesik
1
-3
/
+21
2017-07-27
Fix Android debug/run
Pedro J. Estébanez
1
-6
/
+21
2017-07-27
Add missing max. number of samples (MSAA) check
bruvzg
1
-0
/
+7
2017-07-27
[NativeScript] fixed optional _init call
Karroffel
1
-18
/
+6
2017-07-27
[NativeScript] fix mutex double lock
Karroffel
1
-1
/
+1
2017-07-27
firsts docs for CollisionObject -> collision shape api
Jakub Grzesik
1
-0
/
+122
2017-07-27
added an optional parameter to OS symbol lookup
Karroffel
7
-14
/
+25
2017-07-27
[NativeScript] call _init on instance creation
Karroffel
2
-3
/
+45
2017-07-27
ThemeEditor: fix broken dialog
Poommetee Ketson
2
-34
/
+28
2017-07-27
Fix is_window_fullscreen() and set_window_fullscreen() behaviour after window...
bruvzg
2
-7
/
+22
2017-07-27
Add macOS main menu
bruvzg
1
-3
/
+43
2017-07-27
PropertyEditor: display "Off" if property is false
Poommetee Ketson
1
-1
/
+2
2017-07-27
Initialize freelook shortcuts properly
Marc Gilleron
1
-7
/
+15
2017-07-27
Fix misplaced quote in error messsage
Pedro J. Estébanez
1
-1
/
+1
2017-07-26
Fixes power management on x11 platform and removes explicit NULL pointer dere...
Julian Murgia
2
-9
/
+4
2017-07-26
Fix Numpad Enter key on Windows
bruvzg
1
-1
/
+6
2017-07-26
Fix $a/b being parsed as division
Bojidar Marinov
1
-1
/
+2
2017-07-26
Forward refcount changes to NativeScriptInstance
Ruslan Mustakov
3
-1
/
+27
2017-07-26
Fix mutating project.godot
Pedro J. Estébanez
3
-38
/
+41
[next]