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
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
2
-2
/
+2
*
Fix TileMap and TileSet ClassDB bindings
Ruslan Mustakov
2017-11-24
1
-1
/
+1
*
Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...
Sofox
2017-11-23
1
-6
/
+10
*
Merge pull request #13159 from AndreaCatania/ray
Rémi Verschelde
2017-11-22
3
-21
/
+2
|
\
|
*
Removed type_mask and fixed some variable name
AndreaCatania
2017-11-21
3
-21
/
+2
*
|
Merge pull request #12301 from MarianoGnu/master
Rémi Verschelde
2017-11-22
2
-30
/
+240
|
\
\
|
|
/
|
/
|
|
*
Implement auto-tiling
Mariano Suligoy
2017-11-20
2
-30
/
+240
*
|
Merge pull request #12421 from TheSofox/parallax-overhaul
Rémi Verschelde
2017-11-20
5
-16
/
+27
|
\
\
|
*
|
Overhauled the ParallaxBackground system so that it works properly regardless...
Sofox
2017-10-26
5
-16
/
+27
*
|
|
Fixes a double class registering error
Gilles Roudiere
2017-11-20
1
-2
/
+0
|
|
/
|
/
|
*
|
Merge pull request #13049 from tagcup/pathfollow2d_parallel_transport
Rémi Verschelde
2017-11-20
2
-29
/
+22
|
\
\
|
*
|
Use parallel transport in PathFollow2D.
Ferenc Arn
2017-11-19
2
-29
/
+22
*
|
|
Fix the prevention for sliding on slopes in the 2d version of move_and_slide
Eric Wiltfang
2017-11-20
1
-1
/
+4
|
/
/
*
|
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-19
26
-403
/
+142
*
|
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-3
/
+3
*
|
Merge pull request #12870 from Nibodhika/master
Rémi Verschelde
2017-11-17
1
-2
/
+2
|
\
\
|
*
|
Fixing tilemap rotation for non top-left tiles.
Vito
2017-11-15
1
-2
/
+2
*
|
|
Finalized ability to convert from CanvasItem/Spatial/Particles materials to S...
Juan Linietsky
2017-11-14
2
-0
/
+8
|
/
/
*
|
Merge pull request #12806 from letheed/unify-degrees
Poommetee Ketson
2017-11-11
4
-25
/
+25
|
\
\
|
*
|
Unify degree members and properties
letheed
2017-11-10
4
-25
/
+25
*
|
|
Disabled filter clip by default and made it optional, fixes #12368, likely ot...
Juan Linietsky
2017-11-10
3
-3
/
+26
|
/
/
*
|
Remove deprecated rotation methods
letheed
2017-11-10
2
-22
/
+2
*
|
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-11-09
2
-2
/
+5
*
|
Merge pull request #10770 from RandomShaper/fix-joints
Rémi Verschelde
2017-10-31
2
-72
/
+48
|
\
\
|
|
/
|
/
|
|
*
Fix joints collision exceptions
Pedro J. Estébanez
2017-08-29
2
-72
/
+48
*
|
Fixes infinite loop in NavPolygonInstance warnings
Cédric Fuchs
2017-10-26
1
-1
/
+1
*
|
missing set/get_collision_mask_bit() for RayCast
Jakub Grzesik
2017-10-23
2
-0
/
+21
*
|
Merge pull request #12291 from RandomShaper/fix-raycast-naming
Rémi Verschelde
2017-10-21
2
-12
/
+12
|
\
\
|
*
|
Rename RayCasts collision_layer to collision_mask
Pedro J. Estébanez
2017-10-21
2
-12
/
+12
*
|
|
Bind unbound enums, rearrange some by value
Poommetee Ketson
2017-10-22
4
-6
/
+6
|
/
/
*
|
Merge pull request #12260 from bojidar-bg/11975-navpoly-freeze
Rémi Verschelde
2017-10-20
1
-1
/
+1
|
\
\
|
*
|
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor
Bojidar Marinov
2017-10-20
1
-1
/
+1
*
|
|
Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer ...
Sofox
2017-10-18
1
-1
/
+1
|
/
/
*
|
Fix AnimatedSprite frame property slider in editor
Hiroshi Ogawa
2017-10-11
1
-3
/
+1
*
|
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
6
-26
/
+26
*
|
Fix: CollisionObject shape owner indexing is inconsistent
damarindra
2017-09-24
1
-1
/
+1
*
|
Rename get_position => get_playback_position and seek_pos => seek on audio cl...
Marcelo Fernandez
2017-09-23
2
-4
/
+4
*
|
Changed get_audio_bus and set functions to get_audio_bus_name and set
Marcelo Paez
2017-09-22
3
-8
/
+8
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
12
-36
/
+36
*
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
7
-56
/
+70
|
\
\
|
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
7
-56
/
+70
*
|
|
Merge pull request #11069 from aroncds/master
Rémi Verschelde
2017-09-13
2
-106
/
+170
|
\
\
\
|
*
|
|
Added to kinematicbody2d the copy and paste of the API friendler of Kinematic...
Aron de Castro
2017-09-10
2
-106
/
+170
*
|
|
|
Renamed play to playing property, but now playing and is_playing is the same,...
Juan Linietsky
2017-09-13
1
-1
/
+1
*
|
|
|
Fixed issues with surround sound on audio server
Marcelo Fernandez
2017-09-12
1
-38
/
+18
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
2017-09-12
1
-1
/
+0
|
\
\
\
|
*
|
|
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+0
|
|
/
/
*
|
|
Merge pull request #11026 from hpvb/fix-assign-in-if
Rémi Verschelde
2017-09-12
1
-1
/
+2
|
\
\
\
|
*
|
|
Remove assignment and declarations in if statements
Hein-Pieter van Braam
2017-09-08
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #11057 from hpvb/fix-various-warnings
Rémi Verschelde
2017-09-12
1
-25
/
+30
|
\
\
\
[next]