Commit Graph

339 Commits

Author SHA1 Message Date
1d564f53c7 Fix #322 - Refactored audio output device enumeration to fail gracefully when audio devices with null or otherwise unusable names are encountered 2020-06-07 16:24:22 +01:00
458ac4af5e Adds simple auto walk functionality. Toggleable or push to hold 2020-06-06 13:09:01 -05:00
25e74ee6e2 Toggle_lantern after dropping a Lantern slot item 2020-06-06 07:37:43 -05:00
8d90952074 Add channel to send messages up from methods like fetch_events to hud 2020-06-05 14:27:22 -05:00
e0633a238e Update CHANGELOG and a TODO, fix safer deserialisation for inventory
data.
2020-06-04 11:44:33 +00:00
b1d191301a Make the persistence system code more generic so that it handles all
data associated with a character, rather than individually as we were
planning to do with stats/inv/etc... This removes potential for DB locking when we deal with each individually, and we
should have plenty of room for additional writes within the transaction.
2020-06-01 21:34:52 +00:00
c899bdf6ab Add to changelog 2020-06-01 22:21:54 +08:00
3877efec50 optimization and tails 2020-06-01 00:33:24 +00:00
f7d6f76a04 Added 36 Swords
I added 36 sword models to the code.
2020-05-29 18:23:00 +00:00
72e90d5376 speech bubble changelog 2020-05-27 13:50:50 +02:00
ea07d744a7 orientation animation 2020-05-27 06:41:55 +00:00
a550c5de52 Merge branch 'qrazhan/450-feedback-on-alias-change' into 'master'
Issue #450: Send update chat message to all clients on successful alias change.

Closes #450

See merge request veloren/veloren!1018
2020-05-27 05:33:22 +00:00
cba403df36 Closes #450: Send update chat message to all clients on successful alias change. 2020-05-26 22:00:47 -07:00
34427373ef Make civsim and sites deterministic.
For anything in worldgen where you use a HashMap, *please* think
carefully about which hasher you are going to use!  This is
especially true if (for some reason) you are depending on hashmap
iteration order remaining stable for some aspect of worldgen.
2020-05-21 21:43:54 +02:00
5c3a08e450 Updated changelog and fmt 2020-05-19 14:41:08 +01:00
1673a25e8b Added 2 sets of armour. 2020-05-17 19:02:59 +00:00
4876dd492d fix Changelog.md links 2020-05-16 01:18:50 +02:00
ec03c4518a Change the version number to 0.6 2020-05-16 00:50:40 +02:00
aac28d04d5 Added dungeon bosses, boss loot, boss arenas 2020-05-15 16:05:50 +01:00
0a723614f9 Popup message when setting waypoint 2020-05-14 16:56:10 +00:00
b678796549 Fix spelling and structure of changelog 2020-05-13 09:58:42 -04:00
28402e2bc1 Merge branch 'CapsizeGlimmer/tab_completion' into 'master'
Capsize glimmer/tab completion

See merge request veloren/veloren!972
2020-05-11 17:49:26 +00:00
3f76d1d702 Rework tp command - "/sudo player /tp" is short for "/sudo player /tp sudoer" 2020-05-10 19:17:34 -04:00
b8ed55113b Updated changelog 2020-05-10 01:41:35 +02:00
5a13b54cbf - Load characters after login.
- Make the character screen load with an empty character list from the server, send event to the server for character creation with data, but not yet saving them to the DB.
- Working but messy character saving to DB
- Add the character_data to the client, rather than keep it in the GLobalState.
2020-05-09 15:41:25 +00:00
63826d1a50 Add optional argument to /get_items 2020-05-07 18:39:48 +00:00
701f38ab69 Enter the world by pressing "enter" at character selection 2020-05-04 19:08:51 +02:00
4e7f8c686a Equipped lanterns now provide an illumination effect. 2020-05-04 15:15:31 +00:00
c792cc05a9 Villagers and Cultists 2020-04-30 20:43:24 +00:00
2eac00405d Updated changelog 2020-04-29 17:01:35 +02:00
171e865f57 new animals 2020-04-28 03:13:23 +00:00
237da2134d Updated changelog 2020-04-25 21:44:43 +01:00
bbbe03a033 Implement /sudo command 2020-04-23 22:36:19 -04:00
7a11da1540 Updated changelog 2020-04-23 18:20:34 +01:00
7519e842e9 6 new music tracks 2020-04-23 17:16:45 +00:00
25a9d5bf2f resolved comments 2020-04-12 21:45:19 +02:00
053458c2e3 Changelog and small fix 2020-04-12 18:41:09 +02:00
198c875559 Carbonhell/keybindings 2020-04-08 17:36:37 +00:00
84b1abdfcb Prevent projectiles from hitting their owners 2020-04-06 23:08:54 +02:00
a21ae27a77 Add player transparency and silhouette 2020-04-04 19:36:55 +00:00
1af82604b5 German Translation 2020-04-04 14:39:54 +00:00
62b765ebc5 Use license compatible font instead 2020-04-04 14:58:34 +08:00
97148cb6bb Merge branch 'master' into 'combat'
# Conflicts:
#   CHANGELOG.md
2020-04-01 20:42:27 +00:00
b256e374a4 Update CHANGELOG.md 2020-04-01 19:22:05 +02:00
c5331cbabe Add Turkish (Turkey) translation file 2020-03-31 19:52:45 +02:00
abc1a041fa Added a portuguese translation 2020-03-30 22:57:26 +02:00
03396eb77e Implement #505 2020-03-26 21:22:21 +00:00
bc692c0101 Add audio and chat message feedback when the player attempts to collect something while thier inventory is full. 2020-03-11 10:30:59 +00:00
a4eaeb1da6 Merge branch 'imbris/se-latency' into 'master'
Rearrange some operations in the server tick to reduce clientside latency of ServerEvent mediated effects

See merge request veloren/veloren!840
2020-03-10 23:21:57 +00:00
8838682f0b Added Controller support 2020-03-10 21:00:13 +00:00