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
Steve Dudenhoeffer
aa2cac0f0c
added fastdelegates, sheesh
2007-08-03 17:41:34 +00:00
Steve Dudenhoeffer
2bc6d965f6
Fix for amb437
...
dod_set_user_kills & dod_set_user_score no longer have the dead scoreboard class side effect.
dod_set_pl_deaths comment has been updated to reflect the side effect.
2007-08-03 17:35:12 +00:00
David Anderson
605bef0482
ham sammich is now versioned properly
2007-08-03 17:01:31 +00:00
David Anderson
2379aa3108
fixed msvc7 project files
2007-08-03 16:36:04 +00:00
Steve Dudenhoeffer
e254ef6b15
Added ns_get_user_team for a replacement for get_user_team.
2007-08-03 02:57:59 +00:00
Steve Dudenhoeffer
c77176a4ce
Re-added svn versioning to module
2007-08-02 16:33:34 +00:00
Steve Dudenhoeffer
c604eefde0
Merge of rewritten NS module into trunk
2007-08-02 16:20:32 +00:00
Steve Dudenhoeffer
48022d3c5c
Implemented amb673 - pre-compiled regular expression support.
...
Also commented in the include file a bit better.
2007-08-01 17:36:10 +00:00
Steve Dudenhoeffer
a28a80e45f
Few additions to fakemeta:
...
Implemented amb632 - lookup_sequence, also added set_controller (since it dealt with models).
Implemented set_pev_string, for setting with an already allocated string handle. Also added pev_serial, to get the entity serial number.
2007-07-24 06:05:43 +00:00
Steve Dudenhoeffer
2cbf7fca08
Forgot to update SVN with TS3.0 and RegisterHamFromEntity changes
2007-07-19 18:43:27 +00:00
Steve Dudenhoeffer
4b02ffa920
Fix for amb519: geoip_code2 and geoip_code3 will overflow the result buffer on an unsuccessful lookup.
...
Added two replacement natives for those two: geoip_code2_ex and geoip_code3_ex, could not modify the old natives without breaking backwards compatibility.
2007-07-19 18:37:13 +00:00
Steve Dudenhoeffer
8316318c31
Fix for amb343 - tfc_clearmodel didn't function as advertised.
2007-07-17 02:18:04 +00:00
Steve Dudenhoeffer
7b6d4ce699
Fix for amb503 - csx module not setting meta result when paused.
2007-06-30 05:11:13 +00:00
Steve Dudenhoeffer
a3342213b5
Added amb427: Additional weapons to dod_{get,set}_user_ammo
2007-06-22 18:25:16 +00:00
Steve Dudenhoeffer
b3e61b1d75
Fix for amb108 - statsx keeping port when saving stats by ip - this should still allow for old stats files to work, but there is a small chance for idiosyncrasies if there are multiple users with the same ip (but different port) saved.
2007-06-22 15:35:46 +00:00
Steve Dudenhoeffer
6865b984e0
Fixed accidental reversal of think and touch virtual index under Day of Defeat.
2007-06-22 05:06:49 +00:00
Steve Dudenhoeffer
7c4dccac8c
Added amb30 - csstats_rankbots will stop bots from showing in /top15
2007-06-21 19:37:58 +00:00
Steve Dudenhoeffer
7690f1a099
Fixed the mirror system not working.
2007-06-12 15:59:10 +00:00
Steve Dudenhoeffer
4504875df9
Fixed Makefile
...
Fixed a few forwards not having FP_DONE at the end (doh!)
2007-05-16 15:24:14 +00:00
Steve Dudenhoeffer
cd023c30d9
Added GPL header to all files.
...
Item_CanDrop -> {CS,DOD}_Item_CanDrop
Added Ham_CS_Item_GetMaxSpeed
Reversed classname and callback parameters for RegisterHam.
Finished commenting ham_const.inc.
2007-05-16 03:57:18 +00:00