Scott Ehlert
|
7cb3d4d8ff
|
Fix Linux and macOS builds.
|
2017-12-20 02:13:56 -06:00 |
|
Scott Ehlert
|
ce1a4dcac0
|
64-bit support for CSGO on Linux and macOS (#705)
|
2017-12-20 01:56:23 -06:00 |
|
Scott Ehlert
|
ecec7dbef3
|
Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic).
These files include smsdk_ext.cpp, smsdk_ext.h, sm_memtable.h, CDetour/*, and asm/*.
The smsdk_config.h file for each extension has also been moved out of the 'sdk' directory into its parent.
--HG--
rename : extensions/bintools/sdk/smsdk_config.h => extensions/bintools/smsdk_config.h
rename : extensions/clientprefs/sdk/smsdk_config.h => extensions/clientprefs/smsdk_config.h
rename : extensions/cstrike/sdk/smsdk_config.h => extensions/cstrike/smsdk_config.h
rename : extensions/curl/sdk/smsdk_config.h => extensions/curl/smsdk_config.h
rename : extensions/geoip/sdk/smsdk_config.h => extensions/geoip/smsdk_config.h
rename : extensions/mysql/sdk/smsdk_config.h => extensions/mysql/smsdk_config.h
rename : extensions/regex/sdk/smsdk_config.h => extensions/regex/smsdk_config.h
rename : extensions/sdkhooks/sdk/smsdk_config.h => extensions/sdkhooks/smsdk_config.h
rename : extensions/sdktools/sdk/smsdk_config.h => extensions/sdktools/smsdk_config.h
rename : extensions/sqlite/sdk/smsdk_config.h => extensions/sqlite/smsdk_config.h
rename : extensions/structs/sdk/smsdk_config.h => extensions/structs/smsdk_config.h
rename : extensions/tf2/sdk/smsdk_config.h => extensions/tf2/smsdk_config.h
rename : extensions/topmenus/sdk/smsdk_config.h => extensions/topmenus/smsdk_config.h
rename : extensions/updater/sdk/smsdk_config.h => extensions/updater/smsdk_config.h
rename : extensions/sdktools/CDetour/detourhelpers.h => public/CDetour/detourhelpers.h
rename : extensions/sdktools/CDetour/detours.cpp => public/CDetour/detours.cpp
rename : extensions/sdktools/CDetour/detours.h => public/CDetour/detours.h
rename : extensions/sdktools/asm/asm.c => public/asm/asm.c
rename : extensions/sdktools/asm/asm.h => public/asm/asm.h
rename : public/sample_ext/sdk/smsdk_config.h => public/sample_ext/smsdk_config.h
rename : core/logic/sm_memtable.h => public/sm_memtable.h
rename : public/sample_ext/sdk/smsdk_ext.cpp => public/smsdk_ext.cpp
rename : public/sample_ext/sdk/smsdk_ext.h => public/smsdk_ext.h
|
2014-04-23 21:19:28 -05:00 |
|
David Anderson
|
75e622e879
|
Port packaging to AMBuild 2 (bug 5997 part 6, r=ds).
|
2013-12-30 17:50:59 -05:00 |
|
David Anderson
|
e1a820dcf9
|
Port simple C++ build scripts to AMBuild 2 (bug 5997 part 1, r=ds).
|
2013-12-30 17:50:56 -05:00 |
|
Nicholas Hastings
|
a36c266e7d
|
Split TF2, DoD:S, HL2:DM, and ND to separate binaries (bug 5813, r=asherkin).
|
2013-07-21 11:53:56 -04:00 |
|
Kyle Sanderson
|
29bc273e58
|
Removed -Wno-parentheses from posix build and fixed warnings (bug 5745, r=psychonic).
|
2013-07-18 15:50:57 -04:00 |
|
Asher Baker
|
0f62a8ec2f
|
Generate debugging information during compilation (bug 5227, r=ds).
|
2013-03-17 21:00:28 +00:00 |
|
Kyle Sanderson
|
f2d54b7728
|
Fixed SM ambuild config failure at TF2 ext if ep2v sdk is missing (bug 5608, r=psychonic).
|
2013-02-12 12:26:10 -05:00 |
|
Nicholas Hastings
|
df76b7285c
|
Backed out changeset: c283854680ad.
|
2012-12-27 16:38:49 -05:00 |
|
Nicholas Hastings
|
eaf441c226
|
Add -Wno-array-bounds for TF2 extension to avoid GCC bugged warning (msvc and Clang fine).
|
2012-12-23 22:06:52 -05:00 |
|
Ryan Stecker
|
3d25938dd7
|
Added TF2_CanPlayerTeleport forward to the TF2 game extension (bug 5283, r=asherkin).
|
2012-05-28 01:14:46 +01:00 |
|
Asher Baker
|
5f551fa67a
|
Backed out changeset: 387b27fb575b (bug 5227)
|
2012-04-14 01:12:24 +01:00 |
|
Asher Baker
|
393c54fdc2
|
Generate debugging information during compilation. (bug 5227, r=ds)
|
2012-02-16 19:26:49 +00:00 |
|
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 |
|
Nicholas Hastings
|
33aebeb727
|
Added forwards to TF2 ext for cond addition and removal (bug 4851, r=fyren).
|
2011-04-09 00:33:55 -04:00 |
|
Matt Woodrow
|
c6f83f8c14
|
Bustage fix. Thanks for nothing Crimson
|
2010-11-19 18:07:28 +13:00 |
|
Brett Powell
|
c9eaca0e56
|
Add WaitingForPlayers forwards to TF2 extension (bug 4704, r=pred)
|
2010-11-19 17:58:46 +13:00 |
|
Nicholas Hastings
|
e4832f0d08
|
Added forward/detour for TF2's GetHoliday function (bug 4462, r=pred)
|
2010-06-28 17:48:14 -04:00 |
|
David Anderson
|
d682361cfc
|
More changes for new build system.
|
2009-08-30 00:46:56 -07:00 |
|