1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00
Commit Graph

228 Commits

Author SHA1 Message Date
David Anderson
bd6be9107d nonsense change to push new build through
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40520
2007-10-16 16:14:30 +00:00
David Anderson
279f8df399 updated makefile for linux support. YAY!
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40518
2007-10-16 04:22:09 +00:00
David Anderson
4bab4f7691 fixed linux build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40500
2007-10-10 03:05:08 +00:00
David Anderson
630070ea00 fixed a bug where engine version wasn't being passed right
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40495
2007-10-10 02:43:25 +00:00
David Anderson
81cea20c97 - PathFormat() now returns size_t - this is a nearly irrelevant ABI break that shouldn't break
- implemented the rest of METAMOD_FN_LOAD

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40493
2007-10-10 01:42:25 +00:00
David Anderson
e5c5a2c1a0 added new typedef for normal load function
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40492
2007-10-10 01:20:36 +00:00
David Anderson
47f21f457a moved some constants to ISmmPluginExt.h
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40491
2007-10-10 00:55:58 +00:00
David Anderson
e30aefed23 makefiles now link to proper srcds (rm -f are not actually needed)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40489
2007-10-08 20:47:11 +00:00
David Anderson
abc90fa8c2 usermessage code works on linux again (used ds's suggestion)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40488
2007-10-08 20:42:32 +00:00
David Anderson
6731f6dabc fixed ep1 build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40487
2007-10-08 20:23:16 +00:00
David Anderson
13408739bd abi is now locked
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40486
2007-10-08 20:21:14 +00:00
David Anderson
9858c3e879 sketched out new 'alt loader' interface
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40484
2007-10-08 19:17:38 +00:00
David Anderson
540267578a IPluginManager's API is now a little more sane (people complained about byref pointers)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40483
2007-10-08 18:51:51 +00:00
David Anderson
b94553edb0 refactoring of API -- looks nicer and uses namespaces
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40482
2007-10-08 18:47:31 +00:00
David Anderson
c057421fca builds against new sourcehook now
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40477
2007-10-08 17:22:57 +00:00
David Anderson
0ca28a477b added "meta game" message about the engine build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40462
2007-10-06 17:01:35 +00:00
David Anderson
4c176ca689 added format/formatargs api
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40461
2007-10-06 16:47:58 +00:00
David Anderson
7af5ce0e00 broke api! refactored a bunch of very, very old things
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40460
2007-10-06 15:47:59 +00:00
David Anderson
7281835f13 updated project files
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40459
2007-10-05 19:53:57 +00:00
David Anderson
02adf7fa20 fixed some merge errors and made the build work again
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40458
2007-10-05 01:51:38 +00:00
David Anderson
e8217f73c8 updated changelog
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40457
2007-10-04 20:25:07 +00:00
David Anderson
6fea65ae4b merged 1.6.0 -> trunk
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40456
2007-10-04 20:15:25 +00:00
Scott Ehlert
afbd6cc123 Reformatted output of meta list command
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40420
2007-08-10 23:43:16 +00:00
Scott Ehlert
e00aa3cbd4 Added OnUnlinkConCommandBase to IMetamodListener to notify when Metamod:Source is about remove a concommand or convar.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40419
2007-07-23 18:19:02 +00:00
Scott Ehlert
98caa6168f Removed small bit of unneeded code in CreateInterface as it's already taken care of by UTIL_TrimRight
Removed some options in project files as the default values are already set to these - I hope someone understood that.

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40418
2007-07-20 22:21:14 +00:00
Scott Ehlert
615d8cd192 Adjusted changelog a bit
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40417
2007-06-27 03:31:00 +00:00
David Anderson
7b565d78da updated changelog
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40412
2007-06-27 03:04:03 +00:00
David Anderson
f4384399b0 fixed a crash bug where plugins that unload other plugins would cause the unload iterator to become corrupt
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40410
2007-06-26 17:57:18 +00:00
David Anderson
3a6f1df52d added ServerGameClients info output to the "meta game" command
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40405
2007-06-01 17:28:11 +00:00
Scott Ehlert
4cb1720827 Updated changelog with SourceHook information. Additionally, reformatted text file to be 80 columns wide.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40404
2007-05-29 23:31:19 +00:00
Scott Ehlert
8f6e916a45 amb298 - SourceMM wasn't loaded as VSP using a relative path on Linux
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40403
2007-05-29 21:53:58 +00:00
David Anderson
8de5ef248f synced changelog from 1.4.1
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40402
2007-05-16 07:26:10 +00:00
David Anderson
3ba6a05273 bumped version number for sourcehook v5
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40398
2007-05-16 03:53:23 +00:00
Scott Ehlert
ca753a414a Removed internal use of callclass for IServerGameDLL::DLLShutdown()
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40396
2007-05-13 02:54:11 +00:00
Scott Ehlert
96ed622318 User message code now uses SH_GET_ORIG_VFNPTR_ENTRY macro - SourceMM should build again :o
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40395
2007-05-13 02:51:11 +00:00
Scott Ehlert
499e6359f0 Oops - stupid typo fix
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40388
2007-05-11 19:21:14 +00:00
Scott Ehlert
5afc353875 Fixed amb277 - failed to get user message list in Kreedz Climbing
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40387
2007-05-11 19:14:21 +00:00
David Anderson
5a343e7f29 added linux support to UTIL_Relatize()
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40382
2007-05-02 14:18:20 +00:00
David Anderson
66a8a085fb fix for bug amb233
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40381
2007-05-02 14:08:57 +00:00
Scott Ehlert
923164bb69 Client 'meta' command should now work with ServerGameClients004 and beyond.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40380
2007-04-26 18:14:21 +00:00
Scott Ehlert
bf38135d88 Added ISmmAPI::GetVSPVersion() to get highest supported IServerPluginCallbacks interface version
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40379
2007-04-24 22:07:00 +00:00
Scott Ehlert
6278cc9f7b Don't really need games.txt anymore - have wiki article instead
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40378
2007-04-24 20:30:17 +00:00
Scott Ehlert
c64c2b2c2e This line isn't actually needed...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40377
2007-04-07 06:40:57 +00:00
David Anderson
d386a5b624 whoops, fixed a versioning bug
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40372
2007-04-07 04:31:23 +00:00
Scott Ehlert
50cc1b7356 Hello, just one minor thing. Why did I do this again? :\
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40369
2007-04-06 21:01:43 +00:00
David Anderson
9c562a9e62 fixed a post-release error where the vsp listener API simply didn't work :(
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40368
2007-04-06 20:53:07 +00:00
Scott Ehlert
eca25f0b14 Pointless thing here. Don't look :o
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40366
2007-04-06 02:47:41 +00:00
David Anderson
dbd6e1b740 updated the changelog
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40362
2007-04-05 20:11:27 +00:00
Scott Ehlert
e150d08f86 Client "meta list" command now shows plugin status: RUN or PAUSE
Also fixed minor problem where the usage of the client meta command would not be printed when an invalid option was passed.

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40357
2007-04-05 06:49:23 +00:00
Scott Ehlert
3442fd7fe6 Oh, err, what was I thinking here?
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40352
2007-03-26 19:47:37 +00:00