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
|
631df59083
|
Merge branch 'zesterer/small-fixes' into 'master'
Fixed chonk memory usage bug, added block manipulation
See merge request veloren/veloren!278
|
2019-07-01 15:22:04 +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
|
370e7db1ee
|
Fix death
|
2019-06-30 22:29:00 +02:00 |
|
timokoesters
|
14400f6380
|
Remove Actor and use Body instead
|
2019-06-30 18:57:24 +02:00 |
|
Joshua Barretto
|
b1a7a61d77
|
Merge branch 'snok-online-players-cmd' into 'master'
Snok: Show online players cmd
See merge request veloren/veloren!264
|
2019-06-29 22:16:27 +00: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 |
|
Joshua Barretto
|
f1ba97ae7a
|
Merge branch 'timo-rolling-fix' into 'master'
Rolling bugs + NPC bugs + "Impossible" bug
See merge request veloren/veloren!265
|
2019-06-29 21:47:05 +00:00 |
|
timokoesters
|
d235374d8e
|
Fix npc and death bug
|
2019-06-29 22:43:44 +02:00 |
|
timokoesters
|
c80351f6ca
|
Fix double roll bug
|
2019-06-29 19:49:51 +02:00 |
|
Joshua Barretto
|
324de39bfe
|
fmt
|
2019-06-29 16:48:43 +01:00 |
|
Joshua Barretto
|
0c918c835f
|
Prevented invalid username usage
|
2019-06-29 16:48:43 +01:00 |
|
timokoesters
|
b0ea959f67
|
Remove animation syncing (does not fix any known bug)
|
2019-06-29 17:09:38 +02: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 |
|
Joshua Barretto
|
692fa3f28d
|
Above-ground spawn point, better figure dt scaling
|
2019-06-26 11:53:43 +01:00 |
|
Imbris
|
16e5b6bafd
|
circular view distance
|
2019-06-23 15:49:15 -04:00 |
|
timokoesters
|
f0e6e76423
|
Don't sync animations, just sync components used to construct them
|
2019-06-16 19:59:15 +02:00 |
|
timokoesters
|
7deb3da1af
|
Add pub use phys:: and remove most pub mod s
|
2019-06-16 19:59:12 +02:00 |
|
timokoesters
|
69cb2ed84f
|
Revamp control system
|
2019-06-16 19:57:03 +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 |
|
Joshua Barretto
|
76dca0b0cf
|
Added dynamic fog growth
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
cd630b0816
|
Reduced threadpool threads to keep render thread smooth
|
2019-06-05 20:52:51 +01:00 |
|
Forest Anderson
|
4548ec3bf9
|
Merge branch 'randomized-npc-names' into 'master'
Added randomized NPC names veloren/veloren#133
Closes #133
See merge request veloren/veloren!207
|
2019-06-04 05:23:25 +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 |
|
Timo Koesters
|
930bc91174
|
Merge branch 'fix-server-info' into 'master'
Add server info and player list to client
See merge request veloren/veloren!197
|
2019-06-02 14:45:41 +00:00 |
|
Cody
|
75ca605f5d
|
Changes the physics misnomer Direction to Orientation and adjusts some ECS read_storage names.
|
2019-05-31 16:36:24 -04:00 |
|
Cody
|
6c76667356
|
Addresses more naming schemes and typos.
|
2019-05-31 16:36:24 -04:00 |
|