1337 Commits

Author SHA1 Message Date
Marcel Märtens
bd84fb8d90 fix clippy warnings in new version 2020-08-17 11:10:18 +02:00
Marcel Märtens
f082e1225d Change the version number to 0.7 2020-08-15 11:53:59 +02:00
Imbris
e8651cb0ee Improve the perf of the physics system using par_join as well as removing the trait object closure to allow for the compiler to perform more optimizations 2020-08-13 04:32:05 -04:00
Joshua Barretto
7ca61abcec Merge branch 'zesterer/worldsim' into 'master'
World simulation, generation, and pathfinding improvements (including castles and caves)

See merge request veloren/veloren!1282
2020-08-12 21:40:56 +00:00
Joshua Barretto
3f2e6a3133 Fixed floating sprites in towns, clippy fixes 2020-08-12 21:16:14 +01:00
Joshua Barretto
a8b0a678d8 Fmt and clippy lints fixes 2020-08-12 21:16:14 +01:00
Joshua Barretto
90f97a7cb8 Updated changelog, cleaned up warnings, minor fixes 2020-08-12 21:16:11 +01:00
Joshua Barretto
fb6170e624 Added decals to towns 2020-08-12 21:15:53 +01:00
Joshua Barretto
621ea6695b Better surface swimming, no underwater sprites 2020-08-12 21:15:53 +01:00
Monty Marz
1450d79672 added grass sprites 2020-08-12 21:15:53 +01:00
Joshua Barretto
82eaf29d81 Added monsters to caves 2020-08-12 21:15:53 +01:00
Joshua Barretto
a489915845 Pathfinding improvements 2020-08-12 21:15:53 +01:00
Joshua Barretto
f9baaf7de1 Prevented NPCs running gleefully off cliffs without a second thought 2020-08-12 21:15:53 +01:00
Pfauenauge
77daeee721 drop gate parts 2020-08-12 21:15:53 +01:00
Joshua Barretto
1ab95e1226 Massively improved pathfinding reliability 2020-08-12 21:15:53 +01:00
Joshua Barretto
1431b9c6f2 Various improvements to castles, dungeons and more 2020-08-12 21:15:53 +01:00
Joshua Barretto
edf9bdf283 Made agents flee 2020-08-12 21:15:53 +01:00
Joshua Barretto
d8b7eb278f Added large caves, cave scatter, removed old caves 2020-08-12 21:15:53 +01:00
Joshua Barretto
26dd1de639 Simulation improvements, removed block glows 2020-08-12 21:15:52 +01:00
Joshua Barretto
186fd3387f Better castle variation, improved paths, multi-storey houses 2020-08-12 21:15:52 +01:00
Joshua Barretto
8aae3eafc8 Better castles, initial light prop for lit objects 2020-08-12 21:15:52 +01:00
WelshPixie
75ca522179 fixed sprite rotations 2020-08-12 21:15:52 +01:00
Joshua Barretto
73b6d6b954 Began adding castles 2020-08-12 21:15:52 +01:00
Joshua Barretto
3ab6c5ff49 Added make_block command 2020-08-12 21:15:52 +01:00
Joshua Barretto
9e5978b34b Added forts to towns, began better economy sim 2020-08-12 21:15:52 +01:00
Monty Marz
3e8fe47b8d UI fixes, assets update 2020-08-12 18:10:18 +00:00
Monty Marz
2d793d7e65 Add firework hues 2020-08-12 22:29:06 +08:00
scott-c
e5bf0230e9 Add firework item 2020-08-12 22:25:28 +08:00
Imbris
ee418c19f0 Merge branch 'scott-c/particles' into 'master'
Particles

See merge request veloren/veloren!1156
2020-08-09 17:09:43 +00:00
jshipsey
68b5bf1ca2 state corrections 2020-08-08 17:05:48 -04:00
jshipsey
45c8eb98a0 readd sneak 2020-08-08 13:47:32 -04:00
scott-c
b5982999b5 fix rebase 2020-08-08 19:26:52 +08:00
scott-c
055cbad5b8 fix rebase 2020-08-08 19:26:52 +08:00
scott-c
22ee89344a cleanup redundant function 2020-08-08 19:26:52 +08:00
Joshua Barretto
575319f3aa Added outcome system, sound effects 2020-08-08 19:26:48 +08:00
scott-c
3b9ef1cba8 Add campfire command 2020-08-08 19:25:33 +08:00
scott-c
29a78ceaa3 Add fireball and bomb particle effects 2020-08-08 19:25:00 +08:00
scott-c
4c765eac9b remove particle emitter component 2020-08-08 19:25:00 +08:00
scott-c
c1d1ef0549 allow for col particles 2020-08-08 19:25:00 +08:00
scott-c
8d742a77cc Add particle velocity and ability particle emitter 2020-08-08 19:25:00 +08:00
scott-c
6e9584e061 Add particle lifespan 2020-08-08 19:25:00 +08:00
scott-c
26a0bbb7f9 Add ParticleMgr 2020-08-08 19:24:55 +08:00
scott-c
295b41abf0 Add ParticleEmitter Component 2020-08-08 19:24:22 +08:00
Monty Marz
fb0984efa1 address comments 2020-08-08 00:13:00 -04:00
Imbris
1d8d8eb79b Fireballs no longer damage group members 2020-08-08 01:16:35 +02:00
Imbris
4876c7395a Remove pets from the group exp division calculation but still give them exp, fix bug with group code when pets are deleted 2020-08-08 01:16:35 +02:00
Imbris
50858245d9 Add timeout's to group invites, and configurable limit to group size
Fix a few group bugs, enable invite timeout and group limits in ui
2020-08-08 01:16:35 +02:00
Monty Marz
a0dd070daf timeout visuals, various small fixes and two new items 2020-08-08 01:15:58 +02:00
Imbris
2bc0e3d22d Projectiles ignore entities in the same group, pets no longer follow group leader 2020-08-08 01:15:58 +02:00
Monty Marz
64acb03083 Update CHANGELOG.md, german locale 2020-08-08 01:15:58 +02:00