Commit graph

20 commits

Author SHA1 Message Date
Brett Caswell
36c78acbce
PR Merge of Patch 63 to Patch 61 (#6)
* handle particles project VC++ compilation errors with MVCS and project property changes

 - retarget to v142 platformtoolset
 - remove explicit windows SDK version; use latest by default
 - remove settings that are otherwise default values in project or are best determined by solution

* attempt to handle clang++ issues regarding unsupported c++11 features

* reset file changes to particledefs.h

* removing PARTICLEDLL_API definition and replacing usage with extern "C" block statements

* add g++ compiler option to specify c++11 standard

* attempt to resolve forward enum errors by adding std to base cflags

* replacing deprecated libstdc++ and removing -lstdc++ flag, updating MacOSX10 sdk version

* small refactor to Makefiles, and add  libstdc++ back to linux build

* remove added type to enum

* reset makefile changes that may be causing unexpected linux build failures

* refactoring std=c++11 declarations in Makefile to mitgate linux build failing

* ensure std is set for hl_cdll make

* attempt to define a standard library to resolve vector initialization_list constructor issue

* attempt to update MacOS sdk, set minimum os to be 10.7, and include export in travis ci to define deployment target
2020-07-05 11:11:06 -05:00
pierow
8563f5b367
Merge pull request #17 from asmodev/asmo/vs2017
Code updates to support VS2017 compilation. Does not include project …
2018-07-31 23:04:13 -04:00
Asmo
b840fe80e0 Code updates to support VS2017 compilation. Does not include project updates. 2018-07-30 23:52:29 -04:00
jonnypower
41791848fa fix: compiles particles as static lib 2018-05-12 18:03:45 -07:00
jonnypower
585876d45c chore: whitespace / ifdef cleanup 2018-04-29 23:10:26 -07:00
jonnypower
e6ae628b5b fix: Wasn't missing lib - it's GL/gl.h on linux 2018-04-29 22:57:11 -07:00
jonnypower
19d92bfe65 feat: Build libparticles for use when compiling hl_cdll and ns 2018-04-29 22:48:44 -07:00
jonnypower
141f21081c chore: add deleted libparticleMP.a binary from particles directory 2018-04-29 22:14:05 -07:00
jonnypower
9711f583c4 chore: Reset particles opengl 2018-04-29 22:14:05 -07:00
jonnypower
0a97abc3c1 chore: Reset particles makefile 2018-04-29 22:14:05 -07:00
jonnypower
2ccb671db0 fix: gcc multilib 2018-04-29 22:14:05 -07:00
jonnypower
ea2a5833b7 feat: Compileable Mac OS 2018-04-29 22:14:05 -07:00
Ari Timonen
4f13237895 Update line endings
Change CRLF to LF in repo.
2018-04-22 18:55:55 +03:00
fmoraw
1c552d08fb ns v3.2.1a 2015-12-10 18:29:55 +01:00
fmoraw
de27a8149c Linux Build 2014-12-16 14:36:27 +01:00
fmoraw
1622255eeb visual studio 2010 rebuild
Signed-off-by: fmoraw <fmoraw@users.noreply.github.com>
2014-05-28 14:41:12 +02:00
hjw
0ddfe3c35f Changed to unix line endings 2014-01-23 10:46:47 +00:00
Flayra
b16ad0f3f3 - Added Dave McAllister's particle system code (not licensed, but so old and not found online so I think it's OK) 2014-01-14 11:26:14 -08:00
XP-Cagey
60007652a3 The big merge...
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@21 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-04-01 03:04:57 +00:00
Karl
8552ac617c Import from old repository
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@1 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-03-09 01:31:56 +00:00