dxx-rebirth/d1x-rebirth/main
Kp 6a3ded191f Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR
Rename symbol EDITOR to DXX_USE_EDITOR 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 -wl EDITOR -- '*.h' '*.cpp' | xargs sed -i -e 's/^\s*#ifdef \(EDITOR\)\>/#if DXX_USE_\1/' -e 's/\s*#\(el\)\?if \(.*\)defined(\(EDITOR\))/#\1if \2DXX_USE_\3/' -e 's/^\s*#ifndef \(EDITOR\)\>/#if !DXX_USE_\1/'
2016-09-11 18:49:16 +00:00
..
bmread.cpp Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
custom.cpp Remove useless casts in d1 custom.cpp 2016-08-06 19:55:24 +00:00
custom.h Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
hostage.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
snddecom.cpp Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
snddecom.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00