400 Commits

Author SHA1 Message Date
Imbris
fd06a0a7bf fix: bugs in new server ecs systems fixed 2019-10-25 22:00:47 -04:00
timokoesters
9c21e5e45d
fix: character now spawns with a weapon again 2019-10-25 13:14:36 +02:00
Timo Koesters
d77e91343b Merge branch 'timo-items-as-ron' into 'master'
feat: store items as RON files

See merge request veloren/veloren!618
2019-10-25 08:57:39 +00:00
Imbris
4f389b3a70 fix: /object chat command no longer spawns invisible objects 2019-10-25 02:08:23 -04:00
pestilence
8dffaf4b6d
add giveitem command 2019-10-25 00:14:08 +02:00
timokoesters
9ffbb9550b
improvement: load_cloned returns a result 2019-10-24 23:55:24 +02:00
timokoesters
c426c1641c
feat: store items as RON files
When a new item is created, a ron file will be used as a template
2019-10-24 23:47:26 +02:00
Imbris
8bda7b1633 Fix possess bug, remove commented code, drain controller events 2019-10-24 00:00:00 -04:00
Imbris
22d29d1209 Integrate new systems with metrics 2019-10-23 23:50:06 -04:00
Imbris
d83a082bb4 Move terrain management and syncing into server side ecs systems 2019-10-23 23:50:06 -04:00
Imbris
9cd42d1056 Move serverside client to a component and communications into server ecs systems 2019-10-23 23:50:06 -04:00
Imbris
7bfd964c5f Cleanup unused code 2019-10-23 22:43:02 -04:00
Imbris
4a8c87b4bf Actually fix region removal panic, update fuzzy chunk location, sync entity removal when unloading chunks, region size constant tweak 2019-10-23 22:43:02 -04:00
Imbris
4cfe95ef0f Fix not not sending updates outside a certain range and not sending character state when it changes due to update throttling 2019-10-23 22:43:02 -04:00
Imbris
45ca8d3a23 Make clients subscribed to nearby regions and only send physics updates from those regions. 2019-10-23 22:43:02 -04:00
Monty Marz
9282ca00b4 Multiple Assets and UI fixes and additions 2019-10-23 19:40:45 +00:00
Acrimon
d64ab139d1 Formatted code. 2019-10-23 20:23:31 +02:00
Acrimon
478b98737f code-style: iter instead of into_iter. 2019-10-23 16:45:47 +02:00
Acrimon
d0e0b6de53 Drastically improved error messages in client and server. 2019-10-23 18:38:09 +02:00
soruh
258aa59f92 Don't display commands that the player cannot use. 2019-10-21 18:36:35 +02:00
Songtronix
c9bf0ad875 change(githash): provide date and hash 2019-10-18 15:32:55 +02:00
Monty Marz
8990469581 refactor: create_projectile doesn't take a light
It returns a builder so the caller can just do it
2019-10-17 20:59:36 +00:00
Joshua Yanovski
663d535bd9 Allow canceling chunk generation.
Currently we only do this when no players are in range of the chunk.  We
also send the first client who posted the chunk a message indicating
that it's canceled, the hope being that this will be a performance win
in single player mode since you don't have to wait three seconds to
realize that the server won't generate the chunk for you.

We now check an atomic flag for every column sample in a chunk.  We
could probably do this less frequently, but since it's a relaxed load it
has essentially no performance impact on Intel architectures.
2019-10-16 11:39:41 +00:00
KyoZM
a4f67d9141 proper message on permission check failure for commands 2019-10-12 18:24:44 -03:00
Imbris
3a245f1fba Make bows give experience via giving projectiles an owner field 2019-10-11 19:33:01 -04:00
Imbris
dde81c38b2 Add new debug item 2019-10-11 19:32:46 -04:00
Marcel Märtens
522f24fa1d Make all CoreDevelopers and Admins server admins for now till we have a working auth system 2019-10-11 15:13:02 +02:00
Marcel Märtens
bf0492d697 Fix bug that metrics took a random port always introduced in !584
also removed the duplicate port from the server creation process, using the server settings struct now
2019-10-11 14:19:55 +02:00
Wu Yu Wei
8e13827888 Bind random port for ServerMetrics 2019-10-11 09:06:34 +00:00
Marcel Märtens
5e0d7081ba Change the version number to 0.4 2019-10-10 15:48:01 +02:00
Monty Marz
42a3ebeb21 Item icons, chests and more 2019-10-09 19:28:05 +00:00
timokoesters
bd085cbe9f
fix: all enemies start with lvl 1 hp 2019-10-09 17:09:25 +02:00
timokoesters
8680648ac6
fix: server side fall damage
This avoids flickering health
2019-10-08 18:55:30 +02:00
timokoesters
462bb50879
fix: spawnpoint nearer to the floor
We can change this back when we have a proper spawn location system or
random seeds.
2019-10-08 18:55:29 +02:00
timokoesters
ce3921c345
fix: fix level and health distribution 2019-10-08 18:12:08 +02:00
Songtronix
0beaf26192 fix: reduce amount of network related ghosts 2019-10-07 15:15:29 +02:00
KyoZM
39b5f091fc consume vector without calling the iterator 2019-10-07 01:49:56 -03:00
KyoZM
782d757c48 cargo format 2019-10-07 01:38:28 -03:00
KyoZM
34ff9e0e2c removelights no longer deletes players with lanterns 2019-10-07 01:03:53 -03:00
KyoZM
aabce1274f create /removelights command 2019-10-07 00:19:46 -03:00
timokoesters
ffe63acfdd
feat(bow): arrow spawn height 2019-10-06 21:21:33 +02:00
timokoesters
da7a9c1970
fix: error message for give_exp 2019-10-06 20:52:26 +02:00
timokoesters
7ac8869cd1
fix: selecting another character no longer shows a new login message 2019-10-06 18:26:51 +02:00
timokoesters
caf1576022
fix: don't show logout message when player never was ingame 2019-10-06 17:34:51 +02:00
Piotr Korgól
6d0c71042e Make /adminify admin-only and /waypoint free 2019-10-05 17:37:10 +02:00
Piotr Korgól
bca68e6ed8 Make enemies spawn with different levels 2019-10-05 17:37:09 +02:00
Forest Anderson
e1ad5b3a87 Merge branch 'appcrashwin7/veloren-exp-command' into 'master'
add give_exp command

See merge request veloren/veloren!536
2019-10-04 21:02:07 +00:00
timokoesters
54d3808c3f
fix(bow): Don't remove vel and use sticky component instead 2019-10-04 21:30:13 +02:00
timokoesters
6d056e05f7
feat(combat): melee combat damage depends on power of the weapon
Normal NPCs have a weapon of power 5 so they do 5 damage if the attack
is not blocked. Bosses and players have power 10.
2019-10-04 21:02:44 +02:00
timokoesters
ec716292cd
feat(bow): sticky arrows 2019-10-04 21:02:43 +02:00