Commit Graph

428 Commits

Author SHA1 Message Date
Relintai 3f132e4828 Update ESS to the latest to get CharacterSkeleton3D's attach point rework. 2020-06-16 13:40:16 +02:00
Relintai 2d46c1bb10 Update ESS, so CharacterSkeleton uses the bone id in VisualEntry properly. Remove the null entries from the test character visuals. Also fix left upper arm. 2020-06-16 11:42:10 +02:00
Relintai 2b0c4821e2 Added AdaptiveTheme, it modifies the margins in the ui's theme. Removed AdaptiveButton. 2020-06-15 19:27:49 +02:00
Relintai 483c50dfac Added a touchscreen mode setting, and an AdaptiveButton that will set it's own min size if the setting is enabled. I did not replace all buttons yet, just made sure everything looks consistent. Also smaller theme improvements. 2020-06-15 18:37:51 +02:00
Relintai b9ecd4248d Reworked castbar, now it will always be properly centered. 2020-06-15 17:49:14 +02:00
Relintai 7d4291190a Also color the castbar. 2020-06-15 17:40:52 +02:00
Relintai 7c08311b75 Color health, mana, and xp bars. 2020-06-15 17:39:47 +02:00
Relintai 4ceb9f134c Fix "Cannot get ratio when minimum and maximum value are equal." Errors, and small tweaks to Nameplates. 2020-06-15 15:23:47 +02:00
Relintai 3ad461adb5 Fix initial value for the nameplates. 2020-06-15 15:10:10 +02:00
Relintai e1219b26f1 Update the engine, and ESS to get the Entity property update. 2020-06-15 14:59:30 +02:00
Relintai 7d207f2b56 Update the engine and ESS to get the EntityAI and EntityData api changes. 2020-06-15 11:24:28 +02:00
Relintai d0586063d1 Update the engine, and ESS, to get the Cooldown and CategoryCooldown removal change. 2020-06-13 21:53:10 +02:00
Relintai dc6aab9a2d Update ProfileManager call. 2020-06-13 15:36:21 +02:00
Relintai 315df2a10a Now entities will be snapped to the terrarin after they spawn. 2020-06-13 15:30:49 +02:00
Relintai bb955630fc Fix class doesn't exist error. 2020-06-13 15:19:41 +02:00
Relintai 0a3ddf1162 Update the procedural animations module to get the change signal emit fix. 2020-06-12 22:16:43 +02:00
Relintai 2dfba2bc97 Update Voxelman to the latest to get the mesher changes. 2020-06-12 19:55:37 +02:00
Relintai 9dd721fb3c Update ESS to get the SpeciesModelData rework. 2020-06-12 15:28:48 +02:00
Relintai 9b15802a87 Fix typo in Readme.md. 2020-06-12 10:50:26 +02:00
Relintai 1d2a562804 Fix customizable exports on windows. 2020-06-12 10:46:38 +02:00
Relintai ece008db5c Update the engine and the modules while I'm at it, the modules only had mostly readme changes. 2020-06-12 10:36:59 +02:00
Relintai 43b1385705 Implemented customizable build environment variables. 2020-06-12 10:35:20 +02:00
Péter Magyar ec2880f2bc
Merge pull request #2 from mbscode/master
Fix thread pool module repository reference.
2020-06-12 08:03:34 +02:00
Relintai bb562fdd1f Typo fixes in the readme. 2020-06-10 18:24:31 +02:00
Relintai 909702ee01 One more small tweak. 2020-06-10 17:29:21 +02:00
Relintai e066f0fdf7 One more tweak to the readme. 2020-06-10 17:27:57 +02:00
Relintai 8837efa7ca An another small tweak. 2020-06-10 17:22:54 +02:00
Relintai d4fde66898 Small tweaks. 2020-06-10 17:21:15 +02:00
Relintai e526d429a7 More work to the Readme.md. 2020-06-10 17:15:05 +02:00
Relintai f76867cf16 Fix typo in the setup script. This fixes repository setups. 2020-06-10 12:42:04 +02:00
Relintai d27e3e0d03 Readme.md cleanup part 2. 2020-06-10 12:21:50 +02:00
Relintai bf582640ef Readme.md cleanup part 1. 2020-06-10 10:44:18 +02:00
Relintai d27363175d Remove the compilation db patch, as it got merged into Godot a while ago. 2020-06-10 09:52:52 +02:00
Relintai 988bd26d38 Fix the order of the links for the thread pool module. 2020-06-10 09:42:57 +02:00
MB 23684b1099
Merge pull request #1 from mbscode/mbscode-patch-1
Fix thread pool module repository reference.
2020-06-09 21:09:17 +05:30
MB e7ccf0df85
Fix thread pool module repository reference. 2020-06-09 21:08:24 +05:30
Relintai ea6daeb5d4 Update ESS to get the aura trigger and stat attribute reworks. 2020-06-06 17:01:08 +02:00
Relintai bb56fb05c5 Update ESS tot he latest to get the getter/setter renames. Also fix an unrelated error. 2020-06-05 19:45:42 +02:00
Relintai 70b1b4badd Update ESS to get the TalentRowData changes. Also updated the engine. 2020-06-05 18:05:54 +02:00
Relintai 68dd994e56 A little cleanup to the player ui. Also removed the trainer window, and disabled the craft window's button. 2020-06-04 11:21:03 +02:00
Relintai 662055e4bf Fix skeleton mesh generation in single threaded mode. Also update ThreadPool to get the it's single thread mode fixes. 2020-05-30 23:23:38 +02:00
Relintai 2c5518095f Renamed the model manager module to module manager (Typo lol). Also disabled it, as it needs to be updated. 2020-05-30 19:30:35 +02:00
Relintai e2869c7b89 CharacterSkeleton now uses the ThreadPool module to generate meshes. Also updated MeshTools to get the 2 functions I added to the singleton. 2020-05-30 19:25:32 +02:00
Relintai 8f71e087e7 Update mesh utils to get the MeshMerger, and the engine. The CharacterSkeletonGD now uses it. 2020-05-30 14:04:37 +02:00
Relintai f943749a47 A few tweaks. 2020-05-26 17:45:58 +02:00
Relintai 510272bc3b Added a simple stub Character Window (with 2 culomns), and the talent window now also has 2 culomns, one will be physical (character level) talents, and one will be astral (class). 2020-05-26 17:41:05 +02:00
Relintai 23dac4b5bc Re-enabled class xp, and class learning, as I found a better
(and a lot more unique) way to bring the game.
2020-05-26 17:38:08 +02:00
Relintai 048bb06eea Added a trainer window. It's functionality has not been implemented yet. 2020-05-25 12:44:03 +02:00
Relintai 7bd29dcf83 Added my new thread pool module. 2020-05-24 21:19:20 +02:00
Relintai 3a8784b7aa Increase the world threads to 8. 2020-05-23 22:09:53 +02:00