蓝云Reyes
ee0a246471
Update gacha_records.html
2022-05-02 10:49:53 -07:00
蓝云Reyes
db3af8e3ee
Update gacha_records.html
2022-05-02 10:49:53 -07:00
LDA
05de77fd70
load photo mode pose and expression fetters
2022-05-02 10:47:27 -07:00
4Benj_
1df5574b2e
Removed debug message and fixed NullPtrException ( #434 )
...
* Removed a debug message from Auth Handler changes
Kill me
* Also forgot to use the getter :/
2022-05-02 12:47:29 +02:00
mingjun97
d912b59d93
Utils for gacha history record subsystem
...
* Auto generate mapping files with command `java -jar grasscutter.jar -gachamap`
* Static file provider
* For gacha record webpage
* All static files should be stored at `GRASSCUTTER_RESOURCE/gcstatic/`
* Can benefit other subsystem in future when webpages involved
2022-05-02 02:53:28 -07:00
BaiSugar
2661cc5ef3
Fix announcement display
2022-05-02 02:50:32 -07:00
e8aaee6515
implement shopMail giftPackage function
...
Co-authored-by: Kinesis <CCasusensa@users.noreply.github.com>
2022-05-02 02:50:24 -07:00
Benjamin Elsdon
29b5157d42
Custom Authentication Handler
2022-05-02 02:50:14 -07:00
DancingSnow
50740b3560
fix World level not in 0-8
2022-05-02 02:26:11 -07:00
Melledy
89bd8a10ef
Fix gacha rate for weapons
2022-05-02 02:01:24 -07:00
Melledy
63c7f8d62d
Move player mail to MailHandler class
...
This is so we dont have to save the entire player to the db every time we send mail
2022-05-02 02:01:01 -07:00
KingRainbow44
e60cf79309
Merge remote-tracking branch 'origin/development' into development
2022-05-01 20:15:27 -04:00
KingRainbow44
3215b6961a
Change to xyz.grasscutters
from tech.xigam
as publish group id
2022-05-01 20:14:47 -04:00
mingjun97
8cf4ef59ec
Implement gacha history record subsystem
...
* Frontend is not very beautiful yet
* Didn't include too much `some anime game` data in the page to avoid being DMCA'd
2022-05-01 13:47:17 -07:00
22a651b4aa
Fix goods limit bug
2022-05-01 13:42:01 -07:00
6d96906484
Show shopmall
2022-05-01 13:42:01 -07:00
筱傑
29c95cb1b6
Add /setstats mhp
to set Max HP ( #407 )
...
* Fixed `/setstats hp` without changing the max hp.
The Max HP should be modified.
* Add `/setstats mhp` to set Max HP
2022-05-01 20:22:29 +02:00
JimWails
2c0576f697
Fixed can set avatar level more than 90 and cause game to freeze
...
Limit the avatar level given by "/givechar" command.
If avatar level >90, the game will freeze if open the character interface.
2022-05-01 10:05:28 -07:00
coooookies
1e166960d2
Improve registration methods.
2022-05-01 10:02:57 -07:00
coooookies
59d5f4feec
GameServerPacketHandler need to be added a registration interface for plugin developers
2022-05-01 10:02:57 -07:00
Kinesis
d4e1b265e3
fix McoinExchangeHcoinRsp packet structure
2022-05-01 10:02:47 -07:00
筱傑
ec09bc28f2
Fixed can set talent level to 16 bug ( #408 )
...
Level should be **lower than 16**
2022-05-01 16:42:02 +02:00
4Benj_
d484ba7ed6
Cleaned up dispatch iOS fixes ( #396 )
...
* Attempting to fix crashing on iOS devices
plus I forgot a thing in string.format
* Removed unnecessary things
2022-04-30 23:31:39 -07:00
mikuyourworld
d050407421
Update readme because the commad /clearartifacts and /clearweapons have been merged in this PR https://github.com/Grasscutters/Grasscutter/pull/245
2022-04-30 23:20:16 -07:00
KingRainbow44
d31695b033
Merge remote-tracking branch 'origin/development' into development
2022-05-01 02:14:35 -04:00
mingjun97
15d2795686
Should fix all crashes when login for iOS client
2022-04-30 23:03:47 -07:00
mingjun97
8a655c16eb
Fix crash and revise route
...
* Fix another point which will trigger iOS client to crash
* Revise `compareProtocolVersion` route to handle all method
2022-04-30 23:03:47 -07:00
Melledy
65c63ac34a
Change RunMode and DebugMode to enums
2022-04-30 22:52:09 -07:00
Melledy
66ccd30416
Fix possible exploit with mcoin exchange
2022-04-30 22:51:21 -07:00
Kinesis
7b22b575b7
implement McoinExchange packet Handler
2022-04-30 22:03:44 -07:00
mingjun97
1ac5aeb286
Revert changes for debugging purpose
2022-04-30 21:43:46 -07:00
mingjun97
582d91227c
Fix crash when login
...
* Prevent email to be `null` to avoid crash in certain client setup.
2022-04-30 21:43:46 -07:00
Melledy
dd0f8f8d49
Fix constellations that give an extra charge to skills
...
Fix #228
2022-04-30 19:34:50 -07:00
KingRainbow44
b703a32544
QoL changes
2022-04-30 21:52:30 -04:00
KingRainbow44
6fb0b5494f
Implement a handler for logging routes
2022-04-30 20:38:18 -04:00
KingRainbow44
8830da8bc1
Fix SLF4j issue
2022-04-30 20:37:43 -04:00
muhammadeko
d47c9e1f98
Add getter for innerclass RegionData
2022-04-30 16:41:19 -07:00
Muhammad Eko Prasetyo
14c4673d48
Fix DispatchHttpJson handler and add setHttpServer because Express doesn't support removing defined route. ( #388 )
2022-05-01 00:43:50 +02:00
KingRainbow44
2e4dcbcfbe
Update to 1.0.3-dev
2022-04-30 18:02:19 -04:00
Magix
a263f12546
Delete feature_request.md
2022-04-30 17:40:04 -04:00
Magix
777c0e5cb4
Delete bug_report.md
2022-04-30 17:40:02 -04:00
NostalgiaCyan
85c7f5b54b
Update README_zh-CN.md ( #382 )
2022-04-30 23:04:30 +02:00
Magix
60ff8d0ecf
Merge pull request #383 from 4Benj/api
...
Complete rework of Dispatch, Added DebugModes
2022-04-30 16:26:58 -04:00
Magix
eb5b8fa966
Merge branch 'development' into api
2022-04-30 16:22:00 -04:00
Magix
0b0e8991b1
Merge pull request #381 from Coooookies/development
...
Show the player's UID with the `/list` command
2022-04-30 16:16:18 -04:00
Magix
78f6e6b7cf
Forgot to add to null execution
2022-04-30 16:15:39 -04:00
Magix
3a45a5b5c4
Change to ()
and add space
2022-04-30 16:14:40 -04:00
Magix
0e55a0ce0a
Implement a plugin API for developers
...
Add a developer-friendly API to Grasscutter
2022-04-30 16:12:39 -04:00
KingRainbow44
d5dee559bc
Update to 1.0.2-dev
2022-04-30 16:11:35 -04:00
KingRainbow44
9902f39306
Merge remote-tracking branch 'origin/api' into api
2022-04-30 16:11:12 -04:00