jeefo
|
a3288cc353
|
fix: prevent loading graphs with less than 8 nodes (brokes pathfinder)
fix: prevent running A* with less than 8 nodes (in case converted one)
fix: trying to play with graph author/modified stuff per #374
|
2022-10-06 17:01:18 +03:00 |
|
jeefo
|
18ee4ce38b
|
fix: only update modified field, if name of the author differs
|
2022-10-06 14:50:58 +03:00 |
|
jeefo
|
c411f1e777
|
fix: reset graph authors upon graph reset (should fix #373)
|
2022-10-04 12:30:14 +03:00 |
|
jeefo
|
e1d64b62ce
|
fix: revert graph version to 2
add: allow loading of graphs with different versions for future bot versions.
|
2022-10-03 11:20:06 +03:00 |
|
Владислав Сухов
|
b617f40288
|
translate: russian: translated new lines
|
2022-10-02 12:10:46 +00:00 |
|
Владислав Сухов
|
508f6efd7b
|
translate: russian: translated description of the new command
|
2022-09-29 22:11:24 +06:00 |
|
jeefo
|
fc3e155ef3
|
Update README.md
|
2022-09-21 20:21:06 +03:00 |
|
jeefo
|
ce28406802
|
Update README.md
|
2022-09-21 20:19:16 +03:00 |
|
jeefo
|
fd7b722fd8
|
add: make graph author read-only if graph file already has author upon load (resolves #369)
|
2022-09-21 14:47:36 +03:00 |
|
commandcobra7
|
07a8a5c81e
|
fix: bots do not look at the wall while camping. (solves #303)
|
2022-09-13 10:57:59 +03:00 |
|
dmitry
|
10db943cdf
|
fix: unrelated client messages by resetting client command issuer, if not handled by the bot (related #360 )
|
2022-09-10 15:47:41 +03:00 |
|
dmitry
|
e6fe2a6a22
|
crlib: update to latest revision (fix gcc warnings)
meson: suppress run_command warnings
|
2022-09-10 04:01:31 +03:00 |
|
dmitry
|
5bef87900a
|
fix: possible fix for #330 by @commandcobra7
|
2022-09-10 02:31:53 +03:00 |
|
jeefo
|
b606b78cda
|
improve: use ScoreAttrib message to detect if bot is a VIP or not. (#356)
This should resolve problems with bot behavior, when plugins changes VIP player model to something else.
|
2022-08-03 23:59:57 +03:00 |
|
dmitry
|
659f69d0f0
|
graph: do not touch buckets while editing graph.
it's not necessary as buckets are created upon every graph load, so it's just waste of cpu cycles while editing graph.
|
2022-06-17 13:41:23 +03:00 |
|
Владислав Сухов
|
42648a41a9
|
translate: russian: translated line for new cvar
|
2022-06-11 22:34:18 +06:00 |
|
Владислав Сухов
|
b42e4e312a
|
add: yb_pickup_best cvar (#344)
|
2022-06-10 23:18:06 +03:00 |
|
Владислав Сухов
|
4a9065bbda
|
fix: typos
|
2022-04-26 21:57:36 +06:00 |
|
Владислав Сухов
|
9c15f4610f
|
translate: russian: translated new lines
Translated new lines from config.cpp and engine.cpp
|
2022-04-26 20:41:10 +06:00 |
|
jeefo
|
b6e058224c
|
Merge pull request #338 from yapb/dangerIndex-CT&T-arrows
add: red and blue arrows pointing to danger index
|
2022-04-25 16:25:28 +03:00 |
|
Владислав Сухов
|
a4bb513226
|
add: red and blue arrows pointing to danger index
for Terrorists and Counter-Terrorists respectively
|
2022-04-24 19:28:36 +06:00 |
|
dmitry
|
ad34b1e888
|
fix: chat percentage isn't working as expected (resolves #332)
|
2022-04-18 17:31:37 +03:00 |
|
jeefo
|
98704303ef
|
Merge pull request #329 from yapb/issue-326
fix: wrong data type for flash level (flashbat message) (resolves #326)
|
2022-04-14 15:49:15 +03:00 |
|
jeefo
|
dc6678ed67
|
Merge pull request #328 from yapb/issue-327
fix: use memfile to use engines search paths for veryfying chatter file (resolves #327)
|
2022-04-14 15:48:25 +03:00 |
|
dmitry
|
af992c374c
|
fix: wrong data type for flash level (flashbat message)
|
2022-04-14 12:36:23 +03:00 |
|
dmitry
|
a49f95f506
|
fix: use memfile to use engines search paths for veryfying chatter files.
|
2022-04-14 11:55:37 +03:00 |
|
dmitry
|
1eac0f8be8
|
fix: do not remove player_weaponstrip on regamedll (not affected by this bug)
|
2022-04-08 17:57:19 +03:00 |
|
dmitry
|
e659495942
|
fix: increase maximum message length that can me shown on center of screen (resolves #322 )
|
2022-04-03 15:29:42 +03:00 |
|
dmitry
|
06774a4282
|
fix: do not prevent buying on fy_* maps, (fix #325)
If you need to prevent bots buying on specific map use map-cfg with yb_botbuy 0.
|
2022-04-03 14:43:29 +03:00 |
|
jeefo
|
bb839a9c80
|
merge pull request #321 from vladislav4kz/patch-2
fix: prevent dropping weapons on "Drop C4" command
|
2022-03-22 14:03:16 +03:00 |
|
Владислав Сухов
|
45992e3044
|
fix: prevent dropping weapons on "Drop C4" command
|
2022-03-20 15:43:05 +06:00 |
|
dmitry
|
7cde86e88c
|
fix: do not save bots names between levels when name prefix is set (fix #315)
|
2022-03-10 09:38:53 +03:00 |
|
jeefo
|
5ebe0b1777
|
Merge pull request #318 from Vladislav4KZ/patch-2
Translated new line into Russian language
|
2022-03-09 22:44:16 +03:00 |
|
Владислав Сухов
|
fcb40dd854
|
translate: russian: translated new line
|
2022-03-09 19:02:57 +06:00 |
|
jeefo
|
51a22b391c
|
fix: cease .ru domain
|
2022-03-03 12:28:20 +03:00 |
|
dmitry
|
201626df91
|
fix: print queue isn't resetted on changelevel (fix #314)
|
2022-03-01 21:45:52 +03:00 |
|
dmitry
|
40116a201d
|
fix: command menu drop command causes crash with thirdparty bots (fixes #309)
|
2022-02-23 22:05:58 +03:00 |
|
jeefo
|
0d86490d37
|
Merge pull request #308 from Vladislav4KZ/patch-1
Translated new line into Russian language
|
2022-02-22 13:57:24 +03:00 |
|
dmitry
|
ce01e28be3
|
fix: prevent bots from staying forever trying to destroy breakable (fixes #288)
|
2022-02-22 13:51:59 +03:00 |
|
Владислав Сухов
|
b10fa2a80e
|
translate: russian: translated new line
|
2022-02-22 16:25:05 +06:00 |
|
dmitry
|
5104508665
|
refactor: change comparison order in weapon pickup code
|
2022-02-22 10:21:21 +03:00 |
|
dmitry
|
51c645172a
|
fix: re-check ground weapon upon pickup to recheck weapon is nice to us (fix #301)
|
2022-02-21 11:03:59 +03:00 |
|
dmitry
|
2c523441ae
|
fix: look straight when picking up the hostages (fixes #305)
|
2022-02-21 10:43:39 +03:00 |
|
jeefo
|
ec1f39abcd
|
merge pull request #307 from vladislav4kz/patch-1
fix: display message about missing camp points
|
2022-02-20 00:32:18 +03:00 |
|
Владислав Сухов
|
e59ed4d48f
|
fix: display message about missing camp points
Related to: https://github.com/yapb/yapb/issues/306
|
2022-02-18 17:30:29 +06:00 |
|
dmitry
|
5d2a81f341
|
fix: make bots reach the debug goal node.
|
2022-02-12 23:22:54 +03:00 |
|
dmitry
|
4552ebd79c
|
graph: auto acquire editor rights via menu
|
2022-01-31 22:00:07 +03:00 |
|
dmitry
|
7dc34bd7fa
|
fix: do not update pings for any players that are not yapb or real players (related #284)
|
2022-01-31 20:24:50 +03:00 |
|
jeefo
|
0c9ee9706d
|
merge pull request #298 from vladislav4kz/translation-update
russian translation update
|
2022-01-29 18:51:22 +03:00 |
|
Владислав Сухов
|
099ecea69d
|
Translated new lines
|
2022-01-29 21:11:24 +06:00 |
|