Dr\!fter
|
a81567e2d6
|
Add OnClientSettingsChanged to IPlayerHelpers (bug 4812, r=fyren)
|
2011-03-08 12:59:42 -08:00 |
|
GoD-Tony
|
ca75d0d765
|
Added new language natives (bug 4613, r+a13=dvander).
|
2011-03-08 08:38:21 -05:00 |
|
Nicholas Hastings
|
8f3b4afcf7
|
Removed tv_enable hook to fix rare max client count issue (bug 4791, r=fyren).
|
2011-01-12 18:59:34 -05:00 |
|
Nicholas Hastings
|
5226714bbd
|
Added support for Bloody Good Time (bug 4780, r=fyren).
|
2011-01-11 23:35:58 -05:00 |
|
Asher Baker
|
fae4127ddc
|
Added missing unhooking of ClientConnect in PlayerManager (bug 4749, r=fyren).
|
2010-12-31 20:02:41 -05:00 |
|
Nicholas Hastings
|
5b806a467b
|
Fixed BanClient always banning by IP address (bug 4626, r=fyren).
|
2010-11-30 13:09:30 -05:00 |
|
Jason Booth
|
20d14d5a10
|
Fixed profiler flush not clearing, added 'report' and 'clear' (bug 4674, r=dvander).
|
2010-11-30 13:08:30 -05:00 |
|
Nicholas Hastings
|
043b2df345
|
Fixed voting crash when client console, chat, and SourceTV are enabled (bug 4676, r=fyren).
|
2010-11-30 13:04:13 -05:00 |
|
Scott Ehlert
|
68d822f50a
|
Fixed loading L4D on Linux (bug 4681, r=dvander).
|
2010-10-27 22:05:56 -07:00 |
|
Fyren
|
56e3bab02a
|
vcproj crap (NPOTB)
|
2010-10-20 05:13:48 -07:00 |
|
David Anderson
|
b1ef86de75
|
Follow-up fixes to database conf reading (bug 4286, r=fyren).
|
2010-10-16 22:27:34 -07:00 |
|
Fyren
|
b4a0d7a5b7
|
Use SH strings for database configs (bug 4286, r=dvander)
|
2010-10-16 03:52:36 -07:00 |
|
Scott Ehlert
|
e6a93a799a
|
Added support for L4D2 on Mac OS X (bug 4647, r=fyren).
|
2010-10-14 18:27:37 -05:00 |
|
Fyren
|
430c001d58
|
Static gamedata checker (NPOTB)
|
2010-10-01 12:15:43 -07:00 |
|
Erik Minekus
|
bcc1c2e658
|
Fixed typos in some usage replies (bug 4552, r=dvander).
|
2010-08-02 09:44:49 -04:00 |
|
Scott Ehlert
|
89334bb459
|
Bintools extension no longer needs a separate build for each engine (bug 4548, r=dvander).
|
2010-08-01 14:57:54 -05:00 |
|
Scott Ehlert
|
0ae2d99599
|
Fixed potential crash with IMemUtils::FindPattern on Linux (bug 4554, r=dvander).
|
2010-07-31 16:06:22 -05:00 |
|
Scott Ehlert
|
dd44a0aaea
|
Added support for Alien Swarm (bug 4530, r=dvander).
|
2010-07-27 17:32:32 -05:00 |
|
Scott Ehlert
|
fba0ec93bf
|
Fixed replicate and notify params not working on old engine games (bug 4516, r=pred).
This also fixes an issue where clients could be notified of convar changes twice on newer engines (Orange Box and later).
|
2010-07-14 20:29:45 -05:00 |
|
Scott Ehlert
|
6f16fc77b8
|
Added GetConVarDefault() native (bug 4502, r=dvander).
|
2010-07-06 17:32:58 -05:00 |
|
_KaszpiR_
|
5d5400a9ac
|
Added FindFlagChar native. (bug 3776, r=dvander)
|
2010-06-27 19:17:25 -04:00 |
|
Scott Ehlert
|
124086419e
|
Fixed IMemUtils::ResolveSymbol() on Mac OS X (bug 4448, r=dvander).
|
2010-06-07 13:26:45 -05:00 |
|
Nicholas Hastings
|
98bec2580e
|
Fixed OnClientConnected forward not firing for bots (bug 4443, r=fyren)
|
2010-06-06 17:53:38 -04:00 |
|
Scott Ehlert
|
e518605d69
|
Fixed various areas where code was being compiled for Linux only, but should actually be used on OS X too (bug 4392, r=dvander).
|
2010-05-29 18:11:47 -04:00 |
|
Scott Ehlert
|
e5126b4c65
|
Added support for "mac" in game data files (bug 4393, r=dvander).
|
2010-05-16 02:27:53 -04:00 |
|
David Anderson
|
60226d9195
|
Fixed windows build.
|
2010-05-15 13:01:23 -07:00 |
|
David Anderson
|
64455b9852
|
Moved gameconf code from core to logic (bug 4406 part 11, r=ds).
--HG--
rename : core/GameConfigs.cpp => core/logic/GameConfigs.cpp
rename : core/GameConfigs.h => core/logic/GameConfigs.h
rename : core/smn_gameconfigs.cpp => core/logic/smn_gameconfigs.cpp
|
2010-05-14 23:35:42 -07:00 |
|
David Anderson
|
96f6cdf677
|
Moved datapack natives from core to logic (bug 4406 part 10, r=ds).
--HG--
rename : core/smn_datapacks.cpp => core/logic/smn_datapacks.cpp
|
2010-05-14 21:16:35 -07:00 |
|
David Anderson
|
c188491289
|
Moved handle natives from core to logic (bug 4406 part 9, r=ds).
--HG--
rename : core/smn_handles.cpp => core/logic/smn_handles.cpp
|
2010-05-14 21:06:06 -07:00 |
|
David Anderson
|
e9e4d566a5
|
Build fix.
|
2010-05-14 20:56:40 -07:00 |
|
David Anderson
|
85bedca236
|
Move string natives from logic to core (bug 4406 part 8, r=fyren).
--HG--
rename : core/smn_string.cpp => core/logic/smn_string.cpp
|
2010-05-14 20:04:44 -07:00 |
|
David Anderson
|
d80191df3d
|
Move replace functions from logic to core (bug 4406 part 7, r=fyren).
|
2010-05-14 20:04:30 -07:00 |
|
David Anderson
|
9137e92c09
|
Move translator from logic to core (bug 4406 part 6, r=ds).
--HG--
rename : core/PhraseCollection.cpp => core/logic/PhraseCollection.cpp
rename : core/PhraseCollection.h => core/logic/PhraseCollection.h
rename : core/Translator.cpp => core/logic/Translator.cpp
rename : core/Translator.h => core/logic/Translator.h
rename : core/sm_memtable.h => core/logic/sm_memtable.h
rename : core/smn_lang.cpp => core/logic/smn_lang.cpp
|
2010-05-14 19:43:53 -07:00 |
|
David Anderson
|
721dae3892
|
Inline sm_memtable (bug 4406 part 5, r=ds).
|
2010-05-14 19:43:38 -07:00 |
|
David Anderson
|
1cdacf69be
|
Move some string functions from core to logic (bug 4406 part 4, r=fyren).
|
2010-05-14 19:28:10 -07:00 |
|
David Anderson
|
b5b002aa4b
|
Move banning natives from core to logic (bug 4406 part 3, r=fyren).
--HG--
rename : core/smn_banning.cpp => core/logic/smn_banning.cpp
|
2010-05-14 18:22:03 -07:00 |
|
David Anderson
|
78f5b513c0
|
Move admin natives from core to logic (bug 4406 part 2, r=ds).
--HG--
rename : core/smn_admin.cpp => core/logic/smn_admin.cpp
|
2010-05-14 17:46:19 -07:00 |
|
David Anderson
|
0032fcaa66
|
Move memutils from core to logic (bug 4406, r=ds).
--HG--
rename : core/MemoryUtils.cpp => core/logic/MemoryUtils.cpp
rename : core/MemoryUtils.h => core/logic/MemoryUtils.h
rename : core/sm_symtable.h => core/logic/sm_symtable.h
|
2010-05-14 16:14:59 -07:00 |
|
David Anderson
|
28217f10cb
|
Added ProcessTargetString simple filter API (bug 4404, r=ds).
|
2010-05-13 12:28:51 -07:00 |
|
Scott Ehlert
|
95de453677
|
Compile and link fixes for Mac OS X (bug 4392, r=dvander).
|
2010-05-13 04:22:31 -05:00 |
|
Scott Ehlert
|
5ef40e15c4
|
Add support for Mac OS X to ResolveSymbol() and FindPattern() in IMemUtils (bug 4392, r=dvander).
|
2010-05-13 04:20:41 -05:00 |
|
Scott Ehlert
|
31f223bff5
|
Merge.
|
2010-05-13 04:19:39 -05:00 |
|
Scott Ehlert
|
9fce2b1d8e
|
Only build OB-Valve binaries on Mac OS X for now (bug 4392, r=dvander).
|
2010-05-13 04:18:58 -05:00 |
|
David Anderson
|
a6ceb337b2
|
Move timer natives into logic binary (bug 4402, r=ds).
--HG--
rename : core/smn_timers.cpp => core/logic/smn_timers.cpp
|
2010-05-13 01:47:12 -07:00 |
|
Scott Ehlert
|
8fe7f8b8d8
|
Fixed SendConVarValue() on TF2, DOD:S, L4D, and L4D2 (bug 4273, r=dvander).
|
2010-05-04 22:53:26 -04:00 |
|
Nicholas Hastings
|
b63e0f08bf
|
Backed out changeset 907677755029
|
2010-04-29 14:11:03 -04:00 |
|
Nicholas Hastings
|
c5ae9d45ad
|
Fixed SetUserCvar offset for ep2v (bug 4371, r=fyren)
|
2010-04-29 14:05:22 -04:00 |
|
David Anderson
|
e906a0da8c
|
Merge.
|
2010-04-29 01:28:27 -07:00 |
|
David Anderson
|
2edfb0aaac
|
Fixed regression when using panels (no bug, r=me).
|
2010-04-29 01:28:11 -07:00 |
|
Fyren
|
1a938f8711
|
ep2v build changes (bug 4371, r=dvander)
|
2010-04-29 00:08:08 -07:00 |
|
David Anderson
|
fc88cd3cb1
|
Check return value of GetPlayerNetInfo (bug 4315, r=fyren).
|
2010-04-27 23:40:04 -07:00 |
|
David Anderson
|
a36fa76d21
|
Root menu handles in callbacks (bug 4353, r=fyren).
|
2010-04-27 21:03:20 -07:00 |
|
Zach Kanzler
|
2edf63c5fd
|
Fixed IGamePlayer->GetUserId() returning junk (bug 3916, r=fyren)
|
2010-04-24 21:00:43 -04:00 |
|
Fyren
|
5ec4b3441e
|
Build stuff for L4D2 DLC (bug 4361, r=SAWCE)
|
2010-04-23 11:39:12 -07:00 |
|
Matt Woodrow
|
5f9b2a91fd
|
Added optional 'No Vote' option to vote menu (bug 4217, r=dvander)
|
2010-02-27 14:56:02 +13:00 |
|
Liam
|
e60d5e6aeb
|
Updated VC2010 files.
|
2010-02-13 01:13:43 -05:00 |
|
Rob
|
7c3387755d
|
Added MSVC10 files for Visual Studio 2010 support.
|
2010-02-13 00:40:53 -05:00 |
|
Fyren
|
d7b64c18c2
|
Fixed NULL-deref in entity handling code.
|
2010-02-08 19:55:14 -08:00 |
|
David Anderson
|
dbfb034548
|
Mercurial queues... oh, how terrible.
|
2010-01-18 03:20:44 -08:00 |
|
David Anderson
|
94d01e9e5a
|
Moved CRC32 from core to logic (no bug, r=me).
|
2010-01-18 03:08:52 -08:00 |
|
David Anderson
|
5e48b49b7e
|
Updated credits for 1.3 release.
|
2010-01-14 03:29:31 -08:00 |
|
David Anderson
|
bd3b46d624
|
Fixed command listener spew on server shutdown (bug 4198, r=fyren).
|
2010-01-13 21:48:51 -08:00 |
|
David Anderson
|
1cbe996831
|
Linux build fix (bug 3520 fallout).
|
2010-01-11 22:50:44 -08:00 |
|
Downtown1
|
18865c44c8
|
Added a new ValveCallType that allows for arbitrary |this| parameters, as well as associated features in gamedata and for reading/writing memory (bug 3520, r=dvander, sr=fyren).
|
2010-01-11 22:46:44 -08:00 |
|
David Anderson
|
4631282709
|
Fixed reentrancy problems with iterators, forwards, and function removals (bug
4059, r=fyren).
|
2010-01-10 16:58:17 -08:00 |
|
Fyren
|
306ac5243a
|
Fixed GuessSDKVersion() not working on ep2v (bug 4194, r=dvander).
|
2010-01-09 11:33:19 -08:00 |
|
David Anderson
|
5f53284cbd
|
Fixed build, wrong enum comparison.
|
2009-12-19 18:25:56 -08:00 |
|
David Anderson
|
7a84b71eb2
|
Fixed crashes from rare plugin loading errors (bug 4153, r=ds).
|
2009-12-19 18:19:28 -08:00 |
|
David Anderson
|
85382cd6c2
|
Fixed SourceMod crashing after flushing the profiler (bug 4149, r=ds).
|
2009-12-19 18:18:17 -08:00 |
|
David Anderson
|
02a99f1e51
|
Add ability to change dontBroadcast status on hooked events (bug 3886, r=ds).
|
2009-12-19 18:16:41 -08:00 |
|
Fyren
|
caa8932c9a
|
Improve/fix GetEntity (bug 4092, r=pred)
|
2009-12-15 23:14:53 -08:00 |
|
David Anderson
|
75611f3bca
|
Fixed profiler being set to NULL (bug 4143, r=fyren).
|
2009-12-14 23:08:15 -08:00 |
|
Fyren
|
4030f1e40d
|
Merge
|
2009-11-23 01:50:28 -08:00 |
|
Fyren
|
b7ac7452f7
|
Fix wonky handling of path separators for "sm plugins" commands (bug 3857, r=dvander)
|
2009-11-23 01:47:32 -08:00 |
|
David Anderson
|
fe8dc36074
|
Use GetVSPInfo() from MM:S 1.8 legacy API (bug 4081, r=ds).
|
2009-11-20 15:18:58 -06:00 |
|
Scott Ehlert
|
dc0ea197cd
|
Added IMemoryUtils::ResolveSymbol() for resolving symbols hidden via GCC's -fvisibility=hidden (bug 4091, r=dvander,pred).
Right now, this is only used on L4D2 where it is needed.
|
2009-11-06 16:24:40 -06:00 |
|
Fyren
|
33ca5943fa
|
Don't call edict_t::StateChanged(ushort) on L4D2 (bug 4090, r=dvander)
|
2009-11-01 02:53:34 -08:00 |
|
Fyren
|
e767b2ff94
|
Typo fix
|
2009-10-29 20:34:00 -07:00 |
|
Scott Ehlert
|
a1ff408c13
|
Merge.
|
2009-10-29 21:47:27 -05:00 |
|
Fyren
|
31dc5f335d
|
Updated GuessSDKVersion
|
2009-10-30 14:34:34 +13:00 |
|
Matt Woodrow
|
eb68e4c627
|
SourceMod MSVC project files updated, windows tested and loading, gamedata fix.
|
2009-10-30 14:29:45 +13:00 |
|
Fyren
|
9e69afbbd6
|
Inital SM fixes for l4d2 and linux makefile updates
|
2009-10-30 13:26:13 +13:00 |
|
Scott Ehlert
|
2dea76dfa1
|
Changed name in credits.
|
2009-10-29 17:35:00 -05:00 |
|
David Anderson
|
8a8bafb199
|
Use GetSourceEngineBuild() from MM:S 1.8 legacy API (bug 4083, r=ds).
|
2009-10-29 01:33:57 -07:00 |
|
David Anderson
|
5a21d8c24d
|
Let SourceMod use OnUnlinkConCommandBase from MM:S 1.8 legacy API (bug 4080, r=ds).
|
2009-10-29 00:53:31 -07:00 |
|
David Anderson
|
5111b4799c
|
Fix iloop race when using AddCommandListener and SourceMod unloads (bug 4077, r=pred).
|
2009-10-29 00:06:12 -07:00 |
|
David Anderson
|
528bbe0116
|
Build against MM:S 1.8 with core-legacy (bug 4076, r=ds).
|
2009-10-28 23:30:52 -07:00 |
|
David Anderson
|
3030ab8664
|
Fixed crash when activating command listeners on EP1 while inside a command callback (bug 4072, r=pred).
|
2009-10-28 00:50:48 -07:00 |
|
David Anderson
|
2698ff1a04
|
Added feature testing functionality (bug 4021, r=pred).
|
2009-10-28 00:37:34 -07:00 |
|
David Anderson
|
6b06733192
|
Added better random number generator (bug 3831, r=fyren).
|
2009-10-26 23:59:59 -07:00 |
|
David Anderson
|
359146f60b
|
Don't pass unconnected clients into OnClientCommand (bug 3732, r=fyren).
|
2009-10-26 23:51:39 -07:00 |
|
Fyren
|
0931c6a7e1
|
Fix OnConfigsExecuted() executing too early on EP1 with large config files (bug 3828, r=dvander).
|
2009-10-26 23:44:57 -07:00 |
|
David Anderson
|
0cae3ac5a1
|
Use case-insensitive game folder matches for Windows (bug 3913, r=pred).
|
2009-09-27 02:19:17 -04:00 |
|
David Anderson
|
4fc378d3e2
|
Target filters now run for "@me" special target (bug 4000, r=pred).
|
2009-09-27 02:17:23 -04:00 |
|
Scott Ehlert
|
e3e11d233c
|
Merge.
|
2009-10-06 13:37:59 -05:00 |
|
Scott Ehlert
|
fcfd5c7419
|
Fixed crash when a plugin was unloaded before a client convar query had returned results (bug 4044, r=dvander).
|
2009-10-06 13:37:30 -05:00 |
|
Erik Minekus
|
be8c498aea
|
Fix help message for sm cvars (bug 3994, r=dvander).
|
2009-10-06 03:15:10 -07:00 |
|
David Anderson
|
8a2c299653
|
Fixed rare crash involving hudtext code and maxclient shifts (bug 4016, r=fyren).
|
2009-10-02 04:30:46 -07:00 |
|
David Anderson
|
dc0d6a9b4a
|
Fixed crash when reloading blocked plugins fails (bug 4038, r+a=fyren).
|
2009-10-02 03:33:59 -07:00 |
|
Fyren
|
d43b027c25
|
Fixed crash when block-loading more than 8 plugins (bug 4034, r=dvander).
|
2009-10-02 02:30:01 -07:00 |
|