Commit Graph

5493 Commits

Author SHA1 Message Date
30c3146682 Added main menu kick message with kick reason after player is kicked 2020-09-14 07:52:31 +02:00
fee79720ee Added ban message with reason when banned user attempts to login to server 2020-09-14 07:52:31 +02:00
f171e4e870 Removed usage of AuthProvider as AuthProvider no longer exists 2020-09-14 07:52:31 +02:00
c3c4b88fe7 Added banlist check to try_login method 2020-09-14 07:52:31 +02:00
f402df2c56 Altered ban so that it kicks the player as well 2020-09-14 07:52:31 +02:00
e9348f2fb5 Fixed requiring a restart in order for banlist to take effect 2020-09-14 07:52:31 +02:00
ea4f9b9a36 Added unban command functionality 2020-09-14 07:52:31 +02:00
c2a7fc1586 Prevent multiple bans of same player 2020-09-14 07:52:31 +02:00
def21af02b Added ban command functionality 2020-09-14 07:52:31 +02:00
dadb1fbe12 Added kick command functionality 2020-09-14 07:52:31 +02:00
07e33286ad Changed reason field for kick & ban from Any to Message 2020-09-14 07:52:31 +02:00
c55a66d5ba Added ban, unban, kick usage information and invocation aliases 2020-09-14 07:52:31 +02:00
3bc57b4087 Added banlist to server settings and added default value 2020-09-14 07:52:31 +02:00
75761b60d9 Merge branch 'imbris/fix-mesh-panic' into 'master'
Fix #746 and misc cleanup

Closes #746

See merge request veloren/veloren!1380
2020-09-13 01:48:27 +00:00
3fbf8d7ca0 Remove chunk from mesh todo if neighbour is deleted, be more careful with z_start and z_end in terrain meshing 2020-09-12 21:02:00 -04:00
e59439cd8b Merge branch 'remove_warning' into 'master'
fix windows result check

See merge request veloren/veloren!1378
2020-09-12 16:23:03 +00:00
ad63c65d2f fix windows result check 2020-09-11 16:24:15 +02:00
518e4e3a5d Merge branch 'TheThirdSpartan/chat-fixes' into 'master'
fixed empty chat messages for cli clients

See merge request veloren/veloren!1376
2020-09-10 05:10:53 +00:00
c3ae641fbb Merge branch 'imbris/tracy' into 'master'
Add more tracing instrumentation and tracy support

See merge request veloren/veloren!1359
2020-09-10 05:07:51 +00:00
9cab5de99d Merge branch 'healing' into 'master'
#753 Do not make pets think they are attacked when healed

See merge request veloren/veloren!1374
2020-09-09 23:43:19 +00:00
0fb2d1cd5a fixed empty chat messages for cli clients 2020-09-09 18:50:45 -04:00
57c6160b72 * Set the KillType to Other for HealthSource::Healing
* Extend logic to projectiles and explosions
2020-09-09 23:34:10 +02:00
a9086b27a0 Do not make healing items deal damage 2020-09-09 23:22:49 +02:00
b0dc35aa21 Merge branch 'TheThirdSpartan/chat-features' into 'master'
Added localization config options for new death messages

See merge request veloren/veloren!1372
2020-09-09 20:26:20 +00:00
7fd673ecb2 Added localization config options for new death messages 2020-09-09 20:26:20 +00:00
8eee8dfa1f Merge branch 'xMAC94x/make_veloren_small.fixes' into 'master'
replace heavy msgbox with light native-dialog

See merge request veloren/veloren!1373
2020-09-09 11:16:13 +00:00
018d03d860 fix panic for macos 2020-09-09 12:11:56 +02:00
68168b0ae4 replace heavy msgbox with light native-dialog 2020-09-08 23:49:49 +02:00
b285f714e4 Merge branch 'fix' into 'master'
fix comment

See merge request veloren/veloren!1371
2020-09-07 15:52:18 +00:00
a50757b88b fix comment 2020-09-07 17:45:00 +02:00
def983bb9d Merge branch 'fixed#757' into 'master'
fixed #757

Closes #757

See merge request veloren/veloren!1370
2020-09-07 15:21:44 +00:00
a0eebf15d0 fixed #757 2020-09-07 17:20:52 +02:00
4bd41ddd9c Merge branch 'xMAC94x/remove_busy_waiting' into 'master'
detect EOL on stdin and no longer try to read commands.

See merge request veloren/veloren!1369
2020-09-07 15:04:05 +00:00
4cf86c725e detect EOL on stdin and no longer try to read commands.
This can be locally tested with CTRL+D on basic mode.
RUST_LOG=trace might help
2020-09-07 16:28:13 +02:00
a531aeca13 Merge branch 'tui_performance' into 'master'
decrease TUI to only draw 10 frames on idle.

See merge request veloren/veloren!1368
2020-09-07 13:06:37 +00:00
5f15555fc5 decrease TUI to only draw 10 frames on idle.
add tracing when a cmd is entered
2020-09-07 14:32:46 +02:00
37eaa3f85a Merge branch 'doctaray/adding-borderless-fullscreen-option' into 'master'
added option for borderless fullscreen in setting -> graphics menu

See merge request veloren/veloren!1270
2020-09-07 05:12:15 +00:00
906da2f0c7 added option for borderless fullscreen in setting -> graphics menu 2020-09-07 05:12:15 +00:00
f39d1e9bb5 Use less verbose span names when the tracy feature is off 2020-09-07 00:59:16 -04:00
7efbc74551 remove duplicate tracing filter code, fix compiling voxygen with the
tracy feature
2020-09-06 22:28:14 -04:00
0683a40741 Use finish_continuous_frame directly 2020-09-06 22:28:14 -04:00
63d60c212c Add spans to server systems 2020-09-06 22:28:14 -04:00
4f68a6df27 Update tracy crates, reduce overhead of timing, add more misc instrumentation 2020-09-06 22:28:14 -04:00
e37a01be9d Sprinkle instrumentation in common crate,in particular in the ecs systems 2020-09-06 22:28:14 -04:00
50ceb1c93e Add workaround for spans with winit loop, configure filtering when the tracy feature is on, spinkle some spans in the codebase 2020-09-06 22:28:14 -04:00
d95e539495 Intial setup of tracy 2020-09-06 22:28:14 -04:00
b933db8b68 Merge branch 'xMAC94x/timeout_config' into 'master'
Implement the Player Timeout as config

See merge request veloren/veloren!1367
2020-09-06 23:29:16 +00:00
961b8a4d7c Implement the Player Timeout as config 2020-09-06 23:34:57 +02:00
198c12babc Merge branch 'TheThirdSpartan' into 'master'
adding feature requested in issue #153 - displaying your alias in game as 'you'

See merge request veloren/veloren!1356
2020-09-06 19:42:32 +00:00
6dbd1bc132 adding feature requested in issue #153 - displaying your alias in game as 'you' 2020-09-06 19:42:32 +00:00