Commit Graph

54 Commits

Author SHA1 Message Date
33d48e18e5 More fixes to the tile map editor. 2021-12-12 15:19:43 +01:00
0081de4884 More work on the tilemap editor. 2021-12-12 15:09:43 +01:00
58a2fd2973 Work on the tile map editor. 2021-12-12 14:08:32 +01:00
a3db88605b Fixed the remaining errors in tile_set_editor. 2021-12-12 13:08:32 +01:00
31d4909a20 Fixed up the errors in the tile_set_scenes_collection_source_editor. 2021-12-12 12:55:01 +01:00
b599c2c347 Fixed up the errors in the tile set atlas source editor. 2021-12-12 12:47:41 +01:00
3120b3d146 More fixes. 2021-12-12 11:59:11 +01:00
1b1a971320 More work on tile set atlas source editor. 2021-12-12 11:51:47 +01:00
471a722ee6 Work on tile set atlas source editor. 2021-12-12 10:53:47 +01:00
a1097604a8 Fix all current errors in tile proxies manager dialog. 2021-12-12 10:12:55 +01:00
a5790ad9b2 Fixed all current errors in tile data editors. 2021-12-12 09:48:33 +01:00
8395120e0e More fixes. 2021-12-11 23:23:35 +01:00
10a95cb467 More fixes. 2021-12-11 23:13:05 +01:00
b54dec5622 More fixes. 2021-12-11 22:45:08 +01:00
b4c9be6299 More fixes. 2021-12-11 22:40:54 +01:00
63140f46c7 More work. 2021-12-11 22:24:16 +01:00
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