b96505af03
added a "storage-local" database for generic sqlite storage
David Anderson2007-08-08 16:52:06 +00:00
195710cb81
added a "storage-local" database for generic sqlite storage
David Anderson2007-08-08 16:50:00 +00:00
6da3335588
- added amb733 - running admin auth CheckSetAdmin - fixed amb737 - reservedslots uses the new auth api - fixed various FormatString() usage bugs in functions such as KickClient() and ServeRCommand() - added API so sql admins will be fit into the whole system
David Anderson2007-08-08 16:22:51 +00:00
6d60bd8de2
- massive overhaul of the voting subsystem - NOTE: menu API compatibility was COMPLETELY broken for C++! - cleaned up various aspects of the menu API - implemented new extended vote results callback - extended the debug reporter a tiny bit
David Anderson2007-08-08 02:27:10 +00:00
9d0c2ea4d8
Added #pragma deprecated to include files for deprecated functions and constants
Scott Ehlert2007-08-07 22:11:00 +00:00
fb2e5dc142
Fixed crash/freeze bug in compiler where free was being used on a bad pointer (was an oversight when adding deprecation support for macros)
Scott Ehlert2007-08-07 22:03:11 +00:00
c9adfc56ec
#pragma deprecated now works on macros/constants created via #define
Scott Ehlert2007-08-07 18:55:44 +00:00
8ab3a324e2
Fixed compiler bug where #pragma deprecated would emit a warning twice for stocks
Scott Ehlert2007-08-06 22:26:28 +00:00
2acb412f61
Fixed spelling typo for HintTextMsg.
Phong Dang2007-08-06 00:22:38 +00:00
082d9ecafe
reverted change from r1124 that introduced a bug
David Anderson2007-08-05 15:41:09 +00:00
5a091ac33e
Added svn:ignore property to extension folders that didn't have it yet
Scott Ehlert2007-08-01 16:52:51 +00:00
71245a441d
Added check to make sure player are alive to perform sm_slap, sm_burn, sm_slay.
Phong Dang2007-08-01 07:29:40 +00:00
bcc798e165
Implemented amb584 - CGlobalEntityList support in SDKTools Also added FindEntityByClassname native to start this off
Scott Ehlert2007-08-01 07:18:58 +00:00
5acdc40618
Fixed PrintCenterTextAll not accepting the small translation key.
Phong Dang2007-07-30 20:26:18 +00:00
9b86e7bdf6
Fixed sm_kick where it was not using decl safely.
Phong Dang2007-07-30 19:10:46 +00:00
c027b864fa
Fixed sm_unban to allow quotes or no quotes around steamid. Remove the quotes around the steamid in the server command removeid.
Phong Dang2007-07-30 18:45:55 +00:00
4a6d80d73c
Fixed sm_play to allow file with spaces. Also allowed file name to be in quotes or not.
Phong Dang2007-07-30 17:27:30 +00:00
eb0de8dad9
Fixed infinite loop when using SetArraySize() or 2nd parameter of CreateArray().
Phong Dang2007-07-28 20:01:30 +00:00
e7b39faea7
Removed the two minute ip ban from sm_ban. (Two people on same ip will result in both of them getting ban for two minutes. When you only meant to ban one of them.).
Phong Dang2007-07-28 02:10:11 +00:00
2fcf4e2567
Added Invalid Amount phrase to common.phrases.txt
Michael McKoy2007-07-27 23:09:18 +00:00
65dc62d818
basecommands.sp: Removed plugin.basecommands.txt, switched to FindTarget stock, and added a 2 minute IP ban to sm_ban to stop retry spammers.
Michael McKoy2007-07-27 22:30:05 +00:00
ead84293c8
Added basefuncommands.sp (Slay, Slap, Burn) Moved all basecommands translations into common.phrases.txt
Michael McKoy2007-07-27 21:27:56 +00:00
9d7db20b96
fixed a bug where HandleSecurity was not initialized properly for the datapack natives
David Anderson2007-07-27 21:00:50 +00:00
1154b20fc9
added a new function to ILibrarySys added define in SDK for LIBRARYSYS
David Anderson2007-07-27 18:24:09 +00:00