David Anderson
474f4d86c6
added pdb logging
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401822
2007-12-23 00:08:08 +00:00
David Anderson
f8f5a6a888
added extended error info to text parser API; GameConfigs now display better errors
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401821
2007-12-22 19:36:28 +00:00
David Anderson
c3456b8804
moved errno.h to top of platform includes
...
fixed bug where FormatMessage() did not ignore inserts
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401820
2007-12-22 19:35:54 +00:00
David Anderson
a079a87f68
fixed amb1305 by making OnClientPostAdminCheck() always occur after OnClientPutInServer(). this is now GUARANTEED. it was undefined before, however the usual case was opposite. if plugins were relying on this, they were written poorly and shouldn't have worked in the first place, especially with the threaded SQL plugin.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401819
2007-12-22 08:57:08 +00:00
David Anderson
ad5ef39cb4
patched amb1296 - multi-d r-values are now impossible
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401818
2007-12-22 05:16:18 +00:00
David Anderson
f87da92617
fixed amb1291 - CommitSuicide offsets missing for a few mods
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401817
2007-12-21 06:17:04 +00:00
David Anderson
02e210ae02
added support for Hidden:Source
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401816
2007-12-21 06:05:48 +00:00
Michael McKoy
6c9c7327ca
Added new fun commands to adminmenu_sorting.txt
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401815
2007-12-19 22:22:35 +00:00
Michael McKoy
4d594bd4c7
Fixed sm_freeze menu exit going to sm_freezebomb menu
...
Fixed countdown timer on bombs stopping at 2 seconds, now stops at 1 second like it should.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401814
2007-12-19 22:21:20 +00:00
Michael McKoy
f6b6dff4c0
Don't even bother trying to compile these, it's not finished. Just committing for archiving purposes, this is not intended for 1.0 release.
...
--HG--
branch : sourcemod-1.1.0
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.1.0%401813
2007-12-19 22:19:34 +00:00
David Anderson
24db2b2597
fixed build
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401812
2007-12-19 01:47:26 +00:00
David Anderson
ae766d3150
fixed build
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401811
2007-12-19 01:46:22 +00:00
David Anderson
d851108dd2
added "playercommands" to build
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401810
2007-12-19 01:35:24 +00:00
David Anderson
023e5629c7
renamed slapslay to playercommands
...
--HG--
rename : plugins/slapslay.sp => plugins/playercommands.sp
rename : plugins/slapslay/slap.sp => plugins/playercommands/slap.sp
rename : plugins/slapslay/slay.sp => plugins/playercommands/slay.sp
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401809
2007-12-19 01:34:01 +00:00
Michael McKoy
4d5af8a946
Small adjustment to default convar values
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401808
2007-12-19 01:20:56 +00:00
Michael McKoy
5175e5fe92
Large additions to basefuncommands. Moved slay and slap to a new plugin.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401807
2007-12-19 01:16:15 +00:00
Michael McKoy
570dc75512
Added new stocks for entity props.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401806
2007-12-18 21:03:34 +00:00
David Anderson
b1451f692c
fixed linuxbuild
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401805
2007-12-17 00:54:10 +00:00
David Anderson
6ba2593738
added amb1289 - FindPluginByNumber
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401804
2007-12-16 23:45:41 +00:00
David Anderson
63d301c4c7
added @error lines to a bunch of native docs
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401803
2007-12-16 23:45:03 +00:00
David Anderson
abb763d1e1
added amb618 - binary file i/o
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401802
2007-12-16 23:11:00 +00:00
David Anderson
cf023a0b7d
added amb1204 - concommandbase iteration
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401801
2007-12-14 23:27:34 +00:00
David Anderson
c9a9826989
added amb968 - setting for suppressing potential chat triggers from admins
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401800
2007-12-14 06:42:40 +00:00
David Anderson
d87e00a82d
added amb1281 - added nextmap command to server console
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401799
2007-12-14 06:20:07 +00:00
David Anderson
8ffeb9f627
fixed spacing and line endings
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401798
2007-12-14 06:19:42 +00:00
David Anderson
af2142d70b
fixed amb1282 - elev1.wav is cstrike only
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401797
2007-12-14 05:54:36 +00:00
David Anderson
99ebeb1645
added amb1276 - local socket support
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401796
2007-12-14 05:09:29 +00:00
Michael McKoy
46c98c64fa
Fixed file headers on all base plugin includes.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401795
2007-12-13 00:21:07 +00:00
David Anderson
43150b07c9
fixed for amb1279 from ferret
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401794
2007-12-12 22:45:23 +00:00
Michael McKoy
b63963ef86
Removed player_death event from beacon.sp, wasn't needed, lol
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401793
2007-12-12 02:24:57 +00:00
Michael McKoy
0e4ea825d3
Removed duplicated line in beacon.sp, whoops
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401792
2007-12-12 02:23:00 +00:00
Michael McKoy
18235d90e5
Added sm_beacon
...
Fixed burn menu returning you to the slay menu.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401791
2007-12-12 02:16:25 +00:00
David Anderson
f261c2e756
fixed the global ock error message having too many punctuation marks
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401790
2007-12-10 23:32:32 +00:00
David Anderson
1904348efc
- fixed amb1237 part 1 - maplists.cfg missing could cause ReadMapList() to fail
...
- fixed amb1237 part 2 - nextmap could fail in certain cases with mapchooser present
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401789
2007-12-10 22:20:53 +00:00
Matt Woodrow
3ba7c63862
Initial import of dynamic menu code (amb1039)
...
--HG--
branch : sourcemod-1.1.0
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.1.0%401788
2007-12-10 21:02:00 +00:00
David Anderson
7847e6e2e8
fixed amb1266 - cstrike's ProcCmdString hook had a bug
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401787
2007-12-10 12:19:24 +00:00
David Anderson
c987c2f0f7
added new ktrie function for running custom destructor
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401786
2007-12-10 05:16:08 +00:00
David Anderson
d3a22aeff7
added amb1262 - adt_trie
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401785
2007-12-10 05:14:37 +00:00
David Anderson
ff15a84e7c
added temporary debugging to ReadMapList()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401784
2007-12-10 03:14:54 +00:00
Michael McKoy
5f81dd7be5
Small change to RTV to avoid timer issues.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401783
2007-12-09 21:45:23 +00:00
David Anderson
4ec75fbfe4
added amb1257 - synergy support for sdktools
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401782
2007-12-09 19:33:25 +00:00
David Anderson
f187f1eb8a
fixed amb1225 - extremely rare compiler bug could cause crash. unluckily, this suddenly started breaking the linux build, which should now work again
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401781
2007-12-08 17:31:44 +00:00
David Anderson
bb64e2bd6d
added debugging to build tool
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401780
2007-12-07 21:43:28 +00:00
Borja Ferrer
1ad8e34181
fixed amb1252, GetPlayerInfo wouldnt work for the last player index
...
fixed iserver crashing on linux
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401779
2007-12-07 00:17:24 +00:00
David Anderson
6151b89b94
fixed documented param order being wrong on ReadMapList()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401778
2007-12-06 14:08:22 +00:00
David Anderson
37096d7307
fixed doc error on GetClientMenu()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401777
2007-12-06 12:26:59 +00:00
David Anderson
d78d7ab960
- rewrote internal convar hooking mechanism to prevent crashes and potential "race conditions"
...
- sharesys is now the first thing to run, so g_pCoreIdent is valid EVERYWHERE
- added internal convar hooking funcs for timersys
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401776
2007-12-06 03:28:02 +00:00
Borja Ferrer
9ab9eba5d7
added amb1235, added support for the IServer interface
...
added a native to retrieve the spray file of a client
added a native to get the net traffic of the server
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401775
2007-12-06 02:25:35 +00:00
David Anderson
04c0684879
empires does not support radio menus properly
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401774
2007-12-05 19:39:54 +00:00
David Anderson
b4aca8dd06
fixed @aim giving wrong name in ProcessTargetString() feedback
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401773
2007-12-05 18:12:25 +00:00