Commit Graph

  • cb73b935ec Bumping version. Nicholas Hastings 2014-08-17 09:55:54 -0400
  • 76e8e7e50c Update versioning for 1.6.1 release. sourcemod-1.6.1 Nicholas Hastings 2014-08-17 09:14:04 -0400
  • 40d049e1f6 Update changelog for 1.6.1. Ryan Stecker 2014-08-14 12:24:51 -0500
  • 56cf6e723e Remove unnecessary changes. David Anderson 2014-08-17 01:21:35 -0700
  • cef9d9d162 Fix returning strings from functions with variadic arguments. David Anderson 2014-08-17 01:17:10 -0700
  • 48012ccf08 Mark TF2_RemoveWearable as optional. Ryan Stecker 2014-08-16 12:10:31 -0500
  • 1ca837ea2c Merge pull request #131 from VoiDeD/removewearable-optional Nicholas Hastings 2014-08-16 13:23:01 -0400
  • 2037cfc36d Mark TF2_RemoveWearable as optional. Ryan Stecker 2014-08-16 12:10:31 -0500
  • 8ffdfb6a0c Merge pull request #43 from hlstriker/master Nicholas Hastings 2014-08-16 10:02:09 -0400
  • 766b6e1770 Merge pull request #127 from alliedmodders/coremapend Kyle Sanderson 2014-08-15 20:48:59 -0700
  • 80ceb149b0 Fix typo related to invalid regex handle errors. Ryan Stecker 2014-08-14 12:24:51 -0500
  • 31087dcb57 Merge pull request #130 from VoiDeD/regex-errors Ruben Gonzalez 2014-08-14 14:13:42 -0400
  • d873b20573 Fix typo related to invalid regex handle errors. Ryan Stecker 2014-08-14 12:24:51 -0500
  • 486910a9a1 Add missing files Nicholas Hastings 2014-08-13 14:26:18 -0700
  • 17d5af0e2f Move Logger and Core natives to Logic Nicholas Hastings 2014-08-13 14:24:35 -0700
  • f570fa414b Reformatted compiler output a little. (r=dvander) Asher Baker 2014-08-12 18:35:43 +0000
  • 4b8e26463a Merge pull request #122 from peace-maker/datapack_funcpointer David Anderson 2014-08-12 10:33:27 -0700
  • b92efc1df1 Merge pull request #128 from VoiDeD/profile-dump David Anderson 2014-08-12 10:31:30 -0700
  • 1ef60a13d0 Fix automatic language detection on CS:GO (bug 6163). Nicholas Hastings 2014-08-05 01:41:44 -0400
  • 25f8570279 Merge pull request #124 from alliedmodders/csgo-cl-language Nicholas Hastings 2014-08-11 07:37:11 -0400
  • 901890e36d Eliminate SDK dependence for MM:S enabled extensions. Kyle Sanderson 2014-08-09 14:42:38 -0700
  • 0bde28cc17 Add a command to dump profiling output. Ryan Stecker 2014-08-09 13:32:05 -0500
  • e8e40d126e Actually remove extra wearables. Old logic was to try to get extra wearables on a non-existent entity. WildCard65 2014-08-08 16:04:34 +0100
  • 2ba0b794ea Added note to know what version OnCoreMapEnd was added to. Ruben Gonzalez 2014-08-08 10:57:38 -0400
  • 7a88386568 Add OnCoreMapEnd to extension's interface. Ruben Gonzalez 2014-08-08 01:01:47 -0400
  • 4e5b1a58ce Add ValveFS support to more filesystem functions: OpenDirectory (CloseHandle on directory) ReadDirEntry DirExists CreateDirectory RenameFile Nicholas Hastings 2014-08-06 13:15:24 -0700
  • 3edd1ce658 Remove inaccurate note on GetClientLanguage function doc. Nicholas Hastings 2014-08-05 10:40:14 -0400
  • 84e5e20362 Merge pull request #125 from WildCard65/wearablesfix Asher Baker 2014-08-05 15:02:14 +0100
  • dfba8757f7 Remove un-needed whitespace WildCard65 2014-08-05 09:15:55 -0400
  • 15304a0059 Actually remove extra wearables. Old logic was to try to get extra wearables on a non-existent entity. WildCard65 2014-08-05 09:14:02 -0400
  • ccc818d06e Fix automatic language detection on CS:GO (bug 6163). Nicholas Hastings 2014-08-05 01:41:44 -0400
  • 000cb2b4dd Merge pull request #123 from alliedmodders/sp2-compat David Anderson 2014-08-03 22:27:27 -0700
  • ad376ff0b8 Introduce a typedef keyword. David Anderson 2014-08-03 21:51:34 -0700
  • 09edda93ad Fix style atrocities in sc1.c. David Anderson 2014-08-03 18:53:58 -0700
  • bfcfbbe107 Add WritePackFunction and ReadPackFunction natives Peace-Maker 2014-08-04 02:05:25 +0200
  • c7033827f5 Implement StringToKeyValues. Ryan Stecker 2014-07-04 11:58:08 -0500
  • f2b19e6c87 Add more accurate return value for DeleteFile when using Valve FS. Nicholas Hastings 2014-08-03 09:10:02 -0400
  • ff27214615 Remove the extra wearables of weapons in TF2_RemoveWeaponSlot. Ryan Stecker 2014-08-02 19:26:56 -0500
  • 836cde4e21 Merge pull request #121 from VoiDeD/bug-6206 Nicholas Hastings 2014-08-02 22:02:14 -0400
  • 14823723bd Remove the extra wearables of weapons in TF2_RemoveWeaponSlot. Ryan Stecker 2014-08-02 19:26:56 -0500
  • 601aac440e Implement SDKHook_Blocked and SDKHook_BlockedPost. Ryan Stecker 2014-08-01 05:23:19 -0500
  • 573aea20fb More progress: Abstracted many fs funcs with helper class. Removed much duplicated code. Fixed ReadFile assuming FS errors for ValveFS. Added ValveFS support for ReadFileString, WriteFile, WriteFileString, DeleteFile. Added missing param in doc for OpenFile. Nicholas Hastings 2014-08-01 12:38:51 -0700
  • 5e7e7ce551 Improved FPrint(f) passthrough Nicholas Hastings 2014-08-01 06:09:09 -0700
  • c116353285 WiP addition of support for ValveFS to many more filesystem natives. Ruben Gonzalez 2014-07-31 20:56:07 -0400
  • 7b45e963d5 Make sure the edict isn't free. return GetParametersForSoundEx's return value instead of always true. Ross Bemrose 2014-07-03 14:13:36 -0400
  • 96965ef7cd Fixed overwriting the same copy/pasted line twice instead of once per new native. Ross Bemrose 2014-07-03 13:19:19 -0400
  • 8f7ce184fb Commit new version of bug 5942: New functions for SDKTools to get information from game_sound files. Ross Bemrose 2014-07-03 10:20:53 -0400
  • 4bed0a2893 Fix PerformGravity's logging format. Ryan Stecker 2014-07-30 18:22:12 -0500
  • 6ab2e23d9d Rename SDKHooks function and variable to be friendlier. Kyle Sanderson 2014-07-30 15:34:51 -0700
  • dd27de8d85 Add more TF2_RemoveWearable documentation. Ryan Stecker 2014-07-30 17:28:51 -0500
  • 8c79a6df33 Improved error reporting in basebans custom reasons loading. Asher Baker 2014-07-30 16:30:01 +0100
  • e8111f3c0a Implement TF2_RemoveWearable native. Ryan Stecker 2014-07-29 20:31:27 -0500
  • a038181193 Pre-allocate 8 elements to skip trivial reallocations near the beginning of the vectors life. Kyle Sanderson 2014-07-29 02:48:13 -0700
  • 52fe916311 Store only the callback as per VoiDeD, re-eval if HookList changes. Kyle Sanderson 2014-07-29 02:46:49 -0700
  • d01d7b1879 HackFix: Mimic forwardsys style of pawn calling. Kyle Sanderson 2014-07-28 15:51:34 -0700
  • 678e743819 Merge pull request #116 from VoiDeD/funcommands-gravity Kyle Sanderson 2014-07-30 17:59:52 -0700
  • ff5ec0ea28 Fix PerformGravity's logging format. Ryan Stecker 2014-07-30 18:22:12 -0500
  • 8d5fe316e0 Merge pull request #114 from VoiDeD/tf2-removewearable Nicholas Hastings 2014-07-30 18:43:34 -0400
  • c4a1e3c819 Merge pull request #107 from alliedmodders/sdkhackfix Kyle Sanderson 2014-07-30 15:42:49 -0700
  • ab72841704 Rename SDKHooks function and variable to be friendlier. Kyle Sanderson 2014-07-30 15:34:51 -0700
  • 75d5b0c972 Add more TF2_RemoveWearable documentation. Ryan Stecker 2014-07-30 17:28:51 -0500
  • dd7a1764e4 Merge pull request #115 from asherkin/basebans-load Asher Baker 2014-07-30 20:52:51 +0100
  • eab6ac748f Improved error reporting in basebans custom reasons loading. Asher Baker 2014-07-30 16:30:01 +0100
  • d8406a3efc Update Fistful of Frags gamedata. Nicholas Hastings 2014-07-30 06:35:45 -0400
  • b979d707db Update Fistful of Frags gamedata. Nicholas Hastings 2014-07-30 06:35:45 -0400
  • 4a400d9569 Implement TF2_RemoveWearable native. Ryan Stecker 2014-07-29 20:31:27 -0500
  • ba0406930d Pre-allocate 8 elements to skip trivial reallocations near the beginning of the vectors life. Kyle Sanderson 2014-07-29 02:48:13 -0700
  • be79dee6e0 Store only the callback as per VoiDeD, re-eval if HookList changes. Kyle Sanderson 2014-07-29 02:46:49 -0700
  • 97610edda4 HackFix: Mimic forwardsys style of pawn calling. Kyle Sanderson 2014-07-28 15:51:34 -0700
  • 803a54b773 Merge pull request #113 from VoiDeD/spcomp-include-path Asher Baker 2014-07-24 22:23:43 +0100
  • fad5c590b6 Fix not adding the "include" directory to the spcomp search path. Ryan Stecker 2014-07-24 15:35:44 -0500
  • 2553d02698 Fix build. David Anderson 2014-07-24 10:40:51 -0400
  • da71cfed5a Merge pull request #112 from alliedmodders/dynamic-scp David Anderson 2014-07-24 09:01:49 -0400
  • 34e57b77b1 Fix spacing. David Anderson 2014-07-24 08:54:52 -0400
  • fa446f74a1 Generate .scp files as part of the build process. David Anderson 2014-07-24 07:58:03 -0400
  • 94b64cd6fc Regen sc5.scp. David Anderson 2014-07-24 06:55:57 -0400
  • abcd106273 Merge pull request #111 from alliedmodders/bug6199 David Anderson 2014-07-24 06:53:51 -0400
  • 97e821dd6f Improve error messaging for reserved keywords (bug 6199). David Anderson 2014-07-24 06:51:03 -0400
  • 6e48ded1a6 Merge pull request #109 from alliedmodders/binreloc David Anderson 2014-07-24 03:24:52 -0700
  • 1cc6120741 Merge pull request #110 from alliedmodders/bug6200 David Anderson 2014-07-24 03:24:37 -0700
  • 2a46f8f881 Add GetNativeFunction (bug 6200). David Anderson 2014-07-23 23:36:11 -0700
  • 3fc05056b0 Rename <unknown> to __unknown__ to quell sc7 asserts. David Anderson 2014-07-23 23:25:12 -0700
  • f41b3a2b06 Enable binreloc for OS X. David Anderson 2014-07-23 23:21:03 -0700
  • 654dcd8ff0 Merge pull request #108 from VoiDeD/bug-6187 David Anderson 2014-07-23 17:11:09 -0700
  • 6a2ec15041 Fix error message 102 to include the spectype that's missing. Ryan Stecker 2014-07-23 18:49:38 -0500
  • 59efdafbaf Merge pull request #106 from VoiDeD/spcomp-file-handles David Anderson 2014-07-22 15:43:29 -0700
  • f3671e55db Close file handle on success in pc_opensrc. Ryan Stecker 2014-07-22 17:33:26 -0500
  • b6d8cb9fcf Merge pull request #105 from alliedmodders/fix-varargs David Anderson 2014-07-21 23:12:26 -0700
  • 2a99eecdb6 Fix bug in variadic argument parsing. David Anderson 2014-07-21 23:01:35 -0700
  • 57303f4310 Merge pull request #103 from alliedmodders/fix-incdec David Anderson 2014-07-20 21:24:57 -0700
  • 88c614c1ba Merge pull request #104 from alliedmodders/fix-structs David Anderson 2014-07-20 21:19:15 -0700
  • b1c400190a Merge pull request #101 from alliedmodders/sp2-incs David Anderson 2014-07-20 21:19:07 -0700
  • 686890ec10 Clean up the struct syntax and force it to use newdecls. David Anderson 2014-07-20 12:16:23 -0700
  • 8aa28e2c8d More indentation, spacing, and style fixes in sc1.c. David Anderson 2014-07-20 11:50:57 -0700
  • 16177e9ecc Fix indentation, spacing, and style in declstruct(). David Anderson 2014-07-20 11:46:02 -0700
  • 2b74f1bd61 Remove unused function. David Anderson 2014-07-20 11:19:48 -0700
  • 5daa420aed Fix inc/dec operations on accessors. David Anderson 2014-07-20 11:18:38 -0700
  • d2c7064e2b Merge pull request #102 from alliedmodders/fix-map-check David Anderson 2014-07-20 10:36:34 -0700
  • 4051756576 Check for null map in matchtag(). David Anderson 2014-07-20 10:15:49 -0700
  • 51f97d1298 Block off operators for post-transitional compiler. David Anderson 2014-07-20 01:02:44 -0700