Commit Graph

1859 Commits

Author SHA1 Message Date
Geno
a9f20148a4 added first person switch 2019-08-13 17:54:13 +00:00
Joshua Barretto
a8e0d6943f Merge branch 'xacrimon/fxhash-is-very-bad' into 'master'
Switch all usages of HashMap/HashSet to use hashbrown

See merge request veloren/veloren!430
2019-08-11 20:49:10 +00:00
Acrimon
4f3b49ef8b Switched over the last std hashset. 2019-08-11 22:39:41 +02:00
Acrimon
b4a46f3e6e Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
Acrimon
ed4909670d Use hashbrown instead of fxhashmap in world. 2019-08-11 22:10:36 +02:00
Acrimon
22f318833c Migrate client to hashbrown. 2019-08-11 21:54:20 +02:00
Acrimon
0bbef0d851 Use hashbrown in voxygen instead of a billion different shitty maps. 2019-08-11 21:52:23 +02:00
Acrimon
4f2d99f809 Switch to hashbrown in server. 2019-08-11 21:48:02 +02:00
Joshua Barretto
4b333ed89f Merge branch 'xacrimon/worldgen-seed-expansion' into 'master'
Better worldgen seed expansion

See merge request veloren/veloren!410
2019-08-11 11:59:51 +00:00
Acrimon
51a4e358dd Formatted code. 2019-08-11 13:37:04 +02:00
Acrimon
7b8a7a410d Cleaned up seed generation in worldsim. 2019-08-11 13:37:04 +02:00
Acrimon
cdf4c26be7 Rewrite diffusion function. Now has potential for a full avalanche. 2019-08-11 13:37:04 +02:00
Acrimon
00b5a4a58e Greatly simplified seed expansion. 2019-08-11 13:37:04 +02:00
Acrimon
d840ca72e3 Improved some comments. 2019-08-11 13:37:04 +02:00
Acrimon
5eee2622cb Fixed comment typo. 2019-08-11 13:37:04 +02:00
Acrimon
dcc19e2d04 Added a lot of comments. 2019-08-11 13:37:04 +02:00
Acrimon
1c22f380b0 Adjusted default spawn height for now 2019-08-11 13:37:04 +02:00
Acrimon
fea6b2e776 Fixed overflow in seed_expan 2019-08-11 13:36:14 +02:00
Acrimon
8cb48804c2 Fixed diffuse_field 2019-08-11 13:36:14 +02:00
Acrimon
393ac4610c Improved worldgen seed expansion 2019-08-11 13:36:14 +02:00
Joshua Barretto
d5aee13c91 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
Joshua Barretto
64f05b9e09 Merge branch 'songtronix/hotfix-crash' into 'master'
fix time overflow crash

See merge request veloren/veloren!422
2019-08-09 09:13:28 +00:00
Songtronix
612a3df528 fix time overflow crash 2019-08-09 09:13:28 +00:00
Joshua Barretto
2191921721 Merge branch 'telastrus/auth' into 'master'
Server-side authentication

See merge request veloren/veloren!419
2019-08-09 01:37:44 +00:00
telastrus
79b5c177cd swapped if for entry 2019-08-08 21:28:25 -04:00
telastrus
eadf3a7671 created basic AuthProvider which we can change to suit our needs 2019-08-08 18:24:14 -04:00
telastrus
07d3384b01 fixed the silent kick, made it actually proper 2019-08-08 17:58:36 -04:00
telastrus
3a9bbc4927 fixed chat-cli 2019-08-08 13:21:18 -04:00
Forest Anderson
5cca883c3f Merge branch 'telastrus/vel-fix' into 'master'
velocity fix

See merge request veloren/veloren!423
2019-08-08 16:09:15 +00:00
telastrus
66e254db7f actually removed printlns 2019-08-08 12:09:14 -04:00
telastrus
35a3f67e19 ran cargo fmt 2019-08-08 12:05:38 -04:00
telastrus
58e8bd4af9 removed println statements 2019-08-08 12:03:12 -04:00
telastrus
de2082469d auth done, no popup yet 2019-08-08 12:01:15 -04:00
telastrus
f2ed2870c6 90% there 2019-08-08 11:23:58 -04:00
Forest Anderson
d6a2129c84 Merge branch 'qutrin/lantern-limit' into 'master'
Add a lantern strength limit to prevent shader overflows

Closes #219

See merge request veloren/veloren!421
2019-08-08 15:07:58 +00:00
telastrus
09b15e5278 velocity fix 2019-08-08 10:42:23 -04:00
Piotr Korgól
9f2d66b025 Add a lantern strength limit to prevent shader overflows 2019-08-08 14:44:58 +02:00
telastrus
6d94d43021 still compiles 2019-08-07 23:56:02 -04:00
telastrus
157c4816b3 laying the groundwork 2019-08-07 15:42:44 -04:00
Joshua Barretto
e6f384fc11 Added default explosion radius 2019-08-07 18:18:32 +01:00
Joshua Barretto
5b62531da3 Added /explosion command 2019-08-07 18:17:04 +01:00
Joshua Barretto
192f5d355f Switched to EventBus system 2019-08-07 16:39:16 +01:00
Marcel
2eac162ee4 Merge branch 'pfauenauge/social-window' into 'master'
Part 1 of implementing the social window

See merge request veloren/veloren!415
2019-08-07 13:14:26 +00:00
Monty Marz
aac53f9311 Part 1 of implementing the social window 2019-08-07 13:14:26 +00:00
Joshua Barretto
98a913195b Added entity event system, fixed fall damage 2019-08-07 10:50:49 +01:00
Forest Anderson
2fb8306b98 Merge branch 'telastrus/fall-damage' into 'master'
Rudimentary fall damage

See merge request veloren/veloren!417
2019-08-07 02:51:43 +00:00
telastrus
e4f2c73b85 undo unnecessary pub mod
fixed comments

fixed other comment
2019-08-06 22:46:25 -04:00
telastrus
0eafd42c0f fall damage + velocity debug 2019-08-06 17:51:13 -04:00
Joshua Barretto
8b4b1163d4 Merge branch 'zesterer/small-fixes' into 'master'
Collision fixes, better camera in build mode

See merge request veloren/veloren!416
2019-08-06 15:13:57 +00:00
Joshua Barretto
73a44d0fb1 Collision fixes, better camera in build mode 2019-08-06 16:00:14 +01:00