Arkshine
|
356a981164
|
Cvars: Add get/set_pcvar_bool natives
|
2015-01-26 14:26:48 +01:00 |
|
Arkshine
|
8a241ed0fd
|
Cvars: Add new description param in get_plugins_cvar
|
2015-01-25 11:38:01 +01:00 |
|
Arkshine
|
cb0b9da51f
|
Cvars: Add bind_pcvar_num/float/string
|
2015-01-24 21:31:00 +01:00 |
|
Arkshine
|
8ebb7be36d
|
Cvars: Add get|set_pcvar_bounds natives
|
2015-01-24 15:04:49 +01:00 |
|
Arkshine
|
a05d0df50e
|
Cvars: Add create_cvar native with more options (description, bounds)
|
2015-01-23 19:05:34 +01:00 |
|
Arkshine
|
15ad1d2247
|
Cvars: Moving cvars stuffs in its own files
cvars.cpp renamed to CvarManager.cpp
all cvars natives moved to a new cvars.cpp file
Pawn include is updated as wall.
|
2015-01-23 19:05:34 +01:00 |
|
Arkshine
|
768fa2c3bc
|
Cvars: Add hook_cvar_change, [enable|disable]_cvar_hook natives
|
2015-01-23 19:05:33 +01:00 |
|
Arkshine
|
0db5963641
|
Cvars: Remove global forward
|
2015-01-23 19:05:33 +01:00 |
|
Arkshine
|
faeaf9259e
|
Cvars: Add OnCvarChanged global forward
I really tried to use "cvar_changed" as name, but it bothered me so much to look that weird I could not keep it.
|
2015-01-23 19:05:31 +01:00 |
|