Go to file
Kp aa1a1c5a6a Fix regressions from changes to advanced host menu
Non-static globals were initialized at wrong scope, leading to netgame
duplicate options being forgotten across program restart.
Netgame.DuplicatePowerups is not initialized until well after global
initialization runs.

Literal strings were copied into a local buffer.  Replace with a pointer
to the appropriate literal string.

Fixes: aa9a5df0d4 ("Rearrange Advanced Hosting Menu")
2015-10-03 17:17:49 +00:00
common Included compiler-range_for.h into joy.cpp to fix compiler error of undefined range_for 2015-09-29 12:02:49 +02:00
contrib Make template alias support mandatory 2015-08-03 03:11:25 +00:00
d1x-rebirth Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
d2x-rebirth Check return of pick_connected_segment before use 2015-09-29 02:41:22 +00:00
similar Fix regressions from changes to advanced host menu 2015-10-03 17:17:49 +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 Shorten secondary calls to Git.pcall 2015-09-29 02:41:22 +00:00