|
2b7ebebfcc
|
Save the core models also as tres, and replace every instance of them to the tres variant.
|
2022-02-11 19:09:08 +01:00 |
|
|
232aae5726
|
Updated the modules to the latest. I changed the Terra and Terraman class prefixes to Terrain.
|
2022-02-08 14:44:37 +01:00 |
|
|
69b7cbb388
|
Removed the World Generator engine module.
|
2021-12-27 17:13:29 +01:00 |
|
|
0ed5e814b8
|
Removed most of the old world generator. only kept a few classes around, these now inherit from resource.
|
2021-12-27 16:38:46 +01:00 |
|
|
c0280ce6f3
|
Don't spawn mobs at all during world generation on a client.
|
2021-08-29 23:38:15 +02:00 |
|
|
fcf4e520e9
|
Now the generated terrain and dungeons are actually seeded.
|
2021-08-29 19:38:58 +02:00 |
|
|
026652931b
|
Physics bodies (the dungeon teleporters) on windows and even wine doesn't receive the mouse click events properly. So temporarily added a different way to detect clicks on them for windows.
|
2021-08-28 12:06:10 +02:00 |
|
|
6b36577aa3
|
Spawn mobs into the dungeons.
|
2021-08-28 00:55:59 +02:00 |
|
|
12e7618cd3
|
Now the dungeons will delete themselves when their teleporter goes out of range in the world. (The world is disabled while in a dungeon, so they won't despawn while the player is inside.)
|
2021-08-28 00:29:24 +02:00 |
|
|
c6ae7518c0
|
Deactivate / activate the world on teleporting to a dungeon.
|
2021-08-28 00:09:05 +02:00 |
|
|
9a8d658643
|
Now dungeons and teleporters get spawned in the world. They use placeholder graphics for now.
|
2021-08-27 23:07:58 +02:00 |
|
|
7e272029d1
|
Updated WorldGenerator to the latest. I removed Dungeon, DungeonRoom adn DungeonCorridor, and added a Building class (it's a cleaned up version of Dungeon right now, it will work differently later.).
|
2021-04-19 22:30:51 +02:00 |
|
|
e582f4d6e5
|
Removed the voxelman specific code/resources from the project.
|
2021-04-19 10:41:41 +02:00 |
|
|
3e07631361
|
Now the planet generator uses Terraman. Also updated the modules, as I fixed a vmethod.
|
2021-04-18 23:56:44 +02:00 |
|
|
3d7b24ff5a
|
Update copyright headers.
|
2021-04-15 11:52:32 +02:00 |
|
|
ab01405c5a
|
Implemented a trainer window, and trainer entities. Also updated ESS to get the support structure for them. Also added a naturalist trainer, and made the level spawn it in.
|
2020-09-12 01:01:43 +02:00 |
|
|
6fb1f1ca9b
|
Implement and use the voxelman blocky style dungeon. Work on proper player pacement into it (will be fixed later). Also update voxelman to get the ensure_channel_allocated method.
|
2020-09-05 22:38:24 +02:00 |
|
|
2d15234eb8
|
Little work on the vman dungeon.
|
2020-09-01 23:37:36 +02:00 |
|
|
f0ff24b2a7
|
Added a new voxelman based dungeon class. (Just the skeleton for now.)
|
2020-08-26 00:21:01 +02:00 |
|
|
d990f2e15e
|
Comment out debug message.
|
2020-07-23 19:46:44 +02:00 |
|
|
949f186928
|
Now the dungeon can have multiple levels.
|
2020-07-23 19:44:15 +02:00 |
|
|
7b5712a996
|
Make the teleporter work with the dungeon even when it's noit loaded, also fixed and enablen mob spawning in the dungeon.
|
2020-07-23 00:12:19 +02:00 |
|
|
e95f5ac67e
|
Now the dungeon gets generated properly at any y coordinate. Set it to -50.
|
2020-07-22 22:05:10 +02:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
149d7f4bb2
|
Update WorldGenerator to the latest.
|
2020-07-10 02:40:12 +02:00 |
|
|
74304c87e8
|
Fix .gitignore to only ignore the modules folder that is in the root of the project. This commit contains the missing files from #6ef0a84fbecf .
|
2020-04-26 15:43:07 +02:00 |
|