1778 Commits

Author SHA1 Message Date
e3e917efda Merge pull request #1384 from Paimon2022/development_20220626_2
Fix healing abilities for Q skill of Hu Tao
2022-06-27 01:47:58 +09:30
46916b8216 Fix healing abilities for Q skill of Hu Tao 2022-06-26 22:29:06 +08:00
541c38b74c Avoid disconnection notification 2022-06-26 02:34:45 -07:00
b5fd8c1acd Update TowerSchedule.json 2022-06-26 02:34:24 -07:00
d5866dd36d Update HandlerPlayerForceExitReq.java 2022-06-25 22:39:32 -07:00
6e90067101 Logout immediately 2022-06-25 22:39:32 -07:00
57e0f7ba40 Fix healing abilities for Q skill of Kokomi, Qiqi and Barbara. 2022-06-25 22:20:26 -07:00
0144e55d3a Lunch Support (#1373)
* PacketSetUpLunchBoxWidgetRsp

* HandlerSetUpLunchBoxWidgetReq
2022-06-25 22:19:59 -07:00
40dcde66e4 Add more lombok to keep VSCode happy 2022-06-25 22:19:29 -07:00
9425f672e0 Remove BPLevel, GodMode, NoStamina, SetWorldLevel, UnlimitEnergy, UnlockTower commands 2022-06-25 22:19:29 -07:00
fc9acf42c2 PlayerProperty Refactor 2022-06-25 22:19:29 -07:00
baafb4104c Remove GiveAll, GiveArt, GiveChar commands 2022-06-25 22:19:29 -07:00
6fd1ce813c Remove Drop, ChangeScene, Restart, Broadcast commands 2022-06-25 22:19:29 -07:00
bb37201105 Small putItem refactor 2022-06-25 22:19:29 -07:00
bcc20c2d03 Allow PermissionCommand to target offline players again 2022-06-25 02:12:33 -07:00
f00db7b7b2 Allow offline Player objects to return their Account 2022-06-25 02:12:33 -07:00
a3b4a11863 Add permission to BanCommand, rework its targeting 2022-06-25 02:12:33 -07:00
1ba415c66a Remove logging. 2022-06-24 17:51:30 -07:00
3ec2c4e21e Reset forge points every day to enable crafting of enhancement ores. 2022-06-24 17:51:30 -07:00
2cdfea1fb2 Move worldlevel for World to Player::setWorldLevel 2022-06-24 17:51:30 -07:00
7ffe107026 Fix managers not being initialized
Merge pull request #1367 from Birdulon/inits
this is purely from my stupidity
2022-06-24 11:54:49 -04:00
088b3dbbcc Add initializers to GameServer 2022-06-25 00:58:09 +09:30
cdc23a0647 Random cleanups in the gameserver and player 2022-06-24 07:43:43 -07:00
a16bc72101 Implement weekly points for the battle pass 2022-06-24 07:34:24 -07:00
5eb1d34b14 Implement battle pass triggers/rewards 2022-06-24 01:12:52 -07:00
34f7c6e780 Formatting changes 2022-06-24 01:22:18 -04:00
95df9a3162 Hardcode EventType.GAME for ServerLogEvent 2022-06-24 01:22:11 -04:00
52da2c235d Add & implement EntityMoveEvent 2022-06-24 01:21:41 -04:00
47f3353342 Add entity event base class 2022-06-24 01:21:06 -04:00
20b2554e39 Merge remote-tracking branch 'origin/development' into development 2022-06-24 01:06:57 -04:00
a16812551a Replace CommandResponseEvent with ReceiveCommandFeedbackEvent 2022-06-24 01:06:19 -04:00
52c1d2f540 Update translation 2022-06-23 21:23:27 -07:00
3a2ebd1edd Set world level automatically on level up. 2022-06-23 21:23:14 -07:00
f5145efbdf Merge pull request #1348 from Birdulon/Weather
Add default ClimateTypes per weather
2022-06-23 11:20:27 -04:00
f04035da34 Merge branch 'development' into Weather 2022-06-24 00:47:14 +09:30
1c9a9599be Change plugin manager logic
Merge pull request #1346 from Grasscutters/plugin-priority
2022-06-23 11:13:15 -04:00
74151c204c Fix chest types 2022-06-23 05:38:38 -07:00
67ac0d700d add region entity 2022-06-23 03:14:38 -07:00
1c6c581399 fix gadget infinity create 2022-06-22 22:39:54 -07:00
b796372042 Merge remote-tracking branch 'origin/development' into development 2022-06-23 00:28:35 -04:00
f4ba460de1 Fix PlayerCreationEvent to match expected logic 2022-06-23 00:28:13 -04:00
3585fd597b Merge branch 'development' into plugin-priority 2022-06-23 00:06:31 -04:00
b2e620553a Tweak messages 2022-06-23 02:38:04 +09:30
c9363ef5e5 Move weather from Scene to Player 2022-06-23 02:32:38 +09:30
ed7ffa74da Enable development repository for artifacts
Uploading dev builds to 4Benj Repo via Jenkins for plugin developers.
2022-06-22 11:08:55 -04:00
aa835ecac7 Update src/main/resources/languages/en-US.json
Co-authored-by: Tesutarin <105267106+Tesutarin@users.noreply.github.com>
2022-06-22 23:41:14 +09:30
371acb9ba5 Deduplicate some translation keys 2022-06-22 23:20:16 +09:30
dcd3c696ea Add default Climates per weather 2022-06-22 22:41:07 +09:30
4df068bba0 Add missing lua constants (#1342)
* Add missing script constants

* Fix formating
2022-06-22 05:00:22 -07:00
b5c6b4795e Set up publishing to 4benj-maven for dev builds 2022-06-22 19:23:51 +08:00