Revision r5257
Fix warning: narrowing conversion of 'img->vpx_image::d_w' and 'img->vpx_image::d_h' from 'unsigned int' to 'int32_t {aka int}' inside { } is ill-formed in C++11 [-Wnarrowing]
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Fix warning: narrowing conversion of 'img->vpx_image::d_w' and 'img->vpx_image::d_h' from 'unsigned int' to 'int32_t {aka int}' inside { } is ill-formed in C++11 [-Wnarrowing]
Defs: Add "multipsky" token.
Convert multi-psky handling to use dynamically-allocated arrays.
Re-expose kpzbufsiz and set it to zero in uninitengine, preventing potential crashes from successive re-initializations of the engine.
Revert recent icon changes.
Extend S_UpgradeFormat so that "filename.ext" first searches for "filename_ext.flac" and "filename_ext.ogg" before "filename.flac" and "filename.ogg". This fixes DUKETEAM playing grabbag.ogg instead of grabbag_voc.ogg when Megaton paths have been detected.
Add SFLAG_HURTSPAWNBLOOD, which allows actors (particularly useractor enemies) to spawn blood when hurt as hardcoded enemies do.
Set htg_t 6, 7, and 8 on GROWSPARK sprites upon shooting, as is done for all other hitscan projectiles.
C-CON: Add userdef members "globalflags" and "globalgameflags", which control the values specified by the def commands of the same name.
Defs: Add "texture" convenience token to tilefromtexture, which will also define the image as a texture with implied nocompress and nodownsize flags.
------------------------------------------------------------------------
r5258 | hendricks266 | 2015-05-27 01:48:22 -0700 (Wed, 27 May 2015) | 1 line
Define the formerly nonsensical combination of orientation bits 256 and 512 to mean "automatically zoom the tile so that the 320x200 coordinate system is vert-minus widescreen instead of horiz-plus".
------------------------------------------------------------------------
r5257 | hendricks266 | 2015-05-27 01:48:07 -0700 (Wed, 27 May 2015) | 1 line
Fix warning: narrowing conversion of 'img->vpx_image::d_w' and 'img->vpx_image::d_h' from 'unsigned int' to 'int32_t {aka int}' inside { } is ill-formed in C++11 [-Wnarrowing]
------------------------------------------------------------------------
r5256 | hendricks266 | 2015-05-27 01:47:50 -0700 (Wed, 27 May 2015) | 1 line
Defs: Add "multipsky" token.
------------------------------------------------------------------------
r5255 | hendricks266 | 2015-05-27 01:47:34 -0700 (Wed, 27 May 2015) | 1 line
Convert multi-psky handling to use dynamically-allocated arrays.
------------------------------------------------------------------------
r5254 | hendricks266 | 2015-05-27 01:47:03 -0700 (Wed, 27 May 2015) | 1 line
Re-expose kpzbufsiz and set it to zero in uninitengine, preventing potential crashes from successive re-initializations of the engine.
------------------------------------------------------------------------
r5253 | hendricks266 | 2015-05-27 01:46:44 -0700 (Wed, 27 May 2015) | 1 line
Revert recent icon changes.
------------------------------------------------------------------------
r5251 | hendricks266 | 2015-05-27 01:46:12 -0700 (Wed, 27 May 2015) | 3 lines
Extend S_UpgradeFormat so that "filename.ext" first searches for "filename_ext.flac" and "filename_ext.ogg" before "filename.flac" and "filename.ogg".
This fixes DUKETEAM playing grabbag.ogg instead of grabbag_voc.ogg when Megaton paths have been detected.
------------------------------------------------------------------------
r5250 | hendricks266 | 2015-05-27 01:45:59 -0700 (Wed, 27 May 2015) | 1 line
Add SFLAG_HURTSPAWNBLOOD, which allows actors (particularly useractor enemies) to spawn blood when hurt as hardcoded enemies do.
------------------------------------------------------------------------
r5249 | hendricks266 | 2015-05-27 01:45:42 -0700 (Wed, 27 May 2015) | 1 line
Set htg_t 6, 7, and 8 on GROWSPARK sprites upon shooting, as is done for all other hitscan projectiles.
------------------------------------------------------------------------
r5248 | hendricks266 | 2015-05-27 01:45:30 -0700 (Wed, 27 May 2015) | 1 line
C-CON: Add userdef members "globalflags" and "globalgameflags", which control the values specified by the def commands of the same name.
------------------------------------------------------------------------
r5247 | hendricks266 | 2015-05-27 01:45:13 -0700 (Wed, 27 May 2015) | 1 line
Defs: Add "texture" convenience token to tilefromtexture, which will also define the image as a texture with implied nocompress and nodownsize flags.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.