Joshua Barretto
ce67292d04
Updated chat-cli with new API
2020-12-05 11:47:31 +00:00
Marcel Märtens
8468e67217
Change the version number to 0.8
2020-11-28 11:25:58 +01:00
Imbris
69d019e5ac
Make fps display and specification more precise
2020-11-11 21:47:22 -05:00
Marcel Märtens
f831df5064
massivly switch clock algorithm.
...
- before we had a Clock that tried to average multiple ticks and predict the next sleep.
This system is massivly bugged.
a) We know exactly how long the busy time took, so we dont need to predict anything in the first place
b) Preduction was totally unrealistic after a single lag spike
c) When a very slow tick happens, we dont benefit from 10 fast ticks.
- Instead we just try to keep the tick time exact what we expect.
If we can't manage a constant tick time because we are to slow, the systems have to "catch" this via the `dt` anyway.
2020-11-10 18:31:42 +01:00
Ben Wallis
06b4d3a489
Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors
2020-09-27 17:25:33 +01:00
Marcel Märtens
f082e1225d
Change the version number to 0.7
2020-08-15 11:53:59 +02:00
CapsizeGlimmer
85d666c6e2
Add setting for displaying character names in chat. Placate cargo clippy.
2020-06-27 17:43:46 -04:00
CapsizeGlimmer
01e7438d66
fix chat-cli name formatting.
2020-06-27 17:20:26 -04:00
CapsizeGlimmer
3f43880dc7
Rework chat processing
2020-06-27 16:29:03 -04:00
Joshua Barretto
17c2ec9dde
Fmt, fixed chat-cli problem
2020-06-25 19:50:04 +01: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
3d28f97f51
Globally suppressed clippy lint option_map_unit_fn for #587
2020-06-14 16:48:07 +00:00
Marcel Märtens
5e96162ad4
Change the version number to 0.6
2020-05-16 00:50:40 +02:00
CapsizeGlimmer
bb0881253d
Popup message when setting waypoint
2020-05-14 16:56:10 +00:00
Imbris
1ccff31be5
Add uid to Player component
...
fix: world examples
2020-03-08 22:58:38 +01:00
Acrimon
c6a159ff14
Update chat-cli to work properly.
...
Update reqwest to 0.10.0
2020-03-08 22:54:15 +01:00
Marcel Märtens
f89407448a
apply new rustfmt - touching alot of files
2020-02-01 21:39:39 +01:00
Marcel Märtens
503be4aa6c
Change the version number to 0.5
2020-01-31 17:26:45 +01:00
Monty Marz
178ad9479a
Scrolling Combat Text (SCT)
2020-01-10 00:33:38 +00:00
Shane Handley
2461318576
Address code review points:
...
- Clarify caffeine fueled comment
- Be better at comparing Instant's, and catch the 0 seconds case to say
Goodbye to the user
- Switch println for 'info!'
2019-11-06 21:34:18 +01:00
Shane Handley
94c453de93
Formatting
2019-11-06 21:34:15 +01:00
Shane Handley
5c4cd552d9
Fix chat-cli to account for new case.
2019-11-06 21:34:14 +01:00
soruh
94beb0fa33
Mitgated RUSTSEC-2019-0014 by updating noise
and
...
disabling its default features, specifically `image`,
which had the vulnerability.
2019-11-05 11:14:39 +00:00
Imbris
d83a082bb4
Move terrain management and syncing into server side ecs systems
2019-10-23 23:50:06 -04:00
Marcel Märtens
5e0d7081ba
Change the version number to 0.4
2019-10-10 15:48:01 +02:00
Acrimon
724d6dffb4
Disabled unsafe using lint level.
2019-08-19 14:39:23 +02:00
telastrus
7a0f780de7
created basic AuthProvider which we can change to suit our needs
2019-08-08 18:24:14 -04:00
telastrus
ff1f6f22b3
fixed chat-cli
2019-08-08 13:21:18 -04:00
telastrus
7e4e132307
ran cargo fmt
2019-08-08 12:05:38 -04:00
telastrus
2f7648b9a6
90% there
2019-08-08 11:23:58 -04:00
telastrus
608deba238
still compiles
2019-08-07 23:56:02 -04:00
Piotr Korgól
9637bb89aa
Change the version number to 0.3
2019-08-04 13:53:59 +02:00
Acrimon
bc3abdedac
Update rand, log and scan_fmt
2019-07-29 13:42:26 +00:00
timokoesters
e58a14a340
Update most dependencies
2019-07-28 22:47:23 +02:00
tommy
84bfa73d26
Added private, broadcast, and game_state messages
2019-07-26 07:29:37 -04:00
tommy
887d07f902
Fix build error
2019-07-26 07:29:37 -04:00
tommy
dc28070640
Adds colour to tells in chat box #194
2019-07-26 07:29:37 -04:00
jshipsey
00d02e6492
chat-cli fix
2019-07-04 11:08:48 -04:00
Joshua Barretto
72b472e54e
Added ability to specify server in chat-cli
2019-07-02 21:06:44 +01:00
timokoesters
35b6aec861
Fix warnings and clippy recommendations in common
2019-07-02 15:48:25 +02:00
Piotr Korgól
697a442020
Get rid of warnings
2019-07-01 17:24:41 +02:00
Piotr Korgól
b12f82b48a
Prevent text clients from gaining position
2019-06-28 16:22:25 +02:00
Piotr Korgól
9f50f612a3
fmt
2019-06-17 15:10:14 +02:00
Piotr Korgól
fc71ffa506
read input on a different thread
2019-06-17 15:07:55 +02:00
Piotr Korgól
2bd16702d0
fmt
2019-06-17 12:40:50 +02:00
Piotr Korgól
132111266f
Allow client to read user input
2019-06-17 12:40:19 +02:00
timokoesters
f5a2dcb98e
Revamp control system
2019-06-16 19:57:03 +02:00
Cody
62281ac4c3
Amends a variable name.
2019-06-08 20:09:30 -04:00
Cody
b6f048f843
Adds an FPS setting and slider.
2019-06-08 12:23:58 -04:00