293 Commits

Author SHA1 Message Date
Piotr Korgól
84ad0a1a86 Add adminify command to temporarily give admin perms 2019-08-17 23:35:01 +02:00
Acrimon
4c575c14ff [Server] Switched mpsc for crossbeam::channel. 2019-08-16 00:10:46 +02:00
Piotr Korgól
892855a348 Add needs_admin bool to check if the commands needs admin perms 2019-08-15 16:33:40 +02:00
Piotr Korgól
28c47663d0 Give singleplayer its own server settings 2019-08-14 17:51:59 +02:00
Piotr Korgól
e07762d134 Fix spawn command, properly search for admins 2019-08-14 17:30:36 +02:00
Piotr Korgól
1f5817a80b Add Admins field to the settings file 2019-08-14 17:30:36 +02:00
Piotr Korgól
7fa5403aeb Add AdminPerms component, make some commands require it 2019-08-14 17:30:36 +02:00
Acrimon
20bd2e0fce Switched over the last std hashset. 2019-08-11 22:39:41 +02:00
Acrimon
7c8487ed76 Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
Acrimon
9515f047b9 Switch to hashbrown in server. 2019-08-11 21:48:02 +02:00
Acrimon
05cf8d190f Adjusted default spawn height for now 2019-08-11 13:37:04 +02:00
Joshua Barretto
e49de7f63b Merge branch 'zesterer/small-fixes' into 'master'
Added entity event system, fixed fall damage

See merge request veloren/veloren!418
2019-08-09 23:56:49 +00:00
Songtronix
fc3df0498d fix time overflow crash 2019-08-09 09:13:28 +00:00
Joshua Barretto
66db9a6f09 Merge branch 'telastrus/auth' into 'master'
Server-side authentication

See merge request veloren/veloren!419
2019-08-09 01:37:44 +00:00
telastrus
20cba432e7 swapped if for entry 2019-08-08 21:28:25 -04:00
telastrus
7a0f780de7 created basic AuthProvider which we can change to suit our needs 2019-08-08 18:24:14 -04:00
telastrus
7e4e132307 ran cargo fmt 2019-08-08 12:05:38 -04:00
telastrus
780076ea40 removed println statements 2019-08-08 12:03:12 -04:00
telastrus
2f7648b9a6 90% there 2019-08-08 11:23:58 -04:00
Piotr Korgól
6a908250ee Add a lantern strength limit to prevent shader overflows 2019-08-08 14:44:58 +02:00
telastrus
608deba238 still compiles 2019-08-07 23:56:02 -04:00
Joshua Barretto
0c08b777b3 Added default explosion radius 2019-08-07 18:18:32 +01:00
Joshua Barretto
345a5a9513 Added /explosion command 2019-08-07 18:17:04 +01:00
Joshua Barretto
f14c787c85 Switched to EventBus system 2019-08-07 16:39:16 +01:00
Piotr Korgól
9637bb89aa Change the version number to 0.3 2019-08-04 13:53:59 +02:00
Joshua Barretto
d29cf107d9 Limited entity spawning to 10 2019-08-04 11:30:05 +01:00
Joshua Barretto
0b26ca7e87 Made bosses slightly more powerful 2019-08-04 10:32:50 +01:00
timokoesters
02516a23e2 Adjust xp gains 2019-08-03 22:27:48 +02:00
timokoesters
e510c17c9e Get rid of unwraps 2019-08-03 22:08:19 +02:00
timokoesters
656d881c6c Give xp depending on max hp and lvl of entity killed 2019-08-03 21:30:01 +02:00
Piotr Korgól
0c75429837 Allow normal enemies to spawn as humanoids 2019-08-03 12:35:16 +02:00
Joshua Barretto
6066b40207 More interesting enemy spawning 2019-08-02 21:31:22 +01:00
Joshua Barretto
b568c367c5 Better health accessors methods 2019-08-02 20:49:48 +01:00
Joshua Barretto
867978dd1d Added bosses, improved secret object spawn rates 2019-08-02 20:10:52 +01:00
Joshua Barretto
132ed85e00 Removed NPCs that are outside the VD 2019-08-02 20:10:52 +01:00
Joshua Barretto
b7a8dc3e54 Added worldgen npcs 2019-08-02 20:10:52 +01:00
Dominik Broński
48a4377bf8 Revert "Merge branch 'imbris/upgrade_specs' into 'master'"
This reverts merge request !375
2019-08-01 23:32:33 +00:00
Imbris
bafea1884f Upgrade specs to 0.15 2019-08-01 18:09:13 -04:00
Monty Marz
e6196aa325 0.3. login bg 2019-08-01 17:53:34 +00:00
Piotr Korgól
597483e4e0 Add a health bonus for level ups, fix pets 2019-08-01 18:56:08 +02:00
Joshua Barretto
b625ffd8d3 Better item throwing 2019-08-01 09:12:00 +01:00
Joshua Barretto
ac16ee945f Added entity pickup, changed item model 2019-08-01 09:12:00 +01:00
Joshua Barretto
7a40346096 Altered Item structure 2019-08-01 09:12:00 +01:00
Joshua Barretto
fe751f7f4e Added item drops 2019-08-01 09:12:00 +01:00
Joshua Barretto
ae1eaabcaa Added better item manipulation 2019-08-01 09:09:26 +01:00
Joshua Barretto
757f96ea4a Started work on inventory manipulation 2019-08-01 09:09:26 +01:00
Joshua Barretto
13aaacad82 Fixed block-hopping on edges, added correct inventory slots 2019-08-01 09:09:26 +01:00
Joshua Barretto
5dea179846 Added inventory sync messages and InventoryUpdate component 2019-08-01 09:09:26 +01:00
timokoesters
98c00ad9bb Fix needing all components to update physics at all 2019-07-31 20:10:52 +02:00
timokoesters
6d47e1fd43 Send different physics components individually 2019-07-30 13:35:16 +02:00