Commit Graph

38 Commits

Author SHA1 Message Date
833bf5e32e More work. 2021-12-11 21:42:05 +01:00
788494e0bf Fixed up editor zoom widget. 2021-12-11 21:23:18 +01:00
c2771e25ed More work. 2021-12-11 20:28:04 +01:00
469a2edbf8 More work. 2021-12-11 20:15:57 +01:00
dea8f85cbc More work. 2021-12-11 20:07:58 +01:00
e801ee260d Added EditorZoomWidget from Godot4. 2021-12-11 20:00:31 +01:00
8ab8064f1b Prefix every editor plugin class With R, and add them to the build. 2021-12-11 19:54:47 +01:00
96f4de946d Fix binds having more paramaters than the method errors. 2021-12-11 19:38:07 +01:00
8e0fff28e9 Fix bound type. 2021-12-11 19:37:51 +01:00
f37490668e Register RTileMap to the Engine. 2021-12-11 19:34:48 +01:00
dd35386012 Temp fix for unused variable. 2021-12-11 19:33:05 +01:00
96ddaa1201 Fixed the remaining methodbind issues. 2021-12-11 19:31:07 +01:00
34ae407df1 Fixed more errors. 2021-12-11 19:23:38 +01:00
22f528a56a Fix more errors. 2021-12-11 19:13:51 +01:00
2f172d32bd Fixed more errors. 2021-12-11 19:06:47 +01:00
b867c9d0fe Fixed more issues. 2021-12-11 18:59:35 +01:00
e3f282a32a Fixed more issues. 2021-12-11 18:44:28 +01:00
cbb7e877da Fixed more issues. 2021-12-11 15:24:04 +01:00
ed0c938645 More work. 2021-12-11 15:17:37 +01:00
6470d92220 More work on the TileMap. 2021-12-11 15:10:09 +01:00
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