dxx-rebirth/common/2d
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
..
2dsline.cpp Use enum for bitmap mode 2016-05-28 17:31:26 +00:00
bitblt.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-16 03:56:44 +00:00
bitmap.cpp Rewrite simple unsigned int casts from C style to static_cast<> 2016-07-06 01:54:24 +00:00
bitmap.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
box.cpp Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
canvas.cpp Pass bm_mode to gr_init_canvas 2016-05-28 17:31:27 +00:00
circle.cpp Pass color to gr_ucircle 2016-02-12 04:02:28 +00:00
clip.h Expand EXCHG 2015-04-02 02:36:54 +00:00
disc.cpp Pass color to gr_disk 2016-02-12 04:02:28 +00:00
gpixel.cpp Use enum for bitmap mode 2016-05-28 17:31:26 +00:00
line.cpp Use enum for bitmap mode 2016-05-28 17:31:26 +00:00
pixel.cpp Use enum for bitmap mode 2016-05-28 17:31:26 +00:00
rect.cpp Use enum for bitmap mode 2016-05-28 17:31:26 +00:00
rle.cpp Mark global constants as constexpr 2016-07-23 04:10:42 +00:00
scalec.cpp Remove useless cast in scalec 2016-07-15 03:43:02 +00:00