Commit graph

6 commits

Author SHA1 Message Date
Joël Troch
a96857b231 Update some git related files 2024-08-28 17:59:12 +02:00
Daniel Walder
0a69f0db4a Put an empty line at the end of gitattributes like git wants
(cherry picked from commit 4229cad4e0eb80681aa091c5de0ee7f51bb00d7e)
2021-03-22 20:03:33 +10:00
Daniel Walder
4a45a3f931 Extra gitattributes and gitignore for Linux files
(cherry picked from commit a2fa082196b10196285751da3d89cde039bc2142)
2021-03-22 20:00:38 +10:00
Dominik Tugend
989fa5c42e CRLF for .bat too 2013-10-29 18:15:14 +01:00
Dominik Tugend
a96f882f9d Visual C++ 2010 Express support for utils
Among other problems also fixes ValveSoftware/halflife#1391
2013-10-22 20:52:06 +02:00
Dominik Tugend
a800ff8246 Visual C++ 2010 Express support
fixes ValveSoftware/halflife#1338

Changes:
- added project files for Visual C++ 2010 Express
- resolved function calls that would otherwise be ambiguous now
- solved ARRAYSIZE macro and HSPRITE type collisions with Windows.h and
  winsock.h includes by guarding the includes

TODO:
We should think about if we actually should instead link to a .h that
defines / redirects the required macros, so that platform differences
would be limited to a few .cpp files (meaning not including windows.h in a
huge number of files as it is now), see the issue above for details.
2013-10-06 21:22:29 +02:00