Commit Graph

4328 Commits

Author SHA1 Message Date
4876dd492d fix Changelog.md links 2020-05-16 01:18:50 +02:00
39de4bd4fd swap main background for 0.6 background 2020-05-16 01:07:07 +02:00
ec03c4518a Change the version number to 0.6 2020-05-16 00:50:40 +02:00
408ce30f45 Add Brazilian Portuguese translation 2020-05-15 22:36:22 +00:00
307cbaddb3 Merge branch 'imbris/stats-updater' into 'master'
Update stats in a separate thread

See merge request veloren/veloren!997
2020-05-15 21:52:40 +00:00
6b70354fbb Wrap updates in transaction 2020-05-15 16:40:06 -04:00
49e2fb80e7 Update stats in a separate thread 2020-05-15 16:03:51 -04:00
db59a3ca3d Merge branch 'small-fixes' into 'master'
Dungeon Bosses

See merge request veloren/veloren!994
2020-05-15 19:07:11 +00:00
fff4021777 Better spawn town 2020-05-15 19:26:09 +01:00
ba80f7c872 Fixed square staircases in dungeons 2020-05-15 18:34:05 +01:00
51a4d5c402 Fixed incorrect giant names 2020-05-15 18:33:34 +01:00
a338ed3f24 Swapped block placement and destruction buttons
Also capped placement range to match destruction range
2020-05-15 17:39:44 +01:00
93de58252e More interesting dungeon features 2020-05-15 17:22:51 +01:00
fb0c817528 More powerful bosses 2020-05-15 16:32:09 +01:00
aac28d04d5 Added dungeon bosses, boss loot, boss arenas 2020-05-15 16:05:50 +01:00
c3e1fd8664 Merge branch 'mockersf/fix-doc-generation' into 'master'
fix doc generation

See merge request veloren/veloren!993
2020-05-15 14:18:15 +00:00
61bcfbeeb2 Changed default map and seed, lowered site counts 2020-05-15 11:36:19 +01:00
71dd520cd6 Merge branch 'shandley/fix-spawn-levels' into 'master'
Fix spawn level bug

See merge request veloren/veloren!987
2020-05-15 04:13:29 +00:00
a41576e767 Correctly set the exp target for the next level when spawning a character.
Removed the unwrap_or from the update method for stats persistence, and
have a dedicated method for updating single rows with a new connection.
2020-05-15 13:27:26 +10:00
cbfe3d52fc Merge branch 'Mckol/552-fix-persistence-crash' into 'master'
Fix #552

Closes #552

See merge request veloren/veloren!984
2020-05-15 00:45:41 +00:00
fe859fc2e1 VELOREN_SAVES_DIR envar now overrides the server persistence db path 2020-05-15 01:54:14 +02:00
48c5d37a5d Make singleplayer use voxygen's config path for persistence path. 2020-05-15 01:54:13 +02:00
649075c89a Merge branch 'imbris/small-fix' into 'master'
Show main menu even if there are no stats

See merge request veloren/veloren!990
2020-05-14 23:47:34 +00:00
eac11ecfe8 Show main menu even if there are no stats 2020-05-14 19:10:27 -04:00
aa69046055 Changed the default path of persistence database
Now the default is `./saves/`, it's also configurable.
2020-05-14 22:42:44 +02:00
c757645587 fix links 2020-05-14 22:13:20 +02:00
ae712f77a2 fix iterator type 2020-05-14 22:13:08 +02:00
fdd8303fe4 Merge branch 'CapsizeGlimmer/waypoint_notification' into 'master'
Popup message when setting waypoint

See merge request veloren/veloren!973
2020-05-14 16:56:10 +00:00
0a723614f9 Popup message when setting waypoint 2020-05-14 16:56:10 +00:00
51eb928eb8 Merge branch 'small-fixes' into 'master'
Small fixes for 0.6

See merge request veloren/veloren!986
2020-05-13 16:01:52 +00:00
1179aa2586 Merge branch 'angelonfira/clean-changelog' into 'master'
Fix spelling and structure of changelog

See merge request veloren/veloren!977
2020-05-13 15:04:49 +00:00
dd91fc53f8 Resolved bizarre dungeon spawn rate bug 2020-05-13 15:49:33 +01:00
b678796549 Fix spelling and structure of changelog 2020-05-13 09:58:42 -04:00
acab072a63 Merge branch 'shandley/persistence-stats' into 'master'
Stats Persistence

See merge request veloren/veloren!970
2020-05-13 13:43:22 +00:00
fa8c6418f6 Write stats to the DB when a player disconnects from the server. 2020-05-13 22:08:26 +10:00
7703bc1214 Merge branch 'imbris/entity_count' into 'master'
Fill in entity_count in metrics

See merge request veloren/veloren!983
2020-05-13 08:13:05 +00:00
d47706fe4c Merge branch 'acrimon/derive-uuid-fix' into 'master'
Fix #556

Closes #556

See merge request veloren/veloren!982
2020-05-13 00:03:21 +00:00
8f857e6e11 Fill in entity_count in metrics 2020-05-12 19:44:27 -04:00
e852e0cfab - Update the stats of characters individually, reverting the change with
big combined updates.
- Add a timer to the stats persistence system and change the frequency
that it runs to 10s
- Seperate the loading of character data for the character list during
selection, and the full data we will grab during state creation. Ideally
additional persisted bits can get returned at the same point and added
to the ecs within the same block.
2020-05-13 09:14:09 +10:00
0a6f9b860d Gather all characters stats in the system, build one big query, rather than per-character queries. 2020-05-13 09:14:08 +10:00
7c6c9f4302 Stats persistence
- Update client code to use persisted stats
- Add a system for stats persistence
- Add a basic scheduler to control duration between execution of
persistence systems
2020-05-13 09:14:08 +10:00
e5853dbdd4 Initial models, migration and client code for stats persistence. 2020-05-13 09:14:08 +10:00
0993e9e146 Fix #556 2020-05-13 01:08:33 +02:00
19a0ffb673 Merge branch 'slipped/animtweaks' into 'master'
Slipped/animtweaks

See merge request veloren/veloren!980
2020-05-12 02:42:26 +00:00
ceb771bb2c keep mobs from exploding whenever they're hit 2020-05-11 21:44:21 -04:00
ef70949d5d cyclops 2020-05-11 21:44:21 -04:00
137c700b80 fix swim bug 2020-05-11 21:44:21 -04:00
7233dbee3e Merge branch 'CapsizeGlimmer/tab_completion' into 'master'
Tab completion code review suggestions

Closes #553

See merge request veloren/veloren!979
2020-05-11 23:56:48 +00:00
49d1225823 Tab completion code review suggestions 2020-05-11 18:02:21 -04:00
2abc78e35c Merge branch 'treeco/yeet-old-dungeons' into 'master'
Remove old-style dungeons

See merge request veloren/veloren!976
2020-05-11 18:36:18 +00:00