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
/
android
/
java_class_wrapper.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-27
[NativeScript] call _init on instance creation
Karroffel
2
-3
/
+45
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 $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 various property not found errors
Poommetee Ketson
3
-2
/
+5
2017-07-26
Support multithreading for NativeScriptLanguage
Ruslan Mustakov
3
-38
/
+211
2017-07-26
Fix !save_each_scene saving scenes with no filename
Poommetee Ketson
2
-16
/
+15
2017-07-26
Remove duplicate keycode constant for Numpad Enter key.
bruvzg
6
-9
/
+1
2017-07-26
Corrects usage of 'is' instead of 'extends' for testing node inheritance.
Julian Murgia
1
-1
/
+1
2017-07-26
Added features for image formats
BastiaanOlij
1
-1
/
+13
2017-07-26
tagents --> tangents
ISylvox
3
-5
/
+5
2017-07-26
Fix the resize mode of TextureButton cannot be saved into resource files.
Geequlim
1
-1
/
+1
2017-07-26
Fixes to glow and auto exposure, closes #9797, closes #9106
Juan Linietsky
5
-54
/
+99
2017-07-25
Fix cvs files freezing the editor when a double quote is not closed
Marcelo Fernandez
1
-0
/
+2
2017-07-25
Fix typo in NativeScript property getter
sheepandshepherd
1
-1
/
+1
2017-07-25
Temporarily disable the Asset Library
Rémi Verschelde
1
-2
/
+5
2017-07-25
Change the grid offset when the snap is set as relative
Gilles Roudiere
1
-6
/
+15
2017-07-25
Add newline after config_version and fix custom_features hint
Rémi Verschelde
1
-1
/
+2
2017-07-25
Make MinGW test less verbose on non-Bash shells
Rémi Verschelde
1
-9
/
+2
2017-07-25
fix a regression (GDScript) from e00630b
Karroffel
2
-2
/
+2
2017-07-25
zstd: Apply upstream patch to fix UWP ARM build
George Marques
2
-8
/
+13
2017-07-25
documentation for EditorPlugin and ScriptEditor
Jakub Grzesik
1
-0
/
+85
2017-07-25
[NativeScript] fix double initialization in editor
Karroffel
2
-2
/
+10
2017-07-25
Good bye chunky fonts, closes #9441
Juan Linietsky
1
-1
/
+1
2017-07-25
Label: update min size when regenerate wordcache
Poommetee Ketson
2
-7
/
+1
2017-07-25
Update GDScript completion names for Pool*Arrays
Andrii Doroshenko (Xrayez)
3
-5
/
+5
2017-07-25
Remove ANDROID define
Pedro J. Estébanez
1
-1
/
+1
2017-07-25
Add a way to retrieve stack bottom of the main thread
Ruslan Mustakov
4
-0
/
+25
2017-07-25
Fix Node::move_child() crash if moving to the end plus one
Pedro J. Estébanez
1
-0
/
+5
2017-07-25
Fix crash in Space2DSW::test_body_motion()
Pedro J. Estébanez
1
-1
/
+1
2017-07-25
Workaround to allow pasting unicode characters from X selection.
Jia Wang
1
-2
/
+14
2017-07-25
Fixed setting our system_fbo framebuffer
BastiaanOlij
1
-2
/
+5
2017-07-25
[NativeScript] bound `new` to ClassDB
Karroffel
1
-0
/
+2
2017-07-24
[GDNative] basic OS detection
Karroffel
1
-2
/
+11
2017-07-24
expose missing CollisionShape API for CollisionObject
Jakub Grzesik
4
-0
/
+55
2017-07-24
GDNative register_property
Ramesh Ravone
1
-0
/
+1
2017-07-24
[NativeScript] forgot to uncomment userdata return
Karroffel
2
-3
/
+3
2017-07-24
[NativeScript] fix double free but on exit
Karroffel
1
-35
/
+1
2017-07-24
Fix switching SRGB extension happen before binding of texture
Evgeny Zuev
1
-21
/
+21
2017-07-24
EditorNode: fix missing distraction-free tooltip
Poommetee Ketson
1
-0
/
+1
2017-07-24
[GDNative] new GDNative API
Karroffel
50
-2005
/
+2542
2017-07-23
UWP: Fix build issue caused by atomic operations
George Marques
1
-1
/
+1
2017-07-23
small grammar fix
Juan Linietsky
1
-3
/
+3
2017-07-23
-Ability to set default import presets for type
Juan Linietsky
12
-223
/
+348
2017-07-23
Make GDScript allow some keywords as identifiers
Bojidar Marinov
3
-141
/
+263
2017-07-23
Fix Right-Click (Ctrl-Click) on OS X
Marcelo Fernandez
1
-73
/
+31
2017-07-23
Requesting for dictionary keys also respects insertion order, closes #9161
Juan Linietsky
1
-0
/
+21
[next]