You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## What's Changed in v1.0.353
2
+
* fix: use dynohook for take damage for compatibility in [#1159](https://github.com/roflmuffin/CounterStrikeSharp/pull/1159) ([38c64c1](https://github.com/roflmuffin/CounterStrikeSharp/commit/38c64c1c330605817561d62bd6b7154c972c77fa))
3
+
* feat(timers): run timer logic every tick to enable tick based timers in [#1157](https://github.com/roflmuffin/CounterStrikeSharp/pull/1157) ([55d7939](https://github.com/roflmuffin/CounterStrikeSharp/commit/55d79391693cfe3f9ddd45ed8bc4d75598a68386))
4
+
* perf: improve performance of next frame and next world update in [#1155](https://github.com/roflmuffin/CounterStrikeSharp/pull/1155) ([5895683](https://github.com/roflmuffin/CounterStrikeSharp/commit/5895683e5d1e989c25eb4f809f857f05dfb97cf3))
5
+
* fix(async): Server.NextFrame not queueing after 1024 concurrent tasks in [#1154](https://github.com/roflmuffin/CounterStrikeSharp/pull/1154) ([39d26d1](https://github.com/roflmuffin/CounterStrikeSharp/commit/39d26d1e954ff320a5da0d29b5824741bf513657))
6
+
* tests: add more in-game tests in [#1152](https://github.com/roflmuffin/CounterStrikeSharp/pull/1152) ([fb27d6f](https://github.com/roflmuffin/CounterStrikeSharp/commit/fb27d6fa6f236ba5bf6c5c008f6254e05d0c250f))
7
+
1
8
## What's Changed in v1.0.352
2
9
* feat(listeners): add entity & player damage listeners in [#1147](https://github.com/roflmuffin/CounterStrikeSharp/pull/1147) ([395b237](https://github.com/roflmuffin/CounterStrikeSharp/commit/395b237dce74f4b1d933e8df3e5518818107b274))
0 commit comments