Commit Graph

68 Commits

Author SHA1 Message Date
47b9717301 Started work on the TileMap. 2021-12-11 14:39:26 +01:00
db2449c5df Mention that it needs the navigation server backport pr. 2021-12-11 14:22:54 +01:00
0cd241cd67 Fix stb rect pack multiple definitions. 2021-12-11 13:05:58 +01:00
fd650f9d17 Registered the tilemap data classes and started fixing the new errors. 2021-12-11 11:50:06 +01:00
cc798a101b Fix shadowed local warning. 2021-12-11 11:28:08 +01:00
0f236ed797 Fix array not having < operator in 3.x. 2021-12-11 11:27:11 +01:00
fdfdf6953e Temporarily disabled 2 bindings, as 3.x only supports up to 5 arguments. 2021-12-11 11:20:21 +01:00
7caf0b3dac Fix missing abs(), and sign(). 2021-12-11 11:16:11 +01:00
1e217b58cd Removed delanuay_2d.h as it's available in core/math. 2021-12-11 11:10:28 +01:00
2d3a015200 Moved away from vector2i-s from the api, as in 3.x theye cannot be casted to variants, so they can't be bound. 2021-12-11 11:08:39 +01:00
3139d8c854 More fixes. 2021-12-11 10:53:10 +01:00
b56af507da More fixes. 2021-12-11 09:26:00 +01:00
12a964a0ef Fix a few smaller isues. 2021-12-10 22:38:44 +01:00
a33068000d More fixes. Mostly only Vector2i issues remaining. 2021-12-10 22:29:35 +01:00
9730b95b70 More cleanups. 2021-12-10 21:41:55 +01:00
16fb1c2a1f Mention that the classes get an R prefix. 2021-12-10 20:55:59 +01:00
84c91b6e99 Small readme change. 2021-12-10 20:54:39 +01:00
dd6feeb933 Initial commit. Already started working on the tile map's data classes. 2021-12-10 20:53:49 +01:00