Go to file
Kp a1ab71f5ad Avoid calling make_unique<...>({})
The compiler may or may not recognize that the temporary T{} passed to
make_unique can be omitted.  Help it by passing nothing, then explicitly
clearing the returned data as a separate step.
2016-08-06 19:55:24 +00:00
common Flatten some newmenu type hierarchy 2016-08-06 19:55:24 +00:00
contrib Update Xcode project file listing (for editing purposes) 2016-03-06 13:05:37 +08:00
d1x-rebirth Remove useless casts in d1 custom.cpp 2016-08-06 19:55:24 +00:00
d2x-rebirth Use player object passed to maybe_steal_secondary_weapon 2016-07-25 03:48:09 +00:00
Documentation Add TODO item for namespace changes 2015-12-18 04:08:24 +00:00
similar Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
INSTALL.markdown Add basic instructions on building Rebirth 2015-09-26 21:17:14 +00:00
SConstruct Remove support for array other than std::array 2016-07-31 22:25:49 +00:00