-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
57 lines (48 loc) · 1.99 KB
/
changelog.txt
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
0.1.8 (07.04.2015)
- added command to see who, currently on a server, has VIP staus
- rewrited & reworked some commands & methods
- some optimization
- changed way to detect player's spawn
- fixed possibly "index out of bounds" error
- corrected typo
- removed unnecessary info about plugin
- some works to prepare plugin for multilingual system
0.1.7 (26.03.2015)
- fixed bug with defuser
0.1.6 (07.03.2015)
- fixed minor error
0.1.5 (21.02.2015)
- fixed unique name for "defuser" cvar to correctly update motd
0.1.4 (11.02.2015)
- added new cvar sm_vip_reservation (it's just information for motd)
- changed a little bit methodmap
- taser is now given at the spawn
- updated motd (added info about reservation, added numbers) (backwards compatibility has been saved)
- changed a way to format url to the web
- added auto exec config
0.1.3 (09.02.2015)
- temporary workaround for weapons' skins (except CZ75a, don't worry i'm still working on it! :P)
- renamed cvar sm_vip_info to sm_vip_msg it was colliding with command
0.1.2 (08.02.2015)
- added dynamic motd which is available under /vip or !vip commands (its changes depend on cvars)
- corrected double vip prefix bug in chat
- added titles for menus with secondary & primary weapons
- removed exit buttons from sub-menus (prim & sec weapons)
- added check for engine (only csgo)
- removed some hardcoded values
0.1.1 (07.02.2015)
- changed structure of weapon menu
- improved menu collisions (vip now can re-enable menu when other menu disturbed him)
- added colors for chat message
- improved warmup detection
- added timeout for menu (buytime)
- added check if player is alive when choosing weapons
0.1.0 (06.02.2015)
- added weapon menu
- rewrite plugin to new sourcepawn syntax (now using methodmaps & object-oriented syntax)
- added info about plugin (chat commands etc.)
- added save system for players' weapon set (cookies)
- added taser for vip (cvar)
- changed color when a vip comes to a server
0.0.1-0.0.5 (Alpha) (xx.11.2014-28.01.2015)
- generally fixes