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
dmitry
7f9c98aef1
fix: typo fixed ( #137 )
2020-06-27 12:54:59 +03:00
dmitry
ee3f9e7538
crlib: use real status codes for http
...
graph: allow uploading from hlds console.
2020-06-16 11:19:30 +03:00
dmitry
43f6a7828a
crlib: reworked dictionary to hashmap.
...
linkage: another fix to dynamic linkage.
cpp: fixed msvc warning about placement new.
2020-06-16 11:19:30 +03:00
dmitry
c74d8e91e4
cfg: reworked map-specific configs, so they are now located in yapb/conf/maps/*map*.cfg
...
cmd: fixed handling "yb" & "yapb" command prefixes.
2020-06-16 11:19:30 +03:00
dmitry
a22cc6db93
misc: changed the cvars prefixses
...
misc: changed graph download url
2020-06-16 11:19:30 +03:00
dmitry
cf501b75b7
merge changes from the defunct ubot
2020-06-16 11:19:30 +03:00