Commit Graph

313 Commits

Author SHA1 Message Date
Andrey Akhmichin
086980bbcc Merge branch 'bshift' into mobile_hacks 2019-12-01 15:32:28 +05:00
Andrey Akhmichin
d767fbc483 Merge branch 'tot' into mobile_hacks 2019-12-01 15:32:14 +05:00
Andrey Akhmichin
c8db7ccf44 Remove useless python-specific changes. 2019-12-01 15:15:31 +05:00
Andrey Akhmichin
c7fe134222 Double promotion fixes. 2019-12-01 14:44:19 +05:00
Andrey Akhmichin
ac3a4c663f Remove trailing spaces. 2019-12-01 14:40:26 +05:00
Andrey Akhmichin
ff08b8e96d Add mod-specific checks. 2019-12-01 14:32:10 +05:00
Andrey Akhmichin
913d732a3f Place all a new mod-specific code under MOBILE_HACKS macro. 2019-11-30 20:04:08 +05:00
Andrey Akhmichin
8b5d5b705e Merge branch 'caseclosed' into mobile_hacks 2019-11-30 17:56:49 +05:00
Andrey Akhmichin
0100fcf235 Merge branch 'induction' into mobile_hacks 2019-11-30 17:55:58 +05:00
Andrey Akhmichin
77daf36fea Merge branch 'tot' into mobile_hacks 2019-11-30 17:55:38 +05:00
Andrey Akhmichin
fb02822a0b Merge branch 'redempt' into mobile_hacks 2019-11-30 17:54:19 +05:00
Andrey Akhmichin
227e317d9b Merge branch 'bshift' into mobile_hacks 2019-11-30 17:54:01 +05:00
Andrey Akhmichin
3549f5c60a Merge branch 'master' into tot 2019-11-30 17:24:58 +05:00
Andrey Akhmichin
882bc7ea99 Merge branch 'master' into bshift 2019-11-30 17:23:48 +05:00
Andrey Akhmichin
e79a97cb9e Merge branch 'master' into redempt 2019-11-30 13:34:54 +05:00
Andrey Akhmichin
2d282b1477 Override HandleAnimEvent function instead of BarneyFirePistol to avoid fields offsets changing. 2019-11-30 13:33:58 +05:00
Andrey Akhmichin
9b56788ef1 Remove leading underscores. 2019-11-30 13:14:45 +05:00
Andrey Akhmichin
666ff98ac7 Define simple mods enumiration. 2019-11-25 01:36:27 +05:00
Andrey Akhmichin
3c56175717 Fix compilation. 2019-11-25 01:03:13 +05:00
Andrey Akhmichin
8c01f8754f Add trigger_playerfreeze. 2019-11-24 23:32:48 +05:00
Andrey Akhmichin
b6f33c964a Add item_flashlight. 2019-11-24 23:15:26 +05:00
Andrey Akhmichin
8fcfcb920a Merge branch 'master' into caseclosed 2019-11-17 19:03:31 +05:00
Andrey Akhmichin
52b067fd4f Fix possible null pointer dereference. 2019-11-16 14:29:09 +05:00
Andrey Akhmichin
b8825c2039 Fix some potential troubles.
Comment some useless code.
2019-11-16 13:54:47 +05:00
Andrey Akhmichin
f94ddf0ec0 Merge branch 'master' into tot 2019-11-12 04:54:09 +05:00
Alibek Omarov
b4d3b5d8be wscript: enable library naming 2019-11-11 04:07:51 +03:00
Alibek Omarov
8622cc945d CMakeLists: remove legacy 64 postfix 2019-11-11 01:07:20 +03:00
Andrey Akhmichin
3c01f28781 Merge branch 'master' into bshift 2019-11-09 20:16:26 +05:00
Andrey Akhmichin
4bb977ea76 Merge branch 'master' into redempt 2019-11-09 20:14:51 +05:00
tyabus
446f608cf3 Remove outdated Makefiles (#110)
* Remove outdated Makefiles

* Update README.md
2019-11-07 23:11:20 +03:00
Andrey Akhmichin
cfc7d97149 Merge branch 'master' into bshift 2019-11-05 03:46:53 +05:00
Andrey Akhmichin
afb913d085 Merge branch 'master' into redempt 2019-11-05 03:41:00 +05:00
Andrey Akhmichin
e44490dd26 Add monster_roy_dead implementation. 2019-11-05 03:40:21 +05:00
Andrey Akhmichin
c5aa59bd32 Cleanup. 2019-11-05 03:35:06 +05:00
Andrey Akhmichin
4a02cfc012 Merge branch 'double_promotion' 2019-11-05 02:48:47 +05:00
Andrey Akhmichin
46f5f21392 Fix mp5's bullet spread. 2019-11-04 00:31:52 +05:00
Andrey Akhmichin
88161eac14 Add "cl_autowepswitch" cvar implementation. 2019-11-03 22:59:33 +05:00
Aimless-Wanderer
b604d86f04
Update wscript 2019-11-01 11:17:12 +02:00
Aimless-Wanderer
682c1c6da9
build: fix travis ci
I think travis is still using Python 3.4.*, so f-strings are not supported yet and android engine doesn't build.
2019-10-31 18:13:22 +02:00
Jonathan Poncelet
a8669459b9 Build: Swapped Win32 check for MSVC check
The linker flag is only relevant to MSVC.
2019-10-31 13:15:44 +00:00
Jonathan Poncelet
1bc65c15f5 Build: Fixed GiveFnptrsToDll not being found on Windows
Also fixed server DLL being named server.dll instead of hl.dll.
2019-10-31 08:14:36 +00:00
Jonathan Poncelet
71afe6e204 Build: Added user32.lib dependency to CMake
Also had to add ResetThink to cbase.h, as it was missing in deug.
2019-10-30 17:43:30 +03:00
Roman Chistokhodov
5f8afd6e79 Enable more crowbar fixes for Blue Shift 2019-10-29 04:53:57 +03:00
Roman Chistokhodov
d39c4158e3 Merge branch 'master' into bshift 2019-10-29 04:39:19 +03:00
Alibek Omarov
b00170a0a2 Support compiling with GCC 3.4.3 2019-10-26 15:49:05 +03:00
Andrey Akhmichin
6dff6e3c61
Merge pull request #88 from FreeSlave/fix_crowbar_delay
Fix crowbar delay after the first hit
2019-10-17 04:59:32 +05:00
Andrey Akhmichin
77891cdfa7
Merge pull request #87 from FreeSlave/fix_rapid_crowbar
Fix rapid crowbar bug
2019-10-17 04:59:15 +05:00
Roman Chistokhodov
c96794aa2d Place crowbar delay fix under a macro 2019-10-16 01:51:48 +03:00
Roman Chistokhodov
3fcc119275 Place rapid crowbar fix under a macro 2019-10-16 01:49:02 +03:00
Alibek Omarov
ae6299f636 wscript: use taskgen counter to solve problem with compiling shared code instead of hardcoding indexes 2019-10-16 01:36:41 +03:00