Commit Graph

  • 569a53182c Allow sm_SetConVarString, sm_SetConVarFloat, and sm_SetConVarNum treat notify and replicate as non-existent. Remove special functions for BoolValue, IntValue, and FloatValue. Ross Bemrose 2015-08-24 17:03:47 -0400
  • 55647cc18e Update to the latest SourcePawn revision. David Anderson 2015-08-18 09:51:24 -0700
  • 9ebd4ad627 Merge pull request #319 from KyleSanderson/20isntagoodnumber Kyle Sanderson 2015-09-05 13:58:03 -0700
  • d6476728f9 Merge pull request #391 from alliedmodders/dataprop-stringt-arrays Nicholas Hastings 2015-09-02 21:55:14 -0400
  • 1e1b23dc31 Add missing sanity checks on element param on SetEntPropString for data props. Nicholas Hastings 2015-09-02 18:35:37 -0400
  • 5cdf35d687 Fix array detection/handling for GetEntPropString with string_t arrays (bug 6409). Nicholas Hastings 2015-09-02 18:33:58 -0400
  • 4e275eea97 Split intercom.h into separate headers and reduce shared header inclusion. David Anderson 2015-08-30 21:27:32 -0700
  • 4f1705e001 Rename some bridge interfaces. David Anderson 2015-08-30 19:26:33 -0700
  • 5d55ff23bd Move OnQueryCvarValueFinished into the global hook manager. David Anderson 2015-08-30 17:44:07 -0700
  • 2ed044804d Move OnConVarChanged into a global hook. David Anderson 2015-08-30 13:59:25 -0700
  • 32ba03538b Move CCommandArgs into its own header. David Anderson 2015-08-29 23:44:07 -0400
  • 23feee0e00 Put the game provider in its own header. David Anderson 2015-08-29 23:12:22 -0400
  • 401aa038f8 Start a new bridge mechanism for global callbacks. David Anderson 2015-08-29 22:10:59 -0400
  • 38e1c2f1f3 Clean up the core side of the logic bridge. David Anderson 2015-08-29 21:46:05 -0400
  • 9e4d396d5e Virtualize MMS functions in the core/logic bridge. David Anderson 2015-08-29 20:50:05 -0400
  • 5c5d43137d Virtualize game state functions in the core/logic bridge. David Anderson 2015-08-29 20:43:40 -0400
  • bdfdab1d3a Virtualize game description functions in the core/logic bridge. David Anderson 2015-08-29 20:35:38 -0400
  • 9366882ac4 Virtualize ConVar bridge functions. David Anderson 2015-08-29 20:29:00 -0400
  • 0f9e5234fe Convert core_bridge to a proper class declaration. David Anderson 2015-08-29 20:19:04 -0400
  • 3d5c9f0e21 Rename smcore to bridge, and use it as a pointer. David Anderson 2015-08-29 19:23:50 -0400
  • a2dac43833 Remove CCommand from the logic bridge. David Anderson 2015-08-28 15:12:20 -0400
  • 28346c99f2 Move RootConsoleMenu into core/logic. David Anderson 2015-08-28 14:08:25 -0400
  • 23d55dd9d5 Move RootConsoleMenu::ConsolePrint into the logic bridge. David Anderson 2015-08-28 12:00:29 -0400
  • 2c886943a0 Move RootConsoleMenu into its own header and .cpp file. David Anderson 2015-08-27 23:46:36 -0400
  • 9d805ea9fb Replace the AddRootConsoleCommand API to not expose internal structures. David Anderson 2015-08-27 22:59:04 -0400
  • e992c33f35 Factor irrelevant stuff out of RootConsoleMenu. David Anderson 2015-08-27 22:00:05 -0400
  • ecbcc7ba16 Move the sourcemod_version convar. David Anderson 2015-08-27 21:44:59 -0400
  • 6503e92d66 Move LibrarySys from core to logic. David Anderson 2015-08-27 17:09:59 -0400
  • 207f643d3a Replace g_LibSys usage with AMTL primitives. David Anderson 2015-08-27 16:51:11 -0400
  • ec01ca72a0 Replace internal ILibrary use with ke::SharedLib. David Anderson 2015-08-27 14:09:42 -0400
  • 5ecd906905 Replace CLibrary with a wrapper around ke::SharedLib. David Anderson 2015-08-27 13:50:45 -0400
  • e78fe93e92 Move gnprintf/atcprintf from core to logic. David Anderson 2015-08-26 02:28:50 -0400
  • 9d2bee261c Move TrimWhitespace from core to logic. David Anderson 2015-08-26 00:46:09 -0400
  • c261bb0b2e Merge branch 'rm-strncopy' David Anderson 2015-08-30 18:38:31 -0700
  • 204ca3aca5 Update to the latest AMTL revision. David Anderson 2015-08-30 18:38:05 -0700
  • a158205f30 Remove strncopy from the core/logic bridge. David Anderson 2015-08-26 00:35:45 -0400
  • 3786a2756b Merge pull request #379 from alliedmodders/rm-format David Anderson 2015-08-30 21:04:20 -0400
  • 457266d249 Make UTIL_Format wrap ke::SafeSprintf. David Anderson 2015-08-26 00:03:45 -0400
  • 9ba1363d86 Remove Format/FormatArgs from the core/logic bridge. David Anderson 2015-08-25 23:58:43 -0400
  • 2d40af31a2 Merge pull request #383 from alliedmodders/new-amtl David Anderson 2015-08-27 10:55:00 -0400
  • c87b3c0859 Update to the latest AMTL version. David Anderson 2015-08-26 17:59:51 -0400
  • e30b57cb4a Update build scripts for new AMTL folder structure. David Anderson 2015-08-26 15:54:55 -0400
  • ee2a408d44 Merge pull request #376 from s3bul/convars/define Asher Baker 2015-08-19 19:33:04 +0100
  • e030bb4451 Add define included Sebastian K 2015-08-19 20:27:33 +0200
  • 9e3ed67185 Merge pull request #375 from alliedmodders/tf2-update-15-08-18-pre Nicholas Hastings 2015-08-18 19:00:44 -0400
  • d1768b7089 Update TF2 gamedata Asher Baker 2015-08-18 21:09:33 +0100
  • 229769ed22 Fix CS:GO Score gamedata. Ruben Gonzalez 2015-08-15 20:16:02 -0400
  • 4dd641287d Fix typo in last commit. Nicholas Hastings 2015-08-15 11:56:36 -0400
  • 199d1b8eeb Fix Mac build. Nicholas Hastings 2015-08-14 22:00:43 -0400
  • 31cd5c7863 Merge pull request #371 from alliedmodders/clang-3.6 Nicholas Hastings 2015-08-14 21:56:35 -0400
  • a95527a72c Merge pull request #370 from alliedmodders/valvefs-default-pathid Nicholas Hastings 2015-08-14 08:44:34 -0400
  • 4f0c06d068 Merge pull request #369 from alliedmodders/bug-6391 Nicholas Hastings 2015-08-14 08:32:33 -0400
  • af4573e7af Fix build on Clang. Nicholas Hastings 2015-08-14 08:31:52 -0400
  • 620cb405b1 Fix build on Clang 3.6. Nicholas Hastings 2015-08-14 08:25:40 -0400
  • a08a693bf3 Make path id default to "GAME" instead of NULL for FileExists and FileSize if param missing. Nicholas Hastings 2015-08-14 07:52:50 -0400
  • 8a726a8fbb Fix bIsStringIndex not being initialized in SetEntPropString for non-index SendProps. Nicholas Hastings 2015-08-14 07:50:10 -0400
  • ff692f6040 Merge pull request #366 from peace-maker/timer_paused David Anderson 2015-08-13 22:14:02 -0700
  • 246c32a202 Update SourcePawn and AMTL. David Anderson 2015-08-13 22:08:47 -0700
  • f81786cea0 Merge pull request #368 from alliedmodders/rm-binding David Anderson 2015-08-12 12:31:55 -0700
  • bcfef75c5d Update regex and datapack includes to not use binding syntax. David Anderson 2015-08-12 11:52:57 -0700
  • 0a14d3f50c Fix calling timer callback in paused plugins Peace-Maker 2015-08-09 01:50:36 +0200
  • 17c4649651 Update SourcePawn for bug 6396. David Anderson 2015-08-02 12:54:34 -0700
  • 4c895a78c6 Update Insurgency gamedata. Nicholas Hastings 2015-07-29 06:58:56 -0400
  • 152807b977 Update AMTL and SourcePawn submodules to master. David Anderson 2015-07-25 17:25:59 -0700
  • 45f5ac64e1 Merge pull request #364 from alliedmodders/bug-6391 Nicholas Hastings 2015-07-25 14:54:06 -0400
  • b438a5b39e Merge pull request #365 from powerlord/sampleext-fixcopyfiles Nicholas Hastings 2015-07-25 14:17:08 -0400
  • b705de0143 Add missing CopyFiles function. Ross Bemrose 2015-07-25 13:16:17 -0400
  • f589298879 Fix maxlen in SetEntPropString not being initialized (bug 6391). Nicholas Hastings 2015-07-25 10:46:41 -0400
  • 7d153cf9f9 Merge pull request #363 from VoiDeD/datapack-pos Nicholas Hastings 2015-07-20 18:34:54 -0400
  • 86b04e36b5 Clarify the Get/SetPackPosition documentation. Ryan Stecker 2015-07-20 15:03:57 -0500
  • 33d13ff81c Hide datapack positions behind an opaque handle. Ryan Stecker 2015-07-20 15:03:04 -0500
  • dcbc85b2cf Update FoF sdktools gamedata. Nicholas Hastings 2015-07-17 08:12:02 -0400
  • 5123527c66 Merge pull request #311 from alliedmodders/juju Nicholas Hastings 2015-07-14 20:19:11 -0400
  • c4e7b8a795 More tweaks. Nicholas Hastings 2015-07-14 19:44:52 -0400
  • 41297b96d0 Add gcc-multilib to build reqs. Nicholas Hastings 2015-07-13 21:43:27 -0400
  • d30cab04c3 Merge pull request #360 from alliedmodders/cckv Nicholas Hastings 2015-07-13 21:35:25 -0400
  • 3ab31eba7b Update FoF sdktools gamedata. Ruben Gonzalez 2015-07-13 08:53:30 -0400
  • e7aa159896 Clarify doc regarding KV handle. Nicholas Hastings 2015-07-12 19:21:28 -0400
  • 4db1280c59 Add comment to note that pStk actually gets deleted. Nicholas Hastings 2015-07-12 19:18:27 -0400
  • 5893737321 Fix handle leak. Nicholas Hastings 2015-07-12 17:38:50 -0400
  • c85cc5cbf7 Add support for listening to, blocking, changing, and faking ClientCommandKeyValues. Nicholas Hastings 2015-07-12 13:14:46 -0400
  • 705b5d3f5f Merge pull request #340 from asherkin/datapack-alloc Asher Baker 2015-07-08 20:07:40 +0100
  • 8a978dc71f Remove hack around FuzzyMatch never being returned in TF2 for FindMap. Nicholas Hastings 2015-07-04 13:42:50 -0400
  • c32683225f Merge pull request #357 from alliedmodders/dumps-datestamps Nicholas Hastings 2015-07-03 19:33:02 -0400
  • 01941d5504 Merge pull request #353 from alliedmodders/getentpropstringt Nicholas Hastings 2015-07-03 19:32:54 -0400
  • 8fb97a6152 Add date to sm_dump_netprops_xml output. Nicholas Hastings 2015-07-03 10:39:44 -0400
  • 801da2db37 Fix MSVC compile. Nicholas Hastings 2015-07-03 10:38:15 -0400
  • 52147ca75f Use datadesc instead of serverclass for m_iName lookup. Nicholas Hastings 2015-07-03 08:57:15 -0400
  • 2f3a3942b5 Merge pull request #356 from alliedmodders/revert-355-master Nicholas Hastings 2015-07-02 17:36:36 -0400
  • 3ab4e4f24e Update sm_dump_netprops to include date of dump, similar to datamaps and classes dump commands. Nicholas Hastings 2015-07-02 17:21:40 -0400
  • 1336d9cf5e Update date format on sm_dump_classes and sm_dump_datamaps to use the less ambiguous Y/m/d... Nicholas Hastings 2015-07-02 17:21:03 -0400
  • 1a5714c3ca Fix build for ep1 and darkm. Nicholas Hastings 2015-07-02 15:22:33 -0400
  • e0a83ff7b2 Add support for setting string_t values with SetEntPropString. Nicholas Hastings 2015-07-02 14:47:31 -0400
  • 93bec920cf Add support for GetEntPropString(Prop_Send) with netvars backed by string_t vars. Nicholas Hastings 2015-07-02 14:00:47 -0400
  • 8d8c9aa55b Revert "Changing MAX_NAME_LENGTH from 32 to 128 due to CSGO having 128." Nicholas Hastings 2015-07-02 13:34:40 -0400
  • ed57a2f3d8 Merge pull request #355 from TheMadSword/master Kyle Sanderson 2015-07-02 14:27:33 -0700
  • 1b706bcbcf Changing MAX_NAME_LENGTH from 32 to 128 due to CSGO having 128 bytes buffer-size. TheMadSword 2015-07-02 16:14:54 -0400
  • 668839d1cb Update TF2 Disguise signature. Asher Baker 2015-07-02 14:37:48 +0100
  • a410aefd6d Merge pull request #352 from peace-maker/charset_thread Kyle Sanderson 2015-06-29 12:14:09 -0700
  • c6a7e86762 Lock database before setting character set Peace-Maker 2015-06-29 20:44:45 +0200