File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## InfclassR v1.4.1 - 2022-03-23
4+
5+ - Fixed poison grenades 'no healing' effect
6+ - Fixed a memory leak on map client map generation (AddEmbeddedImage())
7+ - Fixed uninitialized memory access (Teleports layer in CCollision)
8+ - Fixed a possible crash on map rotation (CInfClassInfected::GetDefaultEmote())
9+ - Fixed high CPU load from thread pool processing (CEngine and CJob backported from DDNet)
10+
311## InfclassR v1.4.0 - 2022-03-13
412
513General:
Original file line number Diff line number Diff line change 33# FindICU introduced in CMake 3.7
44cmake_minimum_required (VERSION 3.7)
55project (InfclassR
6- VERSION 1.4.0
6+ VERSION 1.4.1
77)
88set (VERSION_SUFFIX "" )
99
Original file line number Diff line number Diff line change 1+ InfclassR v1.4.1
2+ - Fixed poison grenades 'no healing' effect
3+ - Fixed a memory leak on map client map generation
4+ - Fixed uninitialized memory access (Teleports layer)
5+ - Fixed a possible crash on map rotation
6+ - Fixed high CPU load from thread pool processing
7+
18InfclassR v1.4.0_rc1
29- Fixed laser clipping
310- Updated German translation (thanks Emrldy)
You can’t perform that action at this time.
0 commit comments