.. |
a_action.cpp
|
- Fixed: Corpse queue accounting went awry once things started being kicked out of it.
|
2012-11-03 02:21:55 +00:00 |
a_action.h
|
|
|
a_armor.cpp
|
- added FDARI's Default/global damagetype properties submission.
|
2012-04-07 12:11:17 +00:00 |
a_artifacts.cpp
|
- Fixed: r4067 completely disabled weapon switching via A_ReFire.
|
2013-02-22 02:42:42 +00:00 |
a_artifacts.h
|
- Properly transfer powerups between morphed and unmorphed actors by calling EndEffect() on the
|
2013-02-23 03:25:33 +00:00 |
a_bridge.cpp
|
|
|
a_camera.cpp
|
- removed more r_ header dependencies from the rest of the code.
|
2011-07-06 15:31:05 +00:00 |
a_debris.cpp
|
|
|
a_decals.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_fastprojectile.cpp
|
- added Gez's patch for proper splash checks with 3D-floors.
|
2011-09-21 19:39:12 +00:00 |
a_flashfader.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_fountain.cpp
|
|
|
a_hatetarget.cpp
|
|
|
a_keys.cpp
|
|
|
a_keys.h
|
|
|
a_lightning.cpp
|
- Restored savegame compatibility that was removed in r3427.
|
2012-03-13 02:43:24 +00:00 |
a_lightning.h
|
Fixed: Light levels outside the range [0,255] really do matter.
|
2011-06-11 23:58:33 +00:00 |
a_mapmarker.cpp
|
|
|
a_morph.cpp
|
- Fixed: GCC build.
|
2013-02-24 17:17:20 +00:00 |
a_morph.h
|
|
|
a_movingcamera.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_pickups.cpp
|
- Added IF_NOSCREENFLASH>
|
2013-02-19 02:27:41 +00:00 |
a_pickups.h
|
- Added IF_NOSCREENFLASH>
|
2013-02-19 02:27:41 +00:00 |
a_puzzleitems.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_quake.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_randomspawner.cpp
|
- Fixed: RandomSpawner could hang on lists with monsters when nomonsters is enabled or with 'None' items.
|
2013-02-22 01:34:16 +00:00 |
a_secrettrigger.cpp
|
- moved the code from r_data.cpp to some better fitting places and deleted this file and r_data.h because the remaining parts of it were just a random collection of unrelated functions.
|
2011-07-05 10:02:38 +00:00 |
a_sectoraction.cpp
|
- added a function to execute action specials and changed all calls to use this function. This was done to make it easier to check such calls.
|
2011-02-13 10:18:28 +00:00 |
a_setcolor.cpp
|
|
|
a_sharedglobal.h
|
- Make APoisonCloud::DoSpecialDamage() and P_PoisonDamage() respect damage factors.
|
2012-06-29 04:21:31 +00:00 |
a_skies.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_soundenvironment.cpp
|
|
|
a_soundsequence.cpp
|
- Precache sounds played by ASoundSequence actors. (This includes Heretic's ambient sounds.)
|
2012-08-23 00:15:41 +00:00 |
a_spark.cpp
|
|
|
a_specialspot.cpp
|
- took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it.
|
2011-07-06 14:20:54 +00:00 |
a_specialspot.h
|
|
|
a_waterzone.cpp
|
|
|
a_weaponpiece.cpp
|
- Added the item flag IF_RESTRICTABSOLUTELY. When this is set, players of the wrong class cannot
|
2012-07-08 02:45:46 +00:00 |
a_weaponpiece.h
|
- added Gez's submission for inventory restrictions but changed the added checks to be in the main CallTryPickup function.
|
2011-09-23 08:23:51 +00:00 |
a_weapons.cpp
|
- Fixed: WeaponGiver needs to set the MF_DROPPED flag of the spawned weapon to match its own (so
|
2012-10-11 04:38:52 +00:00 |
hudmessages.cpp
|
- Moved all BorderNeedRefresh and SB_state updating code into separate functions that won't crash if screen is NULL.
|
2013-02-27 03:10:25 +00:00 |
sbar.h
|
- Moved all BorderNeedRefresh and SB_state updating code into separate functions that won't crash if screen is NULL.
|
2013-02-27 03:10:25 +00:00 |
sbar_mugshot.cpp
|
- removed more r_ header dependencies from the rest of the code.
|
2011-07-06 15:31:05 +00:00 |
sbarinfo.cpp
|
- Fixed: Using interpolation on drawbar would sometimes result in the last pixel hanging longer than it should.
|
2013-02-01 02:16:02 +00:00 |
sbarinfo.h
|
- Fixed: hud_scale is supposed use strictly integral scaling factors.
|
2012-07-21 02:32:04 +00:00 |
sbarinfo_commands.cpp
|
- Fixed: Using interpolation on drawbar would sometimes result in the last pixel hanging longer than it should.
|
2013-02-01 02:16:02 +00:00 |
shared_hud.cpp
|
- Added time display for alt hud.
|
2013-02-19 02:58:03 +00:00 |
shared_sbar.cpp
|
- Moved all BorderNeedRefresh and SB_state updating code into separate functions that won't crash if screen is NULL.
|
2013-02-27 03:10:25 +00:00 |