Joshua Barretto
5bb7998d5a
Added inventory sync messages and InventoryUpdate component
2019-08-01 09:09:26 +01:00
timokoesters
040aa897c1
Fix needing all components to update physics at all
2019-07-31 20:10:52 +02:00
timokoesters
b695a63e98
Send different physics components individually
2019-07-30 13:35:16 +02:00
timokoesters
16b445c828
Fix bugs with Last<T>
2019-07-30 10:49:41 +02:00
timokoesters
03a82030ec
Fix commands
2019-07-30 10:10:58 +02:00
timokoesters
c6034bf450
Use Last<C> to check if a physics component changed
2019-07-30 08:32:03 +02:00
Monty Marz
5cfc60da50
Small chat fixes
2019-07-29 14:40:46 +00:00
Acrimon
ee49ebe807
Update rand, log and scan_fmt
2019-07-29 13:42:26 +00:00
Piotr Korgól
88db83c92a
Instantly level up after reaching the required exp amount
2019-07-29 14:30:38 +02:00
Joshua Barretto
4a198ca626
Numerous minor lighting fixes
2019-07-29 13:01:39 +01:00
Timo Koesters
dcb34385fd
Merge branch 'update-dependencies' into 'master'
...
Update most dependencies
See merge request veloren/veloren!372
2019-07-28 20:52:42 +00:00
timokoesters
5aa864ee58
Update most dependencies
2019-07-28 22:47:23 +02:00
neronim66@gmail.com
2c5dc0c3ff
after review
2019-07-28 16:24:47 +02:00
kacper
999b6709a3
formatting
2019-07-28 16:00:14 +02:00
kacper
fd0df4177f
lantern strength and clamp values
2019-07-28 13:36:35 +02:00
Christoffer Lans
633b8a1701
Command: '/time' without any arguments; gives the client the current time
2019-07-28 11:12:17 +00:00
Monty Marz
31d9e73a52
change server startup time to 32400.0 / 9:00 AM
2019-07-28 10:46:03 +00:00
Monty Marz
33565b9480
added comment about object rotation, changed lantern spawning command, changed /tell output when you /tell yourself
2019-07-28 09:21:17 +00:00
Piotr Korgól
5c84508015
Get EXP for killing NPCs and Players, properly show EXP bar
2019-07-26 20:51:40 +02:00
Christoffer Lantz
14bee47e58
Applied cargo fmt
2019-07-26 16:38:31 +02:00
Christoffer Lantz
71347b5d11
match arms in handle_time now returns a NaiveTime object instead of f64
2019-07-26 16:16:35 +02:00
Christoffer Lantz
9d245e5edd
Now tells the client what the time was changed to
2019-07-26 16:03:05 +02:00
Christoffer Lantz
dbe9c5d696
Adds the ability to change time with /time with HH:MM format. e.g. 12:43
2019-07-26 15:43:39 +02:00
tommy
75792d374b
Fix chat calls
2019-07-26 07:42:10 -04:00
tommy
95b5f4acfb
Added private, broadcast, and game_state messages
2019-07-26 07:29:37 -04:00
tommy
ea0bbe7e47
Rebase fixes
2019-07-26 07:29:37 -04:00
tommy
8bac6e1e72
Correct tells
2019-07-26 07:29:37 -04:00
tommy
cc6aa6f33d
Adds colour to tells in chat box #194
2019-07-26 07:29:37 -04:00
Nero
53086cb3b2
Nero/light offsets
2019-07-25 20:51:20 +00:00
Pfauenauge90
7a141ad111
More objects
2019-07-24 02:50:19 +02:00
Pfauenauge90
9fd2849c6c
chat warning for unknown objects
2019-07-24 02:50:19 +02:00
Pfauenauge90
85281e7e54
spawn objects by name
2019-07-24 02:50:19 +02:00
Pfauenauge90
f6e24d8161
Comand for specific model spawning part I
2019-07-24 02:50:19 +02:00
Joshua Barretto
5cdfb26e0d
Added LightEmitter component
2019-07-21 19:22:49 +01:00
Joshua Barretto
16c8ecec66
Fixed light cap
2019-07-21 19:22:49 +01:00
Joshua Barretto
1dc654dde7
Added object entities
2019-07-21 19:22:49 +01:00
Jessie Mancer
4893ab5c2a
fix spawn command placement to be random to improve AI responsivity and not spawn directly on player
2019-07-21 18:22:13 +00:00
Songtronix
de2dbcef45
add global git hash constant
2019-07-21 17:45:31 +00:00
Joshua Barretto
58a41d4bec
Merge branch 'tell_fix' into 'master'
...
Fix tell command, rename to /tell
See merge request veloren/veloren!343
2019-07-20 16:10:16 +00:00
Joshua Barretto
ce327445a7
Send block diffs instead of entire chunks on block change
2019-07-20 16:41:03 +01:00
Marcel Märtens
98b0a40a22
Change default port of veloren from 59003 to 14004
...
TCP and UDP Ports for applications should lie in a range between 1024-49151
the ports below are used for privileged services
the ports above should be dynamicly assigned.
Port 14004 seems to be used by no other service and i like it personally, so we choose it.
Also deactivate the workaround for the secondary veloren server again
2019-07-20 13:59:35 +02:00
Tom Watson
025e0712be
Update cmd.rs
2019-07-19 18:26:10 +00:00
tommy
a442371a1f
Fix tell command, rename to /tell
2019-07-18 11:19:44 -04:00
tommy
e60881079f
Add "You tell {}" message to sending player
2019-07-17 15:01:04 -04:00
tommy
8bb4993a79
rustfmt issue
2019-07-17 14:04:07 -04:00
tommy
3c6fb7a3ec
Merge branch 'master' into 191_player_to_player_dm
2019-07-17 13:53:10 -04:00
Forest Anderson
b8993f568f
Merge branch '183_add_killnpcs_command' into 'master'
...
/killnpcs command, closes #183
Closes #183
See merge request veloren/veloren!329
2019-07-17 17:34:36 +00:00
Songtronix
5b31c7c1f9
little cleanup
2019-07-17 19:03:37 +02:00
Songtronix
bfa6a2e2a2
add configurable TimeOfDay
2019-07-17 18:32:02 +02:00
Songtronix
bf82f5925d
maybe improved setting file handling
2019-07-17 18:32:01 +02:00