Commit Graph

  • 02ac6fa2d7 Update to the latest AMTL - Rename Ref to RefPtr. Arkshine 2015-11-23 14:27:26 +0100
  • 2971bb65fd Merge pull request #309 from Arkshine/refactor-gamerules-retrieval Vincent Herbet 2015-11-23 00:58:37 +0100
  • 91f02b145b Merge pull request #308 from Arkshine/fix/cstrike-meta-return Vincent Herbet 2015-11-23 00:47:21 +0100
  • 42a09f8593 Fix missing meta return in ServerActivate Arkshine 2015-11-23 00:35:44 +0100
  • 87b1833f73 Refactor gamerules address retrieval Arkshine 2015-11-09 23:33:25 +0100
  • 664c85106f Merge pull request #278 from Arkshine/feature/cstrike-update-2 Vincent Herbet 2015-11-21 00:19:01 +0100
  • a445e806ea Cstrike: Refactor - Simplify forwards logic, fix and improve few things Arkshine 2015-10-08 20:53:14 +0200
  • 1ad01f4989 Merge pull request #307 from Arkshine/fix/comma-compiler Vincent Herbet 2015-11-12 21:05:37 +0100
  • 6d9fe60608 Fix shifted warning messages from compiler due to missing comma in array Arkshine 2015-11-12 20:13:54 +0100
  • 4abeac1231 Merge pull request #306 from IgnacioFDM/patch-1 Vincent Herbet 2015-11-06 12:52:42 +0100
  • 72d3f21816 Allow wordspawn in edict/entvars->index type conversion and EHANDLE edict get/set IgnacioDM 2015-11-06 07:44:14 -0300
  • d08e1357dd Cstrike: Fix defuser/nvgs not being called with CS_OnBuy and fix wrong shield CSI constants Arkshine 2015-09-09 01:06:54 +0200
  • eb0222455a Cstrike: Fix spaces/tabulations/typo Arkshine 2015-09-07 11:52:29 +0200
  • b6910667a8 Cstrike: Remove parsing error and update native error message Arkshine 2015-09-05 14:28:26 +0200
  • e87976bc09 Cstrike: Remove CS_OnGetItemPrice forward (reverted from commit 33a7d74b6da2ca4dcb621e9b306c386ba040571e) Arkshine 2015-09-05 10:33:28 +0200
  • ffe8b7761e Cstrike: Move CSW_* constants from amxconst.inc to cstrike_const.inc Arkshine 2015-09-05 10:31:12 +0200
  • 2c5cc4289e Cstrike: Add cs_is_valid_itemid() stock Arkshine 2015-07-27 11:26:32 +0200
  • 75853dae60 Cstrike: Add cs_find_ent_by_owner() native Arkshine 2015-07-26 19:55:10 +0200
  • 23b0450938 Cstrike: Add cs_get_weapon_class() stock (weapon id -> class id) Arkshine 2015-07-26 18:26:12 +0200
  • 600a15a57b Cstrike: Add cs_get_weapon_info() native Arkshine 2015-07-25 16:17:50 +0200
  • 60cdbeb219 Cstrike: Add CS_OnGetItemPrice forward to get/alter an item price on purchase Arkshine 2015-07-25 13:33:30 +0200
  • cf2f753660 Cstrike: Fix CS_OnBuy called only on the first buying of primary/secondary ammos and not when game loops to give until max amount Arkshine 2015-07-25 13:07:42 +0200
  • e6a2434887 Cstrike: Add cs_get_item_id() and cs_get_translated_item_alias() natives Arkshine 2015-07-24 09:57:10 +0200
  • c6628f22ee Cstrike: Add more known constants from game Arkshine 2015-07-16 07:42:22 +0200
  • d3e5957215 Cstrike: Add cstrike_const.inc and move existing constants there Arkshine 2015-07-15 22:57:57 +0200
  • eb9405bd97 Merge pull request #298 from Arkshine/feature/gamerules-natives Vincent Herbet 2015-11-03 10:42:35 +0100
  • 49184c86a3 Refactor 5 - Rename original file/var for gamerules Arkshine 2015-10-29 12:29:30 +0100
  • 4333255571 Refactor 4 - Move entities natives to its own file and reflect changes Arkshine 2015-10-29 12:23:14 +0100
  • 1032fbdbd0 Refactor 3 - Simplify macros and move them to shared file as well Arkshine 2015-10-29 12:12:26 +0100
  • dc6f171f20 Refactor 2 - Duplicate get_member_* for each set of natives for consistency Arkshine 2015-10-29 11:55:25 +0100
  • c07b269c94 Refactor 1 - Move shared code to its own file and reflect changes Arkshine 2015-10-29 11:28:16 +0100
  • 02c1b20ed7 Rename get_ent_data_size/info/basetype to be more generic Arkshine 2015-10-09 11:32:06 +0200
  • 68f99bc2d5 Add get/Set_gamerules_* natives Arkshine 2015-10-09 11:26:40 +0200
  • df507a675b Reflect changes on get/set_data* natives Arkshine 2015-10-09 11:20:22 +0200
  • d9c7e72d4b Update macros to support gamerules configs Arkshine 2015-10-09 11:16:20 +0200
  • 234b537ad9 Factorize gamerules data code Arkshine 2015-10-09 11:13:33 +0200
  • 483ef98af3 Load gamerules address and offsets Arkshine 2015-10-09 11:01:12 +0200
  • f31e0e405f Add gamerules offsets for supported mods Arkshine 2015-10-09 10:53:53 +0200
  • 7db6e9355d Merge pull request #305 from IgnacioFDM/master Vincent Herbet 2015-10-20 10:47:50 +0200
  • b78c239395 Remove extra semicolon IgnacioFDM 2015-10-20 05:34:18 -0300
  • b7be35618d Merge pull request #304 from Arkshine/fix/crash-invalid-address Vincent Herbet 2015-10-15 13:03:48 +0200
  • 42fb860077 Fix a potential crash if SV_DropClient address could not be found Arkshine 2015-10-15 12:50:58 +0200
  • e2e57d8347 Merge pull request #302 from Arkshine/fix/compilation-gcc Vincent Herbet 2015-10-13 20:39:09 +0200
  • 85f03c4a06 Fix linux compilation with gcc-4.8 and higher. Arkshine 2015-10-13 20:25:09 +0200
  • 915da57d32 Merge pull request #300 from Arkshine/fix/cstrike-sv Vincent Herbet 2015-10-11 13:46:10 +0200
  • b3e5e10473 Fix retrieval of sv address not working under linux Arkshine 2015-10-11 13:19:06 +0200
  • 2eeeb2997d Merge pull request #299 from Arkshine/fix/typos-in-fakemeta Vincent Herbet 2015-10-09 20:36:36 +0200
  • 9997c31703 Fix (get/set)_pdata_(int/float) using the wrong offset value (typo from #297) Arkshine 2015-10-09 20:30:45 +0200
  • cae7281def Merge pull request #297 from Arkshine/fix/invalid-edict-on-last-player Vincent Herbet 2015-10-08 19:52:27 +0200
  • 9bee1f7edf Consistency: Replace GETEDICT with HLTypeConversion in core Arkshine 2015-10-07 22:31:01 +0200
  • b65a0600ee Consistency: Replace GETEDICT and variants with HLTypeConversion in cstrike module Arkshine 2015-10-07 17:41:54 +0200
  • 6f301b5cea Consistency: Replace GETEDICT, INDEXENT2 and others things with HLTypeConversion in hamsandwich module Arkshine 2015-10-07 17:31:28 +0200
  • bf5fdc2b5c Consistency: Replace GetPlayerEdict with HLTypeConversion in fun module Arkshine 2015-10-07 00:26:14 +0200
  • e52fc14114 Consistency: Replace INDEXENT2 with HLTypeConversion in engine module Arkshine 2015-10-07 00:10:48 +0200
  • 429a4596c1 Consistency: Replace INDEXENT2 and others things with HLTypeConversion in fakemeta module Arkshine 2015-10-06 23:53:01 +0200
  • 9980b7ac62 Fix some natives relying on a known engine bug related to last player's edict being invalid Arkshine 2015-10-06 16:45:35 +0200
  • fd0f6cc429 Merge pull request #296 from Arkshine/feature/update-to-latest-amtl Vincent Herbet 2015-10-05 19:49:10 +0200
  • c29eabec50 Fix max length inconsistencies + typo Arkshine 2015-10-05 19:06:38 +0200
  • 138b9e1510 Remove UTIL_Format() and UTIL_VarArgs() Arkshine 2015-10-01 11:06:04 +0200
  • f22dc769f4 Replace some LibraySys usage with AMTL primitives Arkshine 2015-09-30 21:02:19 +0200
  • f976861e21 Fix AMBuild and VS projects files Arkshine 2015-09-30 19:09:02 +0200
  • 2d910838a2 Fix AMTL internal paths Arkshine 2015-09-30 19:08:39 +0200
  • f811bab608 Update AMTL to latest revision Arkshine 2015-09-30 18:40:17 +0200
  • 9a4731dd14 Merge pull request #284 from Arkshine/feature/new-pdata-natives Vincent Herbet 2015-09-19 20:56:31 +0200
  • 16f65663dc Add new natives to read/write on entity's private data based off class/member name available from gamedata files Arkshine 2015-08-13 21:08:11 +0200
  • ac2bcb2d19 Merge pull request #282 from Arkshine/gamedata-type-desc Vincent Herbet 2015-09-07 09:10:28 +0200
  • eaa330d745 Merge pull request #291 from alliedmodders/fix/native-overflow Vincent Herbet 2015-09-05 18:24:51 +0200
  • b63e63cfcd Fix crash when dynamic native is executed with the max number of params Vincent Herbet 2015-09-05 17:49:37 +0200
  • 5b3a5a0153 Merge pull request #289 from alliedmodders/fix/typo-autoexeconfig Vincent Herbet 2015-09-05 08:49:04 +0200
  • 57a5004f4e Fix typo Vincent Herbet 2015-08-27 17:48:57 +0200
  • 190304f601 Merge pull request #288 from Arkshine/sync-amtl Vincent Herbet 2015-08-26 11:19:19 +0200
  • 0005d1a6b5 Update AMTL submodule from upstream and reflect changes Arkshine 2015-08-26 11:15:07 +0200
  • 224239f5a1 Merge pull request #266 from Arkshine/feature/autoexeccfg Vincent Herbet 2015-08-26 10:42:59 +0200
  • 5b8bbddbc1 AutoExecConfig: Adjust few things Arkshine 2015-07-20 11:19:28 +0200
  • c5d4eb49d4 Merge pull request #287 from Sylvert0/Fix-cs_set_user_team Vincent Herbet 2015-08-23 19:44:47 +0200
  • e4b635f5be Update CstrikeNatives.cpp Iván Lo Giudice 2015-08-22 17:54:00 -0300
  • f95f2032fc Update cstrike.inc Iván Lo Giudice 2015-08-22 17:51:48 -0300
  • 78b1154b8d AutoExecConfig: Do not traumatize Travis and Nextra Arkshine 2015-07-20 09:35:13 +0200
  • 1f3ba35140 AutoExecConfig: Remove config code in admin.sma Arkshine 2015-07-19 21:43:03 +0200
  • 1f3c7cf272 AutoExecConfig: Update documentation Arkshine 2015-07-19 21:36:13 +0200
  • 9a1dc5d179 AutoExecConfig: Add AutoExecConfig native Arkshine 2015-07-19 21:12:24 +0200
  • f22185d646 AutoExecConfig: Enable the configs Arkshine 2015-07-19 21:11:34 +0200
  • 517a08e134 AutoExecConfig: Add CoreConfig class + OnAutoConfigsBuffered / OnConfigsExecuted forwards Arkshine 2015-07-19 21:06:43 +0200
  • a9b183612b Merge pull request #264 from Arkshine/fix/dropclient Vincent Herbet 2015-08-14 00:22:57 +0200
  • ed4faf7c11 Fix player not being internally disconnected in some situation + add client_disconnected forward Arkshine 2015-07-17 00:26:30 +0200
  • a9015d1d84 Merge pull request #283 from alliedmodders/fix/newmenu-propnocolor Vincent Herbet 2015-08-13 12:19:12 +0200
  • 83a72a6e3a Fix MPROP_NOCOLORS menu property not working Vincent Herbet 2015-08-13 12:04:31 +0200
  • 5f0b92f7c3 Fix typos Arkshine 2015-08-12 10:43:59 +0200
  • c270243b56 Replace "time" type name by a more generic one "float" Arkshine 2015-08-10 17:32:57 +0200
  • a6e587f0f0 Update Opfor offsets Arkshine 2015-08-10 16:20:43 +0200
  • a50b1e17d8 Update TFC offsets Arkshine 2015-08-10 16:06:33 +0200
  • 9a83db66f5 Update HLDM offsets Arkshine 2015-08-10 15:58:41 +0200
  • 2fa53badd9 Update DoD offsets Arkshine 2015-08-10 15:52:21 +0200
  • db14b0eae8 Update CS offsets Arkshine 2015-08-10 12:28:44 +0200
  • f4f4d966f3 Reflect changes where game config functions are used Arkshine 2015-08-09 14:54:01 +0200
  • 7423ac6824 Modify game config parser to support more offset datas (type, size, etc.) Arkshine 2015-08-09 14:53:15 +0200
  • 20201290e3 Merge pull request #271 from Arkshine/fix/ns_remove_upgrade Vincent Herbet 2015-08-10 15:28:44 +0200
  • 4563f56e77 Merge pull request #277 from Arkshine/fix/potential-issues Vincent Herbet 2015-08-10 15:28:32 +0200
  • c46e666907 Merge pull request #279 from Arkshine/fix/sortadtarray-string Vincent Herbet 2015-08-10 15:28:23 +0200
  • 10eb6b370a Merge pull request #280 from Arkshine/improve-offsets-list Vincent Herbet 2015-08-09 19:26:05 +0200