240 Commits

Author SHA1 Message Date
Marcel
0f633e7b7c Merge branch 'xMAC94x/network_tokio' into 'master'
xMAC94x/network_tokio switch from `async_std` to `tokio`

See merge request 
2021-02-17 22:47:11 +00:00
Ada Lovegirls
540635ed99 Fixed missing controller actions
(cherry picked from commit 2ef5fb90e89bf3f8f0acc84e269f6948c696c196)
2021-02-17 21:10:14 +00:00
Marcel Märtens
048fcf88f8 Stabelize Network again:
- completly switch to Bytes, even in api. speed up TCP by fak 2
 - improve benchmarks
 - speed up mpsc metrics
 - gracefully handle shutdown by interpreting Ok(0) as tokio::tcpstream closed now.
 - fix hotloop in participants by adding `Some(n)` to fix endless handing.
 - fix closing bug by closing streams after `recv_mgr` is shutdown even if now shutdown is triggered locally.
 - fix prometheus
 - no longer throw when a `Stream` is dropped while participant still receives a msg for it.
 - fix the bandwith handling, TCP network send speed is up to 1.5GiB/s while recv is 150MiB/s
 - add documentation
 - tmp require rt-multi-threaded in client for tokio, to not fail cargo check

this is prob stable, i tested over 1 hour.
after that some optimisations in priomgr.
and impl. propper bandwith.
Speed is up to 2GB/s write and 150MB/s recv on a single core

sync add documentation
2021-02-17 19:37:48 +01:00
Ada Lovegirls
483bd4aaca Merge branch 'master' into 'ada/improve-controller-bindings'
# Conflicts:
#   CHANGELOG.md
2021-02-16 15:30:46 +00:00
Synis
c5b934725a Added changelog entry 2021-02-16 13:26:40 +01:00
Lippy13
4a96334b4f Fix - dungeon without stairs to boss floor 2021-02-16 00:54:44 +00:00
AdaLovegirls
68d557dbd4 Improve controller keybindings 2021-02-14 21:31:31 -06:00
Avi Weinstock
f86f22f0e8 MR 1775 review fixes.
- Separate `invite` machinery from `group_manip` into it's own thing (includes renaming `group_invite` to `invite` where applicable).
- Move some invite/trade machinery to `ControlEvent`.
- Make `TradePhase` a proper enum instead of a bunch of bools.
- Make `TradeId` a proper newtype.
- Remove trades from `Trades` on accept (previously was only on decline).
- Typo fixes/misc cleanup.
- Add bullet point for trading to the changelog.
2021-02-14 11:13:56 -05:00
Snowram
c5481e6c83 Refactor, addresses more comments 2021-02-10 00:34:37 +01:00
Scott Williams
0799d7fd1f Added a miniboss loot table for the stonework defender, made damaged bag, glider, and root of evil mindflayer exclusive drops. 2021-02-07 19:04:20 +00:00
James Melkonian
8951e427e4 Add basic NPC interaction and fix NPC chat spamming 2021-01-31 20:29:50 +00:00
Joshua Barretto
60276ddcb5 Added snow particles 2021-01-31 15:15:17 +00:00
jiminycrick
b689226173 Add migration for starter gear 2021-01-28 17:22:39 -08:00
Scott Williams
3adb9f9f03 All gems make a sound. 2021-01-25 22:53:23 +00:00
Snowram
fd17d10f06 Merge branch 'swilliams/gems' into 'master'
Adds 6 different gems and removes shiny gem.

See merge request 
2021-01-25 01:25:40 +00:00
Samuel Keiffer
f183f52b91 Merge branch 'lboklin/glider-stamina' into 'master'
Glider stamina cost now only when first starting to glide based on fall speed

See merge request 
2021-01-25 00:17:32 +00:00
Scott Williams
6fb816f71c Added to changelog. 2021-01-24 16:52:56 +00:00
Ludvig Böklin
712baf9c33 Glider stamina only costs on deploy 2021-01-24 10:56:35 +01:00
Scott Williams
c7700f4caf General NPC Hitbox Adjustments 2021-01-24 04:00:57 +00:00
Scott Williams
32eca9b0a5 Swilliams/golem hitbox fix 2021-01-22 16:30:35 +00:00
Sam
db59547de9 Golems are now lactose tolerant. 2021-01-20 11:54:57 -05:00
jiminycrick
18b981bd45 More footstep sfx based on distance 2021-01-19 19:51:19 -08:00
jiminycrick
6ac42b3a61 Make only humanoid agents attempt to roll 2021-01-19 10:42:46 -08:00
Sam
39ed979510 Added command to give yourself skill points.
adjusted social window

Changelog
2021-01-19 08:07:49 -05:00
Scott Williams
8f5c3e3d0c Changed default option to false for smooth_pan_enable. 2021-01-08 21:08:57 +00:00
Ben Wallis
8661cb1ffc Refactored loadout to have public functions for each slot instead of requiring callers to use the _INDEX consts 2021-01-08 19:12:09 +00:00
ccgauche
4874635465 Updated changelog 2021-01-08 16:34:26 +01:00
Imbris
35ef4af4f6 Move to WindowEvent from DeviceEvent for zooming 2021-01-08 01:38:33 -05:00
ubruntu
97f89a11f0 Reduced downward fall of birds, Humanoid travelers no longer visit dungeons, birds only travel between dungeons 2021-01-05 01:04:01 +00:00
Vincent Foulon
89ca98c780 Update Changelog 2020-12-31 12:32:21 +01:00
Frinksy
fd554827a0 fixing
- Multiple buffs make the UI icons flicker
2020-12-22 15:40:57 +00:00
Justin Shipsey
0df66ff6d0 Merge branch 'gliding-energy-cost' into 'master'
Glider mid-air deploy and gliding energy-cost

See merge request 
2020-12-18 21:18:32 +00:00
Ludvig Böklin
ec35d5d75e Glider mid-air deploy and gliding energy-cost 2020-12-18 19:16:06 +01:00
Adam Blanchet
e3b9de37fb working towards -
Use scancodes for (at minimum) key remapping

added ScanCode fallback for when winit doesn't provide a VirtualKeyCode

renamed SKey to ScanKey
2020-12-18 10:01:30 +01:00
Benoît du Garreau
bd962ce2ab Update CHANGELOG 2020-12-17 12:06:24 +01:00
Monty
0a9aed3d11 cleanup, changelog, small bugfixes
fmt
fix rebase
fmt
2020-12-14 21:52:24 +01:00
Joshua Barretto
1b88f1d9dc Made LoD water reflective 2020-12-14 16:52:33 +00:00
Joshua Barretto
5b0e0e6f4c Updated changelog, fmt and clippy fixes 2020-12-13 17:40:15 +00:00
Joshua Barretto
a3a077067c Removed panic sources from server event handling 2020-12-07 12:28:29 +00:00
James Melkonian
6b100bce79 Aura System and Campfire Health Regen 2020-12-04 22:24:56 +00:00
ubruntu
a90ec872b7 Chat commands for group manipulation 2020-12-04 02:18:42 +00:00
Forest Anderson
6da0032339 Updated changelog 2020-12-01 10:29:49 -05:00
Nicholas Kinney
f2014f7896 Offspec/larger scalemode range 2020-11-30 20:36:58 +00:00
Marcel Märtens
8468e67217 Change the version number to 0.8 2020-11-28 11:25:58 +01:00
jiminycrick
64ec89a3cc Agent tactic refactoring
Lower theropods spawns

clippy, changelog

review response
2020-11-24 17:49:00 -06:00
Joshua Barretto
57e533c8cd Updated changelog 2020-11-23 10:58:20 +00:00
Joshua Barretto
340d6dd3f5 Updated changelog 2020-11-23 10:57:53 +00:00
Odd-Harald Lillestø Myhren
23e213cd4a Fix bug that caused campfires and other stuff to duplicate 2020-11-22 21:03:06 +00:00
Monty Marz
a2d3d167fd Conversion to struct to please clippy 2020-11-21 15:42:43 +01:00
Sam
aa13610cf1 Fixed audio test, added changelog line. 2020-11-20 11:50:01 -06:00