summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
* Merge pull request #13991 from CyanBlob/masterRémi Verschelde2017-12-161-0/+23
|\
| * TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...Andrew Thomas2017-12-161-0/+23
* | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden2017-12-151-1/+1
* | TileMap: Drop unused center_x/center_y booleansRémi Verschelde2017-12-101-29/+4
* | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-091-6/+8
|\ \
| * | Convert tilemap format in get_tile_data()Andrew Thomas2017-12-091-6/+8
| |/
* / Fixes TileMap occluder offsets.PJB30052017-12-081-4/+1
|/
* TileMap FixesMariano Suligoy2017-12-021-8/+16
* Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-11/+13
* Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
* Implement auto-tilingMariano Suligoy2017-11-201-30/+217
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-1/+1
* Fixing tilemap rotation for non top-left tiles.Vito2017-11-151-2/+2
* Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky2017-11-101-2/+21
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-091-1/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Merge pull request #10361 from RandomShaper/tilemap-global-mtlRémi Verschelde2017-08-301-0/+30
|\
| * Let TileMap apply its materialPedro J. Estébanez2017-08-151-0/+30
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* | Removed old fp_adjust code that conflicts with clipped rects, fixes #9925Juan Linietsky2017-08-251-4/+2
* | Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-9/+12
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-4/+4
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Added get_used_cells_by_id method 3.0Hassan A2017-08-021-0/+15
* Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-011-3/+5
* Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky2017-07-011-5/+3
* Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-301-3/+5
* Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-261-6/+6
|\
| * Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-251-6/+6
* | Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde2017-06-261-2/+3
|\ \ | |/ |/|
| * Add normal map to tilemaps and tilesetsBojidar Marinov2017-06-221-2/+3
* | BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
|/
* Refactor layer_mask to collision_layerPoommetee Ketson2017-06-141-3/+3
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-15/+15
* Merge pull request #8271 from MattUV/masterRémi Verschelde2017-04-091-1/+37
|\
| * Add set/get_collision_layer/mask_bit() to TileMapsMattUV2017-04-061-1/+37
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* | New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-2/+2
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-491/+432
* TileMap: Respect self_modulate propertyAndreas Haas2017-03-051-0/+3
* Add Rect2 TileMap::get_used_rect(), closes #4390Bojidar Marinov2017-02-201-0/+26
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-50/+50
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-15/+15
* Merge pull request #6519 from RandomShaper/enhance-tilesetJuan Linietsky2017-01-141-2/+3
|\
| * Add modulate (color) to TileSet tilesPedro J. Estébanez2016-11-301-2/+3
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+5