Go to file
Kp c4cfe54010 Return literal object_none on object_none error path
gcc generates better code for:

	if (variable == magic_constant)
		return magic_constant;

than it does for:

	if (variable == magic_constant)
	    return variable;

even though the two have the same result.  Switch to the form which
generates slightly better code.
2016-10-29 23:16:15 +00:00
common Convert check_warn_joy_support_limit to non-template 2016-10-29 23:16:15 +00:00
contrib Add -O0 flags for the Debug and Editor builds in Xcode. 2016-09-28 11:18:46 +08:00
d1x-rebirth Fold bm_load_sub call to gr_remap_bitmap_good 2016-10-28 03:39:40 +00:00
d2x-rebirth Move escort_menu_handler into escort_menu 2016-10-29 23:16:15 +00:00
Documentation Update documentation and test to exclude <gcc-4.9 2016-08-14 23:47:26 +00:00
similar Return literal object_none on object_none error path 2016-10-29 23:16:15 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
INSTALL.markdown Add kreator's elaborations to Mac OS X install instructions 2016-09-11 18:49:16 +00:00
SConstruct Move git version into Python class 2016-10-21 02:16:47 +00:00