Melledy
c35b2b965a
Merge pull request #816 from Grasscutters/dev-quests
...
Implement quests
2022-05-13 05:36:30 -07:00
Kimi
f00c5d9f29
Traditional Chinese | Translation Patches
2022-05-13 05:35:21 -07:00
kyoko12
5b9548c63a
Don't silently delete config.json if there is an error.
2022-05-13 05:34:59 -07:00
AnimeGitB
23d1553aca
Fix gachadetails
2022-05-13 05:34:14 -07:00
AnimeGitB
a89377d558
Updated cost logic and default weights
2022-05-13 05:34:14 -07:00
AnimeGitB
5f9ac00017
Remove debug log from gacha
2022-05-13 05:34:14 -07:00
AnimeGitB
cda841dd62
Custom costs for different gacha pulls
2022-05-13 05:34:14 -07:00
AnimeGitB
3f3ab11ef6
Gacha rework
...
Add fallback stripping and C6 stripping
Converting banner definitions from pity vars to lerp arrays
Properly implement rates and pool smoothing
Also move reusable functions to Utils
2022-05-13 05:34:14 -07:00
Melledy
f53b533dfb
Add one more quest trigger
2022-05-13 05:33:43 -07:00
Melledy
608c379afe
Switch to using quest excels
2022-05-13 03:12:25 -07:00
Akka
6c6e206a88
fix: LEAK: ByteBuf.release() was not called
2022-05-13 00:21:26 -07:00
Hotaru
e0b84e2751
Fix broken time formatting on gacha records
2022-05-12 18:46:21 -07:00
Hotaru
32a899ded3
Fix UTF-8 encoding in announcements
2022-05-12 17:54:50 -07:00
tester233
91d36395fb
Improve text
2022-05-12 14:54:53 -07:00
tester233
f850c3f6f0
Improve text
2022-05-12 14:54:53 -07:00
tester233
70d6e3b9dc
Improve text
2022-05-12 14:54:53 -07:00
Akka
4f373e4016
add docs for tower
2022-05-12 14:54:44 -07:00
Hotaru
430e3d6d8b
Build region_list and cur_region dynamically
2022-05-12 14:54:33 -07:00
Hotaru
c1749ae093
Allow to override final jar filename using project property
2022-05-12 14:54:27 -07:00
gentlespoon
0f8b2cb192
Slowly recover HP near statue
2022-05-12 02:32:39 -07:00
gentlespoon
b14affd6ee
Clean up map mark related code
...
1. Remove unnecessary manager from player collection.
2. Clean up MarkMapReq handler.
3. Remove redundant checks.
2022-05-12 02:32:11 -07:00
Melledy
0df4a076d7
Merge branch 'development' into dev-quests
2022-05-12 02:31:28 -07:00
Melledy
d8c30d5680
Implement basic quest condition handling
...
Quests that require talking to npcs now work.
2022-05-12 02:30:34 -07:00
Yazawazi
401b80060e
feature(widget): simple implementation of widget
...
Simple implementation of a part of the gadget support, very rough, hard code variables, I am very sorry for that. It can now handle part of the gadget rig. More features and better support await PRs from others. if no one else does, I'll give it a try.
2022-05-12 01:23:16 -07:00
AnimeGitB
e2817c696a
Fix immutable lists
2022-05-11 21:56:53 -07:00
AnimeGitB
74783cfecd
More usage of payItems
2022-05-11 21:56:53 -07:00
AnimeGitB
c7d5d8640c
Add some usage of Inventory.payItems()
...
And add quantity to it
2022-05-11 21:56:53 -07:00
AnimeGitB
010455548f
Add Inventory.payItems() method
2022-05-11 21:56:53 -07:00
gentlespoon
53797dfd3b
Fix logging level
2022-05-11 17:39:45 -07:00
gentlespoon
00a248725e
Feature: vehicle stamina
...
1. Remove references.
2. Handle vehicle stamina.
2022-05-11 17:39:45 -07:00
gentlespoon
2fa2746246
Update StaminaManager
...
1. Update function signatures to prepare for vehicle stamina.
3. Remove hard-coded skills.
2. Wind resonance -15% stamina cost.
4. Climb talent cost reduction.
5. Swim talent cost reduction.
6. Diluc will now consume stamina at full price if talent not activated.
7. Sayu's windwheel no longer consumes stamina.
2022-05-11 17:39:45 -07:00
Melledy
8d56b15a17
Add quest ids to handbook
2022-05-11 12:47:16 -07:00
Melledy
364dc3bab9
Merge branch 'development' into dev-quests
2022-05-11 12:39:28 -07:00
ImmuState
5ff8a4514e
Insert language setting based on the player's account.
2022-05-11 12:02:45 -07:00
ImmuState
1d4e0e09d0
Add gacha details page.
2022-05-11 12:02:45 -07:00
mingjun97
f16edfd58e
Fix building error
2022-05-11 11:52:56 -07:00
mingjun97
48b5873fee
Make injectGitHash
as a task
2022-05-11 11:52:56 -07:00
mingjun97
6921ea77a9
Revise version format
2022-05-11 11:52:56 -07:00
mingjun97
edc75b2632
Display version info at console starting
2022-05-11 11:52:56 -07:00
mingjun97
c00a6dbadd
Fix github action build issue
...
* Move `BuildConfig.java` from `/src/generated`to `/src/main` to accomplish the building pipeline
* Add BuildConfig.java to the .gitignore
2022-05-11 11:52:56 -07:00
mingjun97
9bdb1c762c
Introduce -version
argument to display version
2022-05-11 11:52:56 -07:00
tester233
07ad24262e
Improve text
2022-05-11 11:51:24 -07:00
tester233
39796099c8
Improve text & remove extra punctuation
2022-05-11 11:51:24 -07:00
Benjamin Elsdon
1da384091a
Add verifyUser to AuthenticationHandler
2022-05-11 11:51:11 -07:00
Secretboy-SMR
1f7f13ffe1
It will use the english as default rather than tell you the value is not exist if there's no translation for currently language
2022-05-11 11:50:53 -07:00
KingRainbow44
89bd4b9aeb
Refactor config database settings
2022-05-11 11:38:30 -04:00
Magix
4daec68f0a
Merge pull request #826 from lilmayofuksu/patch-sslfix
...
Fix InRouting on dispatch server
2022-05-11 11:19:14 -04:00
ayy lmao
3f1128356e
Fix InRouting on dispatch server
2022-05-11 17:35:52 +03:00
Melledy
26575561d6
Fix build error from merge
2022-05-11 04:01:38 -07:00
Melledy
9351127fe1
Merge branch 'development' into dev-quests
2022-05-11 03:56:59 -07:00