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
Steve Dudenhoeffer
80db0ed0b3
Fix for amb1452 - ns_give_item was giving wrong items
2008-03-04 17:19:15 +00:00
David Anderson
b9d98ede39
fixed amxx build
2008-01-07 18:18:52 +00:00
Zor
e6c8afa5de
Removed the olddeadflag from CPlayer and moved the spawn forward into the PStatus Client Message
2007-12-28 19:13:24 +00:00
David Anderson
1497d58e41
removed -fno-threadsafe-statics, didn't do anything
2007-11-13 16:46:59 +00:00
David Anderson
fd028ca1e7
fix for amb1077 - PT_TLS bugs in glibc
2007-11-13 16:45:55 +00:00
David Anderson
df96a81a75
fixed code that was clearly never tested (amb1126)
2007-11-13 02:25:20 +00:00
David Anderson
656d30be83
fixed amb1096
2007-11-13 01:44:17 +00:00
David Anderson
408e69c41c
fixed amb1079 - threaded queries with results would crash
2007-10-30 00:09:18 +00:00
David Anderson
cc99d6d1fb
finalized build numbers and all that other release crap
2007-10-26 02:23:21 +00:00
David Anderson
7f51048438
fixed ns makefile
2007-10-26 01:31:28 +00:00
David Anderson
212697b950
whoops, that was one terrible commit. the bug is really fixed now.
2007-10-26 01:09:08 +00:00
David Anderson
6a567f3c77
fixed a memory corruption bug in CVector
2007-10-26 01:03:23 +00:00
David Anderson
36241e2905
updated revision numbers
2007-10-26 00:28:17 +00:00
David Anderson
f6276db4d0
fixed amb1067 - SQL_SetAffinity crashed when targeting sqlite
2007-10-26 00:10:09 +00:00
David Anderson
dbf6143747
fixed linux build
2007-10-23 11:24:51 +00:00
David Anderson
4aafcc50a0
lowered thread think time from 500ms to 200ms
2007-10-22 22:21:20 +00:00
David Anderson
a86b1c5097
added amb281 - multiple result sets for MySQL
2007-10-22 21:31:02 +00:00
David Anderson
b7f8503655
added amb844 - get_pdata_ent
2007-10-22 19:52:06 +00:00
David Anderson
748d000c02
fixed the other native relying on this offset as well
2007-10-03 00:54:19 +00:00
David Anderson
c1791361da
now for the one byte fix...
2007-10-03 00:51:25 +00:00
David Anderson
6a483cfcae
fixed amb291 issue
2007-10-03 00:50:30 +00:00
David Anderson
fcdd17480c
fix for amb253 - database now spinlocks instead of failing to lock
2007-10-02 23:38:31 +00:00
David Anderson
639db5846e
workaround for msvc optimizing away stack usage on detour
2007-08-16 16:30:16 +00:00
David Anderson
16f6048d74
updated comment so future bail doesn't ask "which one is right"
2007-08-10 07:17:40 +00:00
David Anderson
e2c1bad224
fixed a serious bug in the ClientCommand detour for cstrike, crashing on cl_autobuy
2007-08-10 07:12:04 +00:00
David Anderson
0b581b1506
fixed mysql makefile
2007-08-09 16:03:41 +00:00
David Anderson
9e0f3f01a7
fixed ns win32 build
2007-08-04 00:02:35 +00:00
David Anderson
06b461acd7
fixed msvc7 project files for ns
2007-08-03 23:51:10 +00:00
Steve Dudenhoeffer
ffb8fc683b
Implemented amb291 - cs_{set,get}_c4_defusing()
2007-08-03 19:11:47 +00:00