Vincent Herbet
3e1c70a887
Allow [g|s]et_pdata_cbase usage at map end whereas player's private datas are still valid (following fakemeta behavior) (bug 5787, r=me)
...
Former-commit-id: 30394243ff
2013-07-31 17:54:46 +02:00
DynamicBits
2854e70c94
Fix DOD grenade_throw incorrect calling behavior and wrong returned weapon IDs (bug 5785, r=arkshine)
...
Former-commit-id: 79252c33fb
2013-07-27 23:08:33 +02:00
Vincent Herbet
2f964928ff
Fix pfn_spawn metamod return to follow engine behavior (bug 5807, r=me)
...
Former-commit-id: efe3bda51b
2013-07-27 20:36:33 +02:00
Vincent Herbet
7498f84261
Fix uninitialized variable warning.
...
Former-commit-id: 65acac2b4f
2013-07-04 20:36:31 +02:00
Vincent Herbet
93339d9be4
Add client_cmdStart forward (bug 5779, r=me)
...
Former-commit-id: 785ce1ea81
2013-07-03 01:00:52 +02:00
connorr
90e7aa65a1
Fix incorrect behavior of impulse forwards (bug 3243, r=Arkshine)
...
Former-commit-id: 1aae4c3ec5
2013-07-03 00:19:12 +02:00
Vincent Herbet
1e7a4d2727
Comply to AMXX style for more consistency in 47c47df488e8
...
Former-commit-id: f9deb552af
2013-07-02 23:31:27 +02:00
Vincent Herbet
83e70d7dd7
Add [Get|Set]ModelCollisionBox and [Get|Set]ModelBoundingBox (bug 3527, r=joropito)
...
Former-commit-id: 4d174007b1
2013-07-02 20:48:18 +02:00
Vincent Herbet
c0fcf06c96
Add [get|set]_pdata_[bool|byte|short|vector|ehandle] and set_pdata_ent (bug 5770, r=joropito)
...
Former-commit-id: da3d13a9c0
2013-07-02 16:05:39 +02:00
Nextra
15572e2d61
Fix server crash when nvault is writting to journal file without write permission (bug 3231, r=Arkshine)
...
Former-commit-id: 6ad9e6bc8c
2013-07-02 10:20:21 +02:00
Vincent HERBET
57dd24a2e0
Fix incomplete implementation of csstats_pause cvar (bug 5755, r=joropito)
...
Former-commit-id: 4766f84864
2013-06-20 17:53:59 +02:00
Vincent HERBET
d5ce84a9f5
Fix pev_blending not working with set_pev (bug 5758, r=me)
...
Former-commit-id: 4c3fc7eb97
2013-06-16 22:15:19 +02:00
Scott Ehlert
f6ff4796b2
Fixed Linux and Mac builds.
...
Former-commit-id: 6f39588049
2013-06-16 12:55:22 -05:00
Vincent Herbert
f606adfa69
Fix cs_user_spawn to properly respawn players (bug 3752, r=dvander)
...
Former-commit-id: 3bae515741
2013-06-15 23:08:00 +02:00
connorr
de8257d7aa
Fix set_view altering pev properties instead of entity_state for rendering players (bug 5382, r=arkshine)
...
Former-commit-id: 89a65c6a7f
2013-06-15 22:02:24 +02:00
Vincent Herbert
f608ae76ed
Fix crash using [get|set]_usercmd (bug 5744, r=me)
...
Former-commit-id: 676952c02f
2013-06-15 20:59:11 +02:00
Scott Ehlert
146d77f819
Fixed Windows tsx build.
...
Former-commit-id: 9ffe036541
2013-02-13 03:32:25 -06:00
Scott Ehlert
ce4b23b41a
Fixed metamod paths in MSVC projects.
...
Former-commit-id: c99a90817f
2013-02-13 03:22:59 -06:00
arkshine
a3aa086375
Fix crash in EngFunc_TraceTexture (bug 4576, r=dvander).
...
Former-commit-id: c439946a34
2013-02-13 00:27:53 -08:00
Reuben Morais
82ad133d91
Add hamsandwich support for Adrenaile Gamer (bug 4445, r=dvander).
...
Former-commit-id: e08f1dfccf
2013-02-13 00:25:48 -08:00
Scott Ehlert
250cb89479
Really fixed HLSDK paths in MSVC project files.
...
Former-commit-id: e04d44c851
2013-02-13 02:08:29 -06:00
Scott Ehlert
f01357aa7a
Fixed HLSDK paths in VS 2010 projects files.
...
Former-commit-id: 32516f18ee
2013-02-13 01:22:50 -06:00
Scott Ehlert
37f7975416
Rebuilt compiler binaries and built new binaries for OS X.
2013-02-13 01:16:41 -06:00
Scott Ehlert
40c1fee55a
Added support for Mac OS X and building with clang (bug 5601, r=dvander).
2013-02-13 01:14:37 -06:00
Scott Ehlert
6c22cb171d
Synced hamdata.ini.
2013-02-04 18:40:04 -06:00
Scott Ehlert
77e900585a
Backed out changeset 41ca53ad9bff
2013-02-04 18:37:37 -06:00
Scott Ehlert
86bfeec554
Synced hamdata.ini
2013-02-04 18:36:18 -06:00
Scott Ehlert
45343e6e27
Updated hamsandwich offsets for HL1 and CS 1.6 beta.
2013-02-04 07:31:33 -06:00
Scott Ehlert
944f608f09
Fixed hamsandwich vtable patching on Linux for newer GCC binaries.
2013-02-04 07:31:32 -06:00
Scott Ehlert
ad960a64e2
Fixed Linux ClientCommand detour crash in cstrike module for beta.
2013-02-02 23:41:45 -06:00
Scott Ehlert
da2eb8ea66
Hopefully fixed Windows build.
2011-07-01 21:51:27 -05:00
Scott Ehlert
9d65198786
Upgraded MSVC project files for VS 2010 and modified build tool to use them.
2011-06-29 00:50:14 -05:00
Hawk552
afc663a51a
Lowered wait time in between threaded queries (bug 3740, r=dvander).
2010-04-27 00:24:50 -07:00
David Anderson
1bfdda7e71
Fixed more Makefile paths.
2010-04-04 18:00:36 -07:00
David Anderson
330fd1c2ae
Fixed Makefile paths for Metamod.
2010-04-04 17:55:37 -07:00
David Anderson
73e3e52057
Updated version files for HG.
2010-04-04 17:22:45 -07:00
David Anderson
b706108ed6
Squashed commit of the following:
...
commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4
Author: David Anderson <dvander@alliedmods.net>
Date: Mon Jan 11 00:17:08 2010 -0600
Initial import from Subversion (amxmodx/trunk rev 3757).
2014-02-06 23:06:54 -08:00
David Anderson
0b4f28fecf
SQL_QuoteString can now be used without a DB handle (bug 3427, r=sawce).
2009-01-08 20:02:09 +00:00
David Anderson
cdf3807955
Bumped version numbers.
2008-08-17 00:50:57 +00:00
David Anderson
73ea754640
Fixed not building because sdk stuff was moved around.
2008-08-16 23:24:25 +00:00
David Anderson
ce9728af93
Fixed GeoIP not compiling on gcc
2008-08-16 23:20:07 +00:00
David Anderson
6486c56a15
Bumped versions.
2008-08-16 22:47:59 +00:00
Scott Ehlert
0dc6a4a5dd
Whoa, amb1941: All of AMX Mod X is now officially moved over to Visual Studio 2005 (MSVC 8)
...
Also did the following:
* Removed -fPIC from all Linux makefiles
* AMXX build tool now also moved over to VS 2005
* AMXX build tool binary renamed from "AMXXRelease" to "builder"
* MSVC project files now can use environment variables to point to the paths of the Metamod headers and HL SDK: $(METAMOD) and $(HLSDK) respectively
2008-08-16 09:48:39 +00:00
Scott Ehlert
626bfe5240
Updated GeoIP code
2008-08-16 08:24:19 +00:00
Scott Ehlert
e4a3647b88
Updated GeoIP database to August 2008
2008-08-16 07:59:05 +00:00
Scott Ehlert
f942a857d0
Moved sven module of out trunk for now
2008-08-16 07:46:30 +00:00
Steve Dudenhoeffer
240c92e20f
Updated all module SDKs to stop the most annoying issue ever: amxxmodule.h required size_t but did not include stddef.h
...
Also stopped dodfun, dodx, tfcx and tsx from loading on games other than the ones they are designed for.
2008-04-29 06:53:55 +00:00
Steve Dudenhoeffer
1d7cbd4203
Added check for mod game when a module loads: If the module has the optional function, and reports that it is not an expected game, the module will not load.
...
This should fix how some people seem to think the counter strike modules will work on games other than counter strike.
2008-04-27 00:07:06 +00:00
Steve Dudenhoeffer
4049a0c3be
Initial addition of ns_remove_upgrade (amb1635): oh god I hope this will suffice
2008-04-26 21:40:56 +00:00
David Anderson
6d03b29963
forgot 32-on-64 support for this
2008-04-15 23:36:13 +00:00