shangfengh
|
f11ea9302e
|
refactor: 🎨 make the movespeed AtomicInt
|
2 years ago |
shangfengh
|
3242119ddd
|
refactor: 🎨 makes CanMove the AtomicBool
|
2 years ago |
shangfengh
|
4e7c721858
|
refactor: 🎨 make IsMoving AtomicBool
|
2 years ago |
shangfengh
|
5a31714a6c
|
refactor: 🎨 add the struct AtomicBool
|
2 years ago |
shangfengh
|
7a4965e80a
|
refactor: ⚡ make the AP AtomicInt
|
2 years ago |
renovate[bot]
|
7b1bf0f25b
|
chore(deps): update dependency google.protobuf to v3.23.2
|
2 years ago |
shangfengh
|
eb9af24a54
|
fix: 🐛 delete the set of HP
|
2 years ago |
shangfengh
|
770115a6c9
|
perf: ⚡ delete the faceDirection of Immovable and add the attackLock
|
2 years ago |
shangfengh
|
e74aed0723
|
perf: 🔒 make SpeedOfOpeningOrLocking and so on readonly and make IsBeingUsed bool
|
2 years ago |
shangfengh
|
f855295deb
|
fix: 🐛 fix the Initial value
|
2 years ago |
shangfengh
|
0cb4072260
|
fix: 🐛 change Environment.TickCount64 to Environment.TickCount
|
2 years ago |
shangfengh
|
d5102a4355
|
fix: 🚑 fix the bug about rescue and treat when in the same Position
|
2 years ago |
shangfengh
|
117d621204
|
fix: 🐛 try to fix the bug about CD
|
2 years ago |
shangfengh
|
b560ad070c
|
perf: ⚡ optimize the logic about CD
|
2 years ago |
shangfengh
|
ea5e5377dc
|
fix: 🚑 fix the wrong about debug
|
2 years ago |
shangfengh
|
64d4c3236f
|
fix: 🚑 fix the bug about Graduating
|
2 years ago |
shangfengh
|
6bfe255665
|
fix: 🚑 fix the bug about adding scores
|
2 years ago |
shangfengh
|
8800fba772
|
fix: 🚑 fix the wrong PlayerState setting about addicted
|
2 years ago |
shangfengh
|
1d4c7e9c57
|
fix: 🚑 fix the bug about Semaphore
|
2 years ago |
renovate[bot]
|
d04966f2d9
|
chore(deps): update dependency google.protobuf to v3.23.1
|
2 years ago |
shangfengh
|
bd36222ff1
|
fix: 🐛 fix the bug about int overflows when the teacher uses pubnish
|
2 years ago |
shangfengh
|
51eda644c1
|
fix: 🐛 fix the bug about Strike
|
2 years ago |
shangfengh
|
361a30e359
|
fix: 🎨 deprecate moveReaderWriterLock
|
2 years ago |
shangfengh
|
b159779ecf
|
fix: 🐛 fix a bug about Interlocked.CompareExchange
|
2 years ago |
shangfengh
|
810bc96c14
|
feat: ✨ adjust the CharacterType "Teacher"
|
2 years ago |
shangfengh
|
7d9af62d60
|
fix: 🚑 fix the bug about moving
|
2 years ago |
shangfengh
|
273ff06b8c
|
feat: ✨ add a feature of teachers
|
2 years ago |
shangfengh
|
53c0ddbd45
|
refactor: ⚡ refactor the AP of Bullet
|
2 years ago |
shangfengh
|
5b4fc786aa
|
refactor: ⚡ Interlock the property IsMoving
|
2 years ago |
shangfengh
|
3b8aac305e
|
feat: ✨ adjust the CharacterType Klee
|
2 years ago |
shangfengh
|
a8e9e41718
|
fix: 🐛 fix the bug about open or lock the door
|
2 years ago |
shangfengh
|
01ca373562
|
feat: ✨ add the CharacterType TechOtaku
|
2 years ago |
shangfengh
|
8ae678b967
|
fix: 🐛 add the Skill SummonGolem
|
2 years ago |
shangfengh
|
b0c05664fd
|
refactor: 🚧 refactor the skill fuction
|
2 years ago |
shangfengh
|
1fbb14aedf
|
refactor: 🎨 refactor the skill fuction
|
2 years ago |
shangfengh
|
cd65ab8a9e
|
refactor: 🚧 refactor the fuctions of LockDoor and OpenDoor
|
2 years ago |
shangfengh
|
2688bd26fd
|
refactor: 🔒 interlock score
|
2 years ago |
shangfengh
|
54dcb91d90
|
refactor: 🔒 interlock playerID and TeamID
|
2 years ago |
shangfengh
|
e9f81669c7
|
refactor: 🚧 add tool, gadget,and item
|
2 years ago |
shangfengh
|
80e6821bf5
|
feat: ✨ add craftingBench and change Prop to consumables
|
2 years ago |
shangfengh
|
7e7d042ed3
|
fix: 🚑 fix a bug about moving
|
2 years ago |
shangfengh
|
7fc93d2c3c
|
feat: ✨ add Robot
|
2 years ago |
shangfengh
|
121136cf50
|
refactor: 🚧 change setPlayerState to the Method of character
|
2 years ago |
shangfengh
|
5febfb7b8d
|
fix: 🔒 refactor the moveEngine
|
2 years ago |
shangfengh
|
8e734a52f6
|
refactor: 🚧 change IsResetting to IsRemoved
|
2 years ago |
shangfengh
|
a541c68907
|
fix: 🐛 fix the initposition about JumpyDumpty
|
2 years ago |
shangfengh
|
eed264a2f5
|
perf: ⚡ use more safe, efficient way to update BulletNum
|
2 years ago |
shangfengh
|
2813495f48
|
refactor: 🔒 add MoveReaderWriterLock
|
2 years ago |
renovate[bot]
|
549ba83f29
|
chore(deps): update dependency google.protobuf to v3.22.4
|
2 years ago |
shangfengh
|
77587e5e60
|
refactor: ⚡ use abstract instead of virtual
|
2 years ago |