gzdoom/src/g_shared
Christoph Oelckers e77f83fbf6 - Added new Scroll_Wall special to allow more control over wall scrolling.
Since it uses fixed point parameters it can only be used in scripts though.
- Added flags parameters to all wall scroller specials that didn't use
  all 5 args.
- Separated scrolling of the 3 different texture parts of a sidedef.
  While doing this I did some more restructuring of the sidedef structure
  and changed it so that all state changes to sidedefs that affect rendering 
  have to be made with access functions. This is not of much use to the
  software renderer but it allows far easier caching of rendering data
  for OpenGL because the only place I need to check is in the access functions.


SVN r832 (trunk)
2008-03-21 17:35:49 +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
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
a_camera.cpp
a_debris.cpp
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
a_fountain.cpp
a_hatetarget.cpp
a_keys.cpp - Updated lempar.c to v1.31. 2008-01-25 23:57:44 +00:00
a_keys.h
a_lightning.cpp
a_lightning.h
a_mapmarker.cpp
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
a_quake.cpp
a_secrettrigger.cpp
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 - Added new Scroll_Wall special to allow more control over wall scrolling. 2008-03-21 17:35:49 +00:00
a_skies.cpp - Fixed a few font related problems. 2007-12-23 21:56:46 +00:00
a_soundenvironment.cpp
a_soundsequence.cpp
a_spark.cpp
a_waterzone.cpp
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
r_interpolate.h - Added new Scroll_Wall special to allow more control over wall scrolling. 2008-03-21 17:35:49 +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 source no longer built with GCC. 2008-03-19 23:03:14 +00:00
sbarinfo_display.cpp - Added copyright/license headers to a few files. 2008-03-19 09:53:23 +00:00
sbarinfo_parser.cpp - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13: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