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
/
export
/
export.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-20
Allow shadowing class members with local variables in GDScript, closes #15896
Juan Linietsky
1
-14
/
+24
2018-01-20
Fix horizontal scroll for windows platform
binbitten
1
-1
/
+1
2018-01-20
Fix minor typo: it's -> its
Yuri Chornoivan
1
-1
/
+1
2018-01-20
fixed crash with StringBuilder
karroffel
1
-0
/
+3
2018-01-20
HTML export: Make s3tc the standard Texture Format
x1212
1
-3
/
+3
2018-01-20
i18n: Sync translation templates with current source
Rémi Verschelde
46
-3090
/
+3727
2018-01-20
i18n: Sync translations with Weblate
Rémi Verschelde
18
-3020
/
+10314
2018-01-19
Added description to dedent in String.xml
Anutrix
1
-0
/
+1
2018-01-19
Hide Script nodes in dialog box to prevent crash with pluginscript
Emmanuel Leblond
1
-0
/
+3
2018-01-19
Bump version to 3.0-rc2
Rémi Verschelde
1
-1
/
+1
2018-01-19
On macOS, prevent key_event_buffer overflows
Bernhard Liebl
2
-9
/
+14
2018-01-18
Include .hpp files in VS scons builds. Fixed Typo.
Will Nations
2
-1
/
+3
2018-01-19
[DOCS] Fixed incorrect information inside String's "find_last" method.
Michael Alexsander Silva Dias
1
-1
/
+1
2018-01-19
SCsub: fix mixed indentation
Poommetee Ketson
1
-4
/
+4
2018-01-18
adding option to split modules library
Ariel Manzur
2
-2
/
+7
2018-01-18
improves portability with some compilers
Ariel Manzur
2
-8
/
+8
2018-01-18
Remove obsolete Viewport _update_rect() code
Rémi Verschelde
2
-133
/
+1
2018-01-18
Suppress errors on autocompletion for preload()
Bernhard Liebl
1
-1
/
+1
2018-01-18
Fix typos in code and docs with codespell
Rémi Verschelde
138
-405
/
+405
2018-01-18
GDScript: fix autocompletion for preload() (issue 15766)
Bernhard Liebl
1
-1
/
+3
2018-01-18
Update MultiMeshInstance and WorldEnvironment documentation
Abhas Kumar Sinha
2
-3
/
+8
2018-01-18
Fix wrong viewport transparent-bg
binbitten
1
-1
/
+1
2018-01-18
Added description to get_collision_mask_bit and set_collision_mask_bit in Ray...
Anutrix
1
-0
/
+2
2018-01-18
Before I forget, add warnings on areas without children (should not break any...
Juan Linietsky
4
-0
/
+32
2018-01-18
TextEdit fix get_mouse after many folds
Ian
1
-5
/
+6
2018-01-18
Convert special case RGB10_A2 to RGBA8 when obtaining texture data
binbitten
1
-1
/
+24
2018-01-18
[GDNative] fix NativeScript false negative error
karroffel
1
-1
/
+1
2018-01-18
ProjectManager: show error/warning by default
Poommetee Ketson
1
-35
/
+21
2018-01-18
remove c#7 features for compatibility with 2015 Build Tools
Kelly Thomas
1
-2
/
+2
2018-01-18
[GDNative] fix #15723
karroffel
1
-3
/
+38
2018-01-18
Disallow creating new projects in a non-empty folder.
bruvzg
1
-3
/
+3
2018-01-18
remove an unneeded marshalling function
Paul Joannon
2
-11
/
+6
2018-01-18
fix marshalling when a function is returning an object from c#
Paul Joannon
1
-4
/
+4
2018-01-18
Added GDNative copy constructor for PoolVectors Read and Write
Marc Gilleron
3
-0
/
+168
2018-01-18
Fix find/replace bar
volzhs
2
-69
/
+87
2018-01-17
TileSetEditorPlugin: take scale in accout when highlighting current selected ...
Mariano Suligoy
1
-6
/
+4
2018-01-18
Fix Error/Success/Warning icon color
volzhs
1
-0
/
+4
2018-01-17
Fix Android onTextChanged crash
Ruslan Mustakov
1
-4
/
+7
2018-01-17
few doc fixes
Chaosus
1
-2
/
+2
2018-01-17
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
58
-83
/
+82
2018-01-16
Fix crash when closing the editor
Mariano Suligoy
1
-3
/
+3
2018-01-16
BMFont loading direct support from .fnt files.
Juan Linietsky
3
-0
/
+55
2018-01-16
Fixes for parameter names of builtin functions in visual scripts/core
Chaosus
3
-13
/
+13
2018-01-16
Fixed bullet physics body shape scaling
AndreaCatania
1
-13
/
+12
2018-01-16
Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."
Rémi Verschelde
1
-1
/
+1
2018-01-16
Make remote FS work with GDNative on Android
Ruslan Mustakov
1
-10
/
+18
2018-01-16
Improve inheritance system in gdnative pluginscript
Emmanuel Leblond
4
-28
/
+29
2018-01-15
[DOCS] Description for the JavaScript singleton in @GlobalScope.
Michael Alexsander Silva Dias
1
-0
/
+1
2018-01-15
Fix copy shader in GLSL ES 3.0
Leon Krause
1
-1
/
+1
2018-01-15
Filled tutorial field in most relevent classes.
Juan Linietsky
72
-13
/
+124
[next]