Commit graph

57 commits

Author SHA1 Message Date
jeefo
77ed0bedd1 reverted some changes 2015-06-24 17:25:39 +03:00
jeefo
1db285cdcd fixed linux build 2015-06-24 15:59:53 +03:00
jeefo
c28110cce2 small optimizations and code style fixes 2015-06-24 15:38:48 +03:00
jeefo
65818243ec removed useless engine hooks
replaces some div's to mul's
2015-06-22 21:32:29 +03:00
jeefo
f3331aea13 fixed waypoint autodownload feature 2015-06-21 21:39:59 +03:00
jeefo
7c58f91f20 moved bot's think function, so it's executed after game logic 2015-06-21 19:04:41 +03:00
jeefo
5117831f34 *sid should be set _after_ clientconnect 2015-06-20 14:14:36 +03:00
jeefo
ac8bf86c18 added support for bot avatars in scoreboard in cs 1.6 2015-06-20 13:38:13 +03:00
jeefo
be7780949f fixed stupid mistake, non-metamod mode works ok now 2015-06-20 12:56:22 +03:00
jeefo
d0a8cb727a some combat behavior tweaks 2015-06-20 11:45:59 +03:00
jeefo
c12437689c fixed shooting at guy behind shield
thank goes to KWo
2015-06-18 21:37:39 +03:00
Dmitry
2b005a6a98 fixed another buffer overflow in config parser
fixed memory leak in translation
fixed bots don't shoot through walls
fixed bots don't buy anything, if server issues sv_restart 1
fixed inability to kick bot's, when playing on Xash3D engine
2015-06-18 19:34:44 +03:00
Dmitriy
67ab8f0a05 fixed cs 1.0 crash :) 2015-06-16 12:57:30 +03:00
Dmitry
a843dc58a4 fixed bot's crashing on cs 1.3 2015-06-16 01:10:29 +03:00
Dmitry
866b6bad64 fixed buffer overflow in config parsing
remove all default weapons restrictions
2015-06-15 23:51:13 +03:00
Dmitry
3b3ef4754b tweaked cvars 2015-06-14 23:13:09 +03:00
Dmitry
0f5be643b6 fixe typo in menus 2015-06-14 13:48:39 +03:00
Dmitry
b7baeb5852 fixed jason mode once more
high skill bots now making more headshots
2015-06-14 12:55:49 +03:00
Dmitry
1f3774c786 some more brain-damaged shield code removal 2015-06-12 19:31:49 +03:00
Dmitry
515bc85207 remove randomness
more optimizations
2015-06-12 00:28:43 +03:00
Dmitry
66c33472ff more work on optimizing cpu usage
reverted active grenades on TASK_* items
2015-06-11 23:22:50 +03:00
Dmitry
b2739f2241 seems to working fine 2015-06-11 16:53:21 +03:00
Dmitriy
7a0efddddd one more problem 2015-06-11 14:31:02 +03:00
Dmitriy
818ffd2d62 fixed mistakes 2015-06-11 14:25:12 +03:00
Dmitriy
f0c35ba9e9 save point, testing needed 2015-06-11 14:19:52 +03:00
Dmitry
02823791c0 save point for tomorrow, good night 2015-06-11 00:18:49 +03:00
Dmitry
44512457c8 passing some of the vectors by reference, instead of copying 2015-06-10 23:41:55 +03:00
Dmitry
02fe78ceee a little fixes 2015-06-10 23:30:48 +03:00
Dmitry
0314cee6d3 ok, got the msec code from podbot_mm, thx kwo 2015-06-09 23:58:10 +03:00
Dmitry
b8cb81f97a continue to play with msec ;) 2015-06-09 23:31:46 +03:00
Dmitry
d4a6a30d3a playing with msec... 2015-06-09 22:58:15 +03:00
Dmitry
73f21591f9 some optimizations to goal finding 2015-06-09 22:16:08 +03:00
Dmitriy
9ec495d0de remove useless function call 2015-06-09 16:32:01 +03:00
Dmitriy
e5ce504176 replaced random number generator with faster one
optimized breakable handling (need testing)
2015-06-09 15:45:34 +03:00
Dmitry
f0dcda5747 some combat behaviour improvements 2015-06-08 22:55:57 +03:00
Dmitriy
83740aa129 optimized FindNearestPlayer ()
support v6 waypoint file converted from v7
2015-06-08 16:18:55 +03:00
Dmitry
3042325f70 fixed pathfinding problems (again) 2015-06-07 23:06:23 +03:00
Dmitry
eb13736a00 fixed move angles not updated when not checking terrain
fixed reporting-in spam
fixed bot-s won't fight in jason mode
added yb_shoots_thru_walls 2 to use old method for checking shootable wall
2015-06-07 19:43:16 +03:00
Dmitry
3371058471 update makefile for linux and osx 2015-06-06 17:32:59 +03:00
Dmitry
8f48af4314 more fixed for clang warnings 2015-06-06 16:37:15 +03:00
Dmitry
25504279d9 fixed some clang warnings
remove chat string from code
2015-06-06 16:19:20 +03:00
Dmitry
1b1ae9ea91 removed bad code bits from pathfinding
fixed too long duck pressing in combat
restore bits of player avoidance code
2015-06-06 14:19:19 +03:00
Dmitriy
2e46c9e866 removed debugging information 2015-06-04 13:31:27 +03:00
Dmitriy
b3b157fab0 some work done in 9 months 2015-06-04 11:52:48 +03:00
jeefo
1fa0acf472 some optimizations 2014-09-17 20:36:53 +04:00
jeefo
9e01a8f877 some little changes 2014-09-09 18:30:40 +04:00
jeefo
15255614a9 pre-release cleanup
and fixed bot's won't attack enemies at close distances with knife
2014-09-09 18:29:42 +04:00
jeefo
379c0bc81e some little tweaks 2014-08-15 21:58:43 +04:00
jeefo
21c8c61b47 a little optimization 2014-08-06 00:03:50 +04:00
jeefo
7d5d5ce81a a little cleanup
fixed pvs-studio generated warnings
fixed makefile
remove vc debug symbols
2011-01-05 23:28:48 +04:00