Sam
07afecfcd1
Clippy
2023-05-13 09:32:28 -04:00
Sam
92074e16d3
Made most inaccessible adlet caves accessible
2023-05-13 09:32:28 -04:00
flo666
8516899c18
inuit inspired location names for adlet stronghold
2023-05-13 09:32:27 -04:00
flo666
0431ebf8dc
solid fill for igloo foundations
2023-05-13 09:32:26 -04:00
flo666
34bfb8ba68
tweak igloo&bonehut top decor bone
2023-05-13 09:32:26 -04:00
Isse
62a598c59b
remove unwrap TODO
2023-05-13 09:32:26 -04:00
flo666
19b90d078a
rebase & fix pipeline
2023-05-13 09:32:25 -04:00
flo666
7739aaff78
add more loot
2023-05-13 09:32:24 -04:00
flo666
713baa615e
chests
2023-05-13 09:32:22 -04:00
flo666
7bed8488e7
level yetipit room entries
2023-05-13 09:32:22 -04:00
flo666
dfc6cbae3a
reduce bonfire particles - Ember,
...
reduce animals
2023-05-13 09:32:21 -04:00
flo666
ed260f832d
add loot, reduce enemies
2023-05-13 09:32:21 -04:00
flo666
c2cf88da3d
- bigger yetipit mob rooms
...
- tweaks
2023-05-13 09:32:20 -04:00
flo666
17e4af3c48
BlockKind::ArtSnow
...
replace BlockKind::Snow with BlockKind::Misc
2023-05-13 09:32:19 -04:00
flo666
25ef582f1a
- sprites IceCrystal, GlowIceCrystal for yetipit
...
- rough creature balance
2023-05-13 09:32:16 -04:00
flo666
38a6cc67f9
add models: bone_door, bone_keyhole, bone_key
2023-05-13 09:31:29 -04:00
flo666
72418e6804
where possible, replace intersect(painter.cylinder with intersect(painter.aabb
2023-05-13 09:30:57 -04:00
flo666
f4c7ab16d2
outside igloo variety
2023-05-13 09:30:57 -04:00
flo666
eb269c0e89
remove without() from adlet site code
2023-05-13 09:30:56 -04:00
flo666
6668df9f08
add adlet elder
2023-05-13 09:30:56 -04:00
flo666
86803c43bf
adlet tracker tweaks
2023-05-13 09:30:54 -04:00
flo666
f936c2f00e
rocky yetipit entrance & AdletTrap object
2023-05-13 09:30:54 -04:00
Sam
9fbc759ccd
Creature distribution
2023-05-13 09:30:52 -04:00
Sam
2e9f1edef3
Adlet AI
2023-05-13 09:30:52 -04:00
Sam
92e28f09fc
Adlet abilities
2023-05-13 09:30:51 -04:00
flo666
715a0b7b20
rebase
2023-05-13 09:30:50 -04:00
flo666
1750c9a0f2
structure work
2023-05-13 09:30:48 -04:00
Sam
3557f93f1e
Initial cookfires and rock and bone huts
2023-05-13 09:30:19 -04:00
Sam
60f0505e8a
Initial tannery and animal pen
2023-05-13 09:30:19 -04:00
Sam
cda910468a
Initial yeti pit
2023-05-13 09:30:18 -04:00
Sam
1115877f5f
Initial central bonfire
2023-05-13 09:30:18 -04:00
Sam
4c67691e45
Initial speleothems
2023-05-13 09:30:17 -04:00
Sam
6f70882ffe
Placeholder igloos (someone with aesthetics fix please)
2023-05-13 09:30:17 -04:00
James Melkonian
c0676a008f
Add rib cage to tunnel entrance
2023-05-13 09:30:17 -04:00
Sam
a87548e8b2
Tunnel entrance
2023-05-13 09:30:16 -04:00
Sam
bd222cb1eb
Walls correctly sample and handle cliffs
2023-05-13 09:30:16 -04:00
Sam
dd1d5d1c29
Wall, in progress
2023-05-13 09:30:15 -04:00
Sam
c90159840c
Tunnel tweaks
2023-05-13 09:30:15 -04:00
IsseW
731195f864
Sampled caverns
2023-05-13 09:30:15 -04:00
Sam
abf3546e64
Adlets can now carve tunnels and caverns
2023-05-13 09:30:14 -04:00
Sam
76f4db6f70
Tweaked positioning of adlet sites
2023-05-13 09:30:14 -04:00
jshipsey
da3c2369e5
initial setup
2023-05-13 09:30:13 -04:00
Marcel Märtens
3a19669d53
use workspace dependencies to make our life easier maintaining them :)
2023-05-10 18:16:25 +02:00
Marcel Märtens
95bca5418a
update toolchain to nightly-2023-04-20
2023-05-08 18:58:54 +02:00
Corvella
6367a51fa3
Cheesing fixes mainly focused on bosses
2023-05-06 01:57:41 +00:00
Marcel Märtens
4be1e82ba9
update further dependencies
2023-05-04 23:42:05 +02:00
Marcel Märtens
27620e665b
we need a new version of refinery that needs a new version of rusqlite, so update both
2023-05-04 20:53:00 +02:00
Marcel
ce4beff7fe
Merge branch 'xMAC94x/update_deps' into 'master'
...
update veloren deps
See merge request veloren/veloren!3911
2023-05-04 18:28:59 +00:00
Marcel Märtens
054f4f9453
update veloren deps
2023-05-04 11:58:43 +02:00
Imbris
d29a1ec052
Switch back to 100 attempts for each site, optimization of
...
find_site_loc, and fix pre-existing bugs.
* In two spots, there were suspicious conversions between chunk positions
/ world positions that I removed. Everything, here should just be in
chunk positions afaict!
* Optimized by skipping further checks if `in_suitable_loc` is false
(main optimization (10x speedup for desert city site location finding
attempts)) as well as only computing `in_suitable_loc` once (minor
optimization).
2023-05-02 06:12:33 -04:00