1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 09:38:56 +08:00
一些起源游戏的 SDK 镜像,来自alliedmodders
Go to file
Benoist 15cfe39552
Update platform.h
This is perhaps an issue spread over all the sdk branches. The detection of little endianess only ever works for gcc, there's nothing for msvc. From my short research, it seems msvc doesn't/never tell the preprocessor anything about the CPU brand. So instead we're going to assume if the CPU is a x86 or x86_64 processor it's most likely intel so i386-family, therefore little endian. Even if there's room for error, this is still marginally better than not having anything defined.
2024-11-08 21:29:47 +01:00
choreoobjects Modified SDK for GCC 4.2 2008-09-15 02:50:57 -05:00
common Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2. 2011-04-28 01:30:09 -05:00
devtools/bin Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00
game TF2 win64 + Ambuild tier1/mathlib + long=devil (#198) 2024-03-09 03:57:12 +00:00
lib Update libs 2024-04-22 21:27:29 -04:00
mathlib More mathlib unification with SDK 2013, including 3dnow fixes (#231) 2024-04-21 11:52:42 -04:00
public Update platform.h 2024-11-08 21:29:47 +01:00
tier1 More mathlib unification with SDK 2013, including 3dnow fixes (#231) 2024-04-21 11:52:42 -04:00
utils Fix cases where V_swap didn't need the global scope resolution operator 2016-01-24 17:23:29 -08:00
vgui2/vgui_controls Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2. 2011-04-28 01:30:09 -05:00
.hgignore Added .hgignore file. 2011-04-10 01:41:48 -05:00
AMBuildScript AMBuild: add missing LINUX define 2024-04-21 11:45:03 -04:00
configure.py TF2 win64 + Ambuild tier1/mathlib + long=devil (#198) 2024-03-09 03:57:12 +00:00
Everything_SDK-2005.sln Modified SDK for GCC 4.2 2008-09-15 02:50:57 -05:00
Game_Episodic-2005.sln Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00
Game_HL2-2005.sln Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00
Game_HL2MP-2005.sln Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00
Game_Scratch-2005.sln Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00
notes.txt Modified SDK for GCC 4.2 2008-09-15 02:50:57 -05:00
PackageScript TF2 win64 + Ambuild tier1/mathlib + long=devil (#198) 2024-03-09 03:57:12 +00:00