mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-08 14:01:32 +00:00
b54b9bad7a
- Reorganized the HackHack code so that the image creation was moved into MakeTexture. This was necessary because Unload deleted the pixel data and broke the whole thing. - Fixed: FPatchTexture::HackHack and FDoomStatusbarTexture::DrawToBar used the obsolete and uninitialized variable Near255. - Removed the span creation code specific to FPatchTexture. It only has an advantage when the lump has already been loaded in memory but since that is no longer the case now the generic version in FTexture is actually better. - Changed: FTexture::CopyToBlock no longer uses the spans but the pixel buffer directly. Since most patches in multipatch textures are non transparent the added overhead from creating the spans far outweighs any savings they might provide. It is also simpler to handle for mirrored or rotated patches now. - Changed: Textures only create the spans when really needed. Flats and native textures, for example, do not and it only created needless overhead that they were always created along with the pixel buffer. - Made use of player and actor variables consistent in a_hereticweaps.cpp. - Fixed: A few calls to P_SpawnPlayerMissile passed 0 as angle SVN r911 (trunk) |
||
---|---|---|
.. | ||
a_acolyte.cpp | ||
a_alienspectres.cpp | ||
a_coin.cpp | ||
a_crusader.cpp | ||
a_entityboss.cpp | ||
a_inquisitor.cpp | ||
a_loremaster.cpp | ||
a_macil.cpp | ||
a_oracle.cpp | ||
a_programmer.cpp | ||
a_reaver.cpp | ||
a_rebels.cpp | ||
a_sentinel.cpp | ||
a_spectral.cpp | ||
a_stalker.cpp | ||
a_strifeglobal.h | ||
a_strifeitems.cpp | ||
a_strifestuff.cpp | ||
a_strifeweapons.cpp | ||
a_templar.cpp | ||
a_thingstoblowup.cpp | ||
strife_sbar.cpp |