Rachael Alexanderson
|
5e5f88b629
|
Merge commit '5aec906' into testmaster
|
2017-02-28 21:34:36 -05:00 |
|
nashmuhandes
|
bb1709228c
|
Changed FOV from a CCMD to a CVar, allowing players' FOV settings to persist. Also exported SetFOV to PlayerInfo for ZScript.
|
2017-02-28 14:46:30 +01:00 |
|
Rachael Alexanderson
|
5aec906031
|
Merge https://github.com/coelckers/gzdoom
# Conflicts:
# src/version.h
|
2017-02-28 04:46:23 -05:00 |
|
Christoph Oelckers
|
4a87a598fb
|
- do floatification of the UDMF Health property as it should have been.
|
2017-02-28 00:59:09 +01:00 |
|
Christoph Oelckers
|
3700dea336
|
Revert "- the UDMF health key for actors was not correctly implemented. This addresses the problem by adding a second one and documenting 'Health' as implemented."
This reverts commit e4e023e59a .
(This was nonsense.)
|
2017-02-27 22:05:20 +01:00 |
|
Christoph Oelckers
|
d5d383ee93
|
- added Floor_Stop and Ceiling_Stop action specials.
|
2017-02-27 21:31:59 +01:00 |
|
Christoph Oelckers
|
1ff4016498
|
- added ACS math functions floor, ceil and round.
|
2017-02-27 20:42:12 +01:00 |
|
Christoph Oelckers
|
e511f7f84b
|
- added a damage type parameter to MDK CCMD.
|
2017-02-27 20:07:21 +01:00 |
|
Christoph Oelckers
|
ac4074a69a
|
- allow sprites and particles simultaneously for puffs.
|
2017-02-27 19:51:37 +01:00 |
|
Christoph Oelckers
|
321c846d01
|
- added StealthAlpha actor property for defining a minimum visibility value of a stealth monster.
|
2017-02-27 19:46:27 +01:00 |
|
Christoph Oelckers
|
f82ab889b2
|
- added ACS strarg function which can convert a string into a string argument for ACS specials.
|
2017-02-27 18:44:58 +01:00 |
|
Christoph Oelckers
|
4bcbd5c011
|
- clear WF_WEAPONBOBBING in P_FireWeapon, because otherwise the first frame of the fire animation will be drawn in the current bobbing position and not centered.
|
2017-02-27 18:38:01 +01:00 |
|
Rachael Alexanderson
|
869de7554f
|
- fixed: Opening automap without 2D acceleration and rgb666 blending crashed due to bad color calculations. (Attempted to pass rgb888 values into rgb666 array)
|
2017-02-27 12:15:17 -05:00 |
|
Rachael Alexanderson
|
e9364fccb8
|
- Fixed: voxels were not properly remapped after "restart" ccmd
|
2017-02-27 18:12:49 +01:00 |
|
Rachael Alexanderson
|
4a9845a6c0
|
- Fixed: voxels were not properly remapped after "restart" ccmd
|
2017-02-27 12:02:46 -05:00 |
|
Christoph Oelckers
|
cc598dfdde
|
- fixed: To get the final error handling from the serializer, Close must be called before the destructor gets invoked.
- added line feeds to all error messages in the serializer.
|
2017-02-27 15:16:03 +01:00 |
|
Christoph Oelckers
|
78538ed9ef
|
- missed an else.
|
2017-02-27 14:53:39 +01:00 |
|
Rachael Alexanderson
|
fa6a94f789
|
Merge https://github.com/coelckers/gzdoom
|
2017-02-27 08:22:53 -05:00 |
|
Rachael Alexanderson
|
bd61e9f3f4
|
- Disabled dynlights during invulnerability/lightamp (or any FixedColormap or FixedLightLevel)
|
2017-02-27 08:20:26 -05:00 |
|
Christoph Oelckers
|
f9f9f2d5fc
|
- added selfdamagefactor actor property.
|
2017-02-27 11:22:51 +01:00 |
|
Christoph Oelckers
|
e84a2899f9
|
- this needs one more check.
|
2017-02-27 10:52:29 +01:00 |
|
Christoph Oelckers
|
073e63ed04
|
- Added a check for all z-movement for floor huggers so that it doesn't skip all the height checks if +NODROPOFF is also given.
|
2017-02-27 10:50:21 +01:00 |
|
Christoph Oelckers
|
0c660ff29c
|
- added an option to add elements to an existing options menu.
Note that for list menus this does not exist because they require complete setup to work as intended.
|
2017-02-27 10:37:47 +01:00 |
|
Rachael Alexanderson
|
2a847ca570
|
Merge https://github.com/coelckers/gzdoom
|
2017-02-27 01:06:00 -05:00 |
|
Christoph Oelckers
|
720e05d131
|
- fixed memory leak in DEM_NETEVENT.
- added handling for DEM_NETEVENT to SkipCommand.
- keep the data of DEM_NETEVENT at a fixed length to simplify handling.
|
2017-02-27 02:31:19 +01:00 |
|
Christoph Oelckers
|
3a5124e10e
|
- fixed: TakeInventory needs to check for subclasses of PowerInfiniteAmmo.
|
2017-02-27 02:09:56 +01:00 |
|
Christoph Oelckers
|
c7cf619ff4
|
- Caution: Wads.GetLumpName with a char pointer is stupid because it doesn't 0-terminate its return.
|
2017-02-27 01:58:21 +01:00 |
|
Christoph Oelckers
|
1e1194a669
|
- fixed: Dp mot strip the top level folder name in Zips if they only contain one entry or if the first entry isn't a directory.
|
2017-02-27 01:53:51 +01:00 |
|
Christoph Oelckers
|
c8445703ac
|
- added a workaround for the 'cannot split a seg' error in the node builder: In order to prevent all segs from ending up on the same side it will now force the bogus seg onto the other side of the node - regardless of whether this is correct or not, because the most important thing here is that the set of segs gets split to prevent the node builder from ending up in an endless recursion trying to split the same set of data and endlessly failing.
Note that this is not a fix, it's merely a countermeasure to avoid the crash in ZPack's E2M6 which this seems to achieve.
|
2017-02-27 01:41:27 +01:00 |
|
Christoph Oelckers
|
1ed2a0baf9
|
- fixed: The intermission screen did not show 'entering' for cluster-less maps.
|
2017-02-26 23:49:53 +01:00 |
|
Christoph Oelckers
|
e4e023e59a
|
- the UDMF health key for actors was not correctly implemented. This addresses the problem by adding a second one and documenting 'Health' as implemented.
- fixed: Several ZDoom-exclusive actor keys did not check the current namespace.
|
2017-02-26 23:21:56 +01:00 |
|
Christoph Oelckers
|
0514a997db
|
- added a new argument to GlassBreak to allow it to spawn other types of debris than GlassJunk by passing a spawn ID.
|
2017-02-26 23:07:16 +01:00 |
|
Christoph Oelckers
|
8c30ca213d
|
- allow loading of zips that have one root folder with all content contained within this folder. This top level's folder name will be stripped out from all file names, unless it is a special name that maps to a known namespace.
|
2017-02-26 22:55:36 +01:00 |
|
Christoph Oelckers
|
f918a9d9a7
|
- added a BOUNCE_NotOnShootables flag that hopefully helps addressing the biggest glitch in the bouncing code.
|
2017-02-26 22:31:43 +01:00 |
|
Christoph Oelckers
|
80e9763d64
|
- added a NOMENU option for skills.
|
2017-02-26 22:10:35 +01:00 |
|
Christoph Oelckers
|
51b5b327ef
|
- fixed constant names.
|
2017-02-26 21:38:08 +01:00 |
|
Christoph Oelckers
|
3d500f0495
|
- added default obituaries for damage types.
Note that this is only implemented for the new official way of doing this in MAPINFO, but not in DECORATE!
|
2017-02-26 21:36:06 +01:00 |
|
Christoph Oelckers
|
f6dd99d3aa
|
- added A_Morph function.
|
2017-02-26 21:20:47 +01:00 |
|
Christoph Oelckers
|
24a505ed36
|
- fixed: The internal and scripted morph flags did not match.
|
2017-02-26 21:10:53 +01:00 |
|
Christoph Oelckers
|
346ada76bc
|
- allow blocking controller input in the menu.
|
2017-02-26 20:59:24 +01:00 |
|
Christoph Oelckers
|
8cac2d8c84
|
- added a NOATTACK sector flag which prevents monsters from going to their attack states if present.
|
2017-02-26 20:27:02 +01:00 |
|
Christoph Oelckers
|
9aff224891
|
- allow a link between the same sector's floor and ceiling.
|
2017-02-26 20:11:24 +01:00 |
|
Christoph Oelckers
|
0eebaf9f6b
|
- allow nightmare respawn if the current state has the 'canraise' flag.
|
2017-02-26 20:06:16 +01:00 |
|
Christoph Oelckers
|
7a1f36bfb0
|
- added RF_DONTINTERPOLATE flag.
|
2017-02-26 20:01:39 +01:00 |
|
Rachael Alexanderson
|
8c46ab40b1
|
Merge https://github.com/coelckers/gzdoom
|
2017-02-26 13:42:12 -05:00 |
|
Christoph Oelckers
|
4d043f086e
|
- missed a spot.
|
2017-02-26 19:41:39 +01:00 |
|
Rachael Alexanderson
|
7a5df2bc28
|
Merge commit 'b0eb19b'
|
2017-02-26 13:41:02 -05:00 |
|
Christoph Oelckers
|
7267e608cf
|
- added kickback factor skill property.
|
2017-02-26 19:37:25 +01:00 |
|
Christoph Oelckers
|
b0eb19bbc8
|
- added an option to define untranslated fonts through FONTDEFS. Note that due to how the fonts work they cannot be colorized AT ALL!
|
2017-02-26 19:29:27 +01:00 |
|
Christoph Oelckers
|
0cc46a2aaf
|
- added a FORCEINFIGHTING flag.
|
2017-02-26 19:05:20 +01:00 |
|