gzdoom/src/g_shared
Christoph Oelckers f940216c17 Merge branch 'master' into zscript
# Conflicts:
#	src/p_actionfunctions.cpp
#	wadsrc/static/actors/actor.txt
2016-11-02 11:08:51 +01:00
..
a_action.cpp - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
a_action.h
a_armor.cpp
a_artifacts.cpp
a_artifacts.h
a_bridge.cpp - got rid of all default parameter redundancies. 2016-10-28 00:32:52 +02:00
a_camera.cpp
a_debris.cpp
a_decals.cpp
a_fastprojectile.cpp - be a bit more thorough and also call Effect() on vertically moving missiles with zero damage. 2016-10-02 14:38:48 +02:00
a_flashfader.cpp
a_fountain.cpp
a_hatetarget.cpp
a_keys.cpp
a_keys.h
a_lightning.cpp
a_lightning.h
a_mapmarker.cpp
a_morph.cpp
a_morph.h
a_movingcamera.cpp
a_pickups.cpp - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
a_pickups.h - Added AStateProvider class which is used to define the special action function behavior of weapons and custom inventorys. The class itself does not do anything, but the compiler will use it to set up the action function prototypes differently which in turn will be used to do type checking during code generation. 2016-10-15 15:10:48 +02:00
a_puzzleitems.cpp
a_quake.cpp
a_randomspawner.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
a_secrettrigger.cpp
a_sectoraction.cpp
a_setcolor.cpp
a_sharedglobal.h
a_skies.cpp
a_soundenvironment.cpp
a_soundsequence.cpp
a_spark.cpp
a_specialspot.cpp - got rid of all default parameter redundancies. 2016-10-28 00:32:52 +02:00
a_specialspot.h
a_waterzone.cpp
a_weaponpiece.cpp
a_weaponpiece.h
a_weapons.cpp Merge branch 'master' into zscript 2016-11-02 11:08:51 +01:00
hudmessages.cpp
sbar.h
sbar_mugshot.cpp
sbarinfo.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
sbarinfo.h
sbarinfo_commands.cpp Fixed compilation with GCC or Clang 2016-10-03 21:44:00 +03:00
shared_hud.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
shared_sbar.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00