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 |
|
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 |
|
David Anderson
|
16756e550f
|
Handle FormatMessage failures from LoadLibrary oddities (bug 3760, r=fyren).
|
2009-03-29 09:01:40 -04:00 |
|
David Anderson
|
4daca3c5ba
|
Another gamedata cleanup sponsored by an r=pred (bug 3351).
|
2008-12-26 23:26:21 -05:00 |
|
David Anderson
|
1fe38c7473
|
SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds).
This adds the ability for us to change the GCC version we use more flexibly.
|
2008-12-23 01:33:37 -05:00 |
|
David Anderson
|
2ff9b0aada
|
Removed pointless "systems" folder from core.
--HG--
rename : core/systems/ExtensionSys.cpp => core/ExtensionSys.cpp
rename : core/systems/ExtensionSys.h => core/ExtensionSys.h
rename : core/systems/ForwardSys.cpp => core/ForwardSys.cpp
rename : core/systems/ForwardSys.h => core/ForwardSys.h
rename : core/systems/HandleSys.cpp => core/HandleSys.cpp
rename : core/systems/HandleSys.h => core/HandleSys.h
rename : core/systems/LibrarySys.cpp => core/LibrarySys.cpp
rename : core/systems/LibrarySys.h => core/LibrarySys.h
rename : core/systems/PluginInfoDatabase.cpp => core/PluginInfoDatabase.cpp
rename : core/systems/PluginInfoDatabase.h => core/PluginInfoDatabase.h
rename : core/systems/PluginSys.cpp => core/PluginSys.cpp
rename : core/systems/PluginSys.h => core/PluginSys.h
rename : core/systems/ShareSys.cpp => core/ShareSys.cpp
rename : core/systems/ShareSys.h => core/ShareSys.h
|
2008-11-16 16:06:18 -08:00 |
|