78eb5b7747
removed Handle:myself from OnPluginStart added GetMyHandle to get handle now, but there's no use...
David Anderson2007-02-26 08:32:20 +00:00
8553f12d59
Corrected an API design flaw with pausing. Contexts can now be flagged as paused, and IsRunnable() is moved from IBaseContext to IPluginFunction. While this allows for per-function pausing, it is not intended that way.
David Anderson2007-02-22 02:05:50 +00:00
eb9352b75d
removed todo list since we have a task system now
David Anderson2007-02-20 19:10:56 +00:00
ae5dfd0966
added helper a core translation helper to the translator regadmincmd is now officially done and tested, as are overrides printtoplayers now prints to the server on id==0 as a convenience fixed a crash bug in the admin system fixed up console.inc a bit
David Anderson2007-02-17 19:03:18 +00:00
3be7988cd1
fixed printtoconsole crashing on fake clients
David Anderson2007-02-17 17:35:09 +00:00
03e70ebe16
reverted project file for now moved printing natives
David Anderson2007-02-17 17:25:50 +00:00
9d0e33a71f
added admin access checking added syncing between overrides (note: denial message is a todo)
David Anderson2007-02-17 08:59:52 +00:00
6b28bec27f
rewrote console command implementation internally admin commands on the way but still not done removed weird restriction
David Anderson2007-02-17 07:54:20 +00:00
49d96d4322
Added GetUserMessageName() native spec to usermessages.inc
Scott Ehlert2007-02-17 07:31:14 +00:00
e7759cabea
Initial fixes to ensure static strings passed to new convars Also fixed minor warning in smn_bitbuffer.cpp
Scott Ehlert2007-02-17 05:33:31 +00:00
314f3401c8
fixed a bug where determinate 1D arrays would not have correct sizeof() -- REALLY hacky fix :( fixed local arrays asserting on more than two dimensions with the last dimension being indeterminate
David Anderson2007-02-17 04:37:47 +00:00
3f1051e83b
Corrected Vista information... I think
Scott Ehlert2007-02-17 04:10:58 +00:00
2b8a69dfcc
spec'd out more of the message hooking stuff
David Anderson2007-02-16 20:07:40 +00:00
165b8ed893
fixed a serious potential bug with swapping plugins to debug mode, leaving stale function pointers without plugin removal
David Anderson2007-02-16 04:16:31 +00:00
a75e87a076
removed this potential feature, not useful enough
David Anderson2007-02-16 03:47:10 +00:00
76903cd919
added client-based console commands extended console command functions to have an argument number renamed Result to Action
David Anderson2007-02-16 02:17:41 +00:00
0655c1b34c
Fixed up a few things in preliminary UltraEdit syntax highlighting file
Scott Ehlert2007-02-15 01:02:34 +00:00
06b9b09ea6
Plugin forwards for convar changes are no longer called if the new and old values are the same
Scott Ehlert2007-02-14 23:44:40 +00:00
7a8152aba3
initial import of bulk include for events and messages this is not in sourcemod.inc until it's done
David Anderson2007-02-14 17:49:18 +00:00
12b9e2750e
made these names more consistent, except for authorized, since only players get authids
David Anderson2007-02-14 17:48:49 +00:00
58ea6d1e65
Err, some missing keywords and corrections to UltraEdit/UEStudio syntax highlighting file
Scott Ehlert2007-02-12 13:32:42 +00:00
8d1d75f551
Fixed minor spacing issue in console.inc Added preliminary syntax highlighting file for UltraEdit/UEStudio
Scott Ehlert2007-02-12 13:20:19 +00:00