Commit Graph

  • 16e5f54507 Compiler: Improve the reported line number accuracy on warning 203/4 (symbol never used). Arkshine 2014-08-15 18:40:07 +02:00
  • 65c29cafa0 Compiler: Fix #elseif handling not working as expected. Arkshine 2014-08-15 18:40:07 +02:00
  • c4b233d094 Compiler: Improve sizeof return on array without specifiying the dimensions. Arkshine 2014-08-15 18:20:21 +02:00
  • cd189320e5 Compiler: Fix the "@" character was not allowed in macro definitions (while the documentation stated that they were). Arkshine 2014-08-15 17:55:43 +02:00
  • 17114347d1 Compiler: Fix runtime error in variadic functions that return strings. Arkshine 2014-08-15 17:15:22 +02:00
  • 1866afd80b Compiler: Add __line Arkshine 2014-08-14 21:06:21 +02:00
  • fcdeea683b Compiler: Add #warning directive. Arkshine 2014-08-14 20:58:13 +02:00
  • 92255bcdc3 Compiler: Fix crash when using tagof(tagname:) Arkshine 2014-08-14 17:39:54 +02:00
  • b2442a2268 Compiler: Ignore #pragma tabsize with non-positive argument. Arkshine 2014-08-14 17:21:03 +02:00
  • 1b3b07d4d8 Compiler: Add __BINARY_PATH__ and __BINARY_FILE__. Arkshine 2014-08-14 14:30:16 +02:00
  • 95f3b0d354 Compiler: Fix return omission with else-after-return. Arkshine 2014-08-13 18:43:32 +02:00
  • 9b5c6bfff0 Compiler: Fix asserting when returning a string literal. Arkshine 2014-08-13 18:22:06 +02:00
  • 57b172072a Compiler: Fix bogus assert about name lengths. Arkshine 2014-08-13 17:30:40 +02:00
  • 3b2618f63b Compiler: Fix improper handling of constant chained relational operators. Arkshine 2014-08-13 17:25:09 +02:00
  • 4f525b9150 Compiler: Fix memory corruption when parsing natives. Arkshine 2014-08-13 16:36:58 +02:00
  • 325a746d90 Compiler: Fix issue with multidimensional array variable release. Arkshine 2014-08-13 15:38:50 +02:00
  • 6978e2dc4c Compiler: Fix in recursion detection. Arkshine 2014-08-13 13:39:35 +02:00
  • 520493fab1 Compiler: Add #pragma deprecated. Arkshine 2014-08-13 13:18:33 +02:00
  • 09303625fb Compiler: Generate .scp files as part of the build process. Arkshine 2014-08-12 23:49:41 +02:00
  • 02b6d0a288 Compiler: Increase input line length. Arkshine 2014-08-12 22:06:18 +02:00
  • 4d454b474c Attempt to fix build Vincent Herbet 2014-08-23 10:17:47 +02:00
  • 204004b90e Merge pull request #112 from Arkshine/deduplicate-files Vincent Herbet 2014-08-23 10:00:13 +02:00
  • ccf919c58c Fix typo in previous commit (r=dvander) Vincent Herbet 2014-08-21 20:57:08 +02:00
  • 567fbcd517 Fix build. David Anderson 2014-08-19 21:38:44 -07:00
  • 7f25e28d01 Merge pull request #121 from alliedmodders/fix-variadic David Anderson 2014-08-19 13:48:50 -07:00
  • 9e0f946696 Merge pull request #124 from Arkshine/fix-sound-onbuy Vincent Herbet 2014-08-19 19:27:36 +02:00
  • bd08cc5126 Merge pull request #126 from Arkshine/feature-find-player-engclient_print Vincent Herbet 2014-08-19 18:35:52 +02:00
  • bf23890a34 Reverse condition for clarity and to make Nextra happy! Arkshine 2014-08-19 18:25:00 +02:00
  • 9eedca0a98 Merge pull request #125 from Arkshine/fix-abort Vincent Herbet 2014-08-19 18:15:24 +02:00
  • 68aec7eec0 Use new flags in get_players/find_player instead to avoid breakage. Arkshine 2014-08-19 15:39:06 +02:00
  • 76811b7b84 Allow get_players() as well. Arkshine 2014-08-19 10:08:25 +02:00
  • 38d43e8fc9 Merge pull request #122 from xPaw/lastmanhp Vincent Herbet 2014-08-19 09:56:07 +02:00
  • 9cd90838e1 Remove safety checks as it's not really necessary. Arkshine 2014-08-19 09:04:09 +02:00
  • e7d7de870a Block weapon pickup sound if shield is disallowed in CS_OnBuy forward. Arkshine 2014-08-18 22:02:08 +02:00
  • bcbf454255 Merge pull request #123 from yamikaitou/master Vincent Herbet 2014-08-18 14:36:49 +02:00
  • 4dd53b333f moving comment Ryan 2014-08-18 06:34:18 -05:00
  • b1b47a6d4c fix compile error Ryan 2014-08-18 05:36:37 -05:00
  • 518944c41e Add an option to disable showing last man's health (bug 5847) xPaw 2014-08-18 12:36:13 +03:00
  • 481e1528d6 Don't show blank line in abort() with AMX_ERR_NONE (bug 6233). Arkshine 2014-08-17 23:16:58 +02:00
  • 33c0a676fd Allow find_player() and engclient_print() (in console) to be used on connecting players (bug 6229). Arkshine 2014-08-17 23:31:46 +02:00
  • 6bbc4c8dbd Fix returning strings from variadic functions. David Anderson 2014-08-17 10:00:51 -07:00
  • 19f1c1a9ec Merge pull request #119 from reuben/metamod-path Vincent Herbet 2014-08-17 15:45:00 +02:00
  • 5d9428f014 Look for Metamod in ../metamod-hl1 as well since that's the name of the new git repo. Reuben Morais 2014-08-16 18:16:03 -03:00
  • 63774d75f3 Remove "Done." text from compiler. Asher Baker 2014-08-16 18:03:34 +01:00
  • f185eaa232 Update TRANS_SILENT Serbian translaton. Vincent Herbet 2014-08-16 17:41:27 +02:00
  • d49064b43e Merge pull request #113 from kiapwnz/silentswitch Vincent Herbet 2014-08-16 15:13:18 +02:00
  • e6b8188480 Merge pull request #118 from Arkshine/zlib-update-vs-project Vincent Herbet 2014-08-16 14:46:49 +02:00
  • ab81658471 Update VS projects in #117. Arkshine 2014-08-16 14:19:09 +02:00
  • 8883624b2e Merge pull request #117 from alliedmodders/compile-zlib Asher Baker 2014-08-16 13:07:30 +01:00
  • 62f6b25b63 Remove pre-compiled zlib from the tree. Asher Baker 2014-08-16 00:33:33 +01:00
  • e6c3d42eb8 Merge pull request #115 from alliedmodders/emscripten Asher Baker 2014-08-15 23:49:03 +01:00
  • 3a43a41141 Added back estimated stack usage. Asher Baker 2014-08-15 23:46:16 +01:00
  • f886e69dfb Fixed linux build. Asher Baker 2014-08-15 23:23:11 +01:00
  • 46123d359f Add support for Emscripten to the compiler. Asher Baker 2014-08-15 16:32:00 +00:00
  • 8f2aeed9da Fix missing TE_BEAMENTPOINT define. Vincent Herbet 2014-08-15 14:20:51 +02:00
  • 8890b2fd27 Added languages, languages available now : Kia 2014-08-13 14:20:29 +02:00
  • 5ee794f9f4 Fixed another Typo. Kia 2014-08-11 16:41:35 +02:00
  • 2ab4a8a44a Added Silent Transfer Option in Team Menu. Kia 2014-08-11 16:38:16 +02:00
  • 5ba0e3ec2a Added Silent Transfer Option in Team Menu. Players will be transferred without getting killed if admin chooses to enable this function. Kia 2014-08-11 14:46:30 +02:00
  • 0fed80968b Fix OSX compilation #1. Arkshine 2014-08-10 22:58:38 +02:00
  • 41f6932b68 Remove some SourceMod namespace. Arkshine 2014-08-10 22:25:14 +02:00
  • 1ae40316a8 Fix nvault issues. Arkshine 2014-08-10 20:13:22 +02:00
  • 3dace577fe Remove svn_version.h reference from project files. Arkshine 2014-08-10 19:08:50 +02:00
  • 1395b42692 Update wincsx project files. Arkshine 2014-08-10 19:06:21 +02:00
  • c0a132e039 Update tsx module project files. Arkshine 2014-08-10 18:53:13 +02:00
  • 9b6110edc6 Update tsfun module projects files. Arkshine 2014-08-10 18:47:02 +02:00
  • 2b64ee21b3 Update tfcx module project files. Arkshine 2014-08-10 18:42:04 +02:00
  • a290f7d299 Update sockets module project files. Arkshine 2014-08-10 18:38:24 +02:00
  • a8e6cfe5cf Update regex module project files. Arkshine 2014-08-10 18:28:18 +02:00
  • 9d53d48552 Update ns module project files and use AMTL. Arkshine 2014-08-10 18:24:47 +02:00
  • 3f6ad29f55 Update sqlite module project files and use AMTL. Arkshine 2014-08-10 17:24:38 +02:00
  • ab16be08f5 Update nvault module project files and use AMTL. Arkshine 2014-08-10 16:57:53 +02:00
  • 3ba84fb283 Update mysql module project files and use AMTL. Arkshine 2014-08-10 12:27:05 +02:00
  • 4f3d335ab4 Update hamsandwich module project files and use AMTL. Arkshine 2014-08-10 11:48:06 +02:00
  • 4f776ee56b Update geoip module project files. Arkshine 2014-08-09 20:59:21 +02:00
  • 40313929eb Update fun module project files. Arkshine 2014-08-09 20:54:20 +02:00
  • c76509fe41 Update fakemeta module project files and use AMTL. Arkshine 2014-08-09 20:50:45 +02:00
  • 889ad7c3eb Update engine module project files and use AMTL. Arkshine 2014-08-09 20:30:31 +02:00
  • d59f4cf199 Update dodx module project files. Arkshine 2014-08-09 19:56:34 +02:00
  • dc9c2897fd Update dodfunc module project files. Arkshine 2014-08-09 19:53:37 +02:00
  • b17c624c81 Update csx module project files. Arkshine 2014-08-09 19:47:31 +02:00
  • 9dee60934f Update cstrike module project files. Arkshine 2014-08-09 19:33:04 +02:00
  • bc856740f2 Update AMBuildScript and renamed the generic moduleconfig.h file to avoid conflict. Arkshine 2014-08-09 18:27:55 +02:00
  • c497d478ce Move out base sdk folder into public directory. Arkshine 2014-08-09 17:08:32 +02:00
  • 17683249fd Merge pull request #111 from Arkshine/fix-array-bcomp Vincent Herbet 2014-08-09 15:31:03 +02:00
  • 2c146f564e Fix missing backward compatibility for some Array natives. Arkshine 2014-08-09 15:22:18 +02:00
  • fc1732e758 Fix possible compatibility issue, Vincent Herbet 2014-08-09 13:09:53 +02:00
  • 486fa99602 Trigger a build. Vincent Herbet 2014-08-08 21:26:44 +02:00
  • 570c9cfc6b Merge pull request #110 from Arkshine/replace-more-snprintf Vincent Herbet 2014-08-08 20:38:38 +02:00
  • 02bed88835 Merge pull request #109 from Arkshine/update-project-files Vincent Herbet 2014-08-08 20:38:17 +02:00
  • 62eac5d91c Replace _snprintf too. Arkshine 2014-08-08 13:22:13 +02:00
  • b47aa6871d Replace more snprintf by UTIL_Format. Arkshine 2014-08-08 12:44:37 +02:00
  • eeb4ecd109 Update project files. Arkshine 2014-08-08 11:00:49 +02:00
  • c22bb12c1e Merge pull request #108 from Nextra/inc-doc Vincent Herbet 2014-08-08 01:25:56 +02:00
  • b096f94ca4 amxconst: Purge tabs Valentin Grünbacher 2014-08-07 23:13:03 +02:00
  • a63042d961 amxmodx/cellarray: Assorted consistency updates and typo fixes Valentin Grünbacher 2014-08-07 23:02:39 +02:00
  • 8b42767b19 amxmodx: Precaching documentation is the bane of my existence Valentin Grünbacher 2014-08-07 22:01:21 +02:00
  • 20a173d8a3 amxmodx: Improve precache comments Valentin Grünbacher 2014-08-07 21:49:56 +02:00
  • 08315a4329 message_const: Move TE_USERTRACER example into the comment block Valentin Grünbacher 2014-08-07 21:42:18 +02:00
  • a7d94a4859 Merge pull request #107 from Arkshine/Fix-array-compatibility-issue Vincent Herbet 2014-08-07 21:38:51 +02:00