mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-07 21:41:07 +00:00
c412b42703
- 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) |
||
---|---|---|
.. | ||
a_bats.cpp | ||
a_bishop.cpp | ||
a_blastradius.cpp | ||
a_boostarmor.cpp | ||
a_centaur.cpp | ||
a_clericboss.cpp | ||
a_clericflame.cpp | ||
a_clericholy.cpp | ||
a_clericmace.cpp | ||
a_clericplayer.cpp | ||
a_clericstaff.cpp | ||
a_demons.cpp | ||
a_dragon.cpp | ||
a_ettin.cpp | ||
a_fighteraxe.cpp | ||
a_fighterboss.cpp | ||
a_fighterhammer.cpp | ||
a_fighterplayer.cpp | ||
a_fighterquietus.cpp | ||
a_firedemon.cpp | ||
a_flechette.cpp | ||
a_fog.cpp | ||
a_healingradius.cpp | ||
a_heresiarch.cpp | ||
a_hexenglobal.h | ||
a_hexenspecialdecs.cpp | ||
a_iceguy.cpp | ||
a_korax.cpp | ||
a_mageboss.cpp | ||
a_magecone.cpp | ||
a_magelightning.cpp | ||
a_mageplayer.cpp | ||
a_magestaff.cpp | ||
a_magewand.cpp | ||
a_pig.cpp | ||
a_puzzleitems.cpp | ||
a_serpent.cpp | ||
a_spike.cpp | ||
a_summon.cpp | ||
a_teleportother.cpp | ||
a_weaponpieces.cpp | ||
a_wraith.cpp | ||
hexen_sbar.cpp |