Joshua Barretto
1f99350448
Added dungeon bosses, boss loot, boss arenas
2020-05-15 16:05:50 +01:00
Songtronix
5c8aefc51b
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
Treeco
e5f638d27c
Changed default map and seed, lowered site counts
2020-05-15 11:36:19 +01:00
Imbris
a33f331234
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
Shane Handley
3fe0159ab0
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
Mckol
7895072aa0
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
Mckol
a407558669
VELOREN_SAVES_DIR envar now overrides the server persistence db path
2020-05-15 01:54:14 +02:00
Mckol
e73e9354d2
Make singleplayer use voxygen's config path for persistence path.
2020-05-15 01:54:13 +02:00
Imbris
d0a4d1ff73
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
Imbris
7bd65d9e3a
Show main menu even if there are no stats
2020-05-14 19:10:27 -04:00
Mckol
19498758e1
Changed the default path of persistence database
...
Now the default is `./saves/`, it's also configurable.
2020-05-14 22:42:44 +02:00
François Mockers
58133d66b1
fix links
2020-05-14 22:13:20 +02:00
François Mockers
ba0d9d3037
fix iterator type
2020-05-14 22:13:08 +02:00
Monty Marz
b249467311
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
CapsizeGlimmer
bb0881253d
Popup message when setting waypoint
2020-05-14 16:56:10 +00:00
Joshua Barretto
1caec46663
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
Forest Anderson
3a07609e8b
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
Joshua Barretto
4d40c938ee
Resolved bizarre dungeon spawn rate bug
2020-05-13 15:49:33 +01:00
Forest
7f8fac440f
Fix spelling and structure of changelog
2020-05-13 09:58:42 -04:00
Forest Anderson
5ea3f19d18
Merge branch 'shandley/persistence-stats' into 'master'
...
Stats Persistence
See merge request veloren/veloren!970
2020-05-13 13:43:22 +00:00
Shane Handley
71b66350d2
Write stats to the DB when a player disconnects from the server.
2020-05-13 22:08:26 +10:00
Forest Anderson
a6fb1bd37f
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
Acrimon
ec6500d7a6
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
Imbris
d587708958
Fill in entity_count in metrics
2020-05-12 19:44:27 -04:00
Shane Handley
d988b34c22
- 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
Shane Handley
e2072ddae0
Gather all characters stats in the system, build one big query, rather than per-character queries.
2020-05-13 09:14:08 +10:00
Shane Handley
ceb3e26341
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
Shane Handley
622465b35d
Initial models, migration and client code for stats persistence.
2020-05-13 09:14:08 +10:00
Acrimon
47750e35b2
Fix #556
2020-05-13 01:08:33 +02:00
Justin Shipsey
faf2334902
Merge branch 'slipped/animtweaks' into 'master'
...
Slipped/animtweaks
See merge request veloren/veloren!980
2020-05-12 02:42:26 +00:00
jshipsey
71f737073e
keep mobs from exploding whenever they're hit
2020-05-11 21:44:21 -04:00
jshipsey
16c382ebc3
cyclops
2020-05-11 21:44:21 -04:00
jshipsey
8505fc7b02
fix swim bug
2020-05-11 21:44:21 -04:00
Imbris
d605242fe7
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
CapsizeGlimmer
805c5d651e
Tab completion code review suggestions
2020-05-11 18:02:21 -04:00
Forest Anderson
ae249a1c76
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
Forest Anderson
3c6025fd46
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
Treeco
db7608e2cb
Increased the spawn rate of towns and dungeons
2020-05-11 18:37:34 +01:00
Treeco
6107cd8630
Removed old-style dungeons
...
I believe this means that trees are the only thing still using the
old-style structure spawning. Maybe it can be simplified a lot more?
2020-05-11 18:37:16 +01:00
Songtronix
9bad736a54
Merge branch 'songtronix/fix-server-compose' into 'master'
...
fix: outdated volume path for server-cli
See merge request veloren/veloren!975
2020-05-11 11:50:36 +00:00
Songtronix
5581767a20
fix: outdated volume path
2020-05-11 11:07:37 +02:00
Imbris
3c71ad283a
Merge branch 'imbris/small-fixes' into 'master'
...
Fix leaning bug and dragging panic
Closes #534 and #547
See merge request veloren/veloren!974
2020-05-11 05:25:32 +00:00
Imbris
3c37ae3ab1
fix leaning
2020-05-11 00:53:37 -04:00
Imbris
6134387247
Add orientation to debug text
2020-05-11 00:10:03 -04:00
Imbris
12c22bf287
Show component in error message when sync modification fails because it does not exist
2020-05-11 00:09:17 -04:00
Imbris
8bd19d62b1
Fix panic with dragging into the same loadout slot
2020-05-11 00:08:43 -04:00
CapsizeGlimmer
03986d2070
Rework tp command - "/sudo player /tp" is short for "/sudo player /tp sudoer"
2020-05-10 19:17:34 -04:00
CapsizeGlimmer
c2e7d3e00a
Fixed player list tab completion
2020-05-10 19:17:17 -04:00
CapsizeGlimmer
acd9f1bb6e
Implement tab completion of enums (/object /time /spawn) and numbers
2020-05-10 19:16:34 -04:00
CapsizeGlimmer
e00ca17f01
Finish tab completion implementation
2020-05-10 19:16:15 -04:00