gzdoom-gles/src/g_shared
Christoph Oelckers 9adf1d4ddc - Fixed: The serializer for side_t::part never read the texture information
from a savegame.
- Fixed: side_t::StopInterpolation called setinterpolation instead of
  stopinterpolation. Also moved the clearinterpolation call in 
  P_SetupLevel after the P_FreeLevelData to make absolutely sure that
  nothing in there can leave an interpolator behind by accident.
- Applied Linux fixes by Jim.
SBARINFO update by Blzut3:
- Fixed: the playerclass command needed a null pointer check to prevent
  crashing on respawn.
- Fixed: Mug Shot states were not reset on respawn.
- Removed keepoffsets flag since apparently it was keeping the offsets by
  default.  The means that the only thing not affected by the offsets was using
  nullimage as a background.  Since I wasn't able to get a result I liked I'm
  going to say that if you want a black background with high res positioning
  you will have to create your own bar image.  Maybe I'll fix it some other
  time.
- Added: monospacefonts variable which allows for all of the fonts to be
  monospaced by a specified character (from their fontset of corse).
- Made SBarInfo recognize the bar names for the Strife popups but they don't
  do anything beyond that.  The names are: popuplog, popupkeys, and popupstatus.
- Started converting the drawing routine to be more flexable towards high
  resolution status bars.  (Only did one call so far.)


SVN r835 (trunk)
2008-03-22 09:26:59 +00:00
..
a_action.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
a_action.h - Converted Heretic's and Hexen's players to DECORATE. 2006-11-07 10:20:09 +00:00
a_armor.cpp - added Skulltag's custom F1 help screen MAPINFO option. 2007-05-10 22:22:38 +00:00
a_artifacts.cpp - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
a_artifacts.h - Added a compatibility option to restore the original behavior of the Invisibility 2007-05-12 11:14:09 +00:00
a_bridge.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_camera.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_debris.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_decals.cpp - Added new Scroll_Wall special to allow more control over wall scrolling. 2008-03-21 17:35:49 +00:00
a_flashfader.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_fountain.cpp - Converted the Heretic sound sequences and the particle fountains to DECORATE. 2006-12-02 15:38:50 +00:00
a_hatetarget.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_keys.cpp - Updated lempar.c to v1.31. 2008-01-25 23:57:44 +00:00
a_keys.h - Merged a lot of these static destructor-only structs into regular 2006-05-12 03:14:40 +00:00
a_lightning.cpp - Fixed: M_NotifyNewSave() needlessly created a copy of the filename. 2006-05-18 04:25:26 +00:00
a_lightning.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_mapmarker.cpp - Made AActor's xscale and yscale properties full precision fixed point 2006-11-14 16:54:02 +00:00
a_morph.cpp - Changed DObject's pointer substitution so that the pointers inside an 2008-03-12 16:27:47 +00:00
a_movingcamera.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
a_pickups.cpp - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
a_pickups.h - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
a_puzzleitems.cpp Moved a_puzzleitems.cpp from g_hexen to g_shared 2006-12-25 12:41:31 +00:00
a_quake.cpp - Changed earthquake code to not add all the intensities but use the maximum 2007-02-10 21:22:31 +00:00
a_secrettrigger.cpp - Reverted updaterevision.vcproj to r385 and added a note as a build event 2006-11-26 01:30:34 +00:00
a_sectoraction.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
a_setcolor.cpp - added two new things which can set a sector's color without the need of tags 2007-10-29 22:15:46 +00:00
a_sharedglobal.h - r_interpolate.h was in the g_shared directory but should be in src. 2008-03-21 19:05:22 +00:00
a_skies.cpp - Fixed a few font related problems. 2007-12-23 21:56:46 +00:00
a_soundenvironment.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_soundsequence.cpp - Converted the Heretic sound sequences and the particle fountains to DECORATE. 2006-12-02 15:38:50 +00:00
a_spark.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_waterzone.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_weaponpiece.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
a_weaponpiece.h - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
a_weapons.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
hudmessages.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
sbar.h - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00
sbarinfo.h - Fixed: The serializer for side_t::part never read the texture information 2008-03-22 09:26:59 +00:00
sbarinfo_display.cpp - Fixed: The serializer for side_t::part never read the texture information 2008-03-22 09:26:59 +00:00
sbarinfo_parser.cpp - Fixed: The serializer for side_t::part never read the texture information 2008-03-22 09:26:59 +00:00
shared_hud.cpp - Got rid of most TexMan.AddPatch calls because they are no longer needed. 2008-01-26 23:20:34 +00:00
shared_sbar.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00