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

61 Commits

Author SHA1 Message Date
David Anderson
81ae7cabf5 final changelog
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4093
2005-07-07 21:28:14 +00:00
David Anderson
400f0a9fab Added new cvar, mm_pluginsfile
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4090
2005-07-07 20:58:05 +00:00
Scott Ehlert
c8d4189477 Yay, the nasty SourceHook bug is finally fixed!
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4087
2005-07-07 18:21:32 +00:00
David Anderson
2e38619370 Updated changelog
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4086
2005-07-07 13:09:57 +00:00
Scott Ehlert
8ce6594b70 Semi-small fix to make SourceMM ignore whitespace in metaplugins.ini with UTIL_TrimLeft and UTIL_TrimRight
(I'm not sure if I'm qualified to make efficient string functions here, so um, they probably are pretty bad)

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4085
2005-07-03 16:11:28 +00:00
David Anderson
5f6e613e01 Attempt at fixing some bugs related to gamedll shutdown
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4083
2005-06-26 19:15:24 +00:00
David Anderson
5f2a28d33d Another makefile fix
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4082
2005-06-25 12:55:26 +00:00
David Anderson
f484502f52 Removed static linking
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4081
2005-06-25 00:15:47 +00:00
David Anderson
34dbc44a97 Fixed bug when compiling on AMD64 with -m32
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4080
2005-06-25 00:12:26 +00:00
David Anderson
8fc6cdaf9d Added changelog file
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4079
2005-06-24 22:39:58 +00:00
David Anderson
d9f2a09770 Minor cleanup
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4078
2005-06-24 22:34:17 +00:00
David Anderson
4eb23c422b Added new API for correct console/rcon printing
Bumped API version number
MM:S will no longer load newer plugins

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4077
2005-06-24 22:26:19 +00:00
David Anderson
a3fe9b64de Updated makefile
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4075
2005-05-27 10:18:54 +00:00
David Anderson
b178acc5cd LevelShutdown() is no longer unnecessarily hooked through SourceHook
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4074
2005-05-27 10:03:55 +00:00
David Anderson
a6ec71cf8e Attempt at fixing a stupid linux problem
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4073
2005-05-27 03:45:53 +00:00
David Anderson
2d1e9d0f47 Changed some include orders
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4072
2005-05-27 03:05:33 +00:00
David Anderson
389281d837 Removed extra trailing newlines
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4071
2005-05-26 22:13:24 +00:00
David Anderson
181a5f6209 Fixed unload all bug
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4070
2005-05-26 08:35:07 +00:00
David Anderson
744d2415db Added correct cvar demonstration
Added MSCBuff's FireGameEvent code.

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4069
2005-05-26 08:32:34 +00:00
David Anderson
5155055435 Working ConCommandBase replacement code
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4068
2005-05-26 08:06:23 +00:00
Scott Ehlert
a7da6651b9 Added macro so that ConCommands created with the SDK's CON_COMMAND and CON_COMMAND_F macros can be properly registered and unregisterd
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4067
2005-05-22 04:33:58 +00:00
Scott Ehlert
c336ea0818 Hopefully fixed crashing when unregistering ConCommands and ConVars
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4066
2005-05-22 03:35:33 +00:00
David Anderson
8ba6224916 Added experimental code for cvar management
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4065
2005-05-16 20:15:57 +00:00
Pavol Marko
8f5e99397d Moved adding of FCVAR_GAMEDLL to Unload; added SourceHook iface/impl info to meta version
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4064
2005-05-06 09:44:41 +00:00
David Anderson
18a4184ede bugfix
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4058
2005-05-04 13:59:57 +00:00
David Anderson
6319cf6b7b Should work out of the box now
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4057
2005-05-04 13:58:15 +00:00
David Anderson
f3ec2f7833 Added version information
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4056
2005-05-02 01:12:31 +00:00
David Anderson
770f54a133 Fixed binary output in Makefile
Fixed GCC compatibility for sampleplugin

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4055
2005-05-01 18:50:58 +00:00
David Anderson
095929dd76 Switched from MEMFUNC to STATICFUNC for simplicity
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4054
2005-05-01 18:46:06 +00:00
David Anderson
54a4d6d007 Moved include order around
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4053
2005-05-01 18:42:16 +00:00
David Anderson
4891e2a1cd Bumped min/max api to 5:5
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4052
2005-05-01 18:24:48 +00:00
David Anderson
7284445d7e committed new callclass code
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4045
2005-04-30 18:45:41 +00:00
David Anderson
9bb40ae639 Reorganized makefiles a tad
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4041
2005-04-28 17:24:39 +00:00
David Anderson
ee8a24229c SourceMM will now reload new plugins on mapchange
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4040
2005-04-25 18:54:19 +00:00
David Anderson
fa375405eb Fixed binary name
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4039
2005-04-23 17:40:33 +00:00
David Anderson
6677516707 Added makefile, does not build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4037
2005-04-22 14:38:04 +00:00
David Anderson
403e5b2e40 Added makefile - but build fails
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4036
2005-04-22 14:36:21 +00:00
David Anderson
0d9cef6d51 Added Makefile
Cleaned up files for linux

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4034
2005-04-22 14:28:52 +00:00
David Anderson
0d5a3c7d6b Initial import of stub plugin
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4032
2005-04-19 22:05:41 +00:00
David Anderson
fc86d39af8 Added some more comments
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4031
2005-04-19 17:27:05 +00:00
David Anderson
49c7a8c7ca Fixed retry command
Fixed ids starting at 3 (changed Pl_MinId)
Doxyfile is no longer subdir based

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4030
2005-04-19 07:41:07 +00:00
David Anderson
3122e9a843 Fixed typo
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4029
2005-04-19 06:29:27 +00:00
David Anderson
d51b47f3fe Changed some output formatting
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4028
2005-04-19 06:17:47 +00:00
David Anderson
b06bded3ed Added doxyfile
Placed CSmmAPI in SourceMM namespace

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4027
2005-04-19 05:36:59 +00:00
Scott Ehlert
8ff5e441c9 Fixed log message for SamplePlugin::ClientPutInServer
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4026
2005-04-19 02:09:17 +00:00
David Anderson
79b05dd941 Added copyright information
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4025
2005-04-18 23:42:31 +00:00
David Anderson
9e524e6999 DS suggested we do this...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4024
2005-04-18 23:34:18 +00:00
David Anderson
0d5424c5b4 Sample plugin can now do anything server plugins can (except NetworkIDValidated callback)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4023
2005-04-18 23:33:44 +00:00
David Anderson
1789ad8324 Fixed bug where blank lines were read as plugins
Fixed bug where newlines weren't stripped in config file

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4022
2005-04-18 19:50:33 +00:00
David Anderson
7eecefe875 Updated for API 004, also added sourcehook stuff again
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4021
2005-04-18 19:33:44 +00:00