David Anderson
67039543cd
Initial import of new GameDLL loading code
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40123
2005-10-06 00:59:01 +00:00
David Anderson
71d74c6722
Re-bumped all version numbers again (SourceHook=2, Plugin=7/7)
...
Fixed bug where gamedlls setting new game names would not work
Moved PM's virtual destructor to bottom of vtable
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40117
2005-09-29 23:05:01 +00:00
Pavol Marko
18bfaa7021
Now unloading the original gamedll in DLLShutdown() instead of using a __attribute__((destructor)) function
...
-> Also auto-removing ConCommandBases with the FCVAR_GAMEDLL flag before doing that
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40115
2005-09-24 21:10:53 +00:00
David Anderson
2917c2c751
Linux compatibility for no-STL
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40107
2005-09-13 20:20:49 +00:00
David Anderson
ac1ea74510
Changed to namespaces
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4099
2005-08-12 17:44:53 +00:00
David Anderson
05f9912d4e
Replaced std::list with List class
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4098
2005-08-12 17:33:59 +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
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
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
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
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
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
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
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
ddb34f91ea
Added new AllPluginsLoaded callback
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4019
2005-04-18 18:21:57 +00:00
Pavol Marko
096dfb6a6f
I really don't feel like writing a comment because I don't know what I've just done
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4018
2005-04-18 16:18:02 +00:00
David Anderson
7b842efe0d
Removed hooking of DLLShutdown
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4016
2005-04-18 03:30:30 +00:00
Pavol Marko
ba23929c3d
YAMS
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4015
2005-04-17 18:43:21 +00:00
David Anderson
e2100056f4
Fixed a few bugs in console commands
...
Added hooking of shutdown commands
Warning - Crashes on SH_ADD_HOOK_STATICFUNC?
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4013
2005-04-17 03:37:50 +00:00
David Anderson
4dc43f3d08
Implemented factory hooks
...
Added commands: clear, load, pause, unload, unpause
Rewrote headers
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4010
2005-04-16 23:33:39 +00:00
David Anderson
118d4a85ff
Initial import
...
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%408
2005-04-16 19:59:26 +00:00