ReGameDLL_CS/regamedll/public
Francisco Muñoz 53d26a7ea5
API: CSPlayerWeapon integration + new members and functions (#850)
- Member name changed to m_iStateSecondaryAttack
- Member type changed to uint8_t which has same size of bool but allows more values than true or false (this wont break API compatibility)
- Moved logic inside HasSecondaryAttack to correctly alter function return based on m_iStateSecondaryAttack, which can be (0) no value / null (1) set (2) block
-Removed logic in CBasePlayerWeapon::Spawn that caches the return value of HasSecondaryAttack, as this can only be overridden when set, rather than always
* Improve API compatibility
2023-08-23 21:27:35 +07:00
..
regamedll API: CSPlayerWeapon integration + new members and functions (#850) 2023-08-23 21:27:35 +07:00
tier0 Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
asmlib.h Added Agner's asmlib (#87) 2016-12-24 19:09:50 +07:00
basetypes.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
commonmacros.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
FileSystem.cpp bot chatter: use filesystem to check exists filename instead of _access, cuz filesystem uses search paths such as cstrike_downloads, cstrike_german, cstrike_russian etc 2019-06-05 21:06:02 +07:00
FileSystem.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
interface.cpp Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
interface.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
MemPool.cpp Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
MemPool.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
strtools.h Add new point-entity trigger_random 2018-05-22 18:17:30 +07:00
utllinkedlist.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
utlmap.h Major refactoring & cleanup 2017-11-01 18:30:47 +03:00
utlmemory.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
utlrbtree.h Added support building using cmake 2020-02-06 04:32:20 +07:00
utlsymbol.cpp Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
utlsymbol.h Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
utlvector.h Correcting code style and config (#783) 2022-11-24 19:04:42 +03:00