Spartan322
|
2b59059dde
|
Merge commit godotengine/godot@2d3bdcac35
|
2025-04-19 16:05:28 -04:00 |
|
Michael Alexsander
|
556933306a
|
Allow to compile templates without navigation features
|
2025-04-01 11:53:35 -03:00 |
|
Michael Alexsander
|
5ad414d046
|
Allow to compile templates without physics servers
|
2025-03-28 11:00:44 -03:00 |
|
Spartan322
|
4805bc1eee
|
Merge commit godotengine/godot9630d4e2fc1d0fdef6f46f24e236548549f31d49
|
2025-01-17 16:33:06 -05:00 |
|
smix8
|
0ed2cb0439
|
Make nodes handle their respective navigation source geometry
Makes nodes handle their respective navigation source geometry.
|
2025-01-12 13:14:46 +01:00 |
|
Spartan322
|
4ffc9ac18b
|
Merge commit godotengine/godot@bdf625bd54
|
2025-01-04 00:55:26 -05:00 |
|
Spartan322
|
1609981ccf
|
Merge commit godotengine/godot@75ce4266c4
|
2024-12-29 11:38:02 -05:00 |
|
A Thousand Ships
|
a1846b27ea
|
Improve use of Ref.is_null/valid
Use `is_null` over `!is_valid` and vice versa.
|
2024-12-23 16:35:02 -05:00 |
|
Yufeng Ying
|
73d85f46c9
|
Remove unused headers in scene.
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
2024-12-24 00:40:09 +08:00 |
|
Spartan322
|
4a5836e546
|
Merge commit godotengine/godot@6c05ec3d67
|
2024-11-15 14:24:07 -05:00 |
|
Mack
|
282425eefb
|
Fix setting TileMap data compatibility format broken by #98898.
|
2024-11-15 01:20:30 +00:00 |
|
Spartan322
|
3a73c6ebd1
|
Merge commit godotengine/godot@cb411fa960
|
2024-11-12 13:46:59 -05:00 |
|
Thaddeus Crews
|
8d1462c748
|
CI: Update Linux runners to Ubuntu 24.04
|
2024-11-10 14:05:27 -06:00 |
|
Spartan322
|
b8b8a7127e
|
Merge commit godotengine/godot@87318a2fb7
|
2024-11-06 01:12:36 -05:00 |
|
Michael Alexsander
|
58e79bfa9a
|
Compile certain CanvasItem._edit_*() functions with DEBUG_ENABLED
|
2024-11-02 15:43:18 -03:00 |
|
Spartan322
|
6beb1eef9a
|
Fix copyright headers referring to Godot
|
2024-10-27 11:17:29 -04:00 |
|
Dubhghlas McLaughlin
|
e8542b06ac
|
Rebrand preambles to Redot
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
2024-10-11 02:26:51 -04:00 |
|
A Thousand Ships
|
9dc231366d
|
Fix super call in various get_configuration_warnings methods
|
2024-09-05 16:08:35 +02:00 |
|
kobewi
|
dba1a39fe1
|
Add helper methods to check for tile transforms
|
2024-08-12 02:51:34 +02:00 |
|
Hugo Locurcio
|
5bc4b49f0b
|
Document converting a TileMap node to TileMapLayer using the editor
|
2024-08-07 11:15:29 +02:00 |
|
Yuri Rubinsky
|
af5fc8354b
|
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
|
2024-07-09 19:38:52 +03:00 |
|
kobewi
|
b365a63403
|
Automatically use property count in PropertyListHelper
|
2024-05-25 10:51:37 +02:00 |
|
kobewi
|
6559bb68e6
|
Remove some TileMap dependencies from TileMapLayer
|
2024-05-21 11:32:14 +02:00 |
|
kobewi
|
413c11357d
|
Use Core/Scene stringnames consistently
|
2024-05-13 23:41:07 +02:00 |
|
kobewi
|
a262d2d881
|
Add shorthand for using singleton string names
|
2024-05-11 18:53:08 +02:00 |
|
Gilles Roudière
|
7705265477
|
Fix PropertyListHelper::_get_property returning a valid value even if an index is outside the array valid indices
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
|
2024-05-10 10:46:04 +02:00 |
|
Rémi Verschelde
|
043ca7c63c
|
Merge pull request #88306 from KoBeWi/PropertyListHelper_will_come_for_you
Add PropertyListHelper in all simple cases
|
2024-04-18 12:24:17 +02:00 |
|
Gilles Roudière
|
96b6199de9
|
Fix TileMap enabling Y-sort on child nodes
|
2024-04-16 16:02:55 +02:00 |
|
kobewi
|
e95e954c68
|
Add PropertyListHelper in all simple cases
|
2024-04-11 18:13:29 +02:00 |
|
Gilles Roudière
|
3cd4b2859c
|
Expose TileMapLayer
|
2024-04-03 11:02:34 +02:00 |
|
Gilles Roudière
|
787c784aca
|
Remove almost all remaining dependencies of TileMapLayer on TileMap
|
2024-02-29 12:16:50 +01:00 |
|
Rémi Verschelde
|
21f0529aa9
|
Revert "Update Node::get_configuration_warnings signature"
This reverts commit d3852deaa4.
|
2024-02-17 19:03:21 +01:00 |
|
kobewi
|
2c2480ea4e
|
Make TileMapLayers internal
|
2024-02-15 21:28:04 +01:00 |
|
Rémi Verschelde
|
a1aca7e5c9
|
Merge pull request #88157 from kleonc/tilemap-move-layer-fix-moving-child-nodes
Fix `TileMap::move_layer` incorrectly moving child `TileMapLayer` nodes
|
2024-02-12 13:34:46 +01:00 |
|
Rémi Verschelde
|
821bf4b533
|
Merge pull request #88105 from AThousandShips/tile_duplicate_fix
Fix duplicating/copying `TileMap`
|
2024-02-12 13:34:34 +01:00 |
|
Rémi Verschelde
|
687f840354
|
Merge pull request #87379 from groud/change_tilemap_editor_to_tilemaplayer_editor
Change TileMapEditor to TileMapLayerEditor
|
2024-02-12 13:34:04 +01:00 |
|
Gilles Roudière
|
5a999d67ec
|
Change TileMapEditor to TileMapLayerEditor
|
2024-02-12 10:11:45 +01:00 |
|
kleonc
|
7dfd0c45e9
|
Fix animated tile random start time not scaled to animation duration
|
2024-02-11 13:15:52 +01:00 |
|
kleonc
|
858eaafc23
|
Fix TileMap::move_layer incorrectly moving child TileMapLayer nodes
|
2024-02-09 20:59:36 +01:00 |
|
RedMser
|
d3852deaa4
|
Update Node::get_configuration_warnings signature
|
2024-02-08 23:05:20 +01:00 |
|
A Thousand Ships
|
85d9c23baa
|
Fix duplicating/copying TileMap
Using `force_parent_owned` to prevent issues duplicating
|
2024-02-08 17:02:56 +01:00 |
|
Gilles Roudière
|
48bed5050b
|
Make TileMapLayers extend Node2D and work as children of TileMap
|
2024-01-17 16:05:50 +01:00 |
|
Gilles Roudière
|
6bc5b3f812
|
Move TileMapLayer to its own files
|
2024-01-05 11:58:21 +01:00 |
|
Gilles Roudière
|
18fe0bd025
|
Move tile transforms handling cache to TileData
|
2023-12-13 17:44:59 +01:00 |
|
Gilles Roudière
|
fcb8d19de0
|
Fixes TileMap occluders
|
2023-12-08 10:07:28 +01:00 |
|
Gilles Roudière
|
25e927e56b
|
Keep scene tiles even if the TileMap is invisible
|
2023-12-04 18:39:16 +01:00 |
|
Rémi Verschelde
|
efe5c856b8
|
TileMap: Fix compatibility code for old cell_quadrant_size property name
Fixes #85423.
|
2023-11-28 12:44:07 +01:00 |
|
Gilles Roudière
|
dae641625a
|
Update tilemap physics' world2D on reparenting
Co-authored-by: Alon Ran <newdefectus@gmail.com>
|
2023-11-16 11:31:42 +01:00 |
|
Rémi Verschelde
|
491160c33d
|
Merge pull request #83888 from KoBeWi/remove_all_properties_instead_of_adding_one
Fix TileMap layer reverts and defaults
|
2023-11-08 19:08:19 +01:00 |
|
kobewi
|
b63533bf3f
|
Fix rotated tile collision not working at runtime
|
2023-10-31 18:22:26 +01:00 |
|