Arkshine
526a70a6d7
Geoip: Fix compilation #1
...
MSVC doesn't fully implement C99, ssize_t, stdbool.h, etc have to be provided manually.
Most of fixes are casting type and unpacking structure.
2014-08-05 20:04:52 +02:00
Arkshine
58a64597e8
Geoip: Import libmaxminddb library which supports Geoip2 databases.
2014-08-05 20:04:50 +02:00
Arkshine
209f46a235
Geoip: Remove GeoIP library.
2014-08-05 20:04:49 +02:00
Scott Ehlert
d113b1b646
Update license headers for ts modules.
2014-08-04 13:18:40 -05:00
Scott Ehlert
8be13a4ecc
Update license headers for tfcx module.
2014-08-04 13:18:40 -05:00
Scott Ehlert
12775d0627
Update license headers for sqlite module.
2014-08-04 13:18:39 -05:00
Scott Ehlert
5ec6cc0d5e
Update license headers for socket module.
2014-08-04 13:18:38 -05:00
Scott Ehlert
edeb44b0b8
Update license headers for regex module.
2014-08-04 13:18:37 -05:00
Scott Ehlert
bf30d1d3ce
Update license headers for nvault module.
2014-08-04 13:18:36 -05:00
Scott Ehlert
1fc2e8cc6f
Update license headers for ns module.
2014-08-04 13:18:35 -05:00
Scott Ehlert
4be6ca834a
Update license headers for mysql module.
2014-08-04 13:18:35 -05:00
Scott Ehlert
7274beebed
Update license headers for hamsandwich module.
2014-08-04 13:18:34 -05:00
Scott Ehlert
b7c205baf0
Update license headers for geoip module.
2014-08-04 13:18:33 -05:00
Scott Ehlert
c41219ae79
Update license headers for fun module.
2014-08-04 13:18:32 -05:00
Scott Ehlert
96a8fc5700
Update license headers for fakemeta module.
2014-08-04 13:18:31 -05:00
Scott Ehlert
caf0dbb341
Update license headers for engine module.
2014-08-04 13:18:31 -05:00
Scott Ehlert
82784a6169
Update license headers for dod modules.
2014-08-04 13:18:30 -05:00
Scott Ehlert
b6103a1916
Update license headers for cstrike modules.
2014-08-04 13:18:29 -05:00
Arkshine
fc48579776
Update AMXX SDK in all modules.
2014-08-02 18:30:53 +02:00
Vincent Herbet
580eb24546
Fix compilation warning.
2014-07-27 13:48:05 +02:00
Vincent Herbet
d2595b8b92
Merge pull request #31 from xPaw/burn-baby-burn
...
Remove compatibility stuff from the core
2014-07-27 12:07:58 +02:00
Arkshine
e440663ea3
Remove old debug lines.
2014-07-26 23:19:28 +02:00
Vincent Herbet
3a5cb29e67
Merge pull request #69 from Arkshine/update-regex
...
Update regex module
2014-07-18 18:14:56 +02:00
Arkshine
5aba776da5
Regex: Recompile libpcre.a with -mmacosx-version-min=10.5.
2014-07-18 18:02:13 +02:00
Vincent Herbet
b4359d0f53
Merge pull request #71 from Arkshine/fix-set_ent_rendering
...
Fix typo in set_ent_rendering native.
2014-07-18 17:04:54 +02:00
Arkshine
14f2a95205
Fix typo in set_ent_rendering native.
2014-07-18 16:49:39 +02:00
Arkshine
dbe95c849b
Engine: Add entity_intersects native.
2014-07-18 16:37:32 +02:00
Arkshine
ce92ef745c
Regex: Fix compilation under OSX
...
Lib has been recompiled to target i386.
2014-07-18 13:45:29 +02:00
Arkshine
0ec65bef5b
Regex: Fix compilation.
2014-07-18 12:42:13 +02:00
xPaw
5eaeaa8dc1
Cstrike: Fix compilation.
2014-07-17 20:28:40 +02:00
Arkshine
9c84c17d5e
Regex: Update regex_subtr (Increase buffer and make it UTF-8 safe)
2014-07-17 14:02:21 +02:00
Arkshine
939a724b1a
Regex: Add regex_replace native.
2014-07-17 11:21:06 +02:00
Arkshine
287f471ac4
Regex: Remove regex_match_ex and RegexError tag, change regex_match_all to use flags and update documentation.
...
- regex_match_ex was kind of duplicated.
- regex_match_all uses now integer flags (header like regex_compiler_ex)
- Removed RegexError tag to allow old natives to use these constants without mismatch tag error.
- Made all error params optional
2014-07-08 00:08:35 +02:00
Arkshine
a44d20b26b
Regex: Add regex_match_all_c and regex_match_all natives (by Nextra)
2014-07-07 20:49:38 +02:00
Arkshine
ee4f6b8a89
Regex: Use AMTL.
2014-07-06 12:23:22 +02:00
Arkshine
0714354f52
Regex: Update compiled libraries and pcre.h to v8.35.
2014-07-06 12:23:22 +02:00
Arkshine
d1153b8049
Regex: Update pcre.h.
2014-07-05 13:51:08 +02:00
Arkshine
f9503cb98a
Regex: Add regex_compile_ex and regex_match_ex natives.
...
Purpose is to use the PCRE flags and error num directly.
Harcoding flags letters is really not readable and friendly.
Also this makes error params optionnal.
2014-07-05 12:21:36 +02:00
Arkshine
201a3003d9
Regex: Update compiled libraries.
2014-07-05 00:32:40 +02:00
Arkshine
c2c78f6724
Cstrike: Random cleanup.
2014-07-05 00:04:20 +02:00
Arkshine
7cb004c728
Cstrike: Fix forwards [un]loading at map change.
2014-07-04 23:52:47 +02:00
Arkshine
58774361bb
Cstrike: Make sure to execute forwards on alive players.
2014-07-04 16:57:40 +02:00
Arkshine
6c4cb27d3e
Cstrike: Implement CS_OnBuyAttempt forward.
2014-07-04 10:41:13 +02:00
Arkshine
0728fee706
Cstrike: Make CS_OnBuy forward more reliable - part 4
...
Added support for shield , which is a special case.
Moved hashmap creation to OnPluginsLoaded.
2014-07-04 00:17:55 +02:00
Arkshine
884c5e9643
Cstrike: Make CS_OnBuy forward more reliable - part 3
...
Remove unused hooks.
2014-07-03 21:14:11 +02:00
Arkshine
0cf39307e0
Cstrike: Make CS_OnBuy forward more reliable - part 2
...
Purpose is to have the forward be called only on actual buying.
This has been requested on the forum.
2014-07-03 21:10:53 +02:00
Arkshine
6e50a0effd
Cstrike: Make CS_OnBuy forward more reliable - part 1
...
Purpose is to have the forward be called only on actual buying.
This has been requested on the forum.
2014-07-03 13:40:05 +02:00
Arkshine
de73007922
Sync AMTL.
2014-07-03 11:26:50 +02:00
xPaw
9b1f4e01c7
🔥 Remove backwards compatible RadiusDamage
2014-06-05 23:20:06 +03:00
xPaw
2696f0af0e
🔥 Remove compatibility stuff from the core
2014-06-05 23:00:47 +03:00
Vincent Herbet
08378eed4b
Merge pull request #25 from Arkshine/feature-client_buy-forward
...
Implement CS_OnBuy forward + Do some clean up (bug 5906)
2014-06-03 10:20:13 +02:00
Arkshine
2595fbe764
Cstrike: Remove unused defines and fix typo.
2014-06-03 10:05:56 +02:00
Arkshine
d2f2748e9e
Cstrike: Enable/Disable detours whether CS_OnBuy and CS_InternalCommand are used in plugins + Add more check for safety.
2014-06-01 22:24:52 +02:00
Arkshine
f1e206fde6
Cstrike: Refactor code to seperate detours for readability/maintainability + Fix OSX symbols.
2014-06-01 19:00:37 +02:00
Arkshine
c96456503c
Cstrike: Fix ResolveSymbol misuse under linux/osx.
2014-05-31 20:06:26 +02:00
Scott Ehlert
423eb0499b
Align stack on 16 byte boundary in hamsandwich trampolines.
2014-05-31 06:34:52 -05:00
Scott Ehlert
3987085572
Combine prologue and epilogue code for void and non-void functions in hamsandwich trampolines.
2014-05-31 04:00:25 -05:00
Scott Ehlert
fe52f1eeac
Don't bother saving and restoring eax in hamsandwich trampolines.
2014-05-31 03:09:17 -05:00
Arkshine
f08a4f5a66
Cstrike: Fix typo under OSX.
2014-05-31 09:14:00 +02:00
Arkshine
a984c85ffc
Cstrike: Define "UseBotArgs" and "BotArgs" symbols in game data file.
2014-05-30 22:53:27 +02:00
Arkshine
f130a8ea89
Cstrike: Implement CS_OnBuy forward.
2014-05-30 16:54:36 +02:00
Arkshine
38e2e3e393
Cstrike: Move utility stuff in its own file.
2014-05-29 01:19:52 +02:00
Arkshine
e4ff6853dd
Cstrike: Convert code to use CDetour and MemoryUtils.
2014-05-29 00:40:37 +02:00
Arkshine
d7b3b47aa4
Cstrike: Import some memory tools from SourceMod
2014-05-28 22:51:14 +02:00
Arkshine
62cf10f0c3
Cstrike: Move game datas in its own file.
2014-05-26 21:19:18 +02:00
Arkshine
f08e22db95
Cstrike: Rename cstrike.cpp to CstrikeNatives.cpp
2014-05-26 18:50:39 +02:00
Arkshine
88c489d393
Cstrike: Move AMXX API in a new file.
2014-05-26 18:08:41 +02:00
Arkshine
db76fc7b66
Fix cs_set_user_team issue on spectator
2014-05-12 14:41:08 +02:00
Arkshine
d3f22d2089
Add support for bot without "player" classname in Hamsandwich (bug 6111, r=ds)
2014-05-01 10:21:46 +02:00
Arkshine
c99a518ba4
Oh come one.
2014-04-18 22:31:14 +02:00
Arkshine
512e3ff61c
Fix some typo and fix mac.
2014-04-18 22:22:09 +02:00
Arkshine
3d732bbbb6
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
Arkshine
d6d4badbda
Fix crash in Hamsandwich with hooked function without return (hopefully last time)
2014-04-14 13:37:09 +02:00
Arkshine
0f890ce7f1
Fix crash in Hamsandwich with hooked function without return.
2014-04-14 11:39:08 +02:00
Arkshine
1a7daad657
Update globally Hamsandwich module (bug 5611, r=sawce)
2014-04-09 16:44:02 +02:00
DynamicBits
1503a6571f
Fix TFC_PC_CIVILIAN value (bug 6042, r=arkshine)
2014-03-22 16:59:15 +01:00
David Anderson
d61abc5a18
Fix Windows build.
2014-02-13 00:13:43 -08:00
David Anderson
f0f319a418
Add WinCSX to AMBuild scripts.
...
Former-commit-id: eca50829ae45c9d7bad2f0c79a95ba7a1e35c63e
2014-02-08 21:16:41 -08:00
David Anderson
1f15fdd6cb
Update versioning for AMBuild and git.
...
Former-commit-id: ea473061ef1f3b52716decfb4dafcfd66167730d
2014-02-08 20:37:33 -08:00
David Anderson
59c3e271db
Remove all files related to SVN versioning.
...
Former-commit-id: 57a320bfe97fcf87cf2adc6a5ee3ae07814f798d
2014-02-08 16:26:40 -08:00
David Anderson
922b4802f1
Port AMBuild scripts to Windows.
...
Former-commit-id: 9af9b5f205cfd588a16e1164bd033c22ce2107fc
2014-02-08 16:09:29 -08:00
David Anderson
90b2860fd2
Get parity with makefile flags.
...
Former-commit-id: d1ee3b078001fc2bd5f0454cf457897cd0a0a817
2014-02-08 14:49:03 -08:00
David Anderson
c4e90ce865
Initial import of AMBuild infrastructure for C++ projects.
...
Former-commit-id: 53baa4f8c25525674f5e71f8f6ff2663928500ab
2014-02-08 01:14:15 -08:00
Scott Ehlert
bc57a4e74f
Triggering a build.
...
Former-commit-id: 45b67bd4fcacf483065d7447a2c12e6c45806b24
2014-01-22 20:03:52 -06:00
Scott Ehlert
568bec17fc
Fixed building with newly updated SDK.
...
Former-commit-id: bf0455aea7c54493b2b921a2fef52120163e0959
2013-09-05 19:51:52 -05:00
Scott Ehlert
2a458530b7
Fixed cstrike module crash on OS X (r=dvander).
...
Valve now compiles OS X binaries with -fvisibility=hidden, so dlsym no longer works with non-exported symbols.
Former-commit-id: f77f6430a288cbe1200bae05c64494f6a0030bc6
2013-09-03 17:56:27 -05:00
DynamicBits
de818ab5ec
Update tfcx LINUXOFFSET value (bug 5845, r=arkshine)
...
Former-commit-id: 0f1908fa746e11d7915c43053e628d2a29cc7be4
2013-08-24 00:56:26 +02:00
Vincent Herbet
da30315556
Fix Wno-delete-non-virtual-dtor flag to be passed only for .cpp files.
...
Former-commit-id: 4f8b31483ddf784589bc2bd53f736772147c631d
2013-08-10 19:29:28 +02:00
Vincent Herbet
419c8f6ee6
Fix client_death/damage forwards passing alive victims on ClientKill (bug 5812, r=Nextra)
...
Former-commit-id: 39fadf43027ccfaff20a7c671aec4f22fdf432ca
2013-08-10 19:10:54 +02:00
Vincent Herbet
ddacdb0ab2
Add set_ent_rendering native (bug 5773, r=Nextra)
...
Former-commit-id: d322cd2e79497eae463e941973db952079219c80
2013-08-10 14:16:26 +02:00
Vincent Herbet
ec644cf1a4
Fix unused but set variable compilation error under linux.
...
Former-commit-id: 1aa4373e3dce07d1a8331a74a557f56eca574520
2013-08-10 13:01:23 +02:00
Vincent Herbet
0afe87be0a
Add get_map_objectives native for CS (bug 5820, r=Nextra)
...
Former-commit-id: 47487a4aa7b32a5767c2a23df5ddc7e9643c3428
2013-08-08 19:11:12 +02:00
Vincent Herbet
225494b559
Fix tfcstats_pause imcomplete implementation (bug 5836, r=Nextra)
...
Former-commit-id: ea7b0f56fd2ea2f8d59d5b30172d8d9bfe4079f9
2013-08-07 16:46:40 +02:00
Vincent Herbet
dca0bbcbb1
Fix tfcstats_rankbots not working as expected when disabled (bug 3192, r=Nextra)
...
Former-commit-id: 2ed695c8bbb1d69dc9241af18fb0477b1f19cce8
2013-08-07 16:44:25 +02:00
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: 30394243ff3f1cf08e1a8ebfcbf05dbea3a215b2
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: 79252c33fb03c37a4e7ce3c7b49cd3e1618ae559
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: efe3bda51be78618cfc758a5d75a9a4bcc49a353
2013-07-27 20:36:33 +02:00
Vincent Herbet
7498f84261
Fix uninitialized variable warning.
...
Former-commit-id: 65acac2b4fc16e1383d629b77200babe88b0556a
2013-07-04 20:36:31 +02:00
Vincent Herbet
93339d9be4
Add client_cmdStart forward (bug 5779, r=me)
...
Former-commit-id: 785ce1ea81567e30a729954a74ded7fdfef1ef7c
2013-07-03 01:00:52 +02:00
connorr
90e7aa65a1
Fix incorrect behavior of impulse forwards (bug 3243, r=Arkshine)
...
Former-commit-id: 1aae4c3ec57c61ba3f32579e236b07da54ae14bf
2013-07-03 00:19:12 +02:00
Vincent Herbet
1e7a4d2727
Comply to AMXX style for more consistency in 47c47df488e8
...
Former-commit-id: f9deb552af855345c8bd11d5eea17b0c5e9439f6
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: 4d174007b14a9b6b8589f96a9259f3249db23799
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: da3d13a9c027f764d0506273fca2ac71a75719c7
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: 6ad9e6bc8cf748bb06d5618cb21741d6e79b0110
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: 4766f848641edeab86fca1d6637fc0ae09af3744
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: 4c3fc7eb970c57814daa6fcc1c26cabc8a02608f
2013-06-16 22:15:19 +02:00
Scott Ehlert
f6ff4796b2
Fixed Linux and Mac builds.
...
Former-commit-id: 6f39588049f51abf92164ec7a79b0b9c0688f3c5
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: 3bae515741f59ca9679cbacc1f81dce6734fa67b
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: 89a65c6a7fc4e257580c0fcc1a759c0f5b488ae6
2013-06-15 22:02:24 +02:00
Vincent Herbert
f608ae76ed
Fix crash using [get|set]_usercmd (bug 5744, r=me)
...
Former-commit-id: 676952c02f7df7d3595a6f36bc3efbead3a40eee
2013-06-15 20:59:11 +02:00
Scott Ehlert
146d77f819
Fixed Windows tsx build.
...
Former-commit-id: 9ffe0365415ba5cd9fdaa12782c9677f8f1ca951
2013-02-13 03:32:25 -06:00
Scott Ehlert
ce4b23b41a
Fixed metamod paths in MSVC projects.
...
Former-commit-id: c99a90817fb726ee28783d9b1139e4d540daa9fa
2013-02-13 03:22:59 -06:00
arkshine
a3aa086375
Fix crash in EngFunc_TraceTexture (bug 4576, r=dvander).
...
Former-commit-id: c439946a3451dbdfafa2f542e08bc7f83d586165
2013-02-13 00:27:53 -08:00
Reuben Morais
82ad133d91
Add hamsandwich support for Adrenaile Gamer (bug 4445, r=dvander).
...
Former-commit-id: e08f1dfccf3b5bfb65687aee06c5d8fdbff94540
2013-02-13 00:25:48 -08:00
Scott Ehlert
250cb89479
Really fixed HLSDK paths in MSVC project files.
...
Former-commit-id: e04d44c85196034f5deebbf3c46ecc9fc710aeed
2013-02-13 02:08:29 -06:00
Scott Ehlert
f01357aa7a
Fixed HLSDK paths in VS 2010 projects files.
...
Former-commit-id: 32516f18ee3b87c2030ba5fad91f0b3e7a1ec741
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
David Anderson
44e078c7c0
added support for building 32-bit on 64-bit machines
2008-04-15 23:26:54 +00:00
Steve Dudenhoeffer
e3e64233ec
Fix for amb1596 ; csx was allocating a buffer to small for csstats.amxx's stats[] array
2008-04-10 05:48:36 +00:00
Steve Dudenhoeffer
9348f9931e
amb1096 affected DoD, TS and TFC modules, fixed.
2008-03-23 03:45:21 +00:00
Steve Dudenhoeffer
69a8a86ff6
Fix for nvault not loading on some Linux servers - nvault no longer uses exceptions, so libstdc++ is no longer needed
2008-03-04 19:06:39 +00:00
Steve Dudenhoeffer
df522ebe6f
Woops!
...
Fix for amb1096 - csstats_rank mode 2 caused a server lockup.
2008-03-04 18:40:15 +00:00
Steve Dudenhoeffer
9801c4166f
Fix for amb1389 - client_changeteam had a reversed syntax
2008-03-04 17:22:40 +00:00