Scott Ehlert
5f4befcb6a
Argh, really fixed HookEntityOutput() crash on TF2 (bug 4375).
2010-04-30 10:54:34 -04:00
Scott Ehlert
314011f118
Fixed HookEntityOutput() crash with recent updates to TF2 and L4D2 (bug 4375, r=pred, a=blocking).
2010-04-30 03:51:01 -04:00
Scott Ehlert
9b78c68b1b
Updated sample extension makefiles to compile against latest changes for L4D2 and TF2 (bug 4374, r=dvander).
2010-04-29 16:04:47 -04:00
Scott Ehlert
90cc2d6c37
Webternet and Updater extensions now load on Windows 2000 (bug 4234, r+a13=dvander).
2010-01-20 15:11:13 -06:00
Scott Ehlert
46b714108a
Updated .hgignore for Explorer files beginning with a lowercase letter (argh!)
2010-01-20 02:39:52 -06:00
Scott Ehlert
2e4aae95db
Updated .hgignore to ignore some Windows and OS X files.
2009-11-22 01:39:29 -06:00
Scott Ehlert
cc43b63508
Updated sample_ext and mms_sample_ext for Orange Box Valve and Left 4 Dead 2 (bug 4118, r=pred).
2009-11-22 01:33:08 -06:00
Scott Ehlert
27805463e3
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
Scott Ehlert
e434c43e28
Use SOURCE_ENGINE_ORANGEBOXVALVE constant from MM:S 1.8 (bug 4087, r=dvander).
2009-10-30 14:04:43 -05:00
Scott Ehlert
035875f5c1
Fixed Windows build, I think.
2009-10-30 00:03:54 -05:00
Scott Ehlert
7187dde64d
Changed name in credits.
2009-10-29 17:35:00 -05: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
Scott Ehlert
07901946d0
Fixed building of libcurl on Linux when a build clobber is done.
2009-10-06 01:52:08 -05:00
Scott Ehlert
705ea18b2a
Really fixed version.rc file problem by removing and recreating build OUTPUT directory when required (bug 4042, r=dvander).
2009-10-06 01:46:06 -05:00
Scott Ehlert
3277cc3675
Fixed case where version.rc files could have incorrect version number (bug 4042, r=dvander).
2009-10-04 00:52:53 -05:00
Scott Ehlert
7fac7c8713
Pushing a build to test buildbot against mercurial 1.2.
2009-03-09 06:38:20 -05: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
Scott Ehlert
c90dda908a
Merge from 1.1 branch.
2009-02-27 00:50:12 -06:00
Scott Ehlert
6aca0a8bfc
Added -dev tag back to version.h files for manual builds.
2009-02-27 00:22:59 -06:00
Scott Ehlert
2c3bf7dd23
Ran versionchanger script for consistency.
2009-02-25 23:44:18 -06:00
Scott Ehlert
5e6417eac0
Merged changes from 1.1
2009-02-25 23:17:37 -06:00
Scott Ehlert
a4db34a419
Re-added -dev tag.
2009-02-25 23:05:31 -06:00
Scott Ehlert
8c493576cc
Fixed 1.1.1 tag for great justice!
2009-02-25 23:00:59 -06: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
27070af1b9
Added Dark Messiah build config to sample_ext.
2009-02-18 03:08:02 -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
Scott Ehlert
992c05b6aa
Wow, buildbot, just wow. You built 1.1 instead of 1.2 again.
2009-01-28 02:14:41 -06:00
Scott Ehlert
f4a5457941
Merged changes from sourcemod-1.1 branch.
2009-01-28 00:00:19 -06:00
Scott Ehlert
7167a807bf
Fixed a crash in the Event Manager when a game fired an event from a listener that was looking for the same event (bug 3468, r=me).
...
In other words it was a problem where our FireEvent hooks were being re-entered for the _same_ game event. The Event Manager was not able to handle this and crashed.
2009-01-27 23:53:48 -06:00
Scott Ehlert
22675ba2e7
Fixed crash in GetClientInfo() native on L4D (bug 3569, r=me).
...
The CreateFakeClient signature (used for verification before retrieving the IServer interface pointer) changed in a recent update. The IServer pointer was therefore null and GetClientInfo() did not check for this.
The CreateFakeClient signature is also no longer hardcoded. It is modifiable in gamedata/sdktools.games/engine.*.txt.
2009-01-22 15:20:45 -06:00
Scott Ehlert
157f050f89
Fixed a memory leak when game events were hooked as EventHookMode_Post (no bug, r=me).
...
The duplicated event data that was being carried over to the IGameEventManager2::FireEvent post hook was not being freed. EventHookMode_Post is the default so this leak could have happened fairly often.
2009-01-27 13:41:57 -06:00
Scott Ehlert
e1d2b88c23
Fixed some inconsistencies in admins_simple.ini (bug 3540).
2009-01-02 00:31:23 -06:00
Scott Ehlert
4b1deee7e1
El merge.
2008-12-29 00:12:37 -06:00
Scott Ehlert
bf5fefe84f
Merge from sourcemod-1.1 branch.
2008-12-29 00:11:32 -06:00
Scott Ehlert
5c92b0d154
Bumped version to 1.1.1 and added back -dev build string.
2008-12-28 23:50:26 -06:00
Scott Ehlert
2b7ccf6625
Tagging SourceMod 1.1.0
2008-12-28 23:41:14 -06:00
Scott Ehlert
dd338d40f3
Triggering build.
2008-12-08 03:28:08 -06:00
Scott Ehlert
1cc8440900
Triggering build.
2008-12-08 00:46:54 -06:00
Scott Ehlert
47cf8f4233
Merge from 1.1 branch.
2008-12-07 21:07:14 -06:00
Scott Ehlert
eedfd2d70d
Shell script code in Makefiles is _really_ POSIX compliant now.
...
Missed an equal sign :\
2008-12-07 21:05:51 -06:00
Scott Ehlert
4e88626d65
Merge, agh.
2008-12-07 20:54:23 -06:00
Scott Ehlert
a1b91ac136
Merge from 1.1 branch.
2008-12-07 20:52:06 -06:00
Scott Ehlert
4bbd74b702
Shell script code in Makefiles is now POSIX compliant and is able to be run on dash.
2008-12-07 20:40:31 -06:00
Scott Ehlert
1d07d24054
Triggering a build?
2008-12-07 00:49:29 -06:00
Scott Ehlert
0a0fd0c64a
Triggering yet another build.
2008-12-07 01:26:03 -05:00
Scott Ehlert
a7c6fc12d8
Triggering a build on an off chance.
2008-12-06 23:53:55 -06:00
Scott Ehlert
48f0a49f9b
Triggering a build perhaps.
2008-12-06 23:26:18 -06:00
Scott Ehlert
b63d714a06
Triggering a build maybe.
2008-12-06 22:17:51 -06:00
Scott Ehlert
7bdcea5814
Merged changes from 1.1 branch.
2008-12-05 15:57:49 -06:00
Scott Ehlert
f418f38589
Added L4D build config to sample extension's project files.
2008-12-05 15:56:36 -06:00
Scott Ehlert
52377b509b
Triggering another build to fix bug 3478 for real.
2008-12-03 10:41:00 -06:00
Scott Ehlert
14152bb7ba
Triggering build to fix bug 3478.
...
The structure of typedescription_t in our L4D SDK was wrong and it has been updated.
Not only does this fix sm_dump_datamaps in SDKTools, but it also fixes issues with the datamap-related natives in Core where there was a datamap within a datamap.
2008-12-03 10:34:32 -06:00
Scott Ehlert
d51aaec97d
Fixed a memory leak that occurred when a ConCmdIter handle was closed. (L4D engine)
...
Note: These handles are used by the FindFirstConCommand and FindNextConCommand natives.
2008-12-02 10:57:42 -06:00
Scott Ehlert
90a44ea6c8
Pushed build.
2008-11-28 23:49:37 -06:00
Scott Ehlert
fef83838f9
Merged another change from 1.1 branch.
2008-11-28 23:34:18 -06:00
Scott Ehlert
1422a9abe3
Merged changes from 1.1 branch.
2008-11-28 23:32:59 -06:00
Scott Ehlert
7b1adfe00b
Added msvc9 project file for sample_ext
...
Also updated msvc8 project file for compilation against MM:S 1.7
2008-11-27 02:37:31 -06:00
Scott Ehlert
28e1568eb7
Missed a reference to SOURCEMM16 in JIT project files (bug 3445).
2008-11-27 02:20:08 -06:00
Scott Ehlert
0a6eac7c27
Added .hgignore so that 'hg status' can ignore untracked files of certain types.
2008-11-27 00:49:37 -06:00
Scott Ehlert
ecaced40f2
Now compiles against Metamod:Source 1.7 (bug 3445).
2008-11-27 01:13:51 -06:00
Scott Ehlert
25a0a192a2
Added /MP back to core and sdktools MSVC project files.
2008-11-24 09:41:46 -06:00
Scott Ehlert
843ff25de4
Moved SE_* constants from PrePreprocessorDefinitions to AdditionalOptions in MSVC project files.
...
-Doing this should make it a bit easier to maintain in the future.
Also added back /MP to core and sdktools.
2008-11-24 09:33:11 -06:00
Scott Ehlert
4563c00deb
Merge.
2008-11-24 08:39:46 -06:00
Scott Ehlert
7a38e5584c
OriginalFilename field in core/version.rc now has correct filename based on engine.
2008-11-24 08:37:06 -06:00
Scott Ehlert
e26ce2b457
OriginalFilename field in core/version.rc now has correct filename based on engine.
2008-11-24 08:25:36 -06:00
Scott Ehlert
9c1e45d97c
Fixed crash when L4D server went into hibernation mode after having had an active bot and a reserved name was used by this bot
...
- When going into hibernation, ClientSettingsChanged is called for remaining bots
- Hook checks bot's name against reserved names in admins config and tries to kick using IClient::Disconnect
- Method of getting IClient relies on client having an INetChannel pointer
- Bots do not have an INetChannel pointer so this results in a crash
2008-11-21 14:09:50 -06:00
Scott Ehlert
c2756c731f
Try 2 of eliminating VPK warning.
...
Previous commit was more complicated then it really needed to be.
2008-11-19 02:38:28 -06:00
Scott Ehlert
d6fc82f8fa
Merge.
2008-11-19 02:16:45 -06:00
Scott Ehlert
2acf1b08d5
'Relatized' the path passed to FileToKeyValues() native.
...
This eliminates the annoying warning in L4D:
***VPK: FindFile Attempting to use full path with VPK file!
2008-11-19 02:14:43 -06:00
Scott Ehlert
9ae456b9d1
Updated makefiles to link against binaries at l4d directory instead of l4d_demo
2008-11-18 06:00:31 -06:00
Scott Ehlert
5bbeddc134
Oops, removed something I shouldn't have
2008-11-17 22:13:32 -06:00
Scott Ehlert
373fbb6ca3
Removed debugging code from ConVarManager
2008-11-17 22:11:06 -06:00
Scott Ehlert
43f5d71724
Fixed IndexOfEdict and PEntityOfEntIndex inlines to be in line with updated edict_t structure in SDK
2008-11-14 23:08:24 -06:00
Scott Ehlert
41b61ed36f
Fixed tab inconsistency in some build tool source files.
2008-11-14 16:55:09 -06:00
Scott Ehlert
31e30faace
Triggering build
2008-11-14 09:58:40 -06:00
Scott Ehlert
ff7a2c6b73
Added preliminary support for Left 4 Dead; some things may not yet work.
2008-11-14 09:18:30 -06:00
Scott Ehlert
acea705df8
Moved IDA scripts from editor/ida to tools/ida_scripts
...
--HG--
rename : editor/ida/gcc_fpic.idc => tools/ida_scripts/gcc_fpic.idc
rename : editor/ida/linux_vtable_dump.idc => tools/ida_scripts/linux_vtable_dump.idc
2008-11-14 03:51:57 -06:00
Scott Ehlert
7e3f9ada31
Moved IDA scripts from editor/ida to tools/ida_scripts
...
--HG--
rename : editor/ida/gcc_fpic.idc => tools/ida_scripts/gcc_fpic.idc
rename : editor/ida/linux_vtable_dump.idc => tools/ida_scripts/linux_vtable_dump.idc
2008-11-14 03:38:59 -06:00
Scott Ehlert
2f0965c14b
Fixed Linux build
2008-11-12 23:22:33 -06:00
Scott Ehlert
c1c5d2656c
The replicate and notify parameters for SetConVarX and ResetConVar are now ignored on Orange Box.
...
- OB engine automatically replicates and fires server_cvar event notification for changes cvars.
- Added a note about this in comments for affected natives.
2008-11-12 23:14:49 -06:00
Scott Ehlert
00bb796db2
Version 1.2 of fPIC script
...
- Now works with GCC 4.3 compiled binaries (like Left 4 Dead)
- Fixed: Redefining alignment blocks as data caused IDA to pop up an annoying warning
2008-11-06 17:07:53 -06:00
Scott Ehlert
6c1259f6e6
Import of IDA script to demangle fPIC on x86 (checkin=dvander).
2008-11-06 00:08:24 -08:00
Scott Ehlert
326e8ee205
Fixed tags for sourcemod-central
...
sourcemod-1.0.0 - Orginally tagged by David Anderson <[email protected] > on Mon Mar 17 01:28:54 2008 UTC
2008-09-14 03:43:26 -05:00
Scott Ehlert
bda56bf33f
Eliminated head: da55a80522cf, a remnant of sourcemod-1.1.0 branch
2008-09-14 03:01:05 -05:00
Scott Ehlert
7439f15d7e
Eliminated head for dead branch: refac-jit
2008-09-14 02:59:26 -05:00
Scott Ehlert
7a4967abc9
Eliminated head for dead branch: sourcemod-1.1.0
2008-09-14 02:58:58 -05:00
Scott Ehlert
6749545991
Eliminated head for dead branch: dvander
2008-09-14 02:58:07 -05:00
Scott Ehlert
124c3f4575
Eliminated head for dead branch: faluco
2008-09-14 02:57:14 -05:00
Scott Ehlert
56b77a536f
Removed files for dead branch: refac-jit
...
--HG--
branch : refac-jit
2008-09-14 02:55:49 -05:00
Scott Ehlert
e175cce776
Removed files for dead branch: sourcemod-1.1.0
...
--HG--
branch : sourcemod-1.1.0
2008-09-14 02:55:25 -05:00
Scott Ehlert
097f42a01c
Removed files for dead branch: faluco
...
--HG--
branch : faluco
2008-09-14 02:54:50 -05:00
Scott Ehlert
93944e7f4b
Fixed build.
...
"Nice" improvement DS.
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402474
2008-08-24 05:05:04 +00:00
Scott Ehlert
1251093ec1
Improved bot detection slightly. This was meant to go along with the fix for amb1801.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402473
2008-08-24 04:35:48 +00:00
Scott Ehlert
846caf1298
Builds against latest OB SDK now
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402410
2008-07-12 09:05:19 +00:00
Scott Ehlert
c2917a8dd4
Fixed Windows build
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402409
2008-07-12 04:08:41 +00:00