Nicholas Hastings
5286f43133
Fixed Windows build.
2013-03-17 00:26:53 -04:00
Kyle Sanderson
5951cbf7b9
Added GetSteamAccountID function to IPlayerHelpers and native for sp (bug 5548, r=asherkin).
2013-03-16 23:12:40 -04:00
Nicholas Hastings
14a8f4a728
Get GetEntityClassname m_iClassname offset from worldspawn (bug 5654, r=asherkin).
2013-03-16 22:57:33 -04:00
Nicholas Hastings
148867bf47
Fixed build.
2013-03-16 22:50:51 -04:00
Kyle Sanderson
ef6c454137
Replace usages of deprecated Sourcehook Add/Remove macros (bug 5631, r=dvander).
2013-03-16 22:15:25 -04:00
Nicholas Hastings
9e540eb1c4
Move UserMessages::m_pBase to only engines without protobuf msgs (r=asherkin).
2013-03-16 13:42:11 -04:00
Nicholas Hastings
306828480f
Added repeated field handing to PbSet* natives (bug 5633, r=asherkin).
2013-03-16 13:31:56 -04:00
Nicholas Hastings
42b415952b
Added repeated field handling to PbRead* natives. Deprecate PbReadRepeated* (bug 5633, r=asherkin).
2013-03-16 13:31:35 -04:00
Asher Baker
52e9ec10bf
Fixed issues with COMMAND_FILTER_NO_BOTS and @bots multi-target. (r=fennec)
2013-03-10 03:20:31 +00:00
Asher Baker
8da56ff98c
Allow access to unvalidated authstrings (bug 5587, r=psychonic).
2013-03-07 00:58:17 +00:00
Asher Baker
e814e65fcb
Error on access to nested datamap props (bug 5446, r=psychonic).
2012-09-03 20:26:39 +01:00
Kyle Sanderson
c2f7d600aa
Change extension unload order to avoid exposing finalisation window (bug 5556, r=asherkin).
2013-02-28 22:04:28 +00:00
Nicholas Hastings
7b42aba5ea
Fixed startup crash regression (bug 5607, r=dvander).
2013-02-18 20:13:08 -05:00
Nicholas Hastings
b2e6e6155f
Updated core and logic msvc10 project files (NPOTB).
2013-02-16 22:21:41 -05:00
David Anderson
f5e1ff3f1f
Fix more build bustage.
2013-02-16 17:28:17 -08:00
David Anderson
3fda82b5f8
Fix build bustage.
2013-02-16 17:01:53 -08:00
David Anderson
822a4896da
Fix build bustage.
2013-02-16 16:50:47 -08:00
David Anderson
1e8a6e878d
Move DebugReporter from core to logic (bug 5607, r=psychonic).
...
--HG--
rename : core/DebugReporter.cpp => core/logic/DebugReporter.cpp
rename : core/DebugReporter.h => core/logic/DebugReporter.h
2013-02-16 15:57:00 -08:00
David Anderson
5f0a55057e
Move filesystem natives from Core to Logic (bug 5606, r=psychonic).
...
--HG--
rename : core/smn_filesystem.cpp => core/logic/smn_filesystem.cpp
2013-02-16 15:52:11 -08:00
David Anderson
7814acb9f8
Remove plugin_settings.cfg and supporting code (bug 5605, r=psychonic).
...
--HG--
extra : rebase_source : 66d0ba0ddb5c649e7f72d96bdf3629e563522ae9
2013-02-16 15:15:22 -08:00
Nicholas Hastings
b296af6fe4
Added support for "fuzzy" map names in L4D and later (bug 5599, r=asherkin).
2013-02-14 19:28:12 -05:00
Nicholas Hastings
8950a693db
More, hopefully final CS:GO/protobuf usermessage fixups (bug 5588).
2013-02-11 15:11:04 -05:00
Nicholas Hastings
030e1b9130
Added missing smn_protobuf.cpp to core msvc10 project (NPOTB).
2013-02-11 09:39:23 -05:00
Nicholas Hastings
ef825d8a94
Fixed non-CS:GO builds.
2013-02-10 23:11:04 -05:00
Nicholas Hastings
6775898712
Serialize and deserialize usermessages from the server on CS:GO to avoid issues on linux (bug 5588).
2013-02-10 23:06:26 -05:00
Nicholas Hastings
d3dd82f190
Updated core msvc10 project file for CS:GO w/ protobuf (NPOTB).
2013-02-10 09:44:33 -05:00
Peace-Maker
cd9a28864a
Updated for CS:S sync (r=asherkin).
2013-02-05 21:45:11 +00:00
Nicholas Hastings
c2ecb7363c
Fixed VARINT & UNSIGNED flags being read from dt instead of member in SendProp arrays (bug 5591, r=prodigysim).
2013-02-04 07:38:30 -05:00
Nicholas Hastings
c4331c4795
Fixed pb non-intercept hook callbacks being passed handle with NULL pb msg (bug 5579, bug 5590).
2013-01-27 12:29:16 -05:00
Nicholas Hastings
d071ecc17c
Removed accidental resetting of pb msg and memory leak in hooked pb messages (bug 5579, bug 5588).
2013-01-26 21:10:25 -05:00
Nicholas Hastings
7c03276b50
Replaced remaining calls to old MM:S usermessages functions when using protobuf system (bug 5579, bug 5588).
2013-01-26 12:14:40 -05:00
Nicholas Hastings
18285ca751
Fixed potential for reading out of library bounds in MemoryUtils;:FindPattern (r=asherkin).
2013-01-23 14:05:35 -05:00
Peace-Maker
764a04a201
Fixed Sort_Random not including first value in array sorting functions (bug 4292, r=psychonic).
2013-01-23 12:51:19 -05:00
Nicholas Hastings
1e5a375203
Fixed native error when using PbReadRepeated* natives for index 0 (bug 5579).
2013-01-23 11:14:51 -05:00
Asher Baker
0fcfead475
Fixed missing libprotobuf linking to core on linux, mac.
2013-01-22 22:47:35 -05:00
Nicholas Hastings
ab9c1217e4
Fixed numerous instances of same "cannot pass objects of non-POD type" error in smn_protobuf.cpp.
2013-01-22 22:36:38 -05:00
Nicholas Hastings
e9f002e9c5
Fixed typo in core causing CS:GO build break.
2013-01-22 22:23:40 -05:00
Nicholas Hastings
a9b6bcf779
CS:GO core build fix for warnings in protobuf headers.
2013-01-22 22:17:24 -05:00
Nicholas Hastings
312e26a5cf
Added initial support for protobuf usermessages on CS:GO (bug 5579, r=asherkin).
2013-01-22 21:43:12 -05:00
Nicholas Hastings
bc1b803093
Backed out changeset: b65f88522631.
2012-12-26 17:57:03 -05:00
Nicholas Hastings
6e54e0f6e4
Backed out changeset: 9d722aa39e4c.
2012-12-26 17:56:43 -05:00
Nicholas Hastings
e0d2287973
Let's try that again...
2012-12-26 13:56:57 -05:00
Nicholas Hastings
7f26803dee
Ifdefing out usermessaging on CS:GO to fix builds.
2012-12-26 13:34:32 -05:00
Nicholas Hastings
4a1dd5f519
Added support for new SPROP_VARINT sendprops.
2012-12-18 17:58:45 -05:00
Nicholas Hastings
80f7e3092b
Fixed regressions in a988c42d4248:
...
* Fixed crash when prop/data ent is invalid.
* Restored GetEntPropEnt/GetEntDataEnt2 functionality when logical ent support is not available.
2012-12-17 14:33:57 -05:00
Nicholas Hastings
ab06cf4788
Validate entity in GetEntPropEnt, GetEntDataEnt2 (r=me).
2012-12-16 19:52:31 -05:00
Asher Baker
439986e3fe
Made thread worker processing limits configurable at runtime (bug 5326, r=psychonic).
2012-12-14 15:16:35 -05:00
Asher Baker
e77ad244ad
Fixed OnLibraryAdded/Removed not being called in all plugins (bug 5431, r=psychonic).
2012-12-14 15:15:12 -05:00
David Anderson
5aacf886e1
Call OnPluginEnd before finalizer hooks have run (bug 4519, r=fyren).
2012-12-14 15:05:18 -05:00
Nicholas Hastings
99f741fb3b
Added GetMaxHumanPlayers native exposing IServerGameClients func (bug 5551, r=asherkin).
2012-12-02 11:03:27 -05:00
Kyle Sanderson
52aa0a5b27
Added a sanity check on handle index in EntityToBCompatRef (bug 5539, r=psychonic).
2012-12-01 13:41:00 -05:00
Nicholas Hastings
2896e7bd4b
Added missing and removed non-existant headers in vc10 Core and Logic proj files (NPTOB).
2012-12-01 13:37:08 -05:00
Nicholas Hastings
8a10f4b7a2
Fixed Replay dectection on TF2 and SourceTV detection on ND (bug 5529, r=asherkin).
2012-11-24 09:56:46 -05:00
Drifter
7619d0d7ff
AutoExecConfig now logs an error when it cannot create cfg (bug 5465, r=asherkin).
2012-11-24 09:53:44 -05:00
Asher Baker
247fabaaf0
Added the ability to override RegConsoleCommand-created commands (bug 5199, r=psychonic).
2012-11-15 17:53:11 +00:00
Asher Baker
c19712dccc
Improved console config editing (bug 5470, r=psychonic).
2012-11-15 17:49:13 +00:00
Nicholas Hastings
7492ee5d2e
Fixed build.
2012-11-03 15:09:10 -04:00
Daniel Varnai
7ea6080689
Fixed SourceTV detection on EP2V, CSS, and CS:GO (bug 5529, r=psychonic).
2012-11-03 14:58:40 -04:00
Nicholas Hastings
d1c1cb5f7c
Makefile updates.
2012-10-27 11:59:27 -04:00
Nicholas Hastings
115d17de01
Updated core to compile for new ep2v lib names (bug 5524).
2012-10-26 16:28:05 -04:00
GoD-Tony
749b9dd1bb
Added symbol lookup support to gamedata on Windows (bug 5511, r=ds).
2012-10-14 18:10:46 -04:00
Nicholas Hastings
731245773a
Fixed core darkm output name in vcxproj (NPOTB).
2012-09-01 11:10:29 -04:00
Nicholas Hastings
d4a80ab3d0
Removed line of last commit that wasn't meant to persist (NPOTB).
2012-09-01 00:11:39 -04:00
Nicholas Hastings
ce709298cc
Merge.
2012-09-01 00:09:46 -04:00
Nicholas Hastings
6ab7a6678c
Fixed sourcemod_mm vcxproj l4d2 build (NPOTB).
2012-09-01 00:09:19 -04:00
Asher Baker
f62283b595
Fixed resolution of GetProfilerTime on non-Windows platforms (r=me).
2012-08-29 16:35:08 +01:00
Kyle Sanderson
e8058912b8
Fixed crash in EntProp natives (bug 5297, r=psychonic).
2012-08-28 16:20:15 -04:00
Nicholas Hastings
3025b9b5e0
Merge.
2012-08-26 23:35:18 -04:00
Anthony Iacono
a634da2c0a
Fixed OnClientConnect blocking not actually functioning (bug 5461, r=psychonic).
2012-08-26 23:33:04 -04:00
Asher Baker
bf76be5dfa
Overhauled versioning information (bug 5453, r=dvander).
2012-08-26 01:33:54 +01:00
Scott Ehlert
0d795fc651
Added support for CS:GO on Mac OS X (bug 5459, r=psychonic).
2012-08-25 11:28:52 -05:00
Asher Baker
549e5a85cb
Merge
2012-08-22 18:44:27 +01:00
Asher Baker
cd75c56ac4
Updated credits. (r=psychonic)
2012-08-22 18:39:16 +01:00
Nicholas Hastings
294a120f14
Project files changes for CS:S as separate build (bug 5370) (NPOTB).
2012-08-20 21:54:42 -04:00
Nicholas Hastings
8362b8d226
Split CS:S support off to a separate engine/build (bug 5370, r=asherkin).
2012-08-20 21:53:59 -04:00
Asher Baker
de27cb8a2f
Added system to block malware or illegal plugins (bug 5289, r=dvander).
2012-08-09 01:54:43 +01:00
Nicholas Hastings
80fbc25442
Updated vc projs to use MMSOURCE19, added loader & topmenus, fixed CSGO sdk path in cstrike (NPOTB).
2012-07-25 08:31:01 -04:00
Michael Busby
a46dcd45d7
Added GetEntityAddress native (bug 5269, r=dvander).
2012-07-22 13:40:37 -04:00
Nicholas Hastings
73a701f08c
Added missing files to each core and logic makefiles (NPOTB).
2012-07-15 12:31:06 -04:00
Nicholas Hastings
58ae7f1cab
Overhauled msvc10 proj files, fixed .rc errors, added combined sln, added SMOUTDIR env var support (NPOTB).
2012-07-12 19:40:06 -04:00
Nicholas Hastings
601186fd6a
Added support for custom maxitems on radio menus (bug 5371, r=asherkin).
2012-07-02 10:57:22 -04:00
Nicholas Hastings
3a77fcd005
Updated Core and SDK Tools for ep2v EmitSound sdk change.
2012-06-27 22:42:23 -04:00
Asher Baker
40c2674d49
Worked around possible admin detection issues on newer engines (bug 5327, r=psychonic).
2012-06-09 20:00:55 -04:00
Asher Baker
b3d38bd4f1
Lowered default think time to 20ms (bug 4733, r=psychonic).
2012-06-08 20:31:42 -04:00
Nicholas Hastings
6af30e8992
Fixed linux CS:GO logged tier0_i486 startup error and bad sourcetv handling (r=me).
2012-06-02 12:48:54 -04:00
Nicholas Hastings
3f249c2e93
Fixed compile error on gcc.
2012-05-31 07:43:11 -04:00
Drifter
36f5200abc
Fixed crash when passed bad ref in ReferenceToEntity (bug 5330, r=asherkin).
2012-05-31 07:32:07 -04:00
Nicholas Hastings
83b3c3ab8f
Merge.
2012-05-30 23:01:08 -04:00
Nicholas Hastings
6f55c3e75a
Updated core msvc10 proj to compile against MMSOURCE19 (NPOTB).
2012-05-30 22:37:41 -04:00
Tony
f65de3bbbb
Added GetGameTickCount native (bug 5209, r=psychonic).
2012-05-30 14:13:43 +01:00
Ryan Stecker
70994cb4b2
Exposed GetLanguageInfo in ITranslator interface (bug 5249, r=asherkin).
2012-05-28 00:58:59 +01:00
Nicholas Hastings
236579a930
Build fix (casing issue with sdk Color.h include).
2012-05-27 16:51:29 -04:00
Nicholas Hastings
917b6d4521
Added support for CS: Global Offensive (bug 5299, r=asherkin).
2012-05-27 16:08:03 -04:00
Ryan Stecker
745b2f0668
Exposed extensions list to clients (bug 5221, r=asherkin).
2012-05-27 01:51:08 +01:00
Asher Baker
6121c098c8
Fixed possible crash when reloading a plugin with an invalid binary (bug 5288, r=psychonic).
2012-05-27 01:51:03 +01:00
Asher Baker
c15a91dbcc
Fixed intermittent crash when looking for an invalid signature (bug 5301, r=fyren).
2012-05-27 01:51:02 +01:00
Asher Baker
f46c58deaa
Fixed error when reloading dependant plugins using aliased natives (bug 5302, r=psychonic).
2012-05-27 01:50:57 +01:00
FlaminSarge
6a8c99eef1
Fixed client console vote output missing newlines (bug 5205, r=psychonic).
2012-05-26 18:25:28 -04:00
FlaminSarge
7025e07e8a
Fixed client console vote progress not displaying in some cases (bug 5290, r=psychonic).
2012-05-26 16:25:05 -04:00
Ryan Stecker
ac2bbf16f6
Require Steam validation before granting admin access (bug 4837, r=asherkin).
2012-05-24 17:55:46 +01:00
Nicholas Hastings
d77ebd60cf
Log functions now respect sv_logecho (bug 5135, r=asherkin).
2012-05-24 16:09:44 +01:00
Asher Baker
32eadc0ea3
Fixed typo in logic bridge (bug 5287, r=psychonic).
2012-05-24 15:59:53 +01:00
Nicholas Hastings
f66e63c690
Updated core msvc10 files (NPOTB).
2012-05-18 18:28:08 -04:00
Paul Clothier
42c2fc61b8
Fixed tier0 error and broken SourceTV detection on L4D1 (bug 5216, r=asherkin).
2012-04-28 13:49:25 -04:00
Asher Baker
9e45f2da9f
Fixed client serials not being unique on Windows (bug 5285, r=psychonic).
2012-04-26 16:58:18 +01:00
Asher Baker
cd729f054c
Merge.
2012-04-14 01:14:14 +01:00
Asher Baker
5f551fa67a
Backed out changeset: 387b27fb575b (bug 5227)
2012-04-14 01:12:24 +01:00
David Anderson
1e57376cc7
Fix bug in lower-casing API guarantee (r=fyren).
...
--HG--
extra : rebase_source : aa591e06a6dcf13b8964c893240ab56436a1efd3
2012-04-13 16:50:44 -07:00
Drifter
ee49dfa505
Fixed crash with StoreToAddress if memory wasn't writable (bug 5252, r=asherkin).
2012-04-14 00:31:07 +01:00
Michael Busby
74e546e145
Fixed StoreToAddress always writing 32 bits and throwing an error.
2012-03-11 18:07:24 -05:00
Nicholas Hastings
5586f7c517
Added some missing compiler flags from AMBuild script to core Makefile. (NPOTB)
2012-03-04 15:16:17 -05:00
Nicholas Hastings
821fcd5be4
Last fix.
2012-02-25 17:06:23 -05:00
Nicholas Hastings
0c75229250
More mac/linux compile fixes.
2012-02-25 16:41:00 -05:00
Nicholas Hastings
5f67a600fc
Linux/Mac build fix.
2012-02-25 15:23:39 -05:00
Nicholas Hastings
4669c320f6
Added better cross-engine support for finding Valve commandline (bug 5216, r=asherkin).
2012-02-25 15:09:56 -05:00
Asher Baker
393c54fdc2
Generate debugging information during compilation. (bug 5227, r=ds)
2012-02-16 19:26:49 +00:00
Nicholas Hastings
49a860bc9e
Fixed sp MaxClients not being updated on map changes after load (5160, r=fyren).
2011-11-04 10:01:28 -04:00
Nicholas Hastings
b2311e2ea5
Added missing EYE def to halflife.inc, updated EYE def# (bug 5151, r=asherkn).
2011-10-28 19:09:40 -04:00
Nicholas Hastings
f3d19a860a
Added detection of Replay and SourceTV, and natives to query (bug 5124, r=fyren).
2011-10-20 21:39:57 -04:00
Nicholas Hastings
5732e34f50
Added check for element in Get/SetEntProp funcs >= 0 (bug 5141, r=fyren).
2011-10-20 21:35:50 -04:00
Asher Baker
ca94a61acf
Fixed ServerCommandEx native appending to buffer instead of overwriting (bug 5047, r=fyren).
2011-10-17 11:02:42 -04:00
GoD-Tony
4b0373408d
Moved client language detection to be earlier (on connect) (bug 3714, r=psychonic).
2011-10-15 12:07:55 -04:00
Nicholas Hastings
95fdeb03c3
Move marking of mapstarted to before calling of map start notifs. (bug 5119, r=asherkin).
2011-10-14 09:25:42 -04:00
Fyren
92773c2e1b
Fixed client serials not getting cleared on disconnect (bug 5121, r=psychonic).
2011-10-12 00:51:58 -04:00
Nicholas Hastings
776889cfbb
Removed error when optional ext dep is missing (bug 5112, r=fyren).
2011-10-11 22:51:24 -04:00
Nicholas Hastings
67163e14e6
Added checks to avoid crashing in some natives before map start (bug 5119, r=fyren).
2011-10-11 22:50:21 -04:00
Nicholas Hastings
45f68840ed
Fixed multiple small issues with KickClient/Ex natives (bug 5120, r=fyren).
2011-10-11 19:50:53 -04:00
Nicholas Hastings
14919c65d9
Fixed wrong values for unsigned, >= 16-bit props in GetEntProp (bug 5105, r=fyren).
2011-10-11 19:41:56 -04:00
Nicholas Hastings
f136f2dcaf
Added CheckAccess native to check cmd/override access of AdminId (bug 5083, r=fyren).
2011-09-10 12:08:38 -04:00
Nicholas Hastings
e62278859e
Validate ent index bounds in LookupEntity (bug 5080, r=fyren).
2011-09-09 15:29:17 -04:00
Fyren
d78a0c87b8
Backed out changeset 42462959f48d
2011-08-20 16:44:16 -07:00
Fyren
88d4abeaf8
Shove.
2011-08-20 16:41:14 -07:00
Nicholas Hastings
1492e12ca2
Added support for E.Y.E Divine Cybermancy (bug 5035, r=fyren).
2011-08-20 18:58:37 -04:00
Asher Baker
3d47010cbd
Fail to load a metamod-enabled extension if it refuses to attach to MM:S (bug 5042, r=dvander).
2011-08-15 20:19:07 +01:00
Asher Baker
dd0ff999e4
Backed out changeset: 602945928c23
2011-08-15 20:06:14 +01:00
Asher Baker
05e5c93e91
Fail to load a metamod-enabled extension if it refuses to attach to MM:S (bug 5042, r=dvander).
2011-08-15 19:30:56 +01:00
Asher Baker
1bd97730ce
Added a reset argument to 'sm cvars' (bug 5043, r=psychonic).
2011-08-14 21:42:32 +01:00
Fyren
458378be66
Let logic binary access ServerLang value on startup (bug 4675, r=dvander).
2011-07-24 19:52:22 -07:00
Asher Baker
2271469d1b
Added ServerCommandEx native to get the response when running a command (bug 3873, r=ds).
2011-07-18 03:23:03 +01:00
Nicholas Hastings
75c315ad8a
Fixed maxClients not being updated correctly in some cases/areas (bug 4986, r=fyren).
2011-07-12 20:06:08 -04:00
Nicholas Hastings
264ffa80ce
Backed out changeset: b5969264060e
2011-07-08 07:55:20 -04:00
Nicholas Hastings
258a9c636a
Backed out changeset: 049c7073d1a4
2011-07-08 07:54:21 -04:00
Nicholas Hastings
ae10bc6601
Backed out changeset: 344daca49587
2011-07-08 07:53:14 -04:00
Nicholas Hastings
51c27afcd2
Fixed more crashes related to early, nonzero maxclients (bug 5008, r=dvander).
2011-07-07 21:31:07 -04:00
Nicholas Hastings
d93413a4ae
Fixed use of m_Players before init'd in PlayerManager (bug 5008, r=dvander).
2011-07-06 22:34:23 -04:00
Nicholas Hastings
5ba82ef0fc
Removed maxClients caching in core (bug 5007, bug 4986, r=fyren).
2011-07-06 17:50:37 -04:00
Nicholas Hastings
52ec8bf049
Fixed build.
2011-06-27 09:35:38 -04:00
Nicholas Hastings
5c40e02ee6
Added support for gamedata lookups from matchmaking_ds lib (bug 4158, r=Fyren).
2011-06-27 09:30:52 -04:00
David Anderson
3e387f35e9
Updated credits.
2011-06-25 15:26:09 -07:00
David Anderson
859678536f
Fixed crash on plugin unload when two cmds exist with same name, different casing (bug 4698, r=Fyren).
2011-06-20 13:30:14 -04:00
Scott Ehlert
3e1ab53abd
Fixed clang OS X build.
2011-06-17 18:21:17 -05:00
Scott Ehlert
4c878c4963
Fixed crash in MemoryUtils::ResolveSymbol() on OS X Lion (10.7) (bug 4951, r=dvander).
2011-06-15 16:02:05 -05:00
Nicholas Hastings
243b7e25f8
Added array element selection with Get/SetEntProp* on arrays (bug 4160, r=fyren).
2011-06-05 21:52:36 -04:00
Fyren
c0fa36b9a1
Added support for language aliases (bug 4858, r=dvander).
2011-05-25 21:10:18 -04:00
Nicholas Hastings
d7fb6b2892
Fixed invalid client errors from late-load of SourceTV (bug 4881, r=fyren).
2011-05-25 08:31:12 -04:00
Nicholas Hastings
297a98e065
Handle leak notice now prints to error log (as well as fatal) (bug 4929, r=dvander).
2011-05-24 18:37:45 -04:00
Nicholas Hastings
727d8afd94
Updated core msvc10 proj file (no smn_profiler) (NPOTB).
2011-05-24 18:35:09 -04:00
Nicholas Hastings
c292fba3df
Updated core msvc9 proj file (engine defs, -smn_profiler, mms17 -> mms18) (NPOTB).
2011-05-24 18:34:45 -04:00
Nicholas Hastings
9954ff55f5
Added msvc10 project file for sm logic. (NPOTB).
2011-05-24 14:21:24 -04:00
Fyren
fefd84d431
Translator now properly falls back on bad server language (bug 4861, r=dvander).
2011-05-24 13:25:28 -04:00
John Schoenick
e8c141d775
Make SQL_LastInsertId and SQL_GetAffectedRows work on query handles, allowing their use with threaded queries
2011-05-14 20:21:37 -07:00
David Anderson
5b45e29533
Move profile natives to logic, add linux support (bug 4927, r=ds).
2011-05-22 02:04:34 -07:00
Scott Ehlert
939bc00b2b
Added detection for clang compiler and fixed various warnings triggered by it (bug 4878, r=dvander).
2011-04-23 21:53:53 -05:00
Nicholas Hastings
1a344c1441
SetEntProp now marks edict state as changed at offset (bug 4855, r=fyren).
2011-04-13 08:13:49 -04:00
Nicholas Hastings
10129fa568
Removed gEntList failure notify on Windows. (bug 4832, r=fyren).
2011-04-11 22:30:03 -04:00
Nicholas Hastings
120a265fc3
Removed core/msvc10/sourcemod_mm.sdf from version control (npotb).
2011-04-09 15:43:10 -04:00
Nicholas Hastings
ef082d855c
Fixed some gamedata lookups requiring symbols on linux/mac (bug 4832, r=fyren).
2011-04-04 13:44:19 -04:00
Nicholas Hastings
a5c4739804
Added better cross-engine entity flag compatibility. (bug 4809, r=fyren).
2011-04-04 13:37:29 -04:00
Nicholas Hastings
0162d18343
Updated SM core vcxproj. MMSOURCE17 -> 18, Removed files moved to logic. (NPOTB)
2011-03-13 14:03:33 -04:00
Nicholas Hastings
46804d0faf
SM Central fixes for new language natives (bug 4613).
2011-03-12 23:56:04 -05:00
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
David Anderson
c72bfe3685
Another forgotten-file for bug 4015. Thanks mqueues.
2009-09-26 17:19:47 -04:00
David Anderson
90137f2263
Follow-up to bug 4015: apparently hg patch doesn't commit added files.
2009-09-26 17:14:50 -04:00
David Anderson
d8474cfafa
Added generic command hooking mechanism, to replace Reg*Cmd which is intended for command creation (bug 4015, r=pred).
2009-09-26 17:12:23 -04:00
Matt Woodrow
dbcb3e6192
Merge
2009-09-17 19:04:15 +12:00
Matt Woodrow
acba87ae46
Added voting output (bug 1997, r=dvander)
2009-09-17 18:54:40 +12:00
David Anderson
533f17b3b0
Block plugins from registering "sm" command (bug 4013, r=pred).
2009-09-16 22:37:20 -07:00
Matt Woodrow
77de71d79d
Fixed gnprintf's translation parameter reordering (bug 4010, r=dvander)
2009-09-16 13:38:04 +12:00
David Anderson
caadb7fa27
Fixed invalid array access in PluginSys (bug 3933, r=pred).
2009-09-07 21:29:18 -07:00
David Anderson
852eb5c524
Fixed BanClient() crashing if called before certain callbacks (bug 3912, r=pred).
2009-09-07 16:21:48 -07:00
David Anderson
db97c2a5b1
Thanks, Python.
2009-08-30 17:27:44 -07:00
David Anderson
70993256b9
Added -lpthread to sourcemod.logic binary.
2009-08-30 17:26:03 -07:00
David Anderson
7ffcc176cd
Fixed build failure in profiler.
2009-08-30 01:43:05 -07:00
David Anderson
d682361cfc
More changes for new build system.
2009-08-30 00:46:56 -07:00
David Anderson
d3f0a14867
Imported support for new build system.
2009-08-30 00:21:42 -07:00
David Anderson
83393f299a
Removed auto folders (bug 3949).
2009-08-30 00:03:58 -07:00
Kornelijus Survila
d6cf9bd8ae
Added manual extension reloading command to root console menu (bug 3934, r=dvander)
2009-08-24 09:11:42 +12:00
Zach Kanzler
5710a35388
Added Kick, Ban and IsInKickQueue to public extension API (bug 3907, r=dvander)
2009-08-24 09:05:54 +12:00
Matt Woodrow
886b683739
Makefile fix
2009-08-17 10:54:57 +12:00
Matt Woodrow
95cffca5f1
Forgot makefiles patch
2009-08-17 10:53:54 +12:00
Matt Woodrow
13b9deb5ef
Merged the build fixes (hopefully)
2009-08-17 10:42:01 +12:00
Matt Woodrow
c307c692a0
Copy of new tf engine changes from 1.2 branch
2009-08-17 10:03:53 +12:00
Fyren
b5152c0c48
Fix sm_corecfgfile for modified sm_basepaths (bug 3856, r=dvander)
2009-07-27 13:22:55 -07:00
Matt Woodrow
0c9160ec8b
More build fix attempts
2009-07-24 12:54:08 +12:00
Matt Woodrow
3e36382b58
Added support for logical (non-networked) entities using entity references - See http://wiki.alliedmods.net/Entity_References_%28SourceMod%29 (bug 2459, r=dvander)
2009-07-24 12:34:31 +12:00
David Anderson
d4798ccaa5
Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834, r=fyren).
2009-05-30 19:59:55 -04:00
Fyren
c2c4ed1fe5
Fix crash when unloading a plugin with live user message hooks (bug 3817, r=dvander)
2009-05-25 18:12:26 -07:00
David Anderson
53e98c114a
Fixed Plugin_Handled acting like a Stop in usermsg hooks (bug 3685, r=fyren).
2009-05-24 12:01:18 -04:00
Fyren
7605396e84
Add L4D handling to GuessSDKVersion() (bug 3842, r=dvander)
2009-05-16 16:32:21 -07:00
"David Anderson
cec339552e
Moved smn_functions to logic binary.
...
--HG--
rename : core/smn_functions.cpp => core/logic/smn_functions.cpp
2009-05-14 11:38:50 -04:00
"David Anderson
fc003db139
Updated MSVC9 files.
2009-05-14 11:28:43 -04:00
"David Anderson
caf434aef2
Moved profiler and adt_trie to logic binary.
...
--HG--
rename : core/Profiler.cpp => core/logic/Profiler.cpp
rename : core/Profiler.h => core/logic/Profiler.h
rename : core/smn_adt_trie.cpp => core/logic/smn_adt_trie.cpp
2009-05-14 11:24:07 -04:00
David Anderson
5261873f39
Fixed Linux build.
2009-05-13 22:07:11 -04:00
David Anderson
421b58f68e
Import of core modularization plan (bug 3599).
2009-05-13 21:55:50 -04:00
David Anderson
2af45da0a8
Merge from 1.2 branch.
2009-05-12 19:43:21 -04:00
Fyren
6a24b049cb
Fixed early tv_enable causing crashes (bug 3766, r=dvander).
2009-05-12 17:27:45 -04:00
David Anderson
1112dfffb3
Merge.
2009-05-12 17:26:47 -04:00
David Anderson
3304bc2f3a
Backed out changeset 97d5f4dbae0b
2009-05-12 17:26:39 -04:00
David Anderson
2d4fb8a463
Merge.
2009-05-12 12:37:24 -04:00
Fyren
56c5012bef
Fixed early tv_enable causing crashes (bug 3766, r=dvander).
2009-05-12 12:37:12 -04:00
Matt Woodrow
7710a1fdb0
Merge from 1.2 branch
2009-05-11 11:45:08 +12:00
Matt Woodrow
bd97bdd378
Fixed unhook event crash (bug 3814, r=dvander)
2009-05-11 11:32:59 +12:00
Fyren
f74380b3e9
Fix casting problems in TextParsers breaking TrimString for non-ASCII (bug 3800, r+a12=dvander)
2009-05-03 11:23:12 -07:00
Matt Woodrow
4abdc29d9e
l2merge Fyren
2009-04-24 18:20:55 +12:00
Fyren
74a25097b2
Fix OnClientConnect rejectmsg handling, improve doc (bug 3690, r=dvander)
2009-04-13 16:39:53 -07:00
David Anderson
40a8892cb7
Merge from sourcemod-1.2 branch.
2009-03-30 11:43:16 +02:00
David Anderson
16756e550f
Handle FormatMessage failures from LoadLibrary oddities (bug 3760, r=fyren).
2009-03-29 09:01:40 -04:00
Fyren
933b77e429
Fix sm exts info help message
2009-03-25 21:01:40 -07:00
David Anderson
3ac9ecb4b7
Removed tag system (bug 3751, r=fyren, a12=blocking).
2009-03-25 03:27:32 -04:00
Fyren
d7917a6a9a
Add AskPluginLoad2() to allow silent failure, deprecate AskPluginLoad() (bug 3716, r=dvander)
2009-03-18 19:20:40 -07:00
Scott Ehlert
d8264fada7
Merge from 1.2 branch.
2009-03-05 15:48:38 -06:00
Scott Ehlert
72da49415e
Added -dev tag back to version.h files for manual builds.
2009-03-05 14:59:09 -06:00
David Anderson
8e744ec5f7
Re-added -dev tag, bumped version to 1.2.1.
2009-03-05 02:36:27 -05:00
David Anderson
8dfbcf5a9f
Bumped versions.
2009-03-05 02:07:44 -05:00
David Anderson
1f636bf7a9
Bumped trunk to 1.3.0.
2009-03-05 01:48:18 -05:00
Matt Woodrow
096a04b3e4
Added SourceMod to the sv_tags list and added a tags API for plugins (bug 3688, r=dvander)
2009-03-05 11:59:49 +13:00
Fyren
e6ea726b69
Improved docs of TIMER_HNDL_CLOSE (bug 3641, r=dvander).
2009-03-01 16:48:55 -05:00
Fyren
98c1a18e57
Improved error message for handle leakage (bug 3646, r,a12=dvander).
2009-03-01 16:43:48 -05:00
Fyren
e04d2a4a10
Added case insensitivity search to ReplaceString (bug 3639, r=dvander).
2009-03-01 16:41:44 -05:00
David Anderson
96a3671bb6
Improved user message interception API (bug 3631, r=pred).
2009-03-01 16:39:25 -05:00
David Anderson
6ebbb48f9f
Re-landed automating updating (bug 3530, r=pred).
2009-03-01 01:35:39 -05:00
David Anderson
eb25650e26
Merge.
2009-02-28 23:15:23 -05:00
David Anderson
c4cba5254c
Added auto-restart functionality to the Updater extensions (bug 3530, r=pred).
2009-02-28 23:14:16 -05:00
Scott Ehlert
2c3bf7dd23
Ran versionchanger script for consistency.
2009-02-25 23:44:18 -06:00
Matt Woodrow
7dcc7ea99c
And again with the linux fixing (bug 3657)
2009-02-23 08:58:14 +13:00
Matt Woodrow
4590015ed6
Fixed linux build
2009-02-22 14:58:05 +13:00
Matt Woodrow
79f9dc61a4
Added edict_t and CBaseHandle conversion functions to IGameHelpers (bug 2616, r=dvander)
2009-02-22 14:38:05 +13:00
Matt Woodrow
792204bd06
This has to be the worst GCC error ever.
2009-02-19 19:35:45 +13:00
Matt Woodrow
ca3df3bd50
Added a client verification serial API (bug 3616, r=dvander)
2009-02-19 19:19:44 +13:00
Scott Ehlert
44a04e6167
DS fails once again. Fixed Linux build once and for all.
2009-02-18 03:25:01 -06:00
Scott Ehlert
9d6a9eb615
Ugh, fixed Linux build for real by removing stray underscores.
2009-02-18 03:13:25 -06:00
Scott Ehlert
32d2d4107d
Fixed Linux build.
2009-02-18 02:58:03 -06:00
Scott Ehlert
75ebac822d
Merge.
2009-02-18 02:30:21 -06:00
Scott Ehlert
bd9fab6cf5
Added support for Dark Messiah engine and game. (no bug, r=me).
...
The development of this feature would not be possible without the support of the following people from the game's community:
Dylan Riggs, Carl Pettengill, Ed Moreland, and Christian.
2009-02-18 02:19:22 -06:00
Matt Woodrow
d75f8f11e1
Oops - FormatPath missing a param (bug 3645)
2009-02-18 19:59:14 +13:00
Matt Woodrow
b61542242c
Build Fix!
2009-02-18 15:30:43 +13:00
Matt Woodrow
13c1fd09c4
Added custom gamedata file parsing (bug 3644, r=dvander)
2009-02-18 15:08:17 +13:00
Matt Woodrow
fddb69e49e
Fixed MsgSentNotify callbacks not firing on intercept hook (bug3631, r=dvander)
2009-02-18 15:03:17 +13:00
David Anderson
9e445a5adf
Added API to grab arbitrary kv pairs from core.cfg.
2009-02-17 16:19:11 -05:00
David Anderson
97e25c37de
Deprecated Acquire/ReleaseLock from IGameConfigManager, use thread pump in updater.
2009-02-17 15:59:51 -05:00
David Anderson
16033c1307
Deprecated sm_corecfgfile for sm_basepath (bug 2693, r=ds).
2009-02-17 14:03:20 -05:00