Capucho
b892d71c73
Added commands to basic mode
2020-09-03 09:05:15 +02:00
Capucho
f7951d352b
Fix all the problems with the tui
2020-09-03 09:04:42 +02:00
Marcel Märtens
ee89afa76a
clean shutdown and do a full frame all 10 ticks. also increase polling time to 100ms and dont poll while drawing but afterwards
2020-09-01 23:03:50 +02:00
Marcel Märtens
6ca4f31a9e
move tui in multiple files
2020-09-01 23:03:48 +02:00
Capucho
848dd32755
Fix lack of scrolling
2020-09-01 23:03:47 +02:00
Capucho
c80295e10a
Fix panic when window is too small
2020-09-01 23:03:45 +02:00
Capucho
6a344c6eea
Fix resize issue
2020-09-01 23:03:43 +02:00
Capucho
063146f99d
Updated the Dockerfile
2020-09-01 23:03:42 +02:00
Capucho
6fc992f027
Fix typo and clippy warnings
2020-09-01 23:03:40 +02:00
Capucho
d3a2a20d63
Added flags to toggle the tui
2020-09-01 23:03:38 +02:00
Capucho
47b25b35b1
Make it easier to add commands and added the help command
2020-09-01 23:03:36 +02:00
Capucho
3d9eee6190
Fix the offsetting problem after using the cli
2020-09-01 23:03:35 +02:00
Capucho
278d4cc193
Coloring done very badly
2020-09-01 23:03:32 +02:00
Capucho
2aa82b6096
Escape ansi sequences
2020-09-01 23:03:31 +02:00
Capucho
b2b33741c0
Made the server cli great
2020-09-01 23:03:29 +02:00
Marcel Märtens
f082e1225d
Change the version number to 0.7
2020-08-15 11:53:59 +02:00
Joshua Barretto
13ea4710b5
Added labour value to economy, castle improvements
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
Marcel Märtens
df73cb2676
fix various clippy issues
2020-07-01 00:37:06 +02:00
Marcel Märtens
17acbad744
fix server-cli tracing accepting RUST_LOG env var and pass RUST_LOG via docker-compose rather than hardcoding it
...
- however RUST_BACKTRACE=1 is still hardcoded as its probably useful
- dont spam the server-cli with debug
2020-06-29 11:05:55 +02:00
CapsizeGlimmer
01e7438d66
fix chat-cli name formatting.
2020-06-27 17:20:26 -04: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
Ben Wallis
22bcda3e50
Suppressed all existing clippy warnings in preparation for fixes as part of #587
2020-06-10 22:01:42 +01:00
Marcel Märtens
5e96162ad4
Change the version number to 0.6
2020-05-16 00:50:40 +02:00
Songtronix
5581767a20
fix: outdated volume path
2020-05-11 11:07:37 +02:00
S Handley
7a6c392fc3
- Load characters after login.
...
- Make the character screen load with an empty character list from the server, send event to the server for character creation with data, but not yet saving them to the DB.
- Working but messy character saving to DB
- Add the character_data to the client, rather than keep it in the GLobalState.
2020-05-09 15:41:25 +00:00
Marcel
496419fd98
Update docker-compose.yml with the same as in production by official server
2020-04-15 12:49:33 +00:00
Marcel
c571b83c18
Install meta package librust-backtrace+libbacktrace-dev in debian, this might fix the problem that we dont have server backtraces.
...
According to its documentation its specifically tailed down to deliver everything for rust backtrace crate:
https://packages.debian.org/buster/librust-backtrace+libbacktrace-dev
The official requierement would be install `cc` and `ar`, where `ar` is in binutils, and `cc` seems to be in gcc-8 or a subpackage of it. Both would requiere about 100MB additionally for backtraces, while this package should requiere additional 8MB
2020-04-09 11:22:34 +00:00
Songtronix
43a9e47bbe
feat: log server version
2020-03-26 12:41:30 +01:00
Marcel
6376827df8
add watchtower support and fix CMD in Dockerfile
2020-03-22 14:56:14 +00:00
Marcel
464d4622db
Fix docker image for server-cli
2020-03-22 12:44:32 +00:00
Marcel Märtens
8ecdb53076
auto-generated docker image for server-cli based on kaniko like i researched for torvus and correct release branch detection:
...
- ade4d37575
2020-02-26 17:08:46 +01:00
Marcel Märtens
503be4aa6c
Change the version number to 0.5
2020-01-31 17:26:45 +01:00
Joshua Barretto
8a998ffd61
Better neutral AI, initial waypoint objects
2020-01-26 12:52:28 +00:00
Joshua Barretto
900381b843
Added test world, friendly NPC pathfinding
2020-01-26 12:52:07 +00:00
Monty Marz
178ad9479a
Scrolling Combat Text (SCT)
2020-01-10 00:33:38 +00:00
Shane Handley
8bc53693e1
Re-add the metrics port logging which was lost in the merge.
2019-11-06 21:34:19 +01: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
timokoesters
97dda3b2ca
improvement: UI for connecting to singleplayer servers + threading fixes
2019-11-06 21:34:15 +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
Acrimon
bc9667d669
Remove heaptrack as it is now deprecated.
2019-10-29 06:55:45 +00:00
Marcel Märtens
5e0d7081ba
Change the version number to 0.4
2019-10-10 15:48:01 +02:00
Forest Anderson
604929b5c3
Revert "Merge branch 'angelonfira/change-memory-allocator-to-jemalloc' into 'master'"
...
This reverts merge request !547
2019-10-06 01:31:47 +00:00
Forest Anderson
c442ff7d8a
Chanced to ignore msvc instead of windows
...
Change server to ignore msvc
2019-10-05 17:57:29 -04:00
Forest Anderson
c37dd91647
Added jemalloc for Linux systems
2019-10-05 17:57:29 -04:00
Forest Anderson
34975879ad
Remove heaptrack
2019-10-05 17:57:29 -04:00
Joshua Barretto
5a61d563d8
Added modular building generation
2019-08-31 11:44:52 +01:00
Acrimon
724d6dffb4
Disabled unsafe using lint level.
2019-08-19 14:39:23 +02:00