ChuXuan_windy
  • Joined on 2024-01-07
ChuXuan_windy pushed to master at mc/csol 2024-04-10 22:17:24 +08:00
5b6c599ccd Change 'SetNoDamageTicksTask' to 'DelayTask' and disable player invincible frame
216103f1be Upgrade posture bar mechanism
28baa87e52 Update ProtocolLib to 5.2.0-SNAPSHOT
Compare 3 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-09 03:44:46 +08:00
6691dcb302 FunctionBus/PlayerBus.java: increase distance judgment accuracy
cf6677b76b Disable invincible frame for zombie
b737d88c41 Support attack range modification in SwipeTask
5091c127c1 Enable 'PlayerConfig.DEFLECT_TICK' configure
30349db911 Add global configure class 'PlayerConfig'
Compare 6 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-08 23:40:57 +08:00
ff9770e527 Add defense and deflect mechanism, move defense status to 'DeflectTask.java'
ChuXuan_windy pushed to master at mc/csol 2024-04-08 04:10:29 +08:00
b89e6da199 Add defense and deflect mechanism, move defense status to 'DeflectTask.java'
52d9b429b5 Add a hashset to maintain player raise shield status.
Compare 2 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-08 02:18:23 +08:00
9af5f0ac31 Add player slash attack effect to zombie
d1168b1987 FunctionBus/ServerBus.java: add a more flexible function for 'getNearbyEntities'
Compare 2 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-07 01:37:49 +08:00
4e17fbf29d Add a little random rotation in animation 'KatateKesagiri' and 'KatateMigiKiriage'
ChuXuan_windy pushed to master at mc/csol 2024-04-07 00:04:56 +08:00
14e3cc6366 Add a little random rotation in animation 'KatateKesagiri' and 'KatateMigiKiriage'
ChuXuan_windy pushed to master at mc/csol 2024-04-06 23:07:55 +08:00
855fa2493c Update remaining actions
72db299aec Fix particle dislocation for animation 'KatateHidariKiriageTask'
965094e2a1 Add attack particle animation 'KatateKesagiri'
Compare 3 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-06 02:57:35 +08:00
2ff4d32ea4 Player can use sword to rebound arrows
ChuXuan_windy pushed to master at mc/csol 2024-04-06 02:46:37 +08:00
d17a1ecce8 Combine player left click cut event collection to 'PlayerSlashBus'
ChuXuan_windy pushed to master at mc/csol 2024-04-06 02:19:09 +08:00
70416c847a Add util function to test if an entity in front of a player
0d8ba10708 Migrate java code 'PlayerBus.java' from wfc project
Compare 2 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-06 01:33:45 +08:00
13636f04f4 Catch player attack sound packet and discard
ChuXuan_windy pushed to master at mc/csol 2024-04-05 18:17:54 +08:00
6daf0f4d30 Add script 'generate_bar.py' to generate all posture bar frame
102e1e0176 FunctionBus/ServerBus.java: Add 'getDirectionLocation' and 'knockback'
Compare 2 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-05 13:38:20 +08:00
8a35895dce Add posture bar, a combat element in battle
ChuXuan_windy pushed to master at mc/csol 2024-04-05 04:45:02 +08:00
d46d607a58 Migrate code 'ScoreBoardBus.java' from wfc project
ChuXuan_windy pushed to master at mc/csol 2024-04-05 04:09:31 +08:00
e9b2b85a4b Add debug command 'csol char', to print unicode character from hex
1cfebf1662 Add item back compass, this item is use to teleport back to base
615a0e1d87 Add item 'Sword', player will swipe sword on left click
Compare 3 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-04 04:18:40 +08:00
49a2bcf840 Add attack particle animation 'KatateMigiKiriage'
ChuXuan_windy pushed to master at mc/csol 2024-04-04 04:04:04 +08:00
689d9e7b09 Add attack particle animation 'KatateMigiKiriage'
cf7963247a Add attack particle animation 'KatateHidariKiriage'
55e9997280 Task/SwipeTask/YokogiriTask.java: modify rotation center and add delay compensation
Compare 3 commits »
ChuXuan_windy pushed to master at mc/csol 2024-04-04 00:52:36 +08:00
ec3778eea3 Add attack particle animation "Yokogiri"
ChuXuan_windy pushed to master at mc/csol 2024-04-03 23:41:09 +08:00
e2739d2dbf Add function to transfer 'Martix4f' to 'Transformation'