Commit Graph

6 Commits (master)

Author SHA1 Message Date
Marrub fd9603ce3f I can't remember what I did, but it was something cool 2015-03-10 14:04:36 -04:00
Marrub c15309a5a0 Upgrade project to VS2013 2015-03-10 12:15:15 -04:00
Marrub faa0d3747c Lua init works, has a basic print function 2015-03-10 10:19:51 -04:00
Marrub 44a4b8fd6d varied changes 2015-03-09 17:59:02 -04: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