Commit Graph

445 Commits

Author SHA1 Message Date
b4a46f3e6e Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
22f318833c Migrate client to hashbrown. 2019-08-11 21:54:20 +02:00
07d3384b01 fixed the silent kick, made it actually proper 2019-08-08 17:58:36 -04:00
66e254db7f actually removed printlns 2019-08-08 12:09:14 -04:00
35a3f67e19 ran cargo fmt 2019-08-08 12:05:38 -04:00
de2082469d auth done, no popup yet 2019-08-08 12:01:15 -04:00
f2ed2870c6 90% there 2019-08-08 11:23:58 -04:00
6d94d43021 still compiles 2019-08-07 23:56:02 -04:00
157c4816b3 laying the groundwork 2019-08-07 15:42:44 -04:00
d3f2ca69a4 Change the version number to 0.3 2019-08-04 13:53:59 +02:00
f644b6ab89 Revert "Merge branch 'imbris/upgrade_specs' into 'master'"
This reverts merge request !375
2019-08-01 23:32:33 +00:00
5f56657f6c Upgrade specs to 0.15 2019-08-01 18:09:13 -04:00
39fc1d6b71 Added entity pickup, changed item model 2019-08-01 09:12:00 +01:00
b3cae2f3dd Added better item manipulation 2019-08-01 09:09:26 +01:00
31f8794c39 Started work on inventory manipulation 2019-08-01 09:09:26 +01:00
123a78552a Fixed block-hopping on edges, added correct inventory slots 2019-08-01 09:09:26 +01:00
5bb7998d5a Added inventory sync messages and InventoryUpdate component 2019-08-01 09:09:26 +01:00
b695a63e98 Send different physics components individually 2019-07-30 13:35:16 +02:00
ee49ebe807 Update rand, log and scan_fmt 2019-07-29 13:42:26 +00:00
5aa864ee58 Update most dependencies 2019-07-28 22:47:23 +02:00
95b5f4acfb Added private, broadcast, and game_state messages 2019-07-26 07:29:37 -04:00
cc6aa6f33d Adds colour to tells in chat box #194 2019-07-26 07:29:37 -04:00
53086cb3b2 Nero/light offsets 2019-07-25 20:51:20 +00:00
1dc654dde7 Added object entities 2019-07-21 19:22:49 +01:00
de2dbcef45 add global git hash constant 2019-07-21 17:45:31 +00:00
ce327445a7 Send block diffs instead of entire chunks on block change 2019-07-20 16:41:03 +01:00
ed0d842e57 Mark InvalidAlias Message as to be done 2019-07-17 18:32:01 +02:00
b41508f025 generalise errors based on zests suggestion 2019-07-17 18:32:01 +02:00
b6c8bdc223 add configurable max player count 2019-07-17 18:32:01 +02:00
a36c049b06 Resolve Forests discussion. 2019-07-12 20:13:35 +02:00
b4f2cd1547 Resolve discussion from Timo. 2019-07-12 19:56:40 +02:00
a72722e5d1 Resolved discussion from imbris. 2019-07-12 19:35:11 +02:00
20ac81a986 Fixed some misses. 2019-07-12 20:51:22 +02:00
bf748ae742 Add CanBuild component, Block placing client messages and build mode command 2019-07-03 21:28:07 +02:00
46670e2689 Fix clippy suggestions 2019-07-02 21:00:57 +02:00
fe0c7028e2 Remove warnings from client 2019-07-02 20:56:29 +02:00
d235374d8e Fix npc and death bug 2019-06-29 22:43:44 +02:00
c80351f6ca Fix double roll bug 2019-06-29 19:49:51 +02:00
b0ea959f67 Remove animation syncing (does not fix any known bug) 2019-06-29 17:09:38 +02:00
16e5b6bafd circular view distance 2019-06-23 15:49:15 -04:00
9701a666d9 Don't try to compensate bad states 2019-06-17 20:10:47 +02:00
57894a0368 Fix join problems 2019-06-17 19:52:06 +02:00
f0e6e76423 Don't sync animations, just sync components used to construct them 2019-06-16 19:59:15 +02:00
7deb3da1af Add pub use phys:: and remove most pub mods 2019-06-16 19:59:12 +02:00
69cb2ed84f Revamp control system 2019-06-16 19:57:03 +02:00
a9d30bbfb6 Adjusted tree colour variation 2019-06-15 11:36:26 +01:00
9fed2c1534 Merged stumps, adjusted scale code 2019-06-13 11:59:05 +01:00
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
4ada144164 Changed debug flag in client 2019-06-05 20:52:51 +01:00
732ba9ac02 Reduced tree density, shortened chunk load timeout 2019-06-05 20:52:51 +01:00