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
2017-11-16
[GDNative] fix wrapper code generation
Karroffel
1
-5
/
+38
2017-11-16
Fix current scene run when scene saved
Chaosus
1
-1
/
+1
2017-11-17
Added modules' doc files to make_doc_header
Zher Huei Lee
1
-2
/
+12
2017-11-16
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
19
-1327
/
+1330
2017-11-16
Cleanup of Visual Studio project generation (#12929)
Roy Berube
1
-3
/
+6
2017-11-16
Added 'convcol' flag for importing meshes as convex collision and completed code
Saracen
1
-19
/
+68
2017-11-15
Add support for remote debug in scene tree.
Juan Linietsky
2
-0
/
+70
2017-11-15
Fix energy not affecting emissive texture in GI baker.
Ferenc Arn
2
-22
/
+18
2017-11-15
Fix HTML5 HTTPClient includes
Leon Krause
1
-0
/
+2
2017-11-15
Remove obsolete ButtonArray theming
Rémi Verschelde
1
-33
/
+0
2017-11-15
Allow underscores in GDScript numeric literals
Bojidar Marinov
2
-4
/
+8
2017-11-15
doc: Sync classref with current source
Rémi Verschelde
13
-27
/
+261
2017-11-15
Improve code style of generated headers
Rémi Verschelde
4
-34
/
+25
2017-11-15
doc: Make all module docs self-contained
Rémi Verschelde
84
-68
/
+142
2017-11-15
doc: Rename "@Global Scope" to "@GlobalScope"
Rémi Verschelde
17
-33
/
+33
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
475
-475
/
+475
2017-11-15
Create API to add and remove VisualScript custom nodes
George Marques
7
-0
/
+135
2017-11-15
[GDNative] export plugin
Karroffel
2
-6
/
+129
2017-11-15
Make sure scan happens after all nodes enter scene (including plugins), fixes...
Juan Linietsky
1
-1
/
+2
2017-11-15
-Ability to choose operator for emission, closes #10441
Juan Linietsky
4
-8
/
+52
2017-11-15
When script changes, defer tree updating. Fixes #9704
Juan Linietsky
2
-3
/
+8
2017-11-15
Fixing tilemap rotation for non top-left tiles.
Vito
3
-8
/
+19
2017-11-14
Fixed a bug where capitalize didn't work with camelCase names
Will Nations
1
-1
/
+1
2017-11-14
Ability to update parts of an array, and set arrays as dynamic draw
Juan Linietsky
10
-516
/
+42
2017-11-14
Finalized ability to convert from CanvasItem/Spatial/Particles materials to S...
Juan Linietsky
5
-0
/
+58
2017-11-14
Fail when attempting to retrieve a non-existent singleton
Leon Krause
1
-5
/
+4
2017-11-14
Move singleton management from ProjectSettings to Engine
Leon Krause
25
-109
/
+130
2017-11-14
Added RegEx.search_all() for multiple matches
Zher Huei Lee
4
-37
/
+77
2017-11-13
remove debug msg
Ian
1
-2
/
+0
2017-11-13
fix signals disconnecting on changing target node type
Ian
1
-1
/
+3
2017-11-13
fix auto-generated GDN API header for C compilers (#12891)
Evrey
1
-2
/
+4
2017-11-13
Fix uninitialized bool. Breaks translation in release_debug target.
Przemysław Gołąb (n-pigeon)
1
-2
/
+1
2017-11-13
Fixed signal connection dialog ignoring indentation settings when creating a ...
Michael Alexsander Silva Dias
1
-1
/
+1
2017-11-13
Refresh import options when changing importer
George Marques
2
-24
/
+40
2017-11-13
change matrix and enable caching for Android, iOS and macOS (cross-compile)
Rhody Lugo
8
-17
/
+338
2017-11-13
Do not enable light if atlas size is 0, closes #9335
Juan Linietsky
1
-2
/
+2
2017-11-13
Fix drawing order of polygon 2d editor handles
Bernhard Liebl
1
-0
/
+8
2017-11-13
Revert this, karroffel makes sense that this should be implemented per language.
Juan Linietsky
1
-1
/
+1
2017-11-13
Disable OpenGL warnings unless running with -v, closes #7171
Juan Linietsky
2
-4
/
+6
2017-11-13
Do not send NOTIFICATION_PREDELETE to scripts, as it can cause problmes in ga...
Juan Linietsky
1
-1
/
+1
2017-11-13
Duplicate signals fixes
Chaosus
3
-13
/
+9
2017-11-13
Fix HTML5 mouse button release events
Leon Krause
1
-3
/
+4
2017-11-13
Small arrangement in ScrollContainer.
Michael Alexsander Silva Dias
1
-3
/
+2
2017-11-13
Fit stylebox on ItemList
volzhs
1
-2
/
+2
2017-11-13
Added size to QuadMesh
Chaosus
2
-13
/
+30
2017-11-13
Change AnimationPlayer looping logic
Pedro J. Estébanez
1
-1
/
+8
2017-11-13
Better TTR format
volzhs
3
-4
/
+4
2017-11-13
Removed add/remove interface bindings and added get_interfaces
BastiaanOlij
12
-32
/
+35
2017-11-13
classref: Sync with current source
Rémi Verschelde
22
-121
/
+373
2017-11-13
Fixed View plane local rotation.
Przemysław Gołąb (n-pigeon)
1
-5
/
+5
[next]