Commit graph

10 commits

Author SHA1 Message Date
Ferdinand Thiessen
bd7648d5d2 Add install target 2017-10-25 01:46:25 -04:00
Randy Heit
e818d4c6c0 Expose PROFILE property in the CMake GUIs 2016-01-07 14:19:36 -06:00
Randy Heit
7ceaee2610 Comment out Clang Win32 support attempt 2016-01-07 13:12:52 -06:00
Randy Heit
cdcce657d9 - An aborted attempt at getting ZDBSP to compile with Clang on Windows. For the time being,
it fails at linking.

SVN r3987 (trunk)
2012-12-08 04:04:43 +00:00
Randy Heit
36224bad4b - Set the name of the generated VC++ solution to "ZDBSP" instead of "project".
- Use xs_Float.h for loading UDMF vertex data so that they will be bit-exact with ZDoom's loader.

SVN r3979 (trunk)
2012-12-07 04:31:41 +00:00
Randy Heit
733b292130 - Added backpatching support to systems with mprotect() (e.g. Linux).
SVN r2412 (trunk)
2010-07-06 01:09:37 +00:00
Randy Heit
08216817e5 - Enable backpatching for VC++ builds of ZDBSP.
SVN r2411 (trunk)
2010-07-05 04:18:37 +00:00
Randy Heit
2de2b094ec ZDBSP:
- Add headers to generated CMake projects.
- Made SSELevel global so that ClassifyLineBackpatch can see it without being part of
  FNodeBuilder. With backpatching enabled, it's rather pointless to have a different one
  per nodebuilder instance, anyway.
- Change ClassifyLineBackpatch so it doesn't need any inline assembly to do its magic.
- Change the ClassifyLine functions to be extern "C" linkage.

SVN r2410 (trunk)
2010-07-04 21:11:25 +00:00
Randy Heit
983907fd20 - Fix ZDBSP compilation on non-Windows system. It tried to use the
viewer regardless of target OS.



SVN r2399 (trunk)
2010-07-01 00:00:55 +00:00
Randy Heit
f824fe7a86 - Use CMake build system for ZDBSP.
SVN r2393 (trunk)
2010-06-30 04:40:47 +00:00