.. |
a_action.cpp
|
- scriptified several trivial functions from a_action.cpp.
|
2016-11-01 16:32:47 +01:00 |
a_action.h
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_armor.cpp
|
- removed farchive.cpp and .h
|
2016-09-22 00:48:22 +02:00 |
a_artifacts.cpp
|
Merge branch 'master' into json
|
2016-09-22 09:09:48 +02:00 |
a_artifacts.h
|
- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.
|
2016-09-19 19:14:30 +02:00 |
a_bridge.cpp
|
- got rid of all default parameter redundancies.
|
2016-10-28 00:32:52 +02:00 |
a_camera.cpp
|
- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.
|
2016-09-19 19:14:30 +02:00 |
a_debris.cpp
|
- made AActor::radius a double.
|
2016-03-20 15:04:13 +01:00 |
a_decals.cpp
|
- fixed two typos in property names.
|
2016-09-23 09:20:58 +02:00 |
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
|
- another batch.
|
2016-09-19 19:58:04 +02:00 |
a_fountain.cpp
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_hatetarget.cpp
|
- fixed some minor issues found during reviewing the code.
|
2016-03-16 14:10:13 +01:00 |
a_keys.cpp
|
- fixed: Lock #255 was inaccessible for LOCKDEFS.
|
2016-05-18 11:56:39 +02:00 |
a_keys.h
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_lightning.cpp
|
- another batch.
|
2016-09-19 19:58:04 +02:00 |
a_lightning.h
|
- another batch.
|
2016-09-19 19:58:04 +02:00 |
a_mapmarker.cpp
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_morph.cpp
|
- And another batch of serializers.
|
2016-09-19 15:07:53 +02:00 |
a_morph.h
|
Added TRANSFERTRANSLATION morph flag
|
2016-07-24 00:56:57 +02:00 |
a_movingcamera.cpp
|
- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.
|
2016-09-19 19:14:30 +02:00 |
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
|
- removed farchive.cpp and .h
|
2016-09-22 00:48:22 +02:00 |
a_quake.cpp
|
- another batch.
|
2016-09-19 19:58:04 +02:00 |
a_randomspawner.cpp
|
- started with cleanup and separation of DECORATE code.
|
2016-10-12 19:22:33 +02:00 |
a_secrettrigger.cpp
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_sectoraction.cpp
|
- removed the sequential processing of JSON objects because the benefit is too small.
|
2016-09-23 14:04:05 +02:00 |
a_setcolor.cpp
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_sharedglobal.h
|
- all thinker serializers done.
|
2016-09-20 00:41:22 +02:00 |
a_skies.cpp
|
- fixed several Destroy methods which blanketly assumed that the object's pointers were valid to use without checks.
|
2016-09-23 08:49:30 +02:00 |
a_soundenvironment.cpp
|
- started implementing a JSON based serializer. Unfortunately it is far too slow to be of any real use.
|
2016-09-18 13:26:34 +02:00 |
a_soundsequence.cpp
|
- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.
|
2016-09-19 19:14:30 +02:00 |
a_spark.cpp
|
- floatified the return data from Trace().
|
2016-03-23 18:07:04 +01:00 |
a_specialspot.cpp
|
- got rid of all default parameter redundancies.
|
2016-10-28 00:32:52 +02:00 |
a_specialspot.h
|
- another batch.
|
2016-09-19 19:58:04 +02:00 |
a_waterzone.cpp
|
Normalize line endings
|
2016-03-01 09:47:10 -06:00 |
a_weaponpiece.cpp
|
- a few more
|
2016-09-19 13:36:58 +02:00 |
a_weaponpiece.h
|
- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.
|
2016-09-19 19:14:30 +02:00 |
a_weapons.cpp
|
- got rid of all default parameter redundancies.
|
2016-10-28 00:32:52 +02:00 |
hudmessages.cpp
|
- fixed incomplete hudmessage serialization.
|
2016-09-20 13:21:41 +02:00 |
sbar.h
|
- all DObjects converted.
|
2016-09-20 10:27:53 +02:00 |
sbar_mugshot.cpp
|
- fixed: The mugshot's angle was inverted.
|
2016-05-11 14:04:21 +02:00 |
sbarinfo.cpp
|
- started with cleanup and separation of DECORATE code.
|
2016-10-12 19:22:33 +02:00 |
sbarinfo.h
|
- floatification of g_shared.
|
2016-03-24 01:46:11 +01:00 |
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 |