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
/
scene
/
2d
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Removed strange custom world2d in CanvasLayer, been there since always and no...
Juan Linietsky
2018-04-07
2
-6
/
+4
*
|
|
|
Document condition to avoid mistakes (like #17690)
Juan Linietsky
2018-04-07
1
-0
/
+6
|
/
/
/
*
|
|
Implement missing navgiation polygon debugging in tilemap
Benedikt Bär
2018-03-30
1
-0
/
+55
*
|
|
Merge pull request #16971 from Noshyaar/tilemap
Rémi Verschelde
2018-03-13
2
-0
/
+12
|
\
\
\
|
*
|
|
TileMap: add fix_invalid_tiles
Poommetee Ketson
2018-02-24
2
-0
/
+12
*
|
|
|
Merge pull request #17114 from poke1024/fix15719
Rémi Verschelde
2018-03-13
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Fix line thickness for CollisionPolygon2D.
poke1024
2018-03-01
1
-1
/
+2
*
|
|
|
|
Update TileMap when its TileSet changes
ShyRed
2018-03-11
2
-3
/
+18
*
|
|
|
|
Update Sprite when Texture changes
ShyRed
2018-03-10
2
-0
/
+25
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #17341 from poke1024/fix16461
Rémi Verschelde
2018-03-08
1
-1
/
+7
|
\
\
\
\
|
*
|
|
|
Fix unselectable flipped sprites (fixes 16461)
poke1024
2018-03-07
1
-1
/
+7
*
|
|
|
|
Merge pull request #17189 from CodeAndWeb/master
Rémi Verschelde
2018-03-08
1
-1
/
+21
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix selection of Sprites using AtlasTexture in the editor.
Andreas Loew
2018-03-02
1
-1
/
+21
*
|
|
|
|
Fix uninitialized data in Sprite::_get_rects()
Bernhard Liebl
2018-03-04
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Add a split editor to polygon 2D UV editor, moving an inch closer to adding s...
Juan Linietsky
2018-02-25
2
-1
/
+95
*
|
|
|
Fix Line2D tile mode for non-square textures
Marc Gilleron
2018-02-25
3
-7
/
+15
|
|
/
/
|
/
|
|
*
|
|
Skeleton2D: Fix missing return value in comparator
Rémi Verschelde
2018-02-22
1
-1
/
+1
*
|
|
2D Skeletons WORK IN PROGRESS
Juan Linietsky
2018-02-21
5
-5
/
+283
*
|
|
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
|
|
Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.
Juan Linietsky
2018-02-21
4
-1
/
+132
*
|
|
Merge pull request #16756 from willnationsdev/shifted-rect-sprite
Rémi Verschelde
2018-02-21
2
-2
/
+6
|
\
\
\
|
*
|
|
Expose Sprite._edit_get_rect for click rect access
Will Nations
2018-02-19
2
-2
/
+6
*
|
|
|
Merge pull request #16772 from damarindra/tileset_editor_improvement
Rémi Verschelde
2018-02-21
1
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Tileset Editor Improvement
Damar Indra
2018-02-20
1
-5
/
+5
|
|
/
/
/
*
|
|
|
Added forgotten infinite_inertia to bindings
Andrea Catania
2018-02-21
1
-1
/
+1
*
|
|
|
Merge pull request #16757 from AndreaCatania/kinpush
Rémi Verschelde
2018-02-20
2
-18
/
+19
|
\
\
\
\
|
*
|
|
|
Improved kinematic body 2D and 3D, Now can move rigid body
Andrea Catania
2018-02-20
2
-18
/
+19
|
|
/
/
/
*
|
|
|
Improve CollisionObject/CollisionObject2D warning message
Chris Bradfield
2018-02-19
1
-1
/
+1
*
|
|
|
Merge pull request #16566 from groud/gui_input_rework
Rémi Verschelde
2018-02-19
10
-92
/
+131
|
\
\
\
\
|
*
|
|
|
2D editor GUI input rework. Changes are:
Gilles Roudiere
2018-02-16
10
-92
/
+131
*
|
|
|
|
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
2
-3
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #16424 from AndreaCatania/phyj
Rémi Verschelde
2018-02-13
1
-2
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added physics API in order to enable/disable collisions between rigidbody att...
Andrea Catania
2018-02-05
1
-2
/
+1
*
|
|
|
Update an outdated method name in error message
ronroniv
2018-02-07
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #15254 from mrcdk/pitch_scale
Rémi Verschelde
2018-02-01
2
-1
/
+17
|
\
\
\
|
*
|
|
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...
MrCdK
2018-01-01
2
-1
/
+17
*
|
|
|
Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...
robfram
2018-01-27
1
-4
/
+4
*
|
|
|
defend Path2D against a null curve
Todd Ross
2018-01-22
1
-1
/
+1
*
|
|
|
Fix crash on deleted rigidbodies without contact monitor (issue 15904)
Bernhard Liebl
2018-01-21
1
-0
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Fix minor typo: it's -> its
Yuri Chornoivan
2018-01-20
1
-1
/
+1
*
|
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
3
-3
/
+3
*
|
|
Before I forget, add warnings on areas without children (should not break any...
Juan Linietsky
2018-01-18
2
-0
/
+16
*
|
|
Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapes
Rémi Verschelde
2018-01-12
4
-8
/
+40
|
\
\
\
|
*
|
|
Update collision shapes data on tree entered
Pedro J. Estébanez
2018-01-11
4
-8
/
+40
*
|
|
|
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-12
3
-10
/
+10
*
|
|
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
9
-72
/
+44
|
/
/
/
*
|
|
Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS
Bernhard Liebl
2018-01-08
1
-6
/
+6
*
|
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
66
-0
/
+128
*
|
|
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-04
5
-17
/
+17
|
\
\
\
|
*
|
|
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
5
-17
/
+17
[prev]
[next]