---Rage bot--
Улучшение связанные с автостопом
---Lua---
Добавлены новые функции:
engine:
1. is_occluded - bool type
2. get_levelleftcount - int type
3. is_maphashdrlighting - bool type
4. removeallpaint - void type
5. set_blur_fade(float scale) - void type
6. set_restrict_cliend_commands(bool restict) - void type
7. get_timescale() - float type
8. set_timescale(float timescale) - void type
9 get_viewangles - Vector type
10. is_supports_hdr - bool type
11. write_screenshot(string name) - void type
12. ClientCmd(string) - void type
13. ClientCmdUnrestricted(string) - void type
14. get_appid - int type
15. get_enginebuildnumber - int type
16. GetGameDirectory - string type
Debug overlay:
add_box_overlay(Vector origin, Vector mins, Vector max, Vector orentation, int r, int g, int b, int a, float duration)
add_sphere_overlay(Vector vOrigin, float radius, int theta, int PHI, int r, int g, int b, int a, float duration)
add_triangle_overlay(Vector p1, Vector p2, Vector p3, int r, int g, int b, int a, bool NoDepthTest, float duration)
add_line_overlay(Vector origin, Vector dest, int r, int g, int b, int a, bool NoDepthTest, float duration)
cmd:
get_last_outgoing_command - int type
get_last_command_ack - int type
get_command_ack - int type
get_nextcmdtime- float type
iDeltaTick - int type
m_iServerTick - int type
m_iClienttick - int type
iPlayerSlot - int type
globals:
get_interpolation_amount - float type
simTicksThisFrame - int type
network_protocol - int type
m_bRemoteClient - bool type
get_netchannelinfo - INetChannel type
Так-же добавлен usertype INetChannel:
GetName - string type
GetAddress - string type
IsPlayback - bool type
GetLatency - float type
GetAvgLatency - float type
GetAvgLoss - float type
GetAvgChoke - float type
GetAvgData - float type
GetAvgPackets - float type
GetTotalData - int type
---Other---
Исправление багов