Commit Graph

  • 510b764d43 fixed really stupid bug David Anderson 2007-03-03 09:46:36 +0000
  • 300926b87d removed svn_version file updating David Anderson 2007-03-03 09:37:47 +0000
  • 60a37530fc excluded version.tpl from package builds David Anderson 2007-03-03 08:56:45 +0000
  • 0d1746ba60 added versioning to plugins David Anderson 2007-03-03 08:51:47 +0000
  • 3118427af3 added threader to versioning David Anderson 2007-03-03 08:43:48 +0000
  • 98a010efc1 added versioning to geoip David Anderson 2007-03-03 08:40:01 +0000
  • 868d9d4ba1 removed weird and bad lines from the Makefile David Anderson 2007-03-03 08:34:11 +0000
  • 30a8e3237a removed Metamod from the build list, it was pointless David Anderson 2007-03-03 08:11:40 +0000
  • b9da5d8a23 added the holy version changer script! David Anderson 2007-03-03 07:54:32 +0000
  • ddfb56c34d new versioning stuff David Anderson 2007-03-03 07:50:01 +0000
  • 4499f4df75 exposed the message interface Borja Ferrer 2007-03-03 00:56:01 +0000
  • 52e8a1fa76 initial sketch of the timer system David Anderson 2007-03-02 23:54:26 +0000
  • 25891bdaba Typo fix: initialler -> initializer Scott Ehlert 2007-03-02 23:23:13 +0000
  • fd5c410153 aligned header spaces properly David Anderson 2007-03-02 19:11:29 +0000
  • 791cbc985f added entity functions and stocks for send props David Anderson 2007-03-02 19:11:04 +0000
  • 66b244011e added ThrowError() a la amxmodx's abort() David Anderson 2007-03-02 19:10:44 +0000
  • 9de900d3eb Made this const for great justice Scott Ehlert 2007-03-02 09:15:54 +0000
  • de588c77b9 added state change function David Anderson 2007-03-02 08:34:13 +0000
  • ec62fb6892 added initial private offset functions David Anderson 2007-03-02 08:00:45 +0000
  • bbb373297f fixed some bugs with edicts and players added classname retrieval functions David Anderson 2007-03-02 01:56:56 +0000
  • a0ae2a5b16 added a few new entity natives David Anderson 2007-03-02 01:21:43 +0000
  • 16eab8a091 internal reorganization renamed edict to entity where appropriate David Anderson 2007-03-02 00:52:55 +0000
  • 3b207f2cc9 implemented GetUserMessageName native Borja Ferrer 2007-03-01 23:44:27 +0000
  • 7ebe3f33cd initial implementation of message hooks Borja Ferrer 2007-03-01 22:49:08 +0000
  • f7df18f6fd fixed crash when gamedata is missing David Anderson 2007-03-01 16:35:06 +0000
  • 27f239b639 fixed a codegen bug in the compiler (amb53) David Anderson 2007-03-01 04:41:41 +0000
  • 124f9ba049 slight reorganization for future expansion David Anderson 2007-03-01 04:18:23 +0000
  • d893af2ea4 added keys to game config files David Anderson 2007-03-01 03:58:18 +0000
  • 8d29b2c02e initial import of game compatibility backend David Anderson 2007-03-01 01:02:47 +0000
  • 3fec219433 fixed bug where Plugin_Handled didn't block commands David Anderson 2007-02-27 23:51:38 +0000
  • 9e98944097 split sourcemod.inc into clients.inc and fixed some bugs David Anderson 2007-02-27 23:39:30 +0000
  • 5cccd9a242 Added hex format specifier (%X and %x) Scott Ehlert 2007-02-27 21:30:04 +0000
  • ad5bc37912 added linux support David Anderson 2007-02-27 08:32:29 +0000
  • 88023370ea implemented wrapper around BAT's AdminInterface David Anderson 2007-02-27 08:21:01 +0000
  • 348f21b61a renamed this function to avoid clashes David Anderson 2007-02-27 07:31:55 +0000
  • 09887584f4 added functions for target immunity testing David Anderson 2007-02-27 03:32:14 +0000
  • 52de18813c fixed stupid export David Anderson 2007-02-26 09:21:08 +0000
  • 57a69562cf changed name output format David Anderson 2007-02-26 09:12:32 +0000
  • 38532ccdad removed redundant float native David Anderson 2007-02-26 08:50:25 +0000
  • 78eb5b7747 removed Handle:myself from OnPluginStart added GetMyHandle to get handle now, but there's no use... David Anderson 2007-02-26 08:32:20 +0000
  • 5cb299014a added sorting natives (phew) David Anderson 2007-02-26 08:21:09 +0000
  • fd32916b6e fixed a corruption bug where idxtags were not properly set David Anderson 2007-02-26 07:44:08 +0000
  • 8d412faf5c fixed an assertion apparently being in the wrong place David Anderson 2007-02-26 07:43:50 +0000
  • 1cc70a46eb added a crapload of random natives David Anderson 2007-02-26 05:26:54 +0000
  • 95e92b25aa added a gameframe hook David Anderson 2007-02-26 04:36:15 +0000
  • bb69a9f0d2 added random number natives David Anderson 2007-02-26 04:24:06 +0000
  • 0b8874e5ec fixed a series of crash bugs related to CreateForward() with a NULL typeset David Anderson 2007-02-26 02:51:14 +0000
  • e4fdaede32 added per-handle security (untested) David Anderson 2007-02-26 02:47:03 +0000
  • 8567d140d2 re-added this back, it was a good idea after all David Anderson 2007-02-22 02:20:15 +0000
  • 81a6bc3288 removed unnecessary code David Anderson 2007-02-22 02:09:46 +0000
  • 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 Anderson 2007-02-22 02:05:50 +0000
  • 3de592d387 added replicated version cvar David Anderson 2007-02-21 22:09:05 +0000
  • d30525b8f8 put usermessages at the end of the include so it will compile David Anderson 2007-02-21 22:05:44 +0000
  • dc06ac6501 added server command functions David Anderson 2007-02-21 22:05:25 +0000
  • eb9352b75d removed todo list since we have a task system now David Anderson 2007-02-20 19:10:56 +0000
  • 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 Anderson 2007-02-17 19:03:18 +0000
  • 3be7988cd1 fixed printtoconsole crashing on fake clients David Anderson 2007-02-17 17:35:09 +0000
  • 03e70ebe16 reverted project file for now moved printing natives David Anderson 2007-02-17 17:25:50 +0000
  • 43051a0571 added functions for getting arguments David Anderson 2007-02-17 09:12:21 +0000
  • 2ba612fed7 clientconnect now blocks properly when needed removed cruft David Anderson 2007-02-17 09:02:22 +0000
  • b9451b6cc9 exposed global translation file for core David Anderson 2007-02-17 09:00:14 +0000
  • 9d0e33a71f added admin access checking added syncing between overrides (note: denial message is a todo) David Anderson 2007-02-17 08:59:52 +0000
  • 6b28bec27f rewrote console command implementation internally admin commands on the way but still not done removed weird restriction David Anderson 2007-02-17 07:54:20 +0000
  • 49d96d4322 Added GetUserMessageName() native spec to usermessages.inc Scott Ehlert 2007-02-17 07:31:14 +0000
  • e7759cabea Initial fixes to ensure static strings passed to new convars Also fixed minor warning in smn_bitbuffer.cpp Scott Ehlert 2007-02-17 05:33:31 +0000
  • 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 Anderson 2007-02-17 04:37:47 +0000
  • 3f1051e83b Corrected Vista information... I think Scott Ehlert 2007-02-17 04:10:58 +0000
  • 2b8a69dfcc spec'd out more of the message hooking stuff David Anderson 2007-02-16 20:07:40 +0000
  • 371c764668 initial import of usermessage interface David Anderson 2007-02-16 19:12:27 +0000
  • bf69dad3bf Id was broken for this file Borja Ferrer 2007-02-16 18:50:27 +0000
  • 0fbb38ef8e initial user message implementation with its natives and such Borja Ferrer 2007-02-16 18:47:16 +0000
  • c91542fbe8 Moved this... for now Also added missing header Scott Ehlert 2007-02-16 07:48:38 +0000
  • eb2afc8c56 fixed linux build David Anderson 2007-02-16 04:43:48 +0000
  • 165b8ed893 fixed a serious potential bug with swapping plugins to debug mode, leaving stale function pointers without plugin removal David Anderson 2007-02-16 04:16:31 +0000
  • a75e87a076 removed this potential feature, not useful enough David Anderson 2007-02-16 03:47:10 +0000
  • 76903cd919 added client-based console commands extended console command functions to have an argument number renamed Result to Action David Anderson 2007-02-16 02:17:41 +0000
  • dcb10ee3a2 added per-plugin command listing David Anderson 2007-02-16 00:04:14 +0000
  • 165b705354 implemented+tested RegServerCmd() renamed internal project console stuff David Anderson 2007-02-15 22:17:01 +0000
  • 81509e1ee4 renamed Result to Action David Anderson 2007-02-15 22:16:19 +0000
  • 745375f393 added engine callclass David Anderson 2007-02-15 20:35:17 +0000
  • 0655c1b34c Fixed up a few things in preliminary UltraEdit syntax highlighting file Scott Ehlert 2007-02-15 01:02:34 +0000
  • 06b9b09ea6 Plugin forwards for convar changes are no longer called if the new and old values are the same Scott Ehlert 2007-02-14 23:44:40 +0000
  • 7a8152aba3 initial import of bulk include for events and messages this is not in sourcemod.inc until it's done David Anderson 2007-02-14 17:49:18 +0000
  • 12b9e2750e made these names more consistent, except for authorized, since only players get authids David Anderson 2007-02-14 17:48:49 +0000
  • 911a333957 updated makefile Borja Ferrer 2007-02-14 17:03:54 +0000
  • 3287dc1442 forgot to add the headers Borja Ferrer 2007-02-14 11:29:59 +0000
  • 5fadb86664 removed debug code Borja Ferrer 2007-02-14 11:07:22 +0000
  • 8f9a0706bf improved data pack type checking added readmemory member Borja Ferrer 2007-02-14 11:03:03 +0000
  • bb79b1e6a9 Removed convar stuff from CPlugin, now uses plugin properties for convar listing Scott Ehlert 2007-02-14 01:25:45 +0000
  • 20441b70d3 added plugin properties David Anderson 2007-02-13 19:20:48 +0000
  • 3b151e1790 new lines for linux Borja Ferrer 2007-02-13 16:39:47 +0000
  • 1ff370b91d initial implementation of data packs Borja Ferrer 2007-02-13 16:11:04 +0000
  • fbeabce6bf added event result types David Anderson 2007-02-13 06:26:01 +0000
  • d5a7ba694c Changed "sm cvars" to "sm convars" in the name of consistency I guess Scott Ehlert 2007-02-13 06:12:33 +0000
  • 4f1101a006 changed these numbers for future expandability David Anderson 2007-02-13 03:19:59 +0000
  • c5316168de moved two console commands David Anderson 2007-02-12 19:45:23 +0000
  • ea9815d2f5 removed invalid options from the config file David Anderson 2007-02-12 19:41:50 +0000
  • 89716abdcf fixed error code being off by one David Anderson 2007-02-12 18:25:16 +0000
  • 58ea6d1e65 Err, some missing keywords and corrections to UltraEdit/UEStudio syntax highlighting file Scott Ehlert 2007-02-12 13:32:42 +0000
  • 8d1d75f551 Fixed minor spacing issue in console.inc Added preliminary syntax highlighting file for UltraEdit/UEStudio Scott Ehlert 2007-02-12 13:20:19 +0000