Commit Graph

515 Commits

Author SHA1 Message Date
6044d301c1 Update world generator to the latest to get the new instancing improvement. 2020-07-22 02:02:53 +02:00
45534fa29b Update the world generator module to get the generator structure rework, and broken seals module, and the engine. The constant editor crashing is fixed now, it was caused by BiomeBase, because it was inherited from a class in an another module, and apparently that doesn't work. As a bonus the editor also feels a lot snappier now. 2020-07-21 23:02:06 +02:00
7770879003 Implemented mob spawning (turned it off for now). Also now the menu now won't spawn in the dungeon. 2020-07-21 00:30:06 +02:00
41a528a892 Fix entrance position. 2020-07-20 23:48:21 +02:00
7a5b0336a9 Set approximated box colliders to the core wall models. 2020-07-20 21:48:06 +02:00
a95b386d01 Implement texture mapping for the dungeon. 2020-07-20 21:25:54 +02:00
8997fae8c2 Now the dungeon (mostly) properly gets written to chunks based on it's map's data. I implemented wall post processing with bit shifting, and since using bit shifting with scripting languages is not as common I threw in a few comments on how it works, hopefully someone will find it useful. Also fix 2 line's indentation level. 2020-07-20 15:03:57 +02:00
3e3b480ac3 Update the engine. 2020-07-20 01:35:53 +02:00
56deab2de7 Updated Voxelman to get the mesh data resource helper update. Also a bit of work on dungeon generation. 2020-07-20 01:17:47 +02:00
07107af461 Added mdr walls looking at every direction. Also added a test prop crypt entrance. 2020-07-19 15:03:51 +02:00
b147b81e01 Add range check to the new teleporter. 2020-07-18 22:50:10 +02:00
f96a66300b Implemented a teleporter, it has a test cube mesh with the brick texture for now, and made the dungeon spawn it. Also work on setting up the dungeon generation. 2020-07-18 22:42:50 +02:00
4084debdad Removed a few now unneeded classes/scenes, and moved some of the around. Small tweaks/fixes and comments. Also updated modules to grab a few smaller fixes/improvements. 2020-07-18 18:30:39 +02:00
5f8cfba661 Re-enabled batching, as after a scons cache clean I can't seem to be able to reproduce those crashes anymore. 2020-07-18 14:14:18 +02:00
69deb6002b Disable batching for now, it seems like it causes some crashes now. It might not be the root cause though. 2020-07-18 13:35:09 +02:00
33a4ca98eb Update voxelman, to get a probable crash fix. 2020-07-18 13:25:49 +02:00
ec8e8d0406 Now the level generator won't load planets from a folder, instead they are directly set from the editor, ands tarted porting the dungeon generator from the roguelike project. Also updated the world generator module to get the property type changes, this fixes some of the crashes. 2020-07-18 12:50:17 +02:00
c6429124fb Update the WorldGenerator module to get the instance() helpers. 2020-07-17 20:54:49 +02:00
630db200dc Fix signal handler argument count mismatch. 2020-07-17 19:36:28 +02:00
be6ebf48f3 Update ESS to get the aura damage calculation update. 2020-07-17 19:29:24 +02:00
1c4c3a5d55 Comment out the code that was implementing spell scaling in Aura. Also update ESS so auras continue to deal damage/heal even if the original caster's node is not available anymore. 2020-07-16 16:07:30 +02:00
7b28a3e17d Update ESS to the latest to grab a crash fix. It seems like this fixes the crash I was having on scene loading. 2020-07-14 14:32:17 +02:00
dda00d0491 Moved the menu into a new folder. 2020-07-12 19:46:30 +02:00
c294b4a008 Fix a few settings for Nature's Switfness. And small tweaks. 2020-07-11 21:08:45 +02:00
8168adc914 Remove leftover print. 2020-07-11 18:39:46 +02:00
08ebbd24f8 Fix global cooldowns. 2020-07-11 18:37:41 +02:00
33ed628aa3 Attributions for the test character textures. 2020-07-11 15:30:39 +02:00
faae05e1a9 Removed the steering ai framework as it was not used. 2020-07-11 15:18:01 +02:00
e0d90b5925 Removed a few now unused textures. 2020-07-11 15:04:59 +02:00
647cf4e904 Convert the icon attributions to the new format. 2020-07-11 15:01:41 +02:00
69a68c52a1 Convert the font's license to the new format. 2020-07-11 14:38:12 +02:00
f352fc85c5 Convert the test weapons Attributions file to the new format. 2020-07-11 14:32:27 +02:00
5a529c8d07 Small improvements, and the implementation now also supports the File tag. 2020-07-11 14:32:06 +02:00
741c1542bd Implemented the third party attibutions tab. 2020-07-11 14:14:11 +02:00
5688f44ea2 Moe tweaks to the sky. 2020-07-11 01:12:41 +02:00
77c50691b6 Change the color of the sky to blue. 2020-07-11 01:03:27 +02:00
8a20ca0f3e Start mesh build job at the end of build in Skeleton. 2020-07-11 01:00:25 +02:00
2a2a6a555d Rename the continue button to load in the menu. 2020-07-10 21:56:59 +02:00
cd0ed54744 Fix parameters for signal handler. 2020-07-10 21:55:19 +02:00
7f79741267 Update logic. 2020-07-10 21:52:07 +02:00
b376d74dbf Update ESS to get the spell learning fix. 2020-07-10 21:23:00 +02:00
19b158c877 Update ESS to get the XPData rework. 2020-07-10 17:18:03 +02:00
255f35e381 Actually commit HEADS. 2020-07-10 15:25:45 +02:00
67e327f471 Update ESS to get the Entity level simplifications. 2020-07-10 15:25:32 +02:00
2e3e0d88f4 Restored the ability to have multiple characters, and also turned off class learning/xp. I'm not yet sure how to go about it, maybe class levels could give some xp boost, will experiment more when the project is more mature. 2020-07-10 11:16:02 +02:00
836949b205 The initial sheathing setup is also called as deferred now. 2020-07-10 10:34:25 +02:00
e986d8d488 build_model is now called as deferred. 2020-07-10 10:31:09 +02:00
d68d49b5de Reduce the amount of crashes. 2020-07-10 10:29:07 +02:00
149d7f4bb2 Update WorldGenerator to the latest. 2020-07-10 02:40:12 +02:00
dc885e5300 Small tweak to Readme.md. 2020-07-09 20:12:38 +02:00