Владислав Сухов
2d2ca5fd22
Some menu tweaks ( #397 )
...
* add: debug goal menu and new node flags to the flag selection menu
* translate: russian: translated new lines
* update: bump the year
2023-01-22 19:12:03 +06:00
Владислав Сухов
e29ddbf230
fix: remove redundant apostrophe
2022-12-27 12:13:29 +00:00
jeefo
0a45ea6ad7
graph: add adjust_height per request ( resolves #388 )
...
this command adjusts height (z-component) of all the graph nodes on map with specified height offset, negative height offset can be passed as parameter as well.
2022-12-22 21:32:45 +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
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
Владислав Сухов
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
4552ebd79c
graph: auto acquire editor rights via menu
2022-01-31 22:00:07 +03:00
dmitry
c0d2ae4915
fix: removed duplicate messages with cache points in console command ( resolves #286 )
...
fix: massive message overflow when displaying nodes info (resolves #287 )
add: yb_graph_draw_distance,cvar so you can specify visible nodes draw distance in editing mode
2022-01-21 23:39:26 +03:00
dmitry
ae0156ff42
fix: game menus are still executed when yapb menu is showed ( fixes #271 )
2022-01-15 23:18:58 +03:00
dmitry
e21e9a71c9
update: bump the year
2022-01-04 00:23:19 +03:00
dmitry
80890c25e1
fix: graph urls
...
update: yapb.cfg with latest cvars
2022-01-04 00:10:36 +03:00
Владислав Сухов
08353e6006
Fixes of typos, punctuations, mistranslation ( #274 )
2022-01-03 22:29:07 +03:00
dmitry
17d371014a
add: allow "erase" command on hlds without acquiring editor
2021-11-16 14:12:09 +03:00
jeefo
6f912eb056
Refactoring ( #246 )
...
add: yb_chat_percent, yb_camping_time_[min/max], yb_danger_factor[min/max], yb_chat_percent cvars
fix: possible crash with difficulty 0
fix: debug_goal should not be used as last history
fix: startup on old hlds, because of missing pfnGetFileSize
fix: crash with out-bounds read
change: again tweaked some aiming code
change: player avoidance code so bots will jump less when stuck
change: max followers is just /4 of max players
refactor: redone distance between vectors
refactor: remove magic numbers in graph.add function
2021-09-20 13:50:00 +03:00
dmitry
f051fe2b99
refactor: clang-tidy source a little
...
build: remove -fPIC option
2021-09-16 16:09:51 +03:00
dmitry
d17c1808aa
fix: bots continuesly trying to reach goal, after falling down while going on path.
...
add: bots path type (fast,optimal,safe) is now updated randomly on every round start.
add: more sse functions for mathlib, support for neon (thanks to sse2neon lib)
2021-09-14 15:10:14 +03:00
dmitry
bea8120a41
fix: always translate menus as they always has destination player ( #225 )
2021-09-10 20:12:23 +03:00
jeefo
f870e7db4a
Bump the year. ( #219 )
2021-01-01 00:00:33 +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
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
fc39648fff
Merge pull request #193 from Vladislav4KZ/master
...
fix: update russian translation
2020-11-03 08:57:47 +03:00
ds
71355066a4
license: changed to more permessive MIT license.
...
add: set models for spawn points, only when requesting, instead of setting on every map start.
fix: more translation fixes.
2020-11-03 08:57:12 +03:00
Владислав Сухов
423f310a34
Fix arguments for yb add
...
And help text for yb g path_create_* commands
Fixed typos for graphmenu and acquire_ediror
2020-11-02 20:12:52 +06:00
Владислав Сухов
f8e8a7c06c
Fixed cvar name string ...
...
to prevent unnecessary yb cvars command translation
2020-10-23 19:46:16 +06:00
ds
27d12d0bbb
fix: bots shoot at dead timer is ignored (bots should shoot some spare bullets toward just dead player).
...
fix: once again fixed chatter cycling.
add: prevent saving old format waypoint when more than 1024 nodes added.
ci: updated to gcc & mingw 10.2.
2020-10-22 14:40:24 +03:00
ds
fba3837523
add: rapid output console commands are now put on queue and sent with intervals. fixes #176 , and overflows causes by yb cvars and yb g clean all commands.
2020-10-13 15:43:25 +03:00
ds
b8d35840b3
add: do not translate messages send to hlds console.
...
add: split messages sent to client & hlds console, so all message gets sent.
2020-10-12 20:59:48 +03:00
ds
3b0f06bb09
fix: yb_shoots_thru_walls bounds was incorrect.
...
fix: save, load, upload, download graph files always in lowercase.
refactor: menu display / hide refactored to reduce network traffic. (use string chunks instead of sending menu with writeChar (), and do not reset menu display, if no menu is displayed to client).
2020-10-11 14:01:19 +03:00
ds
26a2ea9f0b
fix cvar descriptions. [skip ci]
2020-10-08 15:25:19 +03:00
ds
0432cdfef7
add: allow multilanguage on hlds ( fixes #173 )
...
fix: fixed typos with 'release_editor'. (fixes #172 )
2020-10-08 09:40:55 +03:00
ds
9c85913a0f
fix: version displaying.
2020-10-07 10:25:31 +03:00
ds
30a112fd71
cfg: updated yapb.cfg to reflect changes.
...
cfg: made yb_quota 9 by default.
linux: fixed bots connection times remains static on linux or osx.
crlib: fix security issues.
2020-10-04 00:54:34 +03:00
ds
726ea72965
crlib: replace random number generator with wyhash.
...
Benchmarks shows about 4x increased PRNG perfomance increase comparing to old one. Should slightly reduce per-bot CPU usage.
2020-09-29 19:23:26 +03:00
ds
1263a1a439
fix: use clamped health value to avoid overflows.
...
crlib: do not shutdown wsa, it's cleaned upon server exit anyway.
2020-09-26 18:41:53 +03:00
ds
8acd84fdc8
fix: terrorist behaviour on ES maps with buyzone. ( fixes #155 ).
...
fix: help commands causing host overflow when translated.
crlib: use fnv1a for string hashes.
crlib: add hash () method to String & StringRef classes.
2020-09-11 16:01:33 +03:00
ds
8dece84508
Merge branch 'master' of https://github.com/jeefo/yapb
2020-09-10 13:54:08 +03:00
ds
c65272e65b
misc: cosmetic changes
2020-09-10 13:54:00 +03:00
Владислав Сухов
6b3537cf6a
Splitting strings for easier translation...
...
to stay within the 192 byte limit
2020-09-02 20:31:37 +03:00
ds
eadd7cd3a2
add: new graph cmd: "stats", now accessible through cmd, not only via menu.
...
fix: changed language string hashes to reduce collisions.
2020-08-31 14:52:12 +03:00
ds
5bef8f7540
made help command to work properly.
2020-08-31 14:30:09 +03:00
ds
8765a2acda
Merge branch 'master' of https://github.com/jeefo/yapb
2020-08-25 00:03:45 +03:00
ds
da6a79a716
add: cvar infos are now translateable.
2020-08-25 00:03:43 +03:00
Владислав Сухов
a2c6cc590a
Fix help for graph path commands
2020-08-24 22:32:33 +03:00
Владислав Сухов
467558152f
Fixed help for graph path commands
2020-08-24 22:32:33 +03:00
ds
379feb8311
fix: non closeable autopath menu.
2020-08-23 11:08:27 +03:00
ds
25e673a547
add: ability to translate help messages in controls.
2020-08-22 17:01:16 +03:00
ds
922a896f0b
fix: bot names
...
fix: minor tweaks to translations.
2020-08-22 01:38:59 +03:00
ds
de0ba2881e
fix: toggle noclip mode isn't working in menu.
2020-08-21 17:08:05 +03:00
ds
2d3078f851
graph: save narrow places to file, so, bump graph version.
...
graph: allow saving / loading graph manually on dedicated server.
config: fix parsing for difficulty.cfg fixes #142
fix: restore fakeclient bit on entity flags every frame.
2020-07-11 20:34:26 +03:00