gzdoom-gles/src/g_hexen
Randy Heit c412b42703 - Fixed: cycle_t was still a DWORD and not a QWORD under GCC.
- The stat meters now return an FString instead of sprintfing into a fixed
  output buffer.
- NOASM is now automatically defined when compiling for a non-x86 target.
- Some changes have been made to the integral types in doomtype.h:
  - For consistancy with the other integral types, byte is no longer a
    synonym for BYTE.
  - Most uses of BOOL have been change to the standard C++ bool type. Those
    that weren't were changed to INTBOOL to indicate they may contain values
    other than 0 or 1 but are still used as a boolean.
  - Compiler-provided types with explicit bit sizes are now used. In
    particular, DWORD is no longer a long so it will work with both 64-bit
    Windows and Linux.
  - Since some files need to include Windows headers, uint32 is a synonym
    for the non-Windows version of DWORD.
- Removed d_textur.h. The pic_t struct it defined was used nowhere, and that
  was all it contained.


SVN r326 (trunk)
2006-09-14 00:02:31 +00:00
..
a_bats.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_bishop.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_blastradius.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_boostarmor.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_centaur.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_clericboss.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_clericflame.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_clericholy.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_clericmace.cpp - Changed: The decision whether blood splatter sprites are spawned is no 2006-05-13 12:41:15 +00:00
a_clericplayer.cpp - Fixed: The check for no skill menu was incorrect when a custom player 2006-07-16 10:23:14 +00:00
a_clericstaff.cpp - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
a_demons.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_dragon.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_ettin.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_fighteraxe.cpp - Fixed: The pickup message for Hexen's fighter's axe was assigned to the 2006-08-01 22:11:49 +00:00
a_fighterboss.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_fighterhammer.cpp - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
a_fighterplayer.cpp - Fixed: The check for no skill menu was incorrect when a custom player 2006-07-16 10:23:14 +00:00
a_fighterquietus.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_firedemon.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_flechette.cpp - Gave Strife's PhosphorousFire the MF2_NODMGTHRUST flag so that its 2006-08-10 21:03:17 +00:00
a_fog.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_healingradius.cpp - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
a_heresiarch.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_hexenglobal.h - Fixed: The check for no skill menu was incorrect when a custom player 2006-07-16 10:23:14 +00:00
a_hexenspecialdecs.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_iceguy.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_korax.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_mageboss.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_magecone.cpp - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
a_magelightning.cpp SVN r314 (trunk) 2006-08-31 00:16:12 +00:00
a_mageplayer.cpp - Fixed: The check for no skill menu was incorrect when a custom player 2006-07-16 10:23:14 +00:00
a_magestaff.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_magewand.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_pig.cpp - Took MF2_WINDTHRUST off AMorphedMonster. This is something that should not 2006-08-17 09:54:42 +00:00
a_puzzleitems.cpp - Added custom fail messages to the puzzle items. 2006-08-18 22:22:39 +00:00
a_serpent.cpp SVN r314 (trunk) 2006-08-31 00:16:12 +00:00
a_spike.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
a_summon.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_teleportother.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_weaponpieces.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_wraith.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
hexen_sbar.cpp - Added the ACS commands 2006-08-12 02:30:57 +00:00