s1lent
b465002c4d
build.gradle: Fix missing brace
2020-02-06 04:36:43 +07:00
s1lent
d8208f0884
Added support building using cmake
...
Added support clang compiler
Fixed some compiler warnings
Update README.md
2020-02-06 04:32:20 +07:00
s1lent
e199b16463
Introduce end-of-line normalization
2019-09-23 04:09:58 +07:00
s1lent
8591bbd13d
build.gradle: remove extralib stdc++
2019-09-04 04:56:45 +07:00
s1lent
e1c8211d6b
Updated latest changes:
...
ValveSoftware/halflife#555
ValveSoftware/halflife#702
ValveSoftware/halflife#2228
ValveSoftware/halflife#1276 (was fixed earlier REGAMEDLL_FIXES)
2019-06-05 18:31:32 +07:00
s1lent
7aeca162d6
Resolved #307
2018-10-05 17:33:17 +07:00
s1lent
b68b545e77
Remove leading lib prefix
2018-05-22 14:33:28 +07:00
Alibek Omarov
2b4eb6c137
GCC port and new defines for new ARM port ( #294 )
...
* Put SSE code under HAVE_SSE define
* Fix circular dependency on GCC 7.3
* Provide a way to disable AMXX related hacks, when it's not needed
* Fix ASM inline for GCC
* Fix compiling with MSVC
* Fix compiling with MSVC and ICC
* Check for HAVE_SSE in sse_mathfun.cpp after including precompiled, so SSE state will be determined
* Better check for SSE availability
* Missing call ::ClientCommand_
Make CSaveRestoreBuffer::m_Sizes as const
Cosmetic changes
* Gradle: Add GCC Toolchain
* GCC: Fix compile
* Gradle: Add -fno-devirtualize to compiler flags for GCC
2018-05-20 22:28:03 +07:00
s1lent
9dcab4bd49
Refactoring minor
...
Refactoring unicode_strtools
2017-11-01 18:30:47 +03:00
s1lent
32df585edc
Remove hookers stuff
...
Refactoring & cleanup code
2017-11-01 18:30:47 +03:00
s1lent
91ca3f0264
Implemented entity trigger_setorigin
2017-11-01 18:30:47 +03:00
s1lent
b25e3505d3
Major refactoring & cleanup
2017-11-01 18:30:47 +03:00
s1lent
adaddda871
Code cleanup
...
Hookers Refactoring
Removed __MAKE_VHOOK
Fix compilation under linux with ICC 17 (GCC 6.2)
2017-07-02 18:54:33 +07:00
s1lentq
faff55df78
Refactoring versioning
...
Add badge about version
Update README.md
2017-01-14 21:07:12 +07:00
theAsmodai
e0ee615183
Added Agner's asmlib ( #87 )
2016-12-24 19:09:50 +07:00
s1lentq
54739c62ab
Refactoring versioned
2016-12-09 22:10:14 +07:00
s1lentq
1e8180f5ad
Added gradle task buildFixes
for faster building.
2016-07-18 06:49:12 +07:00
s1lentq
d6b59dc0c3
Added cvar bot_deathmatch #39
...
Added checks for null pointers into GetPlayerGaitsequence
Fixed mp_nadedrops: If pressed a the button attack before player death, then not drop nades to ground.
Compiler: remove rrti, added -ipo
Refactoring
2016-06-14 20:14:31 +07:00
s1lentq
f8136978c8
Using a reference to Vector into interfaces wrapper
...
Regamedll API: Added hook RoundEnd
Added API EndRoundMessage
2016-04-30 21:22:44 +06:00
s1lentq
d8b12ee80b
Regamedll API WIP: added some more API functions.
...
Added new cvar, mp_hegrenade_penetration, mp_nadedrops more details in game.cfg.
Let inflict damage by grenades to breakable objects.
2016-04-19 21:26:46 +06:00
s1lentq
455f0c6118
Regamedll API WIP: Added new api functions
...
Fix crash-bug with autobuy (CBasePlayer::AddAutoBuyData)
Removed some useless code for CS
Added cssdk
2016-04-05 22:11:41 +06:00
s1lentq
43c9b2cb8c
Improved versioning: added info about commit id and commit author.
2016-03-01 16:46:19 +06:00
s1lentq
49de531e8c
Use the tests demo record/player from ReHLDS.
...
Update version dependencies testimg HLDS for upload.
Update test map regamedll_test_map_v5
2016-02-24 01:54:07 +06:00
s1lentq
3d252fe527
Refactoring and cleanup.
...
Fixed some critical bugs and typos (carrer_task, tutor, zbot and other)
Added command line option `-bots` to run bots in CS 1.6
Removed the tests demo record/player from myself the project and also dependency of the steam library.
Fixed the progress bar when generating a nav file.
2016-02-23 05:23:45 +06:00
s1lentq
25f425801a
Refactoring and cleanup project.
...
Removed project bzip2.
CZero: Fix crashing of HostageEscapeState.
2016-02-04 22:45:37 +06:00
s1lentq
4e3e9351fe
When using the func_tank reset the FOV and hide the v_ model of knife etc.
2016-02-01 17:07:22 +06:00
s1lentq
ae4ec28fad
Issue #17 : The implemented of the dummy class with the inheritance of the weapons classes.
2016-01-29 20:49:18 +06:00
s1lentq
a8cc9cc76f
Final: fully reversed functions CZ
2016-01-25 23:17:37 +06:00
s1lentq
ac386fb1e3
Gradle: Added define NDEBUG
2016-01-19 23:43:27 +06:00
s1lentq
6f51a65ae9
WIP CZ: Reversed some functions of bots.
...
Cleanup.
2016-01-19 18:05:41 +06:00
s1lentq
cc19972496
Fixed bug in BuyMenu.
...
Added some features gameplay:
- extended limits money and round time
- FFA mode with mp_friendlyfire 2
- added new cvars mp_maxmoney and mp_minmoney for low limit
- added new cvar mp_round_infinite (Infinite round)
2015-12-29 04:57:01 +06:00
s1lentq
5a4dfb0c3c
Edit Gradle: added defined CSTRIKE
2015-12-27 15:09:13 +06:00
s1lentq
3283cc01ba
added for linker flag -no-opt-class-analysis
2015-12-07 01:02:16 +06:00
s1lentq
38f79929ee
added for compiler flag -no-opt-class-analysis
2015-12-06 23:42:56 +06:00
s1lentq
fd665a9764
Cleanup. Added define CSTRIKE in build gradle
2015-12-06 03:20:34 +06:00
s1lentq
48ec89893a
Reverse Hostages cs 1.6, SV_StudioSetupBones
...
Added project build mp.dll/cs.so
work final the reverse-engineering for CS 1.6
2015-12-06 01:58:53 +06:00
s1lentq
8508f2d517
Added reversed weapon_knife.
...
Update README.md
Cleanup.
2015-09-27 19:59:44 +06:00
s1lentq
625ef14d46
WIP: full of reversed basic part
2015-09-22 22:56:27 +06:00
s1lentq
d4cf69b587
WIP: a new batch of reverse functions
2015-08-20 17:24:18 +06:00
s1lentq
5bf6b21649
Added a new reverse the functions.
...
Implemented recovery a virtual table in GetClassPtr<BasClass> after linking of self class.
2015-08-03 00:17:07 +06:00
s1lentq
32d9488658
New reversed of functions from CBasePlayer etc
2015-07-09 06:22:48 +06:00
s1lentq
2f82bb17ae
Reversed some function from player.cpp
...
Better implemented static members by all objects of the class
MSVC: Added loading of custom configurations for the test demo with the launch --regamedll-cfg-init filename.cfg (NOTE: The config should be in the "tests" folder)
Gradle script: Added stuff for each the test demo and their auto-unpacking the root folder HLDS
2015-07-05 17:19:59 +06:00
s1lentq
c35c7c60b3
Fix linux compilation
...
cleanup
fixed offset some of a members of the class
Reversed CRecharge, CCStrikeGameMgrHelper, CVoiceGameMgr
2015-07-02 03:47:54 +06:00
s1lentq
56c2cb635f
Added initial files project
2015-06-30 15:46:07 +06:00