Commit Graph

  • 9c93cd1283 Telemenu: Add the ability to teleport in crouched areas Freeman-AM 2014-05-18 15:32:45 +0200
  • d2f909981a Telemenu: Use of float version of origin natives instead of integer version Freeman-AM 2014-05-18 15:23:40 +0200
  • 0519111528 Remove debug spew. Scott Ehlert 2014-04-20 14:56:45 -0500
  • 2d4e3a6d25 Link amxxpc with static libstdc++ on Linux. Scott Ehlert 2014-04-20 14:52:50 -0500
  • aa00fc6f63 Trigger build. Scott Ehlert 2014-05-17 19:22:10 -0500
  • db001a6eb5 Sync changes from SourceMod's bootstrap script. Scott Ehlert 2014-05-17 16:37:12 -0500
  • f69a8e66c6 Don't copy debug files into package directory. Scott Ehlert 2014-05-17 14:57:57 -0500
  • 072747b741 Add --symbol-files option to AMBuild configure. Scott Ehlert 2014-05-17 14:54:38 -0500
  • 4fa8a90787 Add build directories to gitignore. Scott Ehlert 2014-05-17 14:37:15 -0500
  • c0e3509e65 Merge pull request #15 from Arkshine/fix-cs-spectator-issue Vincent Herbet 2014-05-15 16:09:09 +0200
  • 0edb16150a CS: Manually set SPECTATOR team index. Arkshine 2014-05-15 00:01:28 +0200
  • 7e6812f64a Merge pull request #10 from Arkshine/client_printex Vincent Herbet 2014-05-13 14:33:23 +0200
  • 1c13d0dd6b Use a more standard if conditionnal way. Arkshine 2014-05-13 14:09:45 +0200
  • f58faf5f2c Merge pull request #13 from Arkshine/fix-cs_set_user_team Vincent Herbet 2014-05-13 13:27:03 +0200
  • 207b9aef96 Merge pull request #14 from Arkshine/fix-missing-float-tag Vincent Herbet 2014-05-13 13:26:34 +0200
  • c5c2721e60 Fix missing Float tag in some DoD forwards headers. Arkshine 2014-05-12 16:40:19 +0200
  • db76fc7b66 Fix cs_set_user_team issue on spectator Arkshine 2014-05-12 14:41:08 +0200
  • c1cf9d8e67 Update .gitignore Vincent Herbet 2014-05-12 14:14:26 +0200
  • 5f210d3404 Append a note about usage of the new buffer size (related to ce4ef6e272) Arkshine 2014-05-08 16:18:50 +0200
  • 24328568ed Fix typo with TrieGetArray return value in #8. Arkshine 2014-05-07 10:38:41 +0200
  • f5921a3535 Refactor code Arkshine 2014-05-05 20:42:51 +0200
  • f691d2ed79 Fix english Arkshine 2014-05-05 00:59:36 +0200
  • 60f54ee691 Merge pull request #9 from Nextra/statsx-lang Vincent Herbet 2014-05-04 20:15:22 +0200
  • db3933d150 Merge pull request #8 from Arkshine/trie-update Vincent Herbet 2014-05-04 20:14:10 +0200
  • d0b335dc6e Add missing 'stock' keyword. Arkshine 2014-05-04 18:32:15 +0200
  • 25f507c5e3 StatsX: Add is_user_alive check to eventSpawn Valentin Grünbacher 2014-05-02 16:59:36 +0200
  • 2fb232ee68 StatsX: Use replace_string and set task timer to 0.1 (AMXX minimum) Valentin Grünbacher 2014-05-02 16:44:06 +0200
  • 90c4eed92e StatsX: More charsmax in place of hardcoded buffer lengths Valentin Grünbacher 2014-05-02 13:53:25 +0200
  • bf4ba091e4 StatsX: cmdReport has to use LANG_SERVER Valentin Grünbacher 2014-05-02 13:19:24 +0200
  • c19b9d9d5d StatsX: Switch spawn detection from ResetHUD to Ham_Spawn Valentin Grünbacher 2014-05-01 22:30:17 +0200
  • 5143cada8e StatsX: Don't format roundend hudstats if we don't show them Valentin Grünbacher 2014-05-01 15:19:00 +0200
  • f630a8afc8 StatsX: Format team score (g_sScore) on demand Valentin Grünbacher 2014-05-01 15:08:20 +0200
  • ccd0adb84d StatsX: Actually use cached player id in end_game_stats Valentin Grünbacher 2014-05-01 14:57:35 +0200
  • 4afefa25d1 StatsX: Format roundend stats for each player individually Valentin Grünbacher 2014-05-01 14:56:01 +0200
  • 4de2bf21a3 StatsX: Remove implicit usages of global buffers for formatting Valentin Grünbacher 2014-05-01 14:50:07 +0200
  • 136309ae6f StatsX: Move hudstats formatting to own function Valentin Grünbacher 2014-05-01 14:41:23 +0200
  • 12d2e49adf StatsX: Rip out LANG_SERVER where possible (still pass 0 as id) Valentin Grünbacher 2014-05-01 14:30:42 +0200
  • 85bb592eeb StatsX: Switch cvar access to pcvars Valentin Grünbacher 2014-05-01 05:08:26 +0200
  • 164285b221 StatsX: Switch from using defines to charsmax Valentin Grünbacher 2014-05-01 05:05:32 +0200
  • 297ced77b9 StatsX: Switch format to formatex Valentin Grünbacher 2014-05-01 04:57:59 +0200
  • 3e1de6b014 Add .gitignore. David Anderson 2014-05-03 17:51:07 -0700
  • 2a2e2e2868 Replace .hgignore with .gitignore. David Anderson 2014-05-03 17:50:29 -0700
  • 0c1931284e Clean up include file. Arkshine 2014-05-03 23:50:43 +0200
  • 9ac3763267 Add iterators natives Arkshine 2014-05-03 23:21:56 +0200
  • b6cd247d12 Add new 'replace' and 'size' paramaters in some natives. Fix some typos Update the test plugin Arkshine 2014-05-03 22:36:40 +0200
  • f3bce9ecfd Add TrieGetSize native. Arkshine 2014-05-03 16:09:31 +0200
  • 55456eaf17 Fix format_time (returned length doesn't include null terminator, related to a86ca1491) Arkshine 2014-05-03 15:41:05 +0200
  • 12a8864532 Remove refcounting Arkshine 2014-05-03 14:28:12 +0200
  • d933783629 Switch trie_natives off KTrie Arkshine 2014-05-03 13:22:48 +0200
  • f3aee6d766 Add AMTL files Arkshine 2014-05-03 13:00:21 +0200
  • 3b0ce189ea Add print_radio constant (counter-strike only) Arkshine 2014-05-02 19:13:38 +0200
  • 9a2bce66fd Add client_printex stock Arkshine 2014-05-02 19:13:15 +0200
  • 9c191949d8 Add amxclient_cmd native (bug 5887, r=Nextra) Arkshine 2014-05-02 09:16:16 +0200
  • d3f22d2089 Add support for bot without "player" classname in Hamsandwich (bug 6111, r=ds) Arkshine 2014-05-01 10:21:46 +0200
  • 6eb10a5f5a Missing modification on a86ca1491 Arkshine 2014-04-30 16:11:27 +0200
  • 75822ec227 Reset the status variable on success (bug 5994, r=arkshine) Lev 2014-04-30 15:42:03 +0200
  • ce4ef6e272 Increase get_amxstring buffer size (bug 5901, r=ds) Arkshine 2014-04-30 15:22:55 +0200
  • a86ca1491f Add new string natives/stocks, make some UTF-8 safe (bug 6110, r=ds) Arkshine 2014-04-30 09:33:03 +0200
  • c99a518ba4 Oh come one. Arkshine 2014-04-18 22:31:14 +0200
  • 512e3ff61c Fix some typo and fix mac. Arkshine 2014-04-18 22:22:09 +0200
  • 3d732bbbb6 Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds). Arkshine 2014-04-18 22:04:32 +0200
  • 19e160117f Directly kick players rather than use a loopback command (bug 5946, r=arkshine) Lev 2014-04-16 17:27:20 +0200
  • f78fda6d9c Add new CellArray natives: Clone/Resize/FindString/FindValue (bug 6104, r=ds) Arkshine 2014-04-15 10:34:48 +0200
  • d6d4badbda Fix crash in Hamsandwich with hooked function without return (hopefully last time) Arkshine 2014-04-14 13:37:09 +0200
  • 0f890ce7f1 Fix crash in Hamsandwich with hooked function without return. Arkshine 2014-04-14 11:39:08 +0200
  • e81e7bee13 Fix missing DataPacks plugin test and include file in PackageScript (thanks GuskiS) Arkshine 2014-04-12 20:33:55 +0200
  • b3609a23fa Add missing magic tag in include file (previous patch). For some reason my change was ignored. Arkshine 2014-04-11 23:02:46 +0200
  • 8a1464ac41 Introduce DataPacks (bug 5885, r=ds) Arkshine 2014-04-11 22:57:42 +0200
  • 5468e9745c Add set/show_dhudmessage (bug 5979, r=ds) Arkshine 2014-04-11 21:54:24 +0200
  • 4cd9d1df46 Fix issue by not including port when an admin is added by IP address (bug 5978, r=arkshine) Arkshine 2014-04-11 21:47:43 +0200
  • f097e01c3f Fix typo in previous commit. Arkshine 2014-04-10 12:54:08 +0200
  • ec101fc52b Trigger a build Arkshine 2014-04-09 18:33:49 +0200
  • 1a7daad657 Update globally Hamsandwich module (bug 5611, r=sawce) Arkshine 2014-04-09 16:35:46 +0200
  • 9815050287 Increase var/func and input line maximum length (bug 5924, r=dvander) Arkshine 2014-03-24 01:04:17 +0100
  • 1503a6571f Fix TFC_PC_CIVILIAN value (bug 6042, r=arkshine) DynamicBits 2014-03-22 16:59:15 +0100
  • 3501e8fa46 Fix conflict with unicode string and bcompat translation layer (bug 5944, r=dvander) Vincent Herbet 2014-03-22 15:23:55 +0100
  • 46fb7b310e Add amx_xvar command (bug 5896, r=arkshine) connorr 2014-03-20 23:41:10 +0100
  • 64327b8ddb Fix nextmap plugin failing in game where mp_chattime cvar doesn't exist (bug 5922, r=arkshine) DynamicBits 2014-03-20 19:05:41 +0100
  • 33cdfa644e Add check for empty string in amx_chat command (bug 6017, r=arkshine) Fysiks 2014-03-20 18:49:59 +0100
  • 5dc96ddf47 Add strtof native (bug 5909, r=Nextra) Vincent Herbet 2014-03-20 18:21:38 +0100
  • f520a39c89 Add DMG_GRENADE constant (bug 6030, r=arkshine) Vincent Herbet 2014-03-20 18:14:31 +0100
  • bc97cc0bfb Add missing Pawn includes in VC project file Vincent Herbet 2014-03-20 18:11:49 +0100
  • 79af43b861 Testing commit Arkshine 2014-03-17 08:50:44 +0100
  • f1883fd773 Trigger a build. David Anderson 2014-03-11 22:29:30 -0700
  • d77e4a1470 Fix package.pl. David Anderson 2014-03-11 19:54:37 -0700
  • 4c2f4095d2 Update README.md David Anderson 2014-02-23 13:17:57 -0800
  • 4a79099115 Merge pull request #6 from alliedmodders/fix-winres-rc David Anderson 2014-02-15 21:26:42 -0800
  • 11d0b204f5 Change winres.h to winresrc.h. David Anderson 2014-02-15 21:13:12 -0800
  • db466c56fa Update README.md David Anderson 2014-02-14 09:20:46 -0800
  • 8a55f1db35 Update README.md David Anderson 2014-02-13 23:07:04 -0800
  • 31654d2908 Create README.md David Anderson 2014-02-13 23:06:43 -0800
  • d61abc5a18 Fix Windows build. David Anderson 2014-02-13 00:13:43 -0800
  • 4df96b097d Add env var support to AMBuildScript. David Anderson 2014-02-13 00:04:52 -0800
  • ea051bddfb Import the package needed for rmtree(). David Anderson 2014-02-12 23:30:03 -0800
  • 3b2a005a92 Merge pull request #5 from alliedmodders/depscript David Anderson 2014-02-12 20:58:54 -0800
  • fb186b6fab Add a checkout-deps.sh script. David Anderson 2014-02-12 20:46:19 -0800
  • f453bca1c3 Merge pull request #4 from alliedmodders/macmin_cflags Scott Ehlert 2014-02-12 19:58:19 -0600
  • be4d91c105 Add -mmacosx-version-min=10.5 to compiler flags on OS X. Scott Ehlert 2014-02-12 19:38:45 -0600
  • 60bea040d0 Merge pull request #3 from alliedmodders/egg David Anderson 2014-02-10 23:40:09 -0800
  • 0f303eb999 Fix whitespaces. David Anderson 2014-02-10 23:38:55 -0800