dxx-rebirth/similar
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
..
2d Pass grs_main_bitmap to gr_init_bitmap_alloc 2016-10-29 23:16:15 +00:00
3d Rename WORDS_NEED_ALIGNMENT to DXX_WORDS_NEED_ALIGNMENT 2016-10-09 17:35:03 +00:00
arch Page in textures before caching them 2016-10-23 20:33:14 +00:00
editor Pass grs_canvas &to window_create 2016-10-15 00:53:20 +00:00
main Return literal object_none on object_none error path 2016-10-29 23:16:15 +00:00
misc Restructure PHYSFSX read helpers into template function 2016-10-17 03:49:31 +00:00