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
/
editor
/
plugins
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various valgrind reported uninitialized variable uses
Hein-Pieter van Braam
2018-03-01
1
-0
/
+1
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-24
2
-5
/
+5
*
Delete all selected lines using the delete line shortcut in script editor
Yan Pas
2018-02-22
1
-6
/
+20
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-22
1
-2
/
+0
*
Fix typos with codespell
luz.paz
2018-02-22
1
-5
/
+5
*
Enable snapping when control key pressed
Chaosus
2018-02-21
2
-1
/
+5
*
Keep to show current script when closing all docs
volzhs
2018-02-21
2
-4
/
+8
*
fix crash autotile edit mode
damarindra
2018-02-19
1
-0
/
+5
*
option to disable sort in script list
ianb96
2018-02-19
2
-1
/
+5
*
Added "allow_reselect" property to ItemList and enabled it for the method/hel...
Michael Alexsander Silva Dias
2018-02-19
1
-2
/
+2
*
Add a function to remove controls from containers
George Marques
2018-02-19
4
-0
/
+12
*
Fixed members overview not scrolling to correct line
Paulb23
2018-02-19
1
-2
/
+3
*
Fix #16479 (deselect text when jumping to function)
Artem Varaksa
2018-02-19
1
-0
/
+1
*
Remove debugging prints related to the asset library
Hugo Locurcio
2018-02-19
1
-10
/
+0
*
Fix spaces and quotes in external editor flags
binbitten
2018-02-19
1
-12
/
+26
*
drop path text at mouse pos
ianb96
2018-02-19
1
-9
/
+16
*
Fix gradient texture preview
Chaosus
2018-02-19
1
-0
/
+3
*
Capitalized "View" menu options.
Michael Alexsander Silva Dias
2018-02-19
1
-3
/
+3
*
3DEditor: fix selecting node in viewport not update inspector
Poommetee Ketson
2018-02-19
1
-0
/
+3
*
3DEditor: fix multiple node selection crash the editor
Poommetee Ketson
2018-02-19
1
-3
/
+0
*
Display path to preloaded res + button to open it
Julian Murgia
2018-02-19
2
-4
/
+30
*
Fix shortcut conflict
Razah
2018-01-25
1
-6
/
+3
*
Rotate Control node with respecting pivot offset
volzhs
2018-01-24
1
-2
/
+2
*
Fix ObjectDB Instances still exist
Poommetee Ketson
2018-01-22
2
-1
/
+6
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
6
-16
/
+16
*
TileSetEditorPlugin: take scale in accout when highlighting current selected ...
Mariano Suligoy
2018-01-17
1
-6
/
+4
*
Changes the keep_margin parameter to true by default, so that people are not ...
Gilles Roudiere
2018-01-15
3
-16
/
+14
*
Merge pull request #15696 from bojidar-bg/15646-assigned-animation
Rémi Verschelde
2018-01-15
1
-13
/
+11
|
\
|
*
Fix an issue with the animation editor not seeking to the target time properly.
Bojidar Marinov
2018-01-14
1
-13
/
+11
*
|
Fix crash when freelook shortcuts are undefined
Marc Gilleron
2018-01-15
1
-17
/
+21
*
|
Fixed member keywords colour not updating on settings change
Paulb23
2018-01-14
1
-0
/
+1
*
|
Fix external editors always opening on scene change
Bernhard Liebl
2018-01-14
1
-4
/
+8
|
/
*
Add special coloring to members, to make shadowing more obvious.
Juan Linietsky
2018-01-12
2
-0
/
+37
*
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-12
1
-3
/
+3
*
Merge pull request #15611 from bojidar-bg/x-bind-more-properties
Rémi Verschelde
2018-01-12
1
-2
/
+4
|
\
|
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-2
/
+4
*
|
-Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14...
Juan Linietsky
2018-01-12
2
-2
/
+2
|
/
*
Merge pull request #15579 from damarindra/add-receptor-tileset
Rémi Verschelde
2018-01-11
2
-0
/
+10
|
\
|
*
fix updating tileset list when assign texture and set autotile true
damarindra
2018-01-11
2
-0
/
+10
*
|
Fixes snap button getting out of sync (issue 15366)
poke1024
2018-01-11
1
-1
/
+1
|
/
*
Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_file
Rémi Verschelde
2018-01-10
2
-39
/
+70
|
\
|
*
- Fixes #15470 "Crash on drag and drop scene file on empty scene"
Blazej Floch
2018-01-09
2
-39
/
+70
*
|
External editor fixes
Ignacio Etcheverry
2018-01-09
1
-15
/
+13
|
/
*
Don't delete edit menu too early when closing script tabs
Bernhard Liebl
2018-01-08
1
-1
/
+3
*
Merge pull request #15433 from poke1024/fix13957
George Marques
2018-01-07
1
-18
/
+18
|
\
|
*
Fix crash due to stale refs to node selection lists
Bernhard Liebl
2018-01-07
1
-18
/
+18
*
|
Merge pull request #15357 from damarindra/autotile-behaviour
Rémi Verschelde
2018-01-07
2
-46
/
+50
|
\
\
|
|
/
|
/
|
|
*
Fixing weird behaviour on autotile editor
damarindra
2018-01-05
2
-46
/
+50
*
|
Fix typo in new strings
Poommetee Ketson
2018-01-06
1
-1
/
+1
*
|
i18n: Sync translation templates with current source
Rémi Verschelde
2018-01-06
1
-1
/
+1
|
/
[next]