Commit graph

603 commits

Author SHA1 Message Date
dmitry
6cd471ead2
msvc: fix project files [skip ci]
signing: use sha384
2021-09-08 21:23:05 +03:00
jeefo
91d248fb18
readme: add download count 2021-09-08 20:19:50 +03:00
dmitry
1e9bc3cb5f
fix: crash when exiting linux listen server (#241)
fix: crash when loading on windows xp (#244)
build: switched to github hosted runners, and get rid of self-hosted
build: windows exe and dll is now code-signed
build: drop support for intel icc compiler
2021-09-08 20:09:23 +03:00
dmitry
c5bdc8dfec
crlib: add as submodule 2021-09-08 20:07:37 +03:00
dmitry
f41b63dc97
crlib: remove local headers 2021-09-08 20:05:14 +03:00
jeefo
f870e7db4a
Bump the year. (#219) 2021-01-01 00:00:33 +03:00
jeefo
02843e292c Fix doubly socket init. 2020-12-18 20:22:47 +03:00
jeefo
d23d0475f4 Removed unreachable code. 2020-12-18 20:14:15 +03:00
jeefo
4c8a4175d8 Fix uninitialized path walker in waypoints checker.
Update to latest crlib.
2020-12-18 20:06:05 +03:00
Владислав Сухов
d632ee9bb3
Update Russian translation (#214)
Co-authored-by: jeefo <dmitry@jeefo.net>
2020-12-16 09:32:40 +03:00
jeefo
075bff2988
Custom.cfg (#213)
Added custom configs.

These are used for replacing some hardcoded strings inside bot code, currently custom cvar for parachute detection is available, as well as custom c4 model names.

Added editorconfig, and fixed CRLF for files (was a mix between LF & CRLF).
Fixed use-after-free sanitizer error with chatlib.
Fixed configs files loaded with memory-loader does not process last line in config files.
2020-12-15 15:28:58 +03:00
Hedgehog Fog
ed46e3238d
Improved monsters targeting👾 (#203)
Improved monsters targeting
Fixed aim offset for monsters
2020-12-09 20:00:43 +03:00
jeefo
588715f28e
Fix #209. (#210) 2020-12-09 16:03:07 +03:00
jeefo
0a8d88a577
Merge pull request #206 from Hedgefog/fix/deadly-move-check
Fixed isDeadlyMove method
2020-12-05 16:58:23 +03:00
Hedgehog Fog
1f6fc16fe4 Fixed isDeadlyMove method 2020-12-05 14:59:42 +02:00
jeefo
280ce6fbb7
Merge pull request #202 from Hedgefog/fix/custom-entities-pickup
Fixed custom entities pickup
2020-12-03 18:33:05 +03:00
Hedgehog Fog
932d327e43 Fixed custom entities pickup 2020-12-03 17:23:17 +02:00
jeefo
7da58623be Do not use strstr() 2020-12-03 17:27:11 +03:00
Hedgehog Fog
da275733bc Fixed yb_attack_monsters cvar description 2020-12-03 15:41:18 +02:00
Hedgehog Fog
c0e6689b44 Updated config 2020-12-03 14:40:59 +02:00
Hedgehog Fog
bcf727968d Added check enemy invincibility 2020-12-03 14:37:21 +02:00
Hedgehog Fog
d5107daad4 Added custom monsters and custom items support 2020-12-03 14:14:22 +02:00
jeefo
ac86926dc8
Merge pull request #200 from yapb/crlib-fixes
Crlib fixes
2020-11-23 13:24:41 +03:00
jeefo
7423ba6666
Fix typo 2020-11-23 13:23:09 +03:00
jeefo
19a015dee1
Build package only on direct-push to master branch 2020-11-23 13:21:57 +03:00
jeefo
97b7a90bb9 Fix unitialized members. 2020-11-23 13:11:28 +03:00
jeefo
b75e1b8a23 Fixed compiler warnings. 2020-11-23 10:48:44 +03:00
jeefo
74f1ab866b Fixed linux listenserver startup problems
Fixed multiple buffer overruns and memory leaks.
2020-11-23 00:06:18 +03:00
jeefo
c5031315bf
Trigger build only on master branch. 2020-11-16 15:13:23 +03:00
jeefo
47c437dedf
Delete codeql.yml
later...
2020-11-16 15:00:28 +03:00
jeefo
87900b56bd
Update codeql.yml 2020-11-16 14:59:10 +03:00
jeefo
f8e70248e3
Update codeql.yml 2020-11-16 14:57:42 +03:00
jeefo
11d3f96061
Create codeql.yml 2020-11-16 14:42:37 +03:00
jeefo
b59331c5c8 Update issue templates 2020-11-16 14:06:30 +03:00
jeefo
3960658d4e
Update README.md 2020-11-16 13:32:21 +03:00
ds
1e178547e8 Merge branch 'master' of https://github.com/jeefo/yapb 2020-11-16 13:12:33 +03:00
ds
e8b55acd23 Do not keep log file opened while game process active.
Rename actions workflow.
Fixed mingw-w64 stdcall handling.
2020-11-16 13:11:26 +03:00
jeefo
d1ea062d45
Removed unneeded stuff 2020-11-13 19:21:15 +03:00
ds
51e8ace7ff Merge branch 'master' of https://github.com/jeefo/yapb 2020-11-13 19:17:10 +03:00
ds
655693582a Switch build to msvc for windows.
Switch build to clang for linux.

Mingw binaries isn't working with vanilla hlds / listenserver. And i'm too lazy to debug them.

For consistency reason, linux switched clang, so we're only have clang for linux & osx and msvc for windows.
2020-11-13 19:16:56 +03:00
jeefo
01c6b1578d
Fix packager graph paths. 2020-11-12 18:40:58 +03:00
ds
d8b7e8857d Merge branch 'master' of https://github.com/jeefo/yapb 2020-11-12 16:19:30 +03:00
ds
1b7d7e18db Changed graph download/upload URLs to reflect changes done with migrating graph repository to github. 2020-11-12 16:19:07 +03:00
jeefo
e6b398e1bc
Set the fetch depth to 0 for Actions Checkout 2020-11-11 18:56:53 +03:00
jeefo
278712d761
Cleanup actions workspace upon new build. 2020-11-11 18:38:40 +03:00
ds
7017320e3b Merge branch 'master' of https://github.com/jeefo/yapb 2020-11-11 17:06:12 +03:00
ds
afcbcd8894 fix: repository path 2020-11-11 17:06:05 +03:00
jeefo
b498d57ffe
Update README.md 2020-11-11 17:03:40 +03:00
ds
5c0a515c93 Merge branch 'master' of https://github.com/jeefo/yapb 2020-11-11 17:00:57 +03:00
ds
a36b041568 fix identation 2020-11-11 17:00:47 +03:00