Marcel Märtens
|
dae31ae5b6
|
apply new rustfmt - touching alot of files
|
2020-02-01 21:39:39 +01:00 |
|
Joshua Yanovski
|
72287f2041
|
Implement carving strategy for lake connections.
Also fix mapgen slopes and make a much more pleasing world.
|
2020-01-23 18:18:08 +01:00 |
|
Piotr Korgól
|
e1adf40856
|
Improvement: Replace all '..=b' with '..b + 1'
|
2020-01-12 15:46:53 +01:00 |
|
Songtronix
|
70eb2eed33
|
remove: discord rich presence
|
2020-01-10 17:01:50 +01:00 |
|
Imbris
|
06ea29bd4c
|
Small connection error handling improvement
|
2019-12-31 16:38:13 -05:00 |
|
Shane Handley
|
0fabe70960
|
Ignore warning about variant never being constructed. It's being used
elsewhere. Not sure why that isn't being picked up.
|
2019-11-06 21:34:19 +01:00 |
|
Shane Handley
|
4330b33ce0
|
Hmm, alright have it your way rust. Not my change, so leaving it alone.
|
2019-11-06 21:34:18 +01:00 |
|
Shane Handley
|
fb3350c605
|
Removed error which is now handled by the ServerTimeout case
|
2019-11-06 21:34:18 +01:00 |
|
Shane Handley
|
81f41e278e
|
Remove unused warn and fix dangling parameter.
|
2019-11-06 21:34:17 +01:00 |
|
timokoesters
|
4a65cddd15
|
improvement: remove wait because it now always retries
|
2019-11-06 21:34:16 +01:00 |
|
Shane Handley
|
26acd8b427
|
Bump up the timeout tie for booting the single player server
|
2019-11-06 21:34:16 +01:00 |
|
timokoesters
|
c733c95718
|
improvement: UI for connecting to singleplayer servers + threading fixes
|
2019-11-06 21:34:15 +01:00 |
|
Acrimon
|
fda47fc322
|
[Voxygen] Switch mutexes to parking_lot and channels to crossbeam.
|
2019-08-16 00:07:09 +02:00 |
|
telastrus
|
07d3384b01
|
fixed the silent kick, made it actually proper
|
2019-08-08 17:58:36 -04:00 |
|
telastrus
|
66e254db7f
|
actually removed printlns
|
2019-08-08 12:09:14 -04:00 |
|
telastrus
|
35a3f67e19
|
ran cargo fmt
|
2019-08-08 12:05:38 -04:00 |
|
telastrus
|
de2082469d
|
auth done, no popup yet
|
2019-08-08 12:01:15 -04:00 |
|
telastrus
|
f2ed2870c6
|
90% there
|
2019-08-08 11:23:58 -04:00 |
|
telastrus
|
6d94d43021
|
still compiles
|
2019-08-07 23:56:02 -04:00 |
|
telastrus
|
157c4816b3
|
laying the groundwork
|
2019-08-07 15:42:44 -04:00 |
|
Songtronix
|
b6c8bdc223
|
add configurable max player count
|
2019-07-17 18:32:01 +02:00 |
|
Songtronix
|
6fa086b964
|
remove expects, warnings, code duplication
|
2019-07-07 16:16:06 +02:00 |
|
Songtronix
|
2338084af0
|
Add Linux support
|
2019-07-07 16:16:06 +02:00 |
|
Songtronix
|
1be8f5e422
|
Update status according the play state
|
2019-07-07 16:16:05 +02:00 |
|
Cody
|
14ac5babd4
|
Removes most unused imports; changes some unused variables to underscores or provides a leading underscore; removes some unnecessary variables and mutable declarations; and performs other miscellaneous warning fixes.
|
2019-06-06 14:48:41 +00:00 |
|
Joshua Barretto
|
fc25dc8c7f
|
fmt
Former-commit-id: 1f7bec8da117091b3f2e8f58ce45b9caf1b6c89d
|
2019-05-21 23:31:38 +01:00 |
|
Joshua Barretto
|
a696847f67
|
Fixed singleplayer failure caused by worldgen
Former-commit-id: a2fdb56682922694b32e4d25890afa7a90c5b923
|
2019-05-21 23:31:17 +01:00 |
|
Joshua Barretto
|
3508e4afcb
|
Added view distance configuration
Former-commit-id: b3c7a21631ce0c6b058f25aede0e3e2895a16f81
|
2019-05-19 01:45:02 +01:00 |
|
Cody
|
6b09fd7c53
|
Pedantic comment and language fixes.
Former-commit-id: eb49765c911aaa97a9c8ed351216a7a6f8411213
|
2019-05-17 18:32:07 -04:00 |
|
Imbris
|
8e0c1b1abd
|
cleanup some warnings, pretty crash string literal
Former-commit-id: 43492866f624c12c87762a94188c6c193e5bb90c
|
2019-05-17 03:55:51 -04:00 |
|
Joshua Barretto
|
54cc9e137a
|
fmt
Former-commit-id: b43b7192f7a2dd71da26182ca0c74449867381f3
|
2019-05-09 18:58:16 +01:00 |
|
Joshua Barretto
|
df9b64355a
|
Improved singleplayer error handling
Former-commit-id: 0e33493bbb588ab0cd5278ec92b5859712446f4b
|
2019-05-09 18:57:47 +01:00 |
|
Joshua Barretto
|
871767ada0
|
Made single-player server start on random unused port
Former-commit-id: 95ec85b9be58d0fd348144c398004a69676eb6cd
|
2019-05-09 18:57:47 +01:00 |
|
Forest Anderson
|
993388e56a
|
Ran fmt on codebase
Former-commit-id: 7fecffa1dc66fffba4f07d45fb80960dc5178f4f
|
2019-04-29 20:37:19 +00:00 |
|
timokoesters
|
e9027c6433
|
Split connecting from registering
Former-commit-id: 56c21f72bc5b53635d6fdf00c99eb34df3b448c9
|
2019-04-22 23:00:24 +02:00 |
|
timokoesters
|
802c484a38
|
Make character model more variable
Former-commit-id: 331baad40c79d846290c4617ea8e359b2786c7ef
|
2019-04-22 23:00:21 +02:00 |
|
Pfauenauge90
|
a23e71a258
|
Rebase and Login Error
Former-commit-id: 226fca5f37aa9c94fdd3e1a030c7de4703deba4c
|
2019-04-17 23:06:21 +02:00 |
|
Piotr
|
ddb32eec30
|
Animation States
Former-commit-id: 769f09dc44143b5e54623ea819db2d6149429184
|
2019-04-16 14:29:44 +00:00 |
|
Imbris
|
b7439b9107
|
ignore tx.send() result
Former-commit-id: 2d4b2d258f8fd3b030bb7f1e9596ccb6750d50ff
|
2019-04-14 20:23:26 -04:00 |
|
Imbris
|
e377e8ff09
|
Add asynchronus client creation to Voxygen
Former-commit-id: 0c11cc8a7ddc7b425e036c2357c233e376002c6e
|
2019-04-14 23:28:29 +00:00 |
|