Commit Graph

26 Commits (989fa5c42e72fa0345e19b79632b79f394cd7f36)

Author SHA1 Message Date
Dominik Tugend 989fa5c42e CRLF for .bat too 2013-10-29 18:15:14 +01:00
Dominik Tugend d576166c99 Fixed VC++ 6.0 .dsp files
Minor fixes to make sure the code compiles without errors.
2013-10-29 18:08:07 +01:00
alfred-valve 32589105da Merge pull request #1395 from ripieces/master
Normalized line endings (no changes)
2013-10-23 09:43:02 -07:00
Dominik Tugend 1432182750 Normalized line endings (no changes)
Normalized line endings by touching (touch) the dsp files, no changes to
the files were made.
This is in order we can see actual modified lines in case s.o. modifies
the files.
The files will have CRLF as EOL on checkout due to the .gitattributes
setting.
2013-10-23 09:09:13 +02:00
alfred-valve ca6be1473c Merge pull request #1394 from ripieces/master
Visual C++ 2010 Express support for utils
2013-10-22 13:13:25 -07: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
alfred-valve dd78039839 Merge pull request #1384 from Jengerer/master
Added missing class prefix to function pointers.
2013-10-13 19:54:58 -07:00
Evgenii Babinets 8fc24de095 Changed to CTripBeam to allow future overloading. 2013-10-13 20:34:25 -04:00
Evgenii Babinets 1ae42463e3 Added missing class prefix to function pointers. 2013-10-13 01:45:27 -04:00
alfred-valve a06e5a1f53 Merge pull request #1375 from ripieces/master
Visual C++ 2010 Express support
2013-10-08 10:17:26 -07:00
Dominik Tugend 0c00c21dc6 CRLF issues with git
Seems as if git wants to normalize the line endings to LF
However they will be converted to CRLF on checkout due to the
.gitattributes file
2013-10-07 13:34:55 +02:00
Dominik Tugend b92704dd19 No RTTI on dmc and ricochet
Just as in the original .dsp files.
2013-10-07 10:26:47 +02:00
Dominik Tugend 9ff405e473 Enabled RTTI on hldll and hl_cdll
Enabled RTTI on those projects as it is in the original DSPs (ricochet and
dmc don't have RTTI enabled).
2013-10-07 10:21:53 +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
Alfred Reynolds 4c18cedd8f - Fix publish path for build binaries 2013-09-09 11:46:31 -07:00
Alfred Reynolds 225199e47c - Fixed compile on linux due to missing library 2013-09-09 11:44:19 -07:00
Alfred Reynolds 9af6b912d2 - convert DSP files to CRLF 2013-09-02 10:05:29 -07:00
alfred-valve e87c4afe50 Update README.md 2013-09-02 09:44:29 -07:00
Alfred Reynolds 9660a822bc Merge branch 'master' of https://github.com/ValveSoftware/halflife 2013-08-30 16:17:00 -07:00
Alfred Reynolds 913f694215 -adding SDK license 2013-08-30 16:16:35 -07:00
alfred-valve b41bfd757a Update README.md 2013-08-30 16:15:00 -07:00
Alfred Reynolds de70fada50 initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
alfred-valve 384f877412 Merge pull request #463 from johndrinkwater/master
Ask users for their version output
2013-02-21 09:11:08 -08:00
John Drinkwater 573423d71c Update the info request with client version 2013-02-21 13:08:18 +00:00
alfred-valve f1271537c1 Update README.md 2013-02-14 12:49:05 -08:00
alfred-valve fd2d7ba0de Create README.md 2013-02-14 12:41:16 -08:00