------------------------------------------------------------------------ r6052 | hendricks266 | 2017-01-23 03:24:21 -0800 (Mon, 23 Jan 2017) | 1 line Makefile: Delete the default suffixes, to possible help avoid internal Make race conditions. ------------------------------------------------------------------------ r6051 | hendricks266 | 2017-01-23 03:21:42 -0800 (Mon, 23 Jan 2017) | 3 lines Makefile: Only pass APPNAME and APPBASENAME to the preprocessor if a value for them was passed in. Keeping compiler invocation clutter to a minimum is good. ------------------------------------------------------------------------ r6050 | hendricks266 | 2017-01-23 03:21:40 -0800 (Mon, 23 Jan 2017) | 1 line SW: Fix audiolib bindings, again. ------------------------------------------------------------------------ r6049 | hendricks266 | 2017-01-23 03:21:36 -0800 (Mon, 23 Jan 2017) | 1 line SW: Fix some vec2_t stuff I missed. ------------------------------------------------------------------------ r6048 | hendricks266 | 2017-01-23 03:21:32 -0800 (Mon, 23 Jan 2017) | 1 line SW: "new" --> "New" ------------------------------------------------------------------------ r6047 | hendricks266 | 2017-01-23 03:21:26 -0800 (Mon, 23 Jan 2017) | 1 line Restore tmulscale* to pragmas.h. SW needs it. ------------------------------------------------------------------------ r6046 | hendricks266 | 2017-01-23 03:21:22 -0800 (Mon, 23 Jan 2017) | 1 line Restructure pragmas*.h to eliminate duplicates of the generalized C code in the architecture-specific files. ------------------------------------------------------------------------ r6045 | hendricks266 | 2017-01-23 03:21:18 -0800 (Mon, 23 Jan 2017) | 3 lines Normalize the general versions of the pragmas in pragmas.h with any improvements found in duplicates spread throughout the architecture specific files. Note: One change made here is the elimination of unnecessary verbose upcasts. ------------------------------------------------------------------------ r6044 | hendricks266 | 2017-01-23 03:21:15 -0800 (Mon, 23 Jan 2017) | 1 line SW: Fix allocache parameters. ------------------------------------------------------------------------ r6043 | hendricks266 | 2017-01-23 03:21:11 -0800 (Mon, 23 Jan 2017) | 1 line SW: Replace some stuff we removed from MACT. ------------------------------------------------------------------------ r6042 | hendricks266 | 2017-01-23 03:21:08 -0800 (Mon, 23 Jan 2017) | 1 line SW: Fix C uspritetype errors. ------------------------------------------------------------------------ r6041 | hendricks266 | 2017-01-23 03:21:04 -0800 (Mon, 23 Jan 2017) | 1 line SW: Fix signedness of buffers related to makepalookup. ------------------------------------------------------------------------ r6040 | hendricks266 | 2017-01-23 03:21:01 -0800 (Mon, 23 Jan 2017) | 1 line SW: Fix typos in r5551. ------------------------------------------------------------------------ r6039 | hendricks266 | 2017-01-23 03:20:57 -0800 (Mon, 23 Jan 2017) | 1 line Build tools: Add map2stl by Ken Silverman. ------------------------------------------------------------------------ r6038 | hendricks266 | 2017-01-23 03:20:54 -0800 (Mon, 23 Jan 2017) | 1 line Build tools: Fix warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ------------------------------------------------------------------------ r6037 | hendricks266 | 2017-01-23 03:20:49 -0800 (Mon, 23 Jan 2017) | 1 line Build tools: Fix warning: cast from type 'const char*' to type 'char*' casts away qualifiers [-Wcast-qual] ------------------------------------------------------------------------ r6036 | hendricks266 | 2017-01-23 03:20:46 -0800 (Mon, 23 Jan 2017) | 1 line Build tools: Fix build of generateicon. ------------------------------------------------------------------------ r6035 | hendricks266 | 2017-01-23 03:20:42 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: Use full precision when applying weapon scaling. ------------------------------------------------------------------------ r6034 | hendricks266 | 2017-01-23 03:20:39 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: Add internal temp variables for rotatesprite parameters that the subroutines need to modify. This fixes weapon scaling. ------------------------------------------------------------------------ r6033 | hendricks266 | 2017-01-23 03:20:36 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: Rename hud_G_Draw_temp* to hud_int_temp*. ------------------------------------------------------------------------ r6032 | hendricks266 | 2017-01-23 03:20:33 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: Only setvar RETURN -1 for values of drawweapon that we actually handle. (Currently all of them, but this is more future-proof.) ------------------------------------------------------------------------ r6031 | hendricks266 | 2017-01-23 03:20:30 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: No need to andvar before getting a sine value. The source does that for us. ------------------------------------------------------------------------ r6030 | hendricks266 | 2017-01-23 03:20:27 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: Fix operation on wrong variable in tripbomb code. ------------------------------------------------------------------------ r6029 | hendricks266 | 2017-01-23 03:20:23 -0800 (Mon, 23 Jan 2017) | 1 line weapons.con.sample: Fix some indentation issues. ------------------------------------------------------------------------ r6028 | hendricks266 | 2017-01-23 03:20:20 -0800 (Mon, 23 Jan 2017) | 1 line G_DrawTileScaled: Shift the draw offsets left by 16 before applying weapon scaling ------------------------------------------------------------------------ r6027 | hendricks266 | 2017-01-23 03:20:17 -0800 (Mon, 23 Jan 2017) | 1 line SDL2: Fix handling of the numpad keys. ------------------------------------------------------------------------ r6026 | hendricks266 | 2017-01-23 03:20:14 -0800 (Mon, 23 Jan 2017) | 1 line Add xmp.c to Android.mk. ------------------------------------------------------------------------ r6025 | hendricks266 | 2017-01-23 03:20:12 -0800 (Mon, 23 Jan 2017) | 1 line Fix disabling the Polymer checkbox in the Win32 startup window when POLYMER=0. ------------------------------------------------------------------------ r6024 | hendricks266 | 2017-01-23 03:20:08 -0800 (Mon, 23 Jan 2017) | 1 line Makefile: Use the override keyword when implicitly disabling Polymer and libvpx when USE_OPENGL=0. ------------------------------------------------------------------------ r6023 | hendricks266 | 2017-01-23 03:20:03 -0800 (Mon, 23 Jan 2017) | 1 line Don't define getangle as __fastcall under Lunatic in order to avoid "Warning: resolving _getangle by linking to @getangle@8". ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.