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
/
modules
/
gdnative
/
pluginscript
/
pluginscript_script.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-20
Update AUTHORS and DONORS list
Rémi Verschelde
2
-11
/
+41
2017-11-20
Fix TextEdit::cursor_set_line bindings
Rémi Verschelde
1
-1
/
+1
2017-11-20
Add close other tabs to Script Editor
sersoong
2
-1
/
+39
2017-11-20
Few fixes for asset store browser
Chaosus
1
-15
/
+28
2017-11-20
EditorSettings: Dehardcode major in config file name
Rémi Verschelde
1
-1
/
+1
2017-11-20
Set android 'compileSdkVersion' to 24
Konstantin Zaitsev
1
-1
/
+1
2017-11-20
Change editor_settings.tres to editor_settings-3.tres
sersoong
1
-1
/
+1
2017-11-19
Ability to change indirect light energy.
Juan Linietsky
5
-4
/
+10
2017-11-20
Fix the prevention for sliding on slopes in the 2d version of move_and_slide
Eric Wiltfang
1
-1
/
+4
2017-11-20
Rename the version's "revision" to "build"
Rémi Verschelde
5
-12
/
+12
2017-11-20
Pass engine name and version parts as proper strings
Rémi Verschelde
15
-31
/
+28
2017-11-20
Export boot splash and add custom HTML file option in HTML5 export
Leon Krause
1
-12
/
+56
2017-11-19
Fix Regression: running current scene (unsaved) will ask for main scene
Marcin Zawiejski
1
-1
/
+1
2017-11-20
Add "View FPS" in 3D->Perspective's popup.
Dmitry Koteroff
2
-0
/
+44
2017-11-19
Visual Studio project creation bug fix
RoyBerube
1
-0
/
+5
2017-11-19
Revert "change low cpu delay to 1 usec, should make editor smoother and not r...
Rémi Verschelde
1
-2
/
+1
2017-11-19
Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865
Tom Beckmann
1
-3
/
+9
2017-11-19
Let SceneTreeDock duplicate nodes via Node::duplicate()
Pedro J. Estébanez
4
-84
/
+45
2017-11-19
Remove out-of-logic assignment of instance's original scene
Pedro J. Estébanez
1
-4
/
+0
2017-11-19
Add cpp.hint file to improve IntelliSense
Matthias Hoelzl
3
-0
/
+15
2017-11-19
Use new XDG folders to dehardcode paths
Rémi Verschelde
15
-61
/
+58
2017-11-19
Add initial support for the XDG Base Directory spec
Rémi Verschelde
17
-118
/
+360
2017-11-19
Fix import obj as scene.
Daniel J. Ramirez
1
-0
/
+1
2017-11-19
Check whether GL context supports the expected API
Rémi Verschelde
1
-23
/
+16
2017-11-19
Fix the class docs for the rst-syntax errors.
Martin Capitanio
10
-10
/
+11
2017-11-19
Use parallel transport in PathFollow2D.
Ferenc Arn
2
-29
/
+22
2017-11-19
Fix #10798: Fixes Change Type does not change icon
Orkun
1
-0
/
+2
2017-11-19
Added null check in Bullet cast_motion API
AndreaCatania
1
-10
/
+12
2017-11-19
Fixed gravity scale
AndreaCatania
1
-1
/
+2
2017-11-19
Cleanup old references to GLES2 renderer
Rémi Verschelde
22
-133
/
+31
2017-11-19
Removed dynamic_cast from Bullet Server
AndreaCatania
1
-14
/
+18
2017-11-19
Fixed kinematic movement on concave shape
AndreaCatania
4
-64
/
+146
2017-11-19
Restore post_import function
volzhs
1
-1
/
+1
2017-11-19
Change HTML5 start-up API
Leon Krause
5
-94
/
+137
2017-11-19
Fix duplication of signals
Pedro J. Estébanez
2
-4
/
+22
2017-11-19
Fixed issue with animation keys that are on frame 0 being difficult to click
BenH
1
-1
/
+1
2017-11-19
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
31
-498
/
+285
2017-11-19
fix set_current_tab: Indexp_current=-1 out of size
Omar Al Halabi
1
-1
/
+1
2017-11-19
Add currency code to iOS product details response
Evgeny Zuev
1
-0
/
+3
2017-11-19
Added a label to the Dock Positioner.
Michael Alexsander Silva Dias
1
-1
/
+6
2017-11-18
add scene button and tab scrolling
Ian
4
-64
/
+145
2017-11-18
scrolling fixes
Ian
5
-194
/
+310
2017-11-18
change expand_to_len property to add on nonzero...also rename to
kbake
1
-1
/
+2
2017-11-18
Mono: Fix compiler error with Variant::operator AABB()
Ignacio Etcheverry
2
-2
/
+2
2017-11-18
Suppress progress messages in Visual Studio output pane
Matthias Hoelzl
1
-3
/
+3
2017-11-18
Fixed issue where some of the animation editor buttons were difficult to clic...
BenH
1
-6
/
+5
2017-11-18
Remove asm.js support from HTML5 platform
Leon Krause
7
-148
/
+25
2017-11-17
Improved packed scene previews.
Daniel J. Ramirez
3
-18
/
+34
2017-11-18
Facilitate exposing platform-exclusive interfaces to all platforms
Leon Krause
12
-35
/
+211
2017-11-17
TextEdit code folding
Ian
6
-63
/
+489
[next]