Go to file
Kp 86b5427906 Fix -Wshadow warning in visited_segment_multibit_array_t::bitproxy_t
bitproxy_t inherits a method named `shift` and its constructor took a
parameter named `shift`.  This is unambiguous in the language, but causes
a warning from gcc's -Wshadow in gcc before 5.x.  Rename the parameter
to eliminate the warning.

Reported-by: Mako88 <https://github.com/dxx-rebirth/dxx-rebirth/issues/200>
2016-06-01 01:52:45 +00:00
common Fix -Wshadow warning in visited_segment_multibit_array_t::bitproxy_t 2016-06-01 01:52:45 +00:00
contrib Update Xcode project file listing (for editing purposes) 2016-03-06 13:05:37 +08:00
d1x-rebirth Fold gr_remap_bitmap_good call in D1 ab_load 2016-05-28 17:31:27 +00:00
d2x-rebirth Fold gr_remap_bitmap_good call in D2 ab_load 2016-05-28 17:31:27 +00:00
Documentation Add TODO item for namespace changes 2015-12-18 04:08:24 +00:00
similar Move ini.pop_back() into ReadIniArgs 2016-05-31 00:42:56 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Add basic instructions on building Rebirth 2015-09-26 21:17:14 +00:00
SConstruct Describe git tag in banner output 2016-06-01 01:52:45 +00:00