index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
tile_set.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tileset: Bind autotile_set_size()/get_size().
Ranoller
2018-08-30
1
-0
/
+2
*
TileSet: Bind tile_set_shape_offset and getter
Rémi Verschelde
2018-08-27
1
-0
/
+2
*
Backward compatibility for autotile setup from Godot 3.0.X
Mariano Javier Suligoy
2018-08-24
1
-1
/
+7
*
New TileSet Editor
MAriano Javier Suligoy
2018-08-09
1
-3
/
+22
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-3
/
+3
*
Expose 'modulate' set/get in TileSet resource
Michael Alexsander Silva Dias
2018-07-23
1
-0
/
+2
*
Restore support for minimal 3x3 autotile sets
isaacremnant
2018-05-17
1
-1
/
+2
*
Adds z-index properties to TileSets.
Pieter-Jan Briers
2018-05-01
1
-0
/
+20
*
Merge pull request #18072 from AlexHolly/master
George Marques
2018-04-08
1
-0
/
+6
|
\
|
*
expose Tileset TileMode to GDScript
Alexander Holland
2018-04-08
1
-0
/
+6
*
|
Fix converting to tileset crashes Godot if existing file is not tileset
Poommetee Ketson
2018-03-23
1
-0
/
+1
|
/
*
Tileset Editor Improvement
Damar Indra
2018-02-20
1
-16
/
+15
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-8
/
+8
*
fix updating tileset list when assign texture and set autotile true
damarindra
2018-01-11
1
-1
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add missing parameter names
Poommetee Ketson
2017-12-25
1
-2
/
+2
*
Fix wrong return value in some virtual method bindings
Rémi Verschelde
2017-12-10
1
-2
/
+2
*
Fix TileSet::AutotileData::ocludder_map typo
PJB3005
2017-12-08
1
-8
/
+8
*
Fix TileMap and TileSet ClassDB bindings
Ruslan Mustakov
2017-11-24
1
-1
/
+1
*
Implement auto-tiling
Mariano Suligoy
2017-11-20
1
-5
/
+392
*
Fixing tilemap rotation for non top-left tiles.
Vito
2017-11-15
1
-6
/
+14
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Fixes method definitions with extra number of arguments
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-13
/
+13
*
Readd shape_offset as an editor-only and backcompat property
Bojidar Marinov
2017-07-01
1
-1
/
+8
*
Readd tilemap's shape_transform and bugfixes
Bojidar Marinov
2017-07-01
1
-22
/
+24
*
Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...
Juan Linietsky
2017-07-01
1
-24
/
+22
*
Fix #9409, fixup #9370; tileset now has shape transform instead of offset
Bojidar Marinov
2017-06-30
1
-22
/
+24
*
Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemaps
Rémi Verschelde
2017-06-26
1
-49
/
+141
|
\
|
*
Add one-way collisions and individual shape offsets for tilesets
Bojidar Marinov
2017-06-25
1
-49
/
+141
*
|
Add normal map to tilemaps and tilesets
Bojidar Marinov
2017-06-22
1
-0
/
+20
|
/
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
New particle system, mostly working, some small features missing.
Juan Linietsky
2017-04-06
1
-6
/
+6
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-202
/
+171
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-31
/
+31
*
Merge pull request #6519 from RandomShaper/enhance-tileset
Juan Linietsky
2017-01-14
1
-0
/
+19
|
\
|
*
Add modulate (color) to TileSet tiles
Pedro J. Estébanez
2016-11-30
1
-0
/
+19
*
|
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-31
/
+31
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-3
/
+3
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
lot of work on 2D lighting and isometric maps
Juan Linietsky
2015-03-09
1
-1
/
+105
*
Merge remote-tracking branch 'upstream/master'
Olafur Haukur Flygenring
2014-02-19
1
-9
/
+30
|
\
|
*
-improved physics ccd
Juan Linietsky
2014-02-19
1
-9
/
+30
*
|
Added function "get_tiles_ids" to TreeSet.
Olafur Haukur Flygenring
2014-02-18
1
-0
/
+12
|
/
*
GODOT IS OPEN SOURCE
Juan Linietsky
2014-02-09
1
-0
/
+310