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 |
|
tommy
|
732eb9a0e8
|
Code review updates
|
2019-07-15 13:10:24 -04:00 |
|
tommy
|
bfa42dd33b
|
Incorporated changes from Imbris
|
2019-07-14 16:35:22 -04:00 |
|
tommy
|
6d8eea5085
|
rustfmt issues
|
2019-07-14 13:39:27 -04:00 |
|
tommy
|
52b65d5938
|
Stopped 'spammy' output
|
2019-07-14 13:30:02 -04:00 |
|
tommy
|
5dee589107
|
Player to player DM #191
|
2019-07-13 00:25:44 -04:00 |
|
tommy
|
3c9046c5d0
|
rustfmt updates
|
2019-07-12 17:43:20 -04:00 |
|
tommy
|
42861541cf
|
Updates based on code review #183
|
2019-07-12 17:16:07 -04:00 |
|
Piotr Korgól
|
1f381cd99b
|
Even more cleanups
|
2019-07-03 22:46:43 +02:00 |
|
Piotr Korgól
|
42a4cc8095
|
Add block breaking
|
2019-07-03 21:56:54 +02:00 |
|
Piotr Korgól
|
7f08377001
|
Sync CanBuild component, fix /build messages
|
2019-07-03 21:28:07 +02:00 |
|
Piotr Korgól
|
bf748ae742
|
Add CanBuild component, Block placing client messages and build mode command
|
2019-07-03 21:28:07 +02:00 |
|
Piotr Korgól
|
a66dc9a24f
|
Add /health command
|
2019-07-01 20:07:30 +00:00 |
|
Songtronix
|
ea340ddac7
|
fix warnings from server
|
2019-07-01 18:49:42 +00:00 |
|
Songtronix
|
1ee65a66cf
|
Clean server and server-cli
|
2019-07-01 16:38:19 +00:00 |
|
Joshua Barretto
|
a55bbca6e3
|
Only create one block with /solid
|
2019-07-01 15:38:40 +01:00 |
|
Joshua Barretto
|
489f5f6b2a
|
fmt
|
2019-07-01 14:38:45 +01:00 |
|
Joshua Barretto
|
c8a2e4722c
|
Fixed chonk memory usage bug, added block manipulation
|
2019-07-01 14:36:45 +01:00 |
|
timokoesters
|
14400f6380
|
Remove Actor and use Body instead
|
2019-06-30 18:57:24 +02:00 |
|
Cedric Hutchings
|
6bda6e2025
|
adding a mut
|
2019-06-29 18:05:34 -05:00 |
|
Cedric Hutchings
|
5c19ddb06c
|
fmt
|
2019-06-29 17:56:10 -05:00 |
|
Cedric Hutchings
|
0bc6b64002
|
implement zesterer suggestion
|
2019-06-29 17:49:56 -05:00 |
|
Cedric Hutchings
|
af0358c7c8
|
fix player count
|
2019-06-29 17:16:16 -05:00 |
|
timokoesters
|
6289a097a5
|
Rename /who to /players and fmt
|
2019-06-29 14:05:30 +02:00 |
|
Thomas JULLIEN
|
7182257214
|
command to show the online players
|
2019-06-29 14:02:44 +02:00 |
|
timokoesters
|
fe6f627d42
|
Clean up ecs actor body components
|
2019-06-29 01:49:33 +02:00 |
|
Piotr Korgól
|
44862d0acc
|
Fix spawning few entities at once
|
2019-06-28 18:58:47 +02:00 |
|
Piotr Korgól
|
888faadfab
|
Prevent text clients from gaining position
|
2019-06-28 16:22:25 +02:00 |
|
Joshua Barretto
|
f781aca8e9
|
fmt
|
2019-06-26 19:14:12 +01:00 |
|
Joshua Barretto
|
9279611d6d
|
Added longer day/night cycle, /time command
|
2019-06-26 19:14:12 +01:00 |
|
timokoesters
|
7deb3da1af
|
Add pub use phys:: and remove most pub mod s
|
2019-06-16 19:59:12 +02:00 |
|
liids
|
e670f9b126
|
small fixes
|
2019-06-15 17:23:53 +02:00 |
|
liids
|
bcf7127736
|
make it more laconic
|
2019-06-15 15:42:39 +02:00 |
|
liids
|
6670c2b8fa
|
fix formatting
|
2019-06-15 14:55:06 +02:00 |
|
liids
|
8b2b931c17
|
make minimum spawn amount higher than 0
|
2019-06-15 14:30:05 +02:00 |
|
liids
|
f726d755b7
|
fix formatting
|
2019-06-15 13:48:14 +02:00 |
|
liids
|
cca41a3333
|
fix negative spawn amounts
|
2019-06-15 11:32:07 +02:00 |
|
liids
|
2cc2a36be2
|
make amount optional
|
2019-06-15 10:22:36 +02:00 |
|
liids
|
c859371ddb
|
Merge all spawn commands into one
|
2019-06-15 09:56:27 +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 |
|
scorpion9979
|
7bfd9464c9
|
Added humanoid NPC type w/ names
|
2019-06-04 01:10:59 -04:00 |
|
scorpion9979
|
29f230d23e
|
Cleaned code
Refactored code for readability
|
2019-06-04 01:10:59 -04:00 |
|
Ahmed Ihsan Tawfeeq
|
eb80459872
|
Added randomized NPC names veloren/veloren#133
|
2019-06-04 01:10:59 -04:00 |
|
Cody
|
6c76667356
|
Addresses more naming schemes and typos.
|
2019-05-31 16:36:24 -04:00 |
|
Forest Anderson
|
2fc4e9a2f8
|
Merge branch 'enemies' into 'master'
Enemies
See merge request veloren/veloren!186
Former-commit-id: f920608508868119aad286cbe45599342dc1942b
|
2019-05-28 19:08:02 +00:00 |
|
Joshua Barretto
|
8407908af2
|
fmt
Former-commit-id: 7535fe743722967dd59e383aa93cb78cb3be6e23
|
2019-05-28 19:59:32 +01:00 |
|
timokoesters
|
2008400169
|
Implement killer name in chat
Former-commit-id: 5aa87529179a684d5675c33e4001806aa2040802
|
2019-05-27 21:47:19 +02:00 |
|