dxx-rebirth/similar/editor
Kp 62b58e9890 Move OGL to dxxsconf.h; rename to DXX_USE_OGL
Rename symbol OGL to DXX_USE_OGL to show that it is a DXX
symbol, not one inherited from a library.  Move it to dxxsconf.h to
shorten the command line.

This is a mostly automated transform, but the changes to SConstruct were
manual.

git grep -lzw OGL -- '*.h' '*.cpp' | xargs -0 sed -i -e 's/\(\s*#\s*if\)def\s*OGL/\1 DXX_USE_OGL/' -e 's/\(\s*#\s*if\)ndef OGL/\1 !DXX_USE_OGL/' -e 's/\(\s*#\s*if !\?\)defined(OGL)/\1DXX_USE_OGL/'
2016-09-24 18:06:11 +00:00
..
centers.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
curves.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
eglobal.cpp Use segptridx for Cursegp, Markedsegp 2015-07-12 01:04:18 +00:00
elight.cpp Remove highest_valid 2016-02-12 04:02:28 +00:00
eobject.cpp Pass object &to init_ai_object 2016-04-23 17:59:47 +00:00
eswitch.cpp Use vwallptr 2016-02-12 04:02:28 +00:00
group.cpp Rewrite simple numeric casts from C style to static_cast<> 2016-07-06 01:54:24 +00:00
info.cpp Remove useless cast in similar/editor/info.cpp 2016-08-20 22:28:43 +00:00
kbuild.cpp Remove highest_valid 2016-02-12 04:02:28 +00:00
kcurve.cpp Use segptridx for Cursegp, Markedsegp 2015-07-12 01:04:18 +00:00
kfuncs.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
kgame.cpp Remove sprintf from editor/kgame.cpp 2016-01-09 16:38:16 +00:00
khelp.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
kmine.cpp Switch med_save_situation to static_cast 2016-09-04 00:02:51 +00:00
ksegmove.cpp Pass rotate_segment_new arg by & 2014-11-04 01:23:01 +00:00
ksegsel.cpp Use absolute_sibling to reduce global references for ptridx 2015-12-22 04:18:51 +00:00
ksegsize.cpp Rewrite simple numeric casts from C style to static_cast<> 2016-07-06 01:54:24 +00:00
ktmap.cpp Use absolute_sibling to reduce global references for ptridx 2015-12-22 04:18:51 +00:00
kview.cpp Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
med.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
meddraw.cpp Move OGL to dxxsconf.h; rename to DXX_USE_OGL 2016-09-24 18:06:11 +00:00
medmisc.cpp Move OGL to dxxsconf.h; rename to DXX_USE_OGL 2016-09-24 18:06:11 +00:00
medrobot.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
medsel.cpp Remove default argument for basic_ptr(pointer,array &) 2016-01-09 16:38:13 +00:00
medwall.cpp Fix wall_remove_side bogus use of IS_CHILD on wallnum 2016-07-21 01:43:20 +00:00
mine.cpp Move conditionally compiled code into namespace dsx 2016-08-25 04:05:32 +00:00
objpage.cpp Add fwd-event.h with forward declarations of event.h 2015-10-09 02:46:10 +00:00
segment.cpp Check segment index values in compress_segments 2016-09-03 17:30:18 +00:00
seguvs.cpp Switch seguvs.cpp to static_cast 2016-09-04 00:02:53 +00:00
texpage.cpp Remove highest_valid 2016-02-12 04:02:28 +00:00
texture.cpp Simplify fix_sincos calls 2015-06-02 03:03:31 +00:00