352 Commits

Author SHA1 Message Date
Monty Marz
8d63b0a159 added comment about object rotation, changed lantern spawning command, changed /tell output when you /tell yourself 2019-07-28 09:21:17 +00:00
Piotr Korgól
69dcd3ddef Get EXP for killing NPCs and Players, properly show EXP bar 2019-07-26 20:51:40 +02:00
Piotr Korgól
f5351589d6 Add Level and Exp component 2019-07-26 16:44:59 +02:00
tommy
84bfa73d26 Added private, broadcast, and game_state messages 2019-07-26 07:29:37 -04:00
tommy
40285c6ac1 Rebase fixes 2019-07-26 07:29:37 -04:00
tommy
dc28070640 Adds colour to tells in chat box #194 2019-07-26 07:29:37 -04:00
Nero
940ef92318 Nero/light offsets 2019-07-25 20:51:20 +00:00
Pfauenauge90
072405b494 More objects 2019-07-24 02:50:19 +02:00
Pfauenauge90
91d1d51a5e chat warning for unknown objects 2019-07-24 02:50:19 +02:00
Pfauenauge90
c7efc784e3 spawn objects by name 2019-07-24 02:50:19 +02:00
Vechro
4448e9a484 Add tent 2019-07-24 02:50:19 +02:00
Vechro
8732d879d5 Add cauldron 2019-07-24 02:50:19 +02:00
Pfauenauge90
23562cd393 chests, human female head changes 2019-07-24 02:50:19 +02:00
Pfauenauge90
82a3f25f09 MOAR Pumpkins! 2019-07-24 02:50:19 +02:00
Pfauenauge90
d97fdc1ac2 added lanterns and potions 2019-07-24 02:50:18 +02:00
Vechro
8bef737757 formatting 2019-07-24 02:50:18 +02:00
Vechro
36f0414922 Add campfire 2019-07-24 02:50:18 +02:00
Monty Marz
b1392a1910 Static entities: Per model offsets, more models 2019-07-21 23:54:31 +00:00
Joshua Barretto
044c4d4a2c Added LightEmitter component 2019-07-21 19:22:49 +01:00
Joshua Barretto
b387d14e10 Fixed infinite NPC jumping 2019-07-21 19:22:49 +01:00
Joshua Barretto
6a025de031 Added object entities 2019-07-21 19:22:49 +01:00
Songtronix
b2f1a843cc add global git hash constant 2019-07-21 17:45:31 +00:00
Joshua Barretto
c33fd0cdba Better fog 2019-07-21 00:32:36 +01:00
Joshua Barretto
024ed9eac8 Removed warning on OoB block modification 2019-07-20 19:08:28 +01:00
Joshua Barretto
cdf35598e2 Send block diffs instead of entire chunks on block change 2019-07-20 16:41:03 +01:00
Songtronix
3e18da0560 Mark InvalidAlias Message as to be done 2019-07-17 18:32:01 +02:00
Songtronix
accaa22dee generalise errors based on zests suggestion 2019-07-17 18:32:01 +02:00
Songtronix
e0de110751 add configurable max player count 2019-07-17 18:32:01 +02:00
Acrimon
9ddacc5b82 Fixed some misses. 2019-07-12 20:51:22 +02:00
Joshua Barretto
cba9b9151b Added fruit trees 2019-07-09 17:08:43 +01:00
Joshua Barretto
c818afb9dc Fix for clipping 2019-07-09 15:07:53 +01:00
Joshua Barretto
5163f45e8a Fixed block snapping at lower framerates 2019-07-09 14:04:30 +01:00
Joshua Barretto
ebb2fc2f17 Added 'perfect' collisions 2019-07-09 13:37:51 +01:00
Joshua Barretto
a3d2b8a65f Fixed jittering collision bug 2019-07-09 11:51:00 +01:00
Joshua Barretto
8b3e92576f Fixed acacia colours 2019-07-08 20:28:48 +01:00
Joshua Barretto
5b4e95bb86 Improved worldgen performance with more precise z bound checks 2019-07-08 15:51:38 +01:00
Justin Shipsey
3e327e6e49 Holding weapon while running/jumping/standing 2019-07-06 19:00:05 +00:00
Piotr Korgól
e04a12af9a Remove printlns 2019-07-03 22:38:28 +02:00
timokoesters
53ef8643c6 Fix building 2019-07-03 21:28:07 +02:00
Piotr Korgól
4ea4a1eee8 Sync CanBuild component, fix /build messages 2019-07-03 21:28:07 +02:00
Piotr Korgól
55c95cc0ed Add CanBuild component, Block placing client messages and build mode command 2019-07-03 21:28:07 +02:00
Sheldon Knuth
9efd15c242 fix the missing set_playing(true) in AudioPlayer::load() to prevent infinity thread loop & adopt std::sync::{Mutex, Condvar} for accurate thread blocking. 2019-07-03 17:23:24 +00:00
Imbris
42962cc9d7 Fix common::asset doc test 2019-07-03 05:17:46 -04:00
Imbris
f370dd58c2 Pass BufReader to Asset::load() 2019-07-03 05:02:01 -04:00
Songtronix
47805ecfbc clean warnings from voxygen/hud 2019-07-02 21:25:07 +00:00
timokoesters
35b6aec861
Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
Joshua Barretto
f13c55688b Fixed relative path of current_dir 2019-07-02 13:52:51 +01:00
Joshua Barretto
bf2b072e73 Revamped asset directory search system 2019-07-02 13:52:51 +01:00
Sheldon Knuth
2c28d0fb29 hotfix on assets_folder issue by increasing the depth to 3. 2019-07-02 19:43:38 +08:00
Sheldon Knuth
333f7bd4c1 Add mpmc support to audio-base. 2019-07-02 11:29:00 +08:00