Randy Heit
|
8410ac760a
|
- Added A_SetDamageType.
SVN r4180 (trunk)
|
2013-03-13 04:04:48 +00:00 |
|
Randy Heit
|
fb2f201c8b
|
- Fixed: The sc_man scanner must use an unsigned character type, or it won't properly recognize any unquoted characters with the eighth bit set.
SVN r4179 (trunk)
|
2013-03-13 03:59:57 +00:00 |
|
Randy Heit
|
e240d24abe
|
- Fixed: P_SpawnPlayerMissile() should not 0 the pitch for weapons that don't autoaim.
This allows A_FireOldBFG to work properly when freelook is disabled.
SVN r4178 (trunk)
|
2013-03-13 02:56:54 +00:00 |
|
Christoph Oelckers
|
c7aa7e2a4b
|
- missing NORANDOMPUFFZ code.
SVN r4177 (trunk)
|
2013-03-09 07:09:40 +00:00 |
|
Braden Obrzut
|
3fe31668a6
|
- More Visual Studio with CMake fixes.
SVN r4176 (trunk)
|
2013-03-08 19:23:06 +00:00 |
|
Randy Heit
|
ba0e0c2914
|
- Fixed: Don't start the MAPINFO music just to have it replaced by the saved music when returning to a level in a hub.
SVN r4175 (trunk)
|
2013-03-08 02:34:26 +00:00 |
|
Braden Obrzut
|
478bfa6cf1
|
- Fixed: file_directory tried to free it's input parameter.
SVN r4174 (trunk)
|
2013-03-07 22:16:09 +00:00 |
|
Braden Obrzut
|
88a0d22f23
|
- Fixed: Playing strife forced the inventory to be used immediately instead of being determined by the presence of an inventory overlay.
SVN r4173 (trunk)
|
2013-03-03 19:12:21 +00:00 |
|
Randy Heit
|
1107bebfcf
|
- Redo r4164 fix: Don't clear fake planes when clearing skybox planes.
SVN r4172 (trunk)
|
2013-03-02 01:54:40 +00:00 |
|
Randy Heit
|
8f7cd73a41
|
- Comment out star and bstar stuff in wi_stuff.cpp.
SVN r4171 (trunk)
|
2013-03-02 01:27:36 +00:00 |
|
Christoph Oelckers
|
33f363f4c6
|
- added TheFortuneTeller's NORANDOMPUFFZ submission.
SVN r4170 (trunk)
|
2013-02-27 10:35:44 +00:00 |
|
Randy Heit
|
ce39368796
|
- Fixed: Players using colorsets instead of custom colors overrode their team colors.
SVN r4169 (trunk)
|
2013-02-27 03:27:33 +00:00 |
|
Randy Heit
|
b93dfcf3cf
|
- Fixed: G_DoLoadLevel() has a for loop where it resets player cameras that incremented and checked the wrong variable.
SVN r4168 (trunk)
|
2013-02-27 03:13:55 +00:00 |
|
Randy Heit
|
be0845acf1
|
- Moved all BorderNeedRefresh and SB_state updating code into separate functions that won't crash if screen is NULL.
SVN r4167 (trunk)
|
2013-02-27 03:10:25 +00:00 |
|
Braden Obrzut
|
01fed92920
|
- Added support for Visual Studio to the CMake project.
SVN r4166 (trunk)
|
2013-02-25 00:12:21 +00:00 |
|
Braden Obrzut
|
e6f66e3c93
|
- Fixed: GCC build.
SVN r4165 (trunk)
|
2013-02-24 17:17:20 +00:00 |
|
Randy Heit
|
2919bdf4fe
|
- Fixed: Skyboxes never cleared planes when a 3D floor was in view.
SVN r4164 (trunk)
|
2013-02-23 05:15:32 +00:00 |
|
Randy Heit
|
4f3a03f2f4
|
- Fixed: stat skyboxes output was broken.
SVN r4163 (trunk)
|
2013-02-23 04:24:40 +00:00 |
|
Randy Heit
|
1c9396cd6c
|
- Properly transfer powerups between morphed and unmorphed actors by calling EndEffect() on the
powerups before they transfer ownership, then calling InitEffect() on them after they transfer
ownership.
SVN r4162 (trunk)
|
2013-02-23 03:25:33 +00:00 |
|
Christoph Oelckers
|
81785124c5
|
- fixed: the ExplosiveBarrel's height was wrong.
SVN r4161 (trunk)
|
2013-02-22 21:18:29 +00:00 |
|
Braden Obrzut
|
47e7ab21cc
|
- Fixed: strcpy on map arrays didn't properly translate the array number.
SVN r4160 (trunk)
|
2013-02-22 18:42:26 +00:00 |
|
Braden Obrzut
|
356bfe81e3
|
- Cleared GCC warnings.
SVN r4159 (trunk)
|
2013-02-22 18:16:23 +00:00 |
|
Randy Heit
|
6eb10a8079
|
- Fixed: r4160 inadvertently inverted the damage check for thrusting in P_RadiusAttack().
SVN r4158 (trunk)
|
2013-02-22 03:06:00 +00:00 |
|
Randy Heit
|
445bc148b7
|
- Fixed: r4067 completely disabled weapon switching via A_ReFire.
SVN r4157 (trunk)
|
2013-02-22 02:42:42 +00:00 |
|
Randy Heit
|
e0c751114f
|
- Fixed: A TITLEMAP defined with SpawnWithWeaponRaised set caused a crash.
SVN r4156 (trunk)
|
2013-02-22 01:51:35 +00:00 |
|
Randy Heit
|
e0db52629d
|
- Fixed: RandomSpawner could hang on lists with monsters when nomonsters is enabled or with 'None' items.
SVN r4155 (trunk)
|
2013-02-22 01:34:16 +00:00 |
|
Christoph Oelckers
|
071002c02b
|
- add weapon slots to key configuration menu.
SVN r4154 (trunk)
|
2013-02-20 12:22:04 +00:00 |
|
Randy Heit
|
7d90117fb9
|
- Fixed: RandomSpawner should observe the nomonsters flags when deciding what to spawn.
SVN r4153 (trunk)
|
2013-02-20 02:47:01 +00:00 |
|
Randy Heit
|
4fe9b6112a
|
- Fixed: The change in r3951 knew nothing about 3D floors.
SVN r4152 (trunk)
|
2013-02-20 02:26:36 +00:00 |
|
Randy Heit
|
fef083f59c
|
- Use a temporary bitmap when when copying true color pixels of a multipatch texture, the blend
operation is not BLEND_NONE, and it doesn't just redirect straight to a direct texture.
SVN r4151 (trunk)
|
2013-02-20 01:31:41 +00:00 |
|
Christoph Oelckers
|
e50de1e5fc
|
- fixed: APowerSpeed::Serialize needs to call the super method.
SVN r4150 (trunk)
|
2013-02-19 08:10:33 +00:00 |
|
Randy Heit
|
2e7ef2e019
|
- Added Brazilian Portuguese translation.
SVN r4149 (trunk)
|
2013-02-19 02:59:40 +00:00 |
|
Randy Heit
|
f5891dea25
|
- Added time display for alt hud.
SVN r4148 (trunk)
|
2013-02-19 02:58:03 +00:00 |
|
Randy Heit
|
602209d4a4
|
- Add NoRandomPlayerclass flag for MAPINFO.
SVN r4147 (trunk)
|
2013-02-19 02:50:47 +00:00 |
|
Randy Heit
|
bd601a1bc8
|
- Added NOTRAIL flag for PowerSpeed.
SVN r4146 (trunk)
|
2013-02-19 02:44:49 +00:00 |
|
Randy Heit
|
ae6b0c6215
|
- Added IF_NOSCREENFLASH>
SVN r4145 (trunk)
|
2013-02-19 02:27:41 +00:00 |
|
Randy Heit
|
619e65ad6f
|
- Allow negative parameters to A_Light.
SVN r4144 (trunk)
|
2013-02-19 02:25:20 +00:00 |
|
Randy Heit
|
b96d305c87
|
- Make the DOOM 3 BFG Edition the last Steam path checked, so it won't override the regular doom.wad.
SVN r4142 (trunk)
|
2013-02-19 01:55:14 +00:00 |
|
Randy Heit
|
87dbfb68e9
|
- Fixed: PCD_MORPHACTOR and P_MorphMonster() needed NULL pointer checks.
SVN r4141 (trunk)
|
2013-02-19 01:51:07 +00:00 |
|
Randy Heit
|
e434ccc3f6
|
- Add support for user variables on things in UDMF maps. If you include an actor's user variable
in its UDMF thing definition, that user variable will be set to the desired value for that
actor when the map is loaded.
SVN r4140 (trunk)
|
2013-02-17 00:23:58 +00:00 |
|
Christoph Oelckers
|
00d5bee72f
|
- ...now where did that 'F' come from...?
SVN r4139 (trunk)
|
2013-02-16 10:48:03 +00:00 |
|
Christoph Oelckers
|
d71b0609f0
|
- fixed incorrect -= operators in vectors.h
SVN r4138 (trunk)
|
2013-02-16 09:41:54 +00:00 |
|
Braden Obrzut
|
facbca3619
|
- Fixed: If you hit a wall at the right moment you would some times come out of a teleporter with sliding velocity.
SVN r4137 (trunk)
|
2013-02-14 23:27:09 +00:00 |
|
Randy Heit
|
7714a45e02
|
- Fixed: Because P_OpenMapData() now reopens the containing file for the map, P_LoadGLNodes() needs a new check for if the map came from a regular wad.
SVN r4136 (trunk)
|
2013-02-14 05:06:05 +00:00 |
|
Randy Heit
|
0a2e42c090
|
- Skip the MF2_PASSMOBJ height checks in PIT_CheckThing() for ripper missiles.
SVN r4135 (trunk)
|
2013-02-14 04:40:29 +00:00 |
|
Randy Heit
|
70fa9e7b84
|
- Fixed: info CCMD listed bounce flags twice, under separate names.
SVN r4134 (trunk)
|
2013-02-14 03:56:34 +00:00 |
|
Randy Heit
|
94be9df246
|
- Changed the "notrelevant" checks in R_RenderMaskedSegRange() to not include equality in their
comparison operators. Fixes one map (http://forum.zdoom.org/viewtopic.php?f=2&t=34082); might
break others. Maybe.
SVN r4133 (trunk)
|
2013-02-14 03:24:47 +00:00 |
|
Randy Heit
|
951adbb21f
|
- Fixed: When adding a forwardmove value, P_Bob() needs to do the same pitch-dependent scaling
as P_ForwardThrust().
SVN r4132 (trunk)
|
2013-02-14 01:29:53 +00:00 |
|
Randy Heit
|
0b9b6dda2e
|
- Fixed: The changemap CCMD did not work for maps not defined by MAPINFO.
SVN r4131 (trunk)
|
2013-02-12 23:55:28 +00:00 |
|
Randy Heit
|
62b23901eb
|
- Fixed: spynext/prev were unreliable with player prediction.
SVN r4130 (trunk)
|
2013-02-12 23:23:33 +00:00 |
|