Commit Graph

  • 291ef6fdc4 Fix FindStringIndex native not returning INVALID_STRING_INDEX when string not found (bug 6144). Nicholas Hastings 2014-06-19 11:40:01 -0400
  • 75254bbf25 Update SDKTools entity output functions to use core's GetEntityClassname instead of own. Nicholas Hastings 2014-06-19 11:27:26 -0400
  • 9d676ed440 Revert "Disable FireOutput gamedata on TF2 until proper fix is found." Nicholas Hastings 2014-06-19 00:35:07 -0400
  • b0e466edae Revert "Disable FireOutput gamedata on TF2 until proper fix is found." Nicholas Hastings 2014-06-19 00:34:41 -0400
  • bad5252ee3 Add early-exit in entity output detour if entity has no classname. Nicholas Hastings 2014-06-19 00:33:54 -0400
  • e95309a603 Add early-exit in entity output detour if entity has no classname. Nicholas Hastings 2014-06-19 00:33:54 -0400
  • a2951b9ea8 Disable FireOutput gamedata on TF2 until proper fix is found. Nicholas Hastings 2014-06-18 23:16:20 -0400
  • f98cd68341 Revert "Update TF2 FireOutput gamedata." Nicholas Hastings 2014-06-18 23:16:33 -0400
  • 9af7eefe07 Disable FireOutput gamedata on TF2 until proper fix is found. Nicholas Hastings 2014-06-18 23:16:20 -0400
  • b5c5aba588 Revert "Update TF2 FireOutput gamedata." Nicholas Hastings 2014-06-18 23:15:38 -0400
  • 45b9573348 Update TF2 FireOutput gamedata. Ryan Stecker 2014-06-18 22:01:59 -0400
  • 633f219cf7 Update TF2 FireOutput gamedata. Ryan Stecker 2014-06-18 22:01:59 -0400
  • 13f27821ad Bump version for master branch. Nicholas Hastings 2014-06-18 19:24:06 -0400
  • 7553106eee Merge pull request #34 from WildCard65/Spacing Nicholas Hastings 2014-06-17 21:44:05 -0400
  • 5cf73385c5 Merge pull request #37 from FlaminSarge/tf_weapon_enum_2014jun11 Nicholas Hastings 2014-06-17 16:52:11 -0400
  • 7a96467045 Update TF_WEAPON enum for June 11, 2014 TF2 Patch. FlaminSarge 2014-06-15 00:30:53 -0700
  • 86c1660ee9 Fix line endings in tf2_stocks include. FlaminSarge 2014-06-15 00:29:41 -0700
  • 8e4836f83a Added spacing to compile.sh And made it exit out on compile error. WildCard65 2014-06-14 08:25:19 -0400
  • 00c09584c7 Update Fistful of Frags gamedata. Nicholas Hastings 2014-06-13 13:40:06 -0400
  • 7677e8af79 Merge pull request #27 from VoiDeD/convar-cache Nicholas Hastings 2014-06-12 19:47:33 -0400
  • 69cb941fa4 Merge pull request #25 from KyleSanderson/kylepreds Kyle Sanderson 2014-06-12 15:42:30 -0700
  • 17a7d4802d Update TF2 SDKHooks Reload gamedata. Nicholas Hastings 2014-06-12 10:00:49 -0400
  • 0b2610e3b3 Update CSGO Windows SetClanTag gamedata (bug 6150). Nicholas Hastings 2014-06-12 09:56:50 -0400
  • 51a02652d8 Merge pull request #33 from alliedmodders/tf2-iservertools Nicholas Hastings 2014-06-11 23:43:48 -0400
  • e7870da5ff Add ifdef section notes on endifs. Nicholas Hastings 2014-06-11 23:37:02 -0400
  • a697e81427 Use updated IServerTools iface on TF2 for getting tempent list and FindEntityByClassname. Nicholas Hastings 2014-06-11 22:44:42 -0400
  • 5f8288dc70 Update TF2 CalcIsAttackCritical gamedata. Nicholas Hastings 2014-06-11 17:48:51 -0400
  • feb5050df1 Merge pull request #5 from peace-maker/pawn_stringconcat Nicholas Hastings 2014-06-11 08:16:04 -0400
  • 0d79b7a542 Merge pull request #2 from psychonic/pawn_stringconcat2 peace-maker 2014-06-11 08:48:41 +0200
  • e4328f9211 Fix build. Nicholas Hastings 2014-06-10 12:30:04 -0400
  • 70518a8e49 Revert "Add better spacing to compile.sh" Kyle Sanderson 2014-06-08 00:42:27 -0700
  • 6ac897f9f3 Merge pull request #26 from alliedmodders/sql-txn David Anderson 2014-06-06 20:51:30 -0700
  • ec9791b183 Merge pull request #24 from 50Wliu/compile Kyle Sanderson 2014-06-06 19:52:56 -0700
  • d5c267b291 Utilize convar cache for FindConVar. Ryan Stecker 2014-06-05 14:06:37 -0500
  • 3de533a73e Ignore .swp files. David Anderson 2014-06-05 10:28:19 -0700
  • f1f135adb6 Add CloneHandle() test. David Anderson 2014-06-05 10:27:59 -0700
  • 91077fdc91 Fix tab/space mix. David Anderson 2014-06-05 10:16:47 -0700
  • f250461648 Fix typo. David Anderson 2014-06-05 01:28:53 -0700
  • 6a98e40643 Fix typo. David Anderson 2014-06-05 01:25:32 -0700
  • 36c342fc7b Add comment. David Anderson 2014-06-05 01:22:44 -0700
  • 39ff3f9993 Add a rollback test. David Anderson 2014-06-05 01:05:23 -0700
  • 7026e68b06 Add tests for SQL transactions. David Anderson 2014-06-05 01:00:54 -0700
  • 25ea80890d Add testing.inc to packages. David Anderson 2014-06-05 01:00:36 -0700
  • 2379c76b03 Add a new testing API for the testsuite. David Anderson 2014-06-05 01:00:17 -0700
  • e6d8416f0e Fix typo. David Anderson 2014-06-05 00:59:46 -0700
  • cb16a78681 Fix memory bugs. David Anderson 2014-06-05 00:38:09 -0700
  • 2930fb1963 Change indentation. David Anderson 2014-06-04 22:46:40 -0700
  • d7b49f7706 Initial implementation. David Anderson 2014-06-04 22:45:26 -0700
  • 695fc802a9 Replace SourceHook list usages in clientprefs with AMTL. Kyle Sanderson 2014-06-04 21:49:48 -0700
  • c37dbe131e Merge pull request #23 from KyleSanderson/gameextusage Kyle Sanderson 2014-06-04 20:03:23 -0700
  • 88af898285 Update CS:GO Gamedata Ruben Gonzalez 2014-06-04 22:40:21 -0400
  • cd106a7eb6 Add better spacing to compile.sh Wliu 2014-06-04 21:17:40 -0400
  • 975fc93e1f Replace SourceHook list usages in tf with AMTL. Kyle Sanderson 2014-06-04 17:36:53 -0700
  • 6c37a5d9f3 Replace SourceHook list usages in cstrike with AMTL. Kyle Sanderson 2014-06-04 17:36:28 -0700
  • 7b59b7f384 Fix "sm version" command reporting incorrect compile time in many cases (bug 6078, r=asherkin). SystematicMania 2014-06-03 15:55:25 -0400
  • 0ca218931a Trigger build again for hl2sdk-l4d and hl2sdk-dota changes. Nicholas Hastings 2014-06-02 09:57:02 -0400
  • 1d9f769a42 Trigger build for hl2sdk-dota changes. Nicholas Hastings 2014-06-02 09:30:25 -0400
  • 083edcedc7 Merge pull request #22 from alliedmodders/css-clan-teamscore-mac Scott Ehlert 2014-06-01 17:02:12 -0500
  • fb5c3c86da Add clan tag and team score commands to cstrike test plugin. Scott Ehlert 2014-06-01 16:52:03 -0500
  • 3c89f2b1c2 Update clan tag and team score offsets for cstrike ext on OS X. Scott Ehlert 2014-06-01 16:47:49 -0500
  • 4c7cf6ce06 Trigger build for hl2sdk-l4d changes. Nicholas Hastings 2014-06-01 16:27:52 -0400
  • 195104487e Merge pull request #21 from alliedmodders/components David Anderson 2014-05-31 21:02:33 -0700
  • 39993c7019 Merge pull request #20 from psychonic/bot-hibernation-disconnect Nicholas Hastings 2014-05-31 23:00:03 -0400
  • 897aa42135 Remove tag(). David Anderson 2014-05-31 19:59:02 -0700
  • abdf7d5b07 Port build scripts to the new project API. David Anderson 2014-05-31 19:56:42 -0700
  • 9f8f879590 Fix typo. David Anderson 2014-05-31 18:12:49 -0700
  • db14d2d00a Factor out versioning. David Anderson 2014-05-31 17:57:53 -0700
  • a0f3410f3b Fix a case where bots can leave server without disconnect notice (hibernation), triggering other issues. Nicholas Hastings 2014-05-31 14:33:30 -0400
  • 4159e1a177 Merge pull request #19 from alliedmodders/update-build-scrpt David Anderson 2014-05-30 22:55:49 -0700
  • 4f7b0ff487 Update the build script to the latest AMBuild API. David Anderson 2014-05-30 22:50:35 -0700
  • 891ebe4480 Merge pull request #18 from asherkin/version-count Asher Baker 2014-05-31 04:44:51 +0100
  • 859be35b34 Fix build. David Anderson 2014-05-30 19:49:54 -0700
  • 88c452581b Revert to using revision count for full version strings. Asher Baker 2014-05-31 03:28:09 +0100
  • b0ccc87638 Merge pull request #17 from alliedmodders/vsgen David Anderson 2014-05-30 19:18:40 -0700
  • 1e6843f8db Add support for the preliminary IDE project file generator. David Anderson 2014-05-30 19:07:56 -0700
  • 76a589f689 Merge pull request #16 from psychonic/client-disconnect-quirks Nicholas Hastings 2014-05-30 19:09:50 -0400
  • e7621ad8a7 Fix inconsistencies with OnClientDisconnected calls (bug 5988) Nicholas Hastings 2014-05-30 17:27:56 -0400
  • c4232510a1 Merge pull request #15 from 50Wliu/contributing Nicholas Hastings 2014-05-29 23:27:12 -0400
  • e2878d3df8 Create CONTRIBUTING.md Wliu 2014-05-29 17:49:18 -0400
  • 5cb10441d7 Merge pull request #7 from Bara20/patch-1 Nicholas Hastings 2014-05-29 15:39:33 -0400
  • 6ee42dc7fe Really fix Mac build. Nicholas Hastings 2014-05-29 15:09:38 -0400
  • e0f6544c86 Fix Mac build. Nicholas Hastings 2014-05-29 14:16:11 -0400
  • ab68e70998 Merge pull request #14 from psychonic/rip-magic Asher Baker 2014-05-29 19:06:22 +0100
  • 8be1feadc1 Merge pull request #13 from psychonic/adminsys2logic Asher Baker 2014-05-29 19:04:40 +0100
  • beb3f8c1d4 Replace magic numbers for sm_show_activity with named constants. Nicholas Hastings 2014-05-29 13:54:51 -0400
  • 35784c018d Move adminsys and more natives from core to logic. Nicholas Hastings 2014-05-29 13:31:12 -0400
  • dc4c3f2f1a Update CS:GO Gamedata Ruben Gonzalez 2014-05-29 09:31:07 -0400
  • 9ff6cdef8c Merge pull request #12 from psychonic/more2logic Nicholas Hastings 2014-05-29 00:51:29 -0400
  • dbc881143b Move many player natives from core to logic. Nicholas Hastings 2014-05-28 23:20:41 -0400
  • 556d5e0949 Merge pull request #9 from KyleSanderson/amtlutilloudness Kyle Sanderson 2014-05-28 18:12:32 -0700
  • 6456b937be Fix build. Nicholas Hastings 2014-05-28 21:10:40 -0400
  • 05d8622ea9 Quell isNaN MSVC performance warning. Kyle Sanderson 2014-05-28 18:05:55 -0700
  • f1387c892e Merge pull request #10 from psychonic/platform-defs Nicholas Hastings 2014-05-28 21:01:17 -0400
  • cae5d48d31 Merge pull request #8 from psychonic/travis-ci Nicholas Hastings 2014-05-28 20:56:14 -0400
  • d83d72fd88 Give define value (of 1) to PLATFORM defs to match the same-name defs in some SDKs. Nicholas Hastings 2014-05-28 20:36:52 -0400
  • ff42e854bb Add Travis-CI config file. Nicholas Hastings 2014-05-28 14:38:55 -0400
  • a462feee61 Fix version script failing when HEAD directly contains hash instead of ref to it. Nicholas Hastings 2014-05-28 14:38:17 -0400
  • 5eef4bccd3 Add CS_DMG_HEADSHOT define Bara 2014-05-28 15:32:58 +0200
  • 609fa50763 Revert "Add string literal concatenation using ellipses "..." (bug 4261, PR #5)" David Anderson 2014-05-27 19:45:26 -0700
  • 7868767dde Add string literal concatenation using ellipses "..." (bug 4261, PR #5) Peace-Maker 2014-05-27 19:30:13 -0700