jeefo
f870e7db4a
Bump the year. ( #219 )
2021-01-01 00:00:33 +03:00
jeefo
4c8a4175d8
Fix uninitialized path walker in waypoints checker.
...
Update to latest crlib.
2020-12-18 20:06:05 +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
jeefo
74f1ab866b
Fixed linux listenserver startup problems
...
Fixed multiple buffer overruns and memory leaks.
2020-11-23 00:06:18 +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
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
f15a115b0a
bot: all podbot waypoints should be now located in data/pwf directory.
...
build: remove '-funroll-all-loop'.
2020-10-05 18:59:40 +03:00
ds
f40ca59700
fix: players play time got replaced with bots play time.
...
fix: crlib: fixed clang-analyzer warnings.
build: removed predefined optimization flags in debug builds.
2020-10-03 16:39:09 +03:00
ds
ced06c36cd
build: remove sse3 option, as it's cause bot to be not loadable on some KVM hypervisors.
...
graph: store only author name inside author string.
2020-10-01 10:43:51 +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
c65272e65b
misc: cosmetic changes
2020-09-10 13:54:00 +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
379feb8311
fix: non closeable autopath menu.
2020-08-23 11:08:27 +03:00
ds
922a896f0b
fix: bot names
...
fix: minor tweaks to translations.
2020-08-22 01:38:59 +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
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