forked from InfluxTimer/sm-timer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevlog.txt
More file actions
90 lines (70 loc) · 3.7 KB
/
Copy pathdevlog.txt
File metadata and controls
90 lines (70 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
1.0.5
COMPATIBILITY:
- Delete cfg/influx/core.cfg, cfg/influx/recording.cfg, cfg/influx/prespeed.cfg and cfg/influx/zones.cfg to generate new ones with latest cvars.
- You need to run sm_updateinfluxdb command through server console.
ADDED:
- influx_recrank-plugin to display record's rank in chat.
- influx_zones_checkpoint-plugin for checkpoint times.
- influx_zones_stage-plugin for stage displaying.
- influx_ac_leftright-plugin to block malicious +left/+right usage. Recommended to be disabled for surf servers.
- influx_speclist-plugin to display spectator list.
- Cvars: influx_teletostartonspawn, influx_recording_botname, influx_recording_autoplayback, influx_recording_repeatplayback
- Ability to teleport to run end. (sm_gotoend/sm_end)
- Lag-compensated CS:GO autobhop.
- Max jumps for prespeeding (influx_prespeed_maxjumps)
- "Crosshair" zone building with a bunch of new cvars.
CHANGES:
- Player's join date is now recorded in database. If pre-existing records have none, furthest date from times is used (recdate).
FIXES:
- MySQL not displaying best times correctly.
- Changing prespeed cvars not registering properly.
- Teleporting to a cp no longer change player's roll.
- Unpausing will now also reset player's targetname. (tier4fusion)
- Fps_max 0 not being a valid value (if more than server's tickrate).
CODE:
- Fixed Influx_GetRunBestTime-native
- Added native Influx_FormatChatColors
- Added forwards Influx_OnMapIdRetrieved, Influx_OnClientIdRetrieved, Influx_OnRecordRemoved, Influx_OnPrintRecordInfo, Influx_OnRecordInfoButtonPressed
1.0.4 Hotfix
CHANGES:
- Commands kill and sm_spec will now attempt to pause client's run.
FIXES:
- Multiple fixes to pausing.
1.0.4
COMPATIBILITY:
- Delete cfg/influx/core.cfg and cfg/influx/zones.cfg to generate new ones with latest cvars.
ADDED:
- influx_disablesuicide-plugin
- influx_zones_beams_custom-plugin which allows for custom beam settings
- Added influx_chatprefix-cvar to change chat prefix.
- Added influx_chatcolor-cvar to change default chat color.
- Added influx_chatmainclr1-cvar to change highlighting chat color.
- Ability to navigate through more records (added last/next page buttons to records menu)
- Added influx_core_suppressmaxwepspdmsg-cvar
- Added influx_core_suppressmaxwepspdwarning-cvar
- Added influx_zones_minzonesize-cvar
- Replicate commands sm_nc (sm_noclip), sm_rs (sm_restart)
- Ability to reload style and mode plugins safely.
CHANGES:
- Sidebar player name is now truncated. (low res CS:GO users won't have half of their screen covered with the name)
- Influx will throw an error if run's teleport destination is invalid.
- If no runs exist, restart commands (eg. sm_restart) will teleport player to spawn.
- Continuing a paused run if dead will respawn the player.
FIXES:
- You can no longer create flat zones.
- influx_hud compiles (oops)
- Noclip messages are no longer spammed in the chat/console.
- 'Noclip: ON' msg is no longer displayed when in practise mode.
- You should now be able to give yourself an hkp2000
- Setting run teleport destination and yaw through run menu should work correctly.
- You can no longer set run teleport destination in solid.
- Run records deletion now also updates the cached times. (no longer have to restart the map to take effect)
- You can no longer use modes or styles that are unloaded.
CODE:
- Added Inf_Warning stock to warn those silly people who can't get stuff to work.
- Made code a bit neater.
- Removed useless Influx_SetNextMenuTime calls.
- Fixed Influx_GetStyleShortName-native
- We now track the database version in case we ever want to update it.
- Added Influx_RemoveChatColors-native (use instead of Inf_RemoveColors)
- Added Influx_RemoveMode/Style/FpsCheck natives for proper unloading and late-loading