b96505af03added a "storage-local" database for generic sqlite storage
David Anderson
2007-08-08 16:52:06 +0000
195710cb81added a "storage-local" database for generic sqlite storage
David Anderson
2007-08-08 16:50:00 +0000
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 Anderson
2007-08-08 16:22:51 +0000
77e46d363dfixed a very unhelpful error message
David Anderson
2007-08-08 15:08:01 +0000
ee7d75fcb9added a menu parameter to the vote callback
David Anderson
2007-08-08 02:44:36 +0000
8352ea6413fixed linux build
David Anderson
2007-08-08 02:30:03 +0000
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 Anderson
2007-08-08 02:27:10 +0000
9d0c2ea4d8Added #pragma deprecated to include files for deprecated functions and constants
Scott Ehlert
2007-08-07 22:11:00 +0000
fb2e5dc142Fixed crash/freeze bug in compiler where free was being used on a bad pointer (was an oversight when adding deprecation support for macros)
Scott Ehlert
2007-08-07 22:03:11 +0000
c9adfc56ec#pragma deprecated now works on macros/constants created via #define
Scott Ehlert
2007-08-07 18:55:44 +0000
8ab3a324e2Fixed compiler bug where #pragma deprecated would emit a warning twice for stocks
Scott Ehlert
2007-08-06 22:26:28 +0000
2acb412f61Fixed spelling typo for HintTextMsg.
Phong Dang
2007-08-06 00:22:38 +0000
082d9ecafereverted change from r1124 that introduced a bug
David Anderson
2007-08-05 15:41:09 +0000
b22f9d705eadded sound option for normal "exit"
David Anderson
2007-08-01 17:51:38 +0000
5a091ac33eAdded svn:ignore property to extension folders that didn't have it yet
Scott Ehlert
2007-08-01 16:52:51 +0000
71245a441dAdded check to make sure player are alive to perform sm_slap, sm_burn, sm_slay.
Phong Dang
2007-08-01 07:29:40 +0000
bcc798e165Implemented amb584 - CGlobalEntityList support in SDKTools Also added FindEntityByClassname native to start this off
Scott Ehlert
2007-08-01 07:18:58 +0000
5acdc40618Fixed PrintCenterTextAll not accepting the small translation key.
Phong Dang
2007-07-30 20:26:18 +0000
9b86e7bdf6Fixed sm_kick where it was not using decl safely.
Phong Dang
2007-07-30 19:10:46 +0000
c027b864faFixed sm_unban to allow quotes or no quotes around steamid. Remove the quotes around the steamid in the server command removeid.
Phong Dang
2007-07-30 18:45:55 +0000
4a6d80d73cFixed sm_play to allow file with spaces. Also allowed file name to be in quotes or not.
Phong Dang
2007-07-30 17:27:30 +0000
43c39f509ffixed usage text for sm_play command
Scott Ehlert
2007-07-30 04:55:35 +0000
8e5d8881dfImplemented request amb684 for sm_play.
Phong Dang
2007-07-29 20:42:51 +0000
c01022585bAdded amb<536> requested for using sm_kick without putting quotes around reason.
Phong Dang
2007-07-29 19:20:42 +0000
64d7fd751afixed an sqlite bug where empty results would count as no result set
David Anderson
2007-07-29 14:56:24 +0000
dd8a7512a6fixed linux build for mysql
David Anderson
2007-07-29 02:44:37 +0000
c9350cc48cfixed build script
David Anderson
2007-07-29 02:41:56 +0000
10b6fbd7f3added sqlite to the build script
David Anderson
2007-07-29 01:31:36 +0000
efad023796import of linux sqlite build
David Anderson
2007-07-29 01:29:27 +0000
92e7e70ea3removed another unused file
David Anderson
2007-07-29 01:21:56 +0000
02406e208eremoved unused file
David Anderson
2007-07-29 01:19:39 +0000
9f6a67ba17initial import of sqlite extension
David Anderson
2007-07-29 01:15:31 +0000
2f3c518eb1fixed a bug where extensions were forwarded their unload call AFTER being dropped as an identity
David Anderson
2007-07-29 01:05:58 +0000
76c34cc268fixed a bug where the database manager removed itself from the plugins listener
David Anderson
2007-07-29 01:05:11 +0000
f2630470c4Fixed AskPluginLoad would still allowed plugin to load even if it returned false.
Phong Dang
2007-07-29 00:26:18 +0000
41e48f4bfbadded basefuncommands to the build script
David Anderson
2007-07-28 23:53:23 +0000
eb0de8dad9Fixed infinite loop when using SetArraySize() or 2nd parameter of CreateArray().
Phong Dang
2007-07-28 20:01:30 +0000
e7b39faea7Removed 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 Dang
2007-07-28 02:10:11 +0000
2fcf4e2567Added Invalid Amount phrase to common.phrases.txt
Michael McKoy
2007-07-27 23:09:18 +0000
65dc62d818basecommands.sp: Removed plugin.basecommands.txt, switched to FindTarget stock, and added a 2 minute IP ban to sm_ban to stop retry spammers.
Michael McKoy
2007-07-27 22:30:05 +0000
ead84293c8Added basefuncommands.sp (Slay, Slap, Burn) Moved all basecommands translations into common.phrases.txt
Michael McKoy
2007-07-27 21:27:56 +0000
9d7db20b96fixed a bug where HandleSecurity was not initialized properly for the datapack natives
David Anderson
2007-07-27 21:00:50 +0000
1154b20fc9added a new function to ILibrarySys added define in SDK for LIBRARYSYS
David Anderson
2007-07-27 18:24:09 +0000
fa07c9d8a2exposed DataPack Handle type
David Anderson
2007-07-27 15:45:15 +0000
995f0231a8bintools will now align the stack before calling a function
Borja Ferrer
2007-07-27 04:37:00 +0000
8556c6925dAdjustment to basetriggers.sp to stop sm_timeleft_interval from running when it shouldn't.
Michael McKoy
2007-07-27 03:29:15 +0000
201c35c501Removed usage of basecommands translation file
Michael McKoy
2007-07-27 00:35:39 +0000
74e90db64dNew phrase file standard, use xxxx.phrases.txt plugin.basecommands.txt not changed at this time
Michael McKoy
2007-07-27 00:34:58 +0000
76c6bf732aadded ferret's new plugins to the build script
David Anderson
2007-07-27 00:28:43 +0000
b079ad448aForgot one little change.
Michael McKoy
2007-07-27 00:25:39 +0000
42786664e1Added basetrigger cvars
Michael McKoy
2007-07-27 00:24:28 +0000
493e591750Import of basetriggers
Michael McKoy
2007-07-27 00:24:15 +0000
bcad149712Import of basetriggers
Michael McKoy
2007-07-27 00:24:04 +0000
fbd597d932Added basechat cvars
Michael McKoy
2007-07-27 00:01:09 +0000
7c469fb517Tested and ready for release
Michael McKoy
2007-07-26 23:56:55 +0000
efe5f0d2feFully tested, ready for release
Michael McKoy
2007-07-26 23:52:19 +0000
6b3a0c6a95Now uses new FindTarget stock
Michael McKoy
2007-07-26 23:42:13 +0000
9ddf5504ffAdded FindTarget stock.
Michael McKoy
2007-07-26 23:31:58 +0000
5f8641fa95Import
Michael McKoy
2007-07-26 22:41:21 +0000