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
..
action_api.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
actions.cpp
cpp.hint PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
general.h
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
opengl.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
Overview.txt
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
particles.sln
particles.suo
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
PS Docs.htm
Readme.txt
system.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00

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.