• R/O
  • SSH

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG), Euroboros (EB), and Down Under Doomers (DUD).


File Info

Rev. 39d483288762e118afdc9a74882df1641cf48364
Größe 1,267 Bytes
Zeit 2009-01-11 01:05:51
Autor Benjamin Berkels
Log Message

Ported changes from ZDoom revision 1083-1109 and maintenance changes from GZDoom revision 145-150:
- fixed some incorrect file names in the new WADSRC directory and deleted obsolete makefiles.
- Added missing wadsrc/CMakeLists.txt to repository.
- Fixed: Thew sounds of Strife's intro need CHAN_UI.
- Changed all instances of playing the chat sounds to use CHAN_UI.
- Fixed building of re2c on Linux. (It was never used in Linux builds before, was it?)
- fixed HereticImpLeader's health.
- Added Linux parts for the zipdir tool.
- fixed Chicken spawn ID
- Fixed zipdir for Windows.
- Fixed zipdir on Windows for real. Logic this time, not just syntax.
- Added Linux support for the CMakeLists. This meant downgrading them for CMake 2.4, since the distros don't seem to consider 2.6 stable yet. As a bonus, GTK+ is no longer a required dependency; now it's optional.
- Made dehsupp ignore CR characters, so it doesn't spew warnings on Linux.
- Corrected the revision_check target so that it always checks the revision, not just when src/svnrevision.h is not present.
- More Heretic DECORATE fixes.
- Applied Blzut3's 5:4 SBARINFO patch. (At least I think that's what it's for.)
- Removed new warning when using CMake 2.6.
- Fixed compilation of snes_spc on GCC <4.3.
- Fixed compilation of zstring.h on 32-bit MinGW, where SIZE_MAX and UINT_MAX are not considered identical by the preprocessor.
- Fixed: Mace SpawnID was assigned to the MacePowered actor instead.
- Fixed: Sorcerer2FX1's SpawnID was not restricted to Heretic.- Fixed: The ouch face fix was lost when SBARINFO mugshot became the only mugshot present.
- Removed filename-lowercasing from zipdir.
- Fixed: Attempting to load 0-length sounds caused a crash.
- Added DECORATE conversions for Hexen's Cleric Mace, Firedemon and fog by Karate Chris.
- Added several type checks to the weapon slot code.
- Changed: Players no longer respawn in instant death sectors with the 'Respawn where died' flag on.
- Fixed: The mugshot drawe ignored the accuracy parameter.
- Fixed: The Alt HUD's weapon drawer didn't check properly for invalid icons.
- Added Gez's submission for custom bridge things.
- Fixed: ASpecialSpot must check the array's size before dividing by it.- Fixed spurious warnings on 32-bit VC++ debug builds.
- Made the subsong (order) number a proper parameter to MusInfo::Play() instead of requiring a separate SetPosition() call to do it.
- Cleaned up the new bridge code and exported all related actors to DECORATE so that the exported code pointers can be used.
- Separated Heretic's and Hexen's invulnerability items for stability reasons.
- Added more DECORATE conversions by Karate Chris.
- Converted the mace and all related actors to DECORATE and generalized the spawn function that only spawns one mace per level.
- Moved Mace respawning code into AInventory so that it works properly
- Added more DECORATE conversions by Karate Chris. for replacement actors.
- Converted the Minotaur's projectiles to DECORATE so that I can get rid of the AT_SPEED_SET code.
- Converted Heretic's Blaster and SkullRod to DECORATE.

SVN r1932 (latestzdoom)

Content

/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define to 1 if you have the `strdup' function. */
#cmakedefine HAVE_STRDUP

/* Define to 1 if you have the `strndup' function. */
#cmakedefine HAVE_STRNDUP

/* Name of package */
#cmakedefine PACKAGE "@PACKAGE_NAME@"

/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"

/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"

/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"

/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"

/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"

/* The size of `char', as computed by sizeof. */
#define SIZEOF_CHAR @SIZEOF_CHAR@

/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT @SIZEOF_INT@

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG @SIZEOF_LONG@

/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT @SIZEOF_SHORT@

/* Version number of package */
#define VERSION "@PACKAGE_VERSION@"