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
/
gdscript
/
gdscript_editor.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-19
Flush HTTPClient response data only on request/close in HTML5 platform
Leon Krause
1
-2
/
+0
2018-02-19
Warn when polling HTTPClient synchronously in HTML5 platform
Leon Krause
2
-0
/
+24
2018-02-19
Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform
Leon Krause
1
-0
/
+2
2018-02-19
Fix HTML5 HTTPClient response header retrieval
Leon Krause
1
-2
/
+4
2018-02-19
Fix HTML5 HTTPClient failure detection
Leon Krause
1
-11
/
+7
2018-02-19
Mono: Fix build status icons
Ignacio Etcheverry
1
-5
/
+3
2018-02-19
implement signal related methods in csharp_script so signals can be used with...
Paul Joannon
4
-8
/
+89
2018-02-19
add a [Signal] attribute to CSharpScripts
Paul Joannon
7
-1
/
+103
2018-02-19
Direct to InputEventJoypadButton for using buttons
Benjamin Stammen
1
-1
/
+1
2018-02-19
Remove window decorations for fullscreen on X11
Pedro J. Estébanez
1
-2
/
+9
2018-02-19
Gridmap editor now lists plane instead of floor when not horizontal.
Anish
2
-3
/
+18
2018-02-19
X11: Link libgcc statically with use_static_cpp option
Rémi Verschelde
1
-3
/
+3
2018-02-19
Update CA certificates to latest Mozilla bundle
Rémi Verschelde
2
-3096
/
+1948
2018-02-19
Makes project manager never initialize mono debug.
Pieter-Jan Briers
3
-17
/
+9
2018-02-19
Give C# NodePath a ToString().
Pieter-Jan Briers
1
-1
/
+2
2018-02-19
Makes NodePath and RID follow PascalCase in C#.
Pieter-Jan Briers
1
-1
/
+1
2018-02-19
fix crash autotile edit mode
damarindra
1
-0
/
+5
2018-02-19
Fixes OptionButton selection index being reset to zero at instanciation
Alexander Alekseev
1
-1
/
+2
2018-02-19
Made modifications to the RigidBody(2D) descriptions.
Michael Alexsander Silva Dias
2
-9
/
+4
2018-02-19
Documentation tool does not add escapes to code and codeblocks
Anish
1
-4
/
+26
2018-02-19
Add locale renames for Hebrew and Indonesian on Windows
Rémi Verschelde
1
-1
/
+18
2018-02-19
option to disable sort in script list
ianb96
2
-1
/
+5
2018-02-19
PEP3101 applied with changing old type string formatting as new ones
BTaskaya
4
-13
/
+13
2018-02-19
Fix for a possible compile error under OS X
Marcelo Fernandez
3
-111
/
+119
2018-02-19
Fixed small typos in the SConstruct file.
Michael Alexsander Silva Dias
1
-2
/
+2
2018-02-19
Added return true o collide when no rusult is NULL
Andrea Catania
1
-0
/
+2
2018-02-19
Added "allow_reselect" property to ItemList and enabled it for the method/hel...
Michael Alexsander Silva Dias
4
-4
/
+30
2018-02-19
[X11] Improving error detection in move_to_trash
Iskustvo
2
-18
/
+38
2018-02-19
Fix broken APK expansion due to missed option renames
Rémi Verschelde
2
-2
/
+2
2018-02-19
Add a function to remove controls from containers
George Marques
7
-0
/
+72
2018-02-19
Fix #16543 (add button to copy error from debugger)
Artem Varaksa
2
-0
/
+23
2018-02-19
Fix infinite recursion with editor import plugins
George Marques
1
-2
/
+2
2018-02-19
Expose priority and order for custom import plugins
George Marques
3
-0
/
+32
2018-02-19
Add Xbox One Elite and Xbox 360 Afterglow pads
Brandon DeRosier
1
-0
/
+2
2018-02-19
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
10
-0
/
+61
2018-02-19
Add import option "scale_mesh" to obj file importer
ShyRed
1
-6
/
+8
2018-02-19
Add and use mono build variables with cloned environment.
Jonathan Tinkham
1
-2
/
+2
2018-02-19
Fixed members overview not scrolling to correct line
Paulb23
1
-2
/
+3
2018-02-19
Fix #16479 (deselect text when jumping to function)
Artem Varaksa
1
-0
/
+1
2018-02-19
Update an outdated method name in error message
ronroniv
1
-1
/
+1
2018-02-19
Fixed KinematicBody move_and_slide documentation naming
Andrew Silver
1
-1
/
+1
2018-02-19
Remove debugging prints related to the asset library
Hugo Locurcio
2
-15
/
+0
2018-02-19
SpinBoxes calculate correctly their width before first redraw.
Ovnuniarchos
2
-5
/
+13
2018-02-19
download templates to a file using separate thread
Marcin Zawiejski
1
-13
/
+6
2018-02-19
Fixed #15082: line edit emits two "text_changed" signals when pasting while t...
Federico Frenguelli
2
-2
/
+17
2018-02-19
Fix polygon triangulation failure.
Nicolas Silva
1
-1
/
+1
2018-02-19
Fix timeline track name overlapping keyframe area
Paolo Perkovic
1
-1
/
+1
2018-02-19
Remove a few debugging prints
Hugo Locurcio
2
-4
/
+0
2018-02-19
Always detect and use hiDPI in the project manager if needed
Hugo Locurcio
1
-8
/
+23
2018-02-19
Draw the Camera gizmo more accurately
Hugo Locurcio
1
-2
/
+3
[next]