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
/
2d
/
tile_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add missing parameter names
Poommetee Ketson
2017-12-25
1
-1
/
+1
*
Merge pull request #13991 from CyanBlob/master
Rémi Verschelde
2017-12-16
1
-0
/
+23
|
\
|
*
TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...
Andrew Thomas
2017-12-16
1
-0
/
+23
*
|
Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.
Nathan Warden
2017-12-15
1
-1
/
+1
*
|
TileMap: Drop unused center_x/center_y booleans
Rémi Verschelde
2017-12-10
1
-29
/
+4
*
|
Merge pull request #14454 from CyanBlob/TileMap
Rémi Verschelde
2017-12-09
1
-6
/
+8
|
\
\
|
*
|
Convert tilemap format in get_tile_data()
Andrew Thomas
2017-12-09
1
-6
/
+8
|
|
/
*
/
Fixes TileMap occluder offsets.
PJB3005
2017-12-08
1
-4
/
+1
|
/
*
TileMap Fixes
Mariano Suligoy
2017-12-02
1
-8
/
+16
*
Fix displacement for centered tilemaps
Matthias Hoelzl
2017-11-27
1
-11
/
+13
*
Fix TileMap and TileSet ClassDB bindings
Ruslan Mustakov
2017-11-24
1
-1
/
+1
*
Implement auto-tiling
Mariano Suligoy
2017-11-20
1
-30
/
+217
*
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-19
1
-1
/
+1
*
Fixing tilemap rotation for non top-left tiles.
Vito
2017-11-15
1
-2
/
+2
*
Disabled filter clip by default and made it optional, fixes #12368, likely ot...
Juan Linietsky
2017-11-10
1
-2
/
+21
*
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-11-09
1
-1
/
+3
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-4
/
+4
*
Merge pull request #10361 from RandomShaper/tilemap-global-mtl
Rémi Verschelde
2017-08-30
1
-0
/
+30
|
\
|
*
Let TileMap apply its material
Pedro J. Estébanez
2017-08-15
1
-0
/
+30
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
|
Removed old fp_adjust code that conflicts with clipped rects, fixes #9925
Juan Linietsky
2017-08-25
1
-4
/
+2
*
|
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-2
/
+2
*
|
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-9
/
+12
*
|
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-4
/
+4
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-2
/
+2
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-1
/
+1
*
Added get_used_cells_by_id method 3.0
Hassan A
2017-08-02
1
-0
/
+15
*
Readd tilemap's shape_transform and bugfixes
Bojidar Marinov
2017-07-01
1
-3
/
+5
*
Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...
Juan Linietsky
2017-07-01
1
-5
/
+3
*
Fix #9409, fixup #9370; tileset now has shape transform instead of offset
Bojidar Marinov
2017-06-30
1
-3
/
+5
*
Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemaps
Rémi Verschelde
2017-06-26
1
-6
/
+6
|
\
|
*
Add one-way collisions and individual shape offsets for tilesets
Bojidar Marinov
2017-06-25
1
-6
/
+6
*
|
Merge pull request #9318 from bojidar-bg/readd-normal-tilemap
Rémi Verschelde
2017-06-26
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add normal map to tilemaps and tilesets
Bojidar Marinov
2017-06-22
1
-2
/
+3
*
|
BuildSystem: generated files have .gen.extension
Poommetee Ketson
2017-06-25
1
-1
/
+1
|
/
*
Refactor layer_mask to collision_layer
Poommetee Ketson
2017-06-14
1
-3
/
+3
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-15
/
+15
*
Merge pull request #8271 from MattUV/master
Rémi Verschelde
2017-04-09
1
-1
/
+37
|
\
|
*
Add set/get_collision_layer/mask_bit() to TileMaps
MattUV
2017-04-06
1
-1
/
+37
*
|
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
-2
/
+2
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-491
/
+432
*
TileMap: Respect self_modulate property
Andreas Haas
2017-03-05
1
-0
/
+3
*
Add Rect2 TileMap::get_used_rect(), closes #4390
Bojidar Marinov
2017-02-20
1
-0
/
+26
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-50
/
+50
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-15
/
+15
*
Merge pull request #6519 from RandomShaper/enhance-tileset
Juan Linietsky
2017-01-14
1
-2
/
+3
|
\
|
*
Add modulate (color) to TileSet tiles
Pedro J. Estébanez
2016-11-30
1
-2
/
+3
*
|
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-3
/
+5
[next]