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
331a61e426
Improved spawn rates of castles and cave monsters
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
3b3e31f07c
Added terrain scatter densities
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
07f096225c
Castle and cave tweaks
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
014a5eba8a
Added stalagtites
2020-08-12 21:15:53 +01:00
Joshua Barretto
a53b78e0c5
Fixed castle bug, better field RNG
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
4b94d43abd
Added experimental worldgen caves
2020-08-12 21:15:52 +01:00
Joshua Barretto
26dd1de639
Simulation improvements, removed block glows
2020-08-12 21:15:52 +01:00
Joshua Barretto
6545cb0d6b
Added waypoint to dungeon staircases
2020-08-12 21:15:52 +01:00
Joshua Barretto
13ea4710b5
Added labour value to economy, castle improvements
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
35a04dde35
Lowered path priority
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
Joshua Barretto
f4040b59d7
Castle improvements
2020-08-12 21:15:52 +01:00
Joshua Barretto
73b6d6b954
Began adding castles
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
Joshua Barretto
ecff9d6f46
Added simple keeps
2020-08-12 21:15:52 +01:00
Monty Marz
64acb03083
Update CHANGELOG.md, german locale
2020-08-08 01:15:58 +02:00
Monty Marz
6d3f0f2e29
lots of things
...
animation fixes by slipped
new cultist item
settings option for loading screen tips
loot table adjustments
2020-07-23 12:10:13 +00:00
Joshua Barretto
1c1229fff9
Crafting
2020-07-14 20:11:39 +00:00
Ben Wallis
59c30f4835
Fixed suppressed clippy warnings for #587 - useless_conversion
2020-07-13 20:57:13 +01:00
Marcel Märtens
d71e9d0ee9
updated dependencies and fixed stuff
...
- replace serde_derive by feature of serde
incl. source code modifications to compile
- reduce futures-timer to "2.0" to be same as async_std
- update notify
- removed mio, bincode and lz4 compress in common as networking is now in own crate
btw there is a better lz4 compress crate, which is newer than 2017
- update prometheus to 0.9
- can't update uvth yet due to usues
- hashbrown to 7.2 to only need a single version
- libsqlite3 update
- image didn't change as there is a problem with `image 0.23`
- switch old directories with newer directories-next
- no num upgrade as we still depend on num 0.2 anyways
- rodio and cpal upgrade
- const-tewaker update
- dispatch (untested) update
- git2 update
- iterations update
2020-07-07 09:43:49 +02:00
Marcel
92e3e3bc27
Merge branch 'imbris/smaller-fixes' into 'master'
...
Stop spamming loadout, Update specs
See merge request veloren/veloren!1165
2020-07-06 09:50:46 +00:00
Imbris
ba1b10bf40
Upgrade hashbrown
2020-07-06 03:15:06 -04:00
Snowram
cbf7d43fb4
post-quad rewrite fixup
2020-07-06 06:07:29 +00:00
Joshua Barretto
afcf72d7e9
Removed bomb timeout
2020-07-05 16:15:51 +01:00
Joshua Barretto
4da106aec1
Added training dummies
2020-07-05 16:15:51 +01:00
Joshua Barretto
40ff4923dc
Added bombs, throwable items, more block kinds, weaker explosions
2020-07-05 16:15:48 +01:00
jshipsey
c16d491a38
quadlow spawn in world, continued adjustments
2020-07-05 09:38:14 -04:00
Marcel Märtens
df73cb2676
fix various clippy issues
2020-07-01 00:37:06 +02:00
Shane Handley
db3833a04e
Fix clippy warnings after toolchain update
2020-06-23 16:52:04 +10:00
Marcel Märtens
79feb6dceb
switch log behavior for env variable and removed gfx spam by default
2020-06-22 16:49:40 +02:00
Marcel Märtens
f2f3cd2f28
switch to tracing
stlye and enhance logs with usefull information
...
- Updated CHANGELOG
- reduce dependencies
- found out that we have alot of duplicate coding... alot...
2020-06-22 09:53:15 +02:00
Kevin Glasson
cfe09c2f55
Convert all other veloren crates to use tracing
...
- Completely removed both `log` and `pretty_env_logger` and replaced
with `tracing` and `tracing_subscriber` where necessary.
- Converted all `log::info!(...)` et al. statements to just use the
shorthand macro i.e. `info!`. This was mostly to make renaming easier.
2020-06-21 23:19:41 +08:00
Ben Wallis
9508b7c3e7
Fixed suppressed clippy warnings for #587 - clone_on_copy
2020-06-18 22:25:48 +01:00
Imbris
866bb8cc7f
Merge branch 'xvar/clippy-globally-suppress-option_map_unit_fn' into 'master'
...
Globally suppressed clippy lint option_map_unit_fn for #587
See merge request veloren/veloren!1071
2020-06-14 16:48:07 +00:00
Ben Wallis
3d28f97f51
Globally suppressed clippy lint option_map_unit_fn for #587
2020-06-14 16:48:07 +00:00
Imbris
b22af56ba9
Merge branch 'xvar/clippy-fixes-redundant_closure_found' into 'master'
...
Fixed suppressed clippy warnings for #587 - redundant_closure
See merge request veloren/veloren!1065
2020-06-14 16:33:04 +00:00
Ben Wallis
dcf84b3ff5
Fixed suppressed clippy warnings for #587 - redundant_closure
2020-06-12 20:47:22 +01:00
Ben Wallis
52b0585135
Fixed suppressed clippy warnings for #587 - collapsible_if
2020-06-12 20:34:54 +01:00
Marcel Märtens
cb03bc61d7
dependency reduction:
...
- authc no longer uses reqwest
- image only supports PNG
- replace routille with tiny_http
- several other dependencies
- cargo upgrade
- following improvement was measured on R7 1700X:
before:
- cargo build: 3076.73s user / 4:45 total / 589 dependencies
- cargo test: 6118.38s user / 7:30 total / 959 dependencies
after:
- cargo build: 2680.54s user / 4:05 total / 480 dependencies
- cargo test: 5351.81s user / 7:04 total / 791 dependencies
- added xMAC94x to CODEOWNERS for Cargo.toml, he will protect them from now on and hit people with evil looks ;)
2020-06-11 20:55:34 +02:00
Ben Wallis
22bcda3e50
Suppressed all existing clippy warnings in preparation for fixes as part of #587
2020-06-10 22:01:42 +01:00