NS/main/source/particles
RGreenlees b9fa136bef Overhauled Visual Studio Project
* Removed superfluous configurations
* Removed superfluous include directories and hard-coded library locations
* There are now only 3 configurations: Debug, Playtest and Release
* Debug and Playtest have the PLAYTEST and BALANCE_ENABLED preprocessor commands, while release doesn't
* Release has maximum optimisations enabled. Debug has none, and playtest has minimal
* Removed hard-coded output directories based on half-life installations, dlls are output in the solution folder (and user can customise as they see fit)
* All projects for all configurations compile without warnings or errors
2023-09-16 11:36:34 -04:00
..
HLRender.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
Makefile PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
Overview.txt Update line endings 2018-04-22 18:55:55 +03:00
PS Docs.htm Update line endings 2018-04-22 18:55:55 +03:00
Readme.txt Update line endings 2018-04-22 18:55:55 +03:00
action_api.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
actions.cpp Update line endings 2018-04-22 18:55:55 +03:00
cpp.hint PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
general.h Update line endings 2018-04-22 18:55:55 +03:00
opengl.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
p_vector.h PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
papi.h PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particledefs.h PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particles.sdf visual studio 2010 rebuild 2014-05-28 14:41:12 +02:00
particles.sln Update line endings 2018-04-22 18:55:55 +03:00
particles.suo visual studio 2010 rebuild 2014-05-28 14:41:12 +02:00
particles.vcxproj Overhauled Visual Studio Project 2023-09-16 11:36:34 -04:00
particles.vcxproj.filters PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particles.vcxproj.user Update line endings 2018-04-22 18:55:55 +03:00
system.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00

Readme.txt

For SGI we make a version of the library that's made for
multiprocessing in this directory and a version that's made for single
processing in the SP directory. Typing make in this directory will make both.