.. |
a_action.cpp
|
- Updated scripting branch to latest version in trunk.
|
2013-06-07 03:31:30 +00:00 |
a_action.h
|
|
|
a_armor.cpp
|
Merge branch 'master' into gonesolong
|
2014-12-21 21:15:11 -06:00 |
a_artifacts.cpp
|
Merge commit '2719ce86dc07c9f7b1ad6d61a9a49c974896abf2' into scripting
|
2015-04-28 13:32:50 +02:00 |
a_artifacts.h
|
Merge branch 'master' into gonesolong
|
2014-12-21 21:15:11 -06:00 |
a_bridge.cpp
|
Merge branch 'master' into gonesolong
|
2014-12-20 19:13:14 -06:00 |
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
|
- Be stricter about types accepted by spawning functions.
|
2010-04-03 04:07:17 +00:00 |
a_decals.cpp
|
- Added SpawnDecal ACS function:
|
2013-06-05 02:15:21 +00:00 |
a_fastprojectile.cpp
|
- Update scripting branch to trunk.
|
2012-07-14 03:04:41 +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
|
- fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees.
|
2010-03-26 16:57:00 +00:00 |
a_keys.cpp
|
Merge branch 'master' into gonesolong
|
2014-12-20 19:13:14 -06:00 |
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
|
Merge branch 'master' into scripting
|
2015-01-29 20:53:08 -06:00 |
a_morph.h
|
- Be stricter about types accepted by spawning functions.
|
2010-04-03 04:07:17 +00:00 |
a_movingcamera.cpp
|
Camera paths would hold indeterminate of the level
|
2015-02-05 22:44:51 +13:00 |
a_pickups.cpp
|
Merge branch 'master' into scripting
|
2015-04-28 14:45:13 +02:00 |
a_pickups.h
|
Merge commit 'ec5817869592660af6837b9f4e20ed140972a2b2' into scripting
|
2015-04-28 09:34:51 +02:00 |
a_puzzleitems.cpp
|
- Update scripting branch to trunk.
|
2012-07-14 03:04:41 +00:00 |
a_quake.cpp
|
Use sub-tic accuracy for smooth sine quakes
|
2015-03-02 19:23:24 -06:00 |
a_randomspawner.cpp
|
Merge branch 'master' into scripting
|
2013-09-03 09:01:28 +02:00 |
a_secrettrigger.cpp
|
- moved secret found message to string table and removed the CVAR crutch that dates from a time when modifying string table content wasn't as easy as it is now.
|
2014-05-29 17:50:14 +02:00 |
a_sectoraction.cpp
|
- added option to ASectorAction to remove itself upon triggering by setting the STANDSTILL flag on the map thing.
|
2014-05-13 21:26:51 +02:00 |
a_setcolor.cpp
|
|
|
a_sharedglobal.h
|
Merge commit '3849cb86231ce24131a86e9c29795a8cf3706a3d' into scripting
|
2015-04-28 11:59:33 +02:00 |
a_skies.cpp
|
- replaced P_FindSectorFromTag with an FSectorTagIterator class.
|
2015-04-14 22:39:57 +02: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
|
- fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees.
|
2010-03-26 16:57:00 +00:00 |
a_specialspot.cpp
|
- Update scripting branch to trunk.
|
2012-07-14 03:04:41 +00:00 |
a_specialspot.h
|
- Added DavidPH's A_Teleport submission but removed the now redundant GetSpotWithMinDistance functions.
|
2010-07-23 21:55:01 +00:00 |
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
|
- Update scripting branch to trunk.
|
2012-07-14 03:04:41 +00:00 |
a_weapons.cpp
|
Merge branch 'master' into gonesolong
|
2014-12-20 19:13:14 -06: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
|
- Applied Tesseract's patch for drawimage extensions. (Extended icon support and maximum width/height.)
|
2013-09-21 12:46:19 -04:00 |
sbar_mugshot.cpp
|
Merge branch 'master' into gonesolong
|
2014-12-21 21:15:11 -06:00 |
sbarinfo.cpp
|
- Fixed: Regression with centered coordinates.
|
2015-01-26 15:00:36 -05:00 |
sbarinfo.h
|
- Fixed: hud_scale is supposed use strictly integral scaling factors.
|
2012-07-21 02:32:04 +00:00 |
sbarinfo_commands.cpp
|
Merge commit '3849cb86231ce24131a86e9c29795a8cf3706a3d' into scripting
|
2015-04-28 11:59:33 +02:00 |
shared_hud.cpp
|
Merge commit 'fb9231a38db2025eb77bfd246f36d985cbbccd2e' into scripting
|
2015-04-28 09:57:01 +02:00 |
shared_sbar.cpp
|
Merge commit '2719ce86dc07c9f7b1ad6d61a9a49c974896abf2' into scripting
|
2015-04-28 13:32:50 +02:00 |