Randy Heit
ed81b4718b
- Revert r2235 so that all DECORATE member accesses are consistent. It didn't work as intended
...
anyway.
SVN r2358 (trunk)
2010-06-06 05:41:09 +00:00
Randy Heit
41bd0f5369
- Fixed: "Disallow Suicide" gameplay menu option should be labeled as "Allow Suicide".
...
SVN r2356 (trunk)
2010-06-06 05:00:30 +00:00
Randy Heit
2090c03d88
- Fixed: D3DFB::GetScreenshotBuffer() must not offset the buffer pointer for letterboxed modes,
...
since the screenwipe speedup fixes also mean that this function no longer operates directly
with the front buffer, but rather with a copy that is not letterboxed.
SVN r2355 (trunk)
2010-06-06 04:53:19 +00:00
Braden Obrzut
d7686d0c26
- Added optional offset parameters to the drawshadow flag.
...
- Added character alignment parameter to font monospacing.
- Fixed: character shadows were not scaled.
- Heretic keys now have an icon associated with them so that they can be drawn through drawkeybar.
- Replaced the built in Heretic and Hexen status bars with SBarInfo equivalents.
SVN r2353 (trunk)
2010-06-02 20:26:27 +00:00
Braden Obrzut
d29123c511
- Added a HexenStrict DrawInventoryBar style due to some alignment errors I noticed with the Hexen style.
...
SVN r2352 (trunk)
2010-05-31 20:04:49 +00:00
Braden Obrzut
b8cb1f0cfb
- Fixed: The alpha property of status bars didn't work anymore.
...
- Added: alpha command to SBarInfo which allows you to increase the translucency for certain parts of the status bar.
- Added: reverse flag for drawkeybar which reverses the order in which rows are filled with keys.
- Changed a gamemode statement to an else in the Doom hud since the frag count and keys should never be shown at the same time.
SVN r2351 (trunk)
2010-05-31 07:01:04 +00:00
Christoph Oelckers
eadc539bc6
- fixed: Poison clouds spawned by the PoisonShroom should not be pushable by the Disc of Repulsion.
...
SVN r2350 (trunk)
2010-05-30 20:12:32 +00:00
Randy Heit
14b71ede11
- Added support for DRO version 2 files.
...
SVN r2349 (trunk)
2010-05-30 19:23:53 +00:00
Braden Obrzut
9716e1aea7
- Changed DrawSelectedInventory's alternateonempty flag to draw the subblock before itself. This allows an else statement to be more useful in practice.
...
- Fixed: Added offsets to the wrong variable in SBarInfo.
SVN r2348 (trunk)
2010-05-30 18:34:59 +00:00
Christoph Oelckers
5535f98218
- fixed: The code drawing the chess pieces for Hexen's finale used floating point paeameters with integer fields for drawing the texture.
...
SVN r2347 (trunk)
2010-05-30 08:00:27 +00:00
Christoph Oelckers
bdd2ebfe14
- added a new dmflag for allowing switching to weapons without ammo.
...
SVN r2346 (trunk)
2010-05-30 07:47:08 +00:00
Braden Obrzut
e848fa3c4c
- Switched SBarInfo to floating point math.
...
SVN r2345 (trunk)
2010-05-30 00:12:46 +00:00
Christoph Oelckers
cd1104e80c
- changed: Maps with missing first sidedefs no longer abort. THey now print a console warning and use the first sidedef in the map.
...
SVN r2344 (trunk)
2010-05-29 09:11:12 +00:00
Christoph Oelckers
042e913022
- added Boom's fix for finding the highest neighboring light level per sector (compatibility optioned by COMPATF_LIGHT.)
...
SVN r2343 (trunk)
2010-05-29 07:07:39 +00:00
Christoph Oelckers
862d6551bc
- fixed: Heretic's 666 lower floor must be of type LowerToHighest unlike Doom which is LowerToLowest.
...
SVN r2342 (trunk)
2010-05-28 21:29:28 +00:00
Christoph Oelckers
6c4d070095
- restored original Doom behavior for hitscans to only check actors which have their center in the blockmap cells being checked, compatibility optioned by COMPATF_HITSCAN.
...
SVN r2341 (trunk)
2010-05-28 21:07:45 +00:00
Christoph Oelckers
8f881be0fb
- added a Boom (strict) compatibility mode.
...
- Restored some original Doom behavior that received complaints from users:
* reactivated the old sliding against diagonal walls code and compatibility optioned it with COMPATF_WALLRUN.
* re-added the original hitscan checking code using a cross-section of the actor instead of the bounding box, compatibility optioned with COMPATF_HITSCAN.
SVN r2340 (trunk)
2010-05-28 11:15:05 +00:00
Braden Obrzut
9dfdf2ecdd
- Fixed some issues with high resolution status bars.
...
SVN r2339 (trunk)
2010-05-26 00:51:06 +00:00
Christoph Oelckers
2b211f99a8
- fixed: The intermission text screen background should not animate
...
SVN r2338 (trunk)
2010-05-25 20:19:09 +00:00
Randy Heit
4480a508b3
- Changed AActor::GetTag() to use language lookups for strings that start with $.
...
SVN r2337 (trunk)
2010-05-25 03:53:13 +00:00
Randy Heit
709414e606
- Fixed: Animated doors should only leave ML_BLOCKING set if the door was created with it set.
...
Otherwise, monsters will be unable to open it after it has been used once if it isn't set
for push activation.
SVN r2336 (trunk)
2010-05-25 03:40:37 +00:00
Randy Heit
61d2a808d7
- Response file improvements:
...
* Fixed: Trying to use a response file would result in infinite looping until memory was
exhausted.
* Fixed: Response files were read after coalescing file parameters, which would lead to
non-coalesced parameters if the original command line and response file both had them.
* You can now use more than one response file.
* Response files can include other response files.
SVN r2334 (trunk)
2010-05-25 02:30:05 +00:00
Braden Obrzut
adcf26d2b5
- Fixed MSVC compiler warnings in sbarinfo.cpp
...
SVN r2333 (trunk)
2010-05-22 14:00:36 +00:00
Braden Obrzut
9611e7310a
- Added resolution setting to SBarInfo.
...
- Fixed: Mug shot was not reset at the start of a new game.
SVN r2332 (trunk)
2010-05-21 19:56:13 +00:00
Christoph Oelckers
c4efbeb515
- fixed: Both Boom and MBF compatibility mode need COMPATF_MISSILECLIP set.
...
SVN r2331 (trunk)
2010-05-14 20:27:57 +00:00
Christoph Oelckers
896a77327a
- fixed fake contrast menu option.
...
SVN r2330 (trunk)
2010-05-14 20:12:21 +00:00
Randy Heit
e9bbe4f1ff
- Added more logging for D3DFB CreateDevice() attempts.
...
SVN r2329 (trunk)
2010-05-14 04:13:59 +00:00
Randy Heit
24f23718b7
- Added GetHR support to D3DFB for querying the error code when device creation fails.
...
- Should still check for a NULL device when CreateDevice() returns D3DERR_DEVICELOST.
SVN r2328 (trunk)
2010-05-14 04:06:30 +00:00
Randy Heit
30ec646ba5
- Removed spurious log warnings when retrying in CreateFrameBuffer().
...
SVN r2327 (trunk)
2010-05-14 03:58:23 +00:00
Randy Heit
b2a4ffc718
- Fixed: IDirect3D9::CreateDevice() can return D3DERR_DEVICELOST if you want exclusive mode and
...
some other application already has it. While technically this is a failure, the device is
still created, so we can continue using it anyway.
SVN r2326 (trunk)
2010-05-14 03:54:35 +00:00
Randy Heit
1c8397e86d
- Fixed: PacketGet() can receive WSAECONNRESET after startup is complete, so it needs to check
...
for a NULL before using NetMessage.
SVN r2325 (trunk)
2010-05-14 03:37:44 +00:00
Randy Heit
5a71dea746
- Added A_JumpIfTracerCloser and A_JumpIfMasterCloser, based on DavidPH's A_JumpIfCloser patch.
...
SVN r2324 (trunk)
2010-05-14 02:34:25 +00:00
Randy Heit
2d4502018a
- Added DavidPH's FBF_EXPLICITANGLE extension.
...
SVN r2323 (trunk)
2010-05-14 02:18:27 +00:00
Christoph Oelckers
d050973fa4
- added blockmap verification code.
...
SVN r2320 (trunk)
2010-05-12 10:17:08 +00:00
Christoph Oelckers
3e5a32b554
- copy-paste error in TNT stairs fix.
...
SVN r2319 (trunk)
2010-05-12 09:44:44 +00:00
Christoph Oelckers
b61b761e28
- added DavidPH's randomization patch for hitscan attacks.
...
SVN r2318 (trunk)
2010-05-12 07:11:56 +00:00
Christoph Oelckers
6a57a43277
- added DavidPH's LifeSteal patch for A_CustomPunch/A_Saw.
...
SVN r2317 (trunk)
2010-05-12 07:08:39 +00:00
Christoph Oelckers
942108f7ea
- added DavidPH's A_FaceTarget patch but modified it so that if a turn angle is set the MF_SHADOW flag is ignored.
...
SVN r2316 (trunk)
2010-05-12 07:02:23 +00:00
Christoph Oelckers
68fa08ca52
- fixed: TNT MAP30 needs the stairbuilding compatibility option.
...
SVN r2315 (trunk)
2010-05-12 06:54:59 +00:00
Christoph Oelckers
69861688dc
- expanded r_smoothlighting into a r_fakecontrast CVAR that allows to set all 3 options: off, standard and smooth.
...
SVN r2314 (trunk)
2010-05-12 06:52:03 +00:00
Braden Obrzut
24aa1abf14
- Added: else statements to SBarInfo. In addition braces are no longer required for blocks consisting of a single statement.
...
SVN r2313 (trunk)
2010-05-11 22:27:50 +00:00
Braden Obrzut
5a4be4b62b
- Added partial support for a signal based timer under Linux/Mac OS X in order to make cl_capfps effective at limiting CPU usage.
...
SVN r2310 (trunk)
2010-05-06 20:32:03 +00:00
Braden Obrzut
b7cb3ffa88
- Fixed: If a weapon didn't use ammo the result of weaponammo was accidentally negated.
...
SVN r2309 (trunk)
2010-05-01 21:17:11 +00:00
Christoph Oelckers
80f5a58e34
- fix automap cheat to avoid division by 0.
...
SVN r2308 (trunk)
2010-05-01 20:34:28 +00:00
Christoph Oelckers
1b0756e170
- added a am_showalllines cheat CVAR as countermeasure for maps that intentionally disable the full automap.
...
SVN r2307 (trunk)
2010-05-01 17:29:25 +00:00
Randy Heit
d070e04ff6
- Added Gez's patch for A_TakeInventory flag for taking ammo, with TIF_AMMO renamed to TIF_NOTAKEINFINITE.
...
SVN r2306 (trunk)
2010-04-26 02:05:11 +00:00
Randy Heit
36c4b39688
- Added DavidPH's A_FadeTo patch:
...
A_FadeTo(float target, float amount = 0.10, bool remove = false)
Alters transparency towards target by amount. If remove is true, the actor is destroyed if it reaches target.
SVN r2305 (trunk)
2010-04-26 01:56:25 +00:00
Randy Heit
4e693e1c98
- Added Gez's RandomSpawner patch: If a randomspawner is given a Z-height in the map editor, and the spawned object has a spawn height flag, it is ignored by the spawned object. This little patch fixes that.
...
SVN r2304 (trunk)
2010-04-26 01:49:29 +00:00
Christoph Oelckers
5fc654dac2
- fixed: Heretic's sludge damage sector does 4 points damage, not 5 like Doom's.
...
SVN r2303 (trunk)
2010-04-25 20:12:50 +00:00
Christoph Oelckers
bdc5d941c2
- added a new 'playeruseback' linedef trigger type that allows using lines from the bxck side.
...
SVN r2302 (trunk)
2010-04-25 07:21:35 +00:00
Christoph Oelckers
674c63d66c
- fixed: A_KeenDie should not drop items.
...
SVN r2300 (trunk)
2010-04-23 08:12:47 +00:00
Braden Obrzut
bd40bba37c
- Added levellump, skillname, playerclass, playername, ammo1tag, ammo2tag, weapontag, inventorytag, globalvar <int>, and globalarray <int> to drawstring.
...
- String constants starting in '$' will cause drawstring to reference the language lump.
- Added pushup transition for strife popups. This elulates the stats screen from hexen 2. This behaves identical to slideinbottom if the primary statusbar has fullscreenoffsets set.
SVN r2299 (trunk)
2010-04-22 23:38:11 +00:00
Christoph Oelckers
82af1640fd
- fixed: HI_START/HI_END must be checked after parsing the TEXTURES lump, not before it.
...
SVN r2297 (trunk)
2010-04-21 17:39:52 +00:00
Christoph Oelckers
e0419dde15
- fixed: Camera textures may not be used as patch.
...
SVN r2296 (trunk)
2010-04-21 06:42:48 +00:00
Randy Heit
f6cd776e2d
- Extended state sprite/frame repetition to psprites.
...
SVN r2295 (trunk)
2010-04-21 01:40:03 +00:00
Christoph Oelckers
14fc5516a8
- Extended ACS's 'n' print format specifier to allow printing some other info than the player's name.
...
It will use negative indices for this. Currently supported strings are level name, level lump name and
skill name.
- Extended skill definitions so that printable name and image lump name are separate fields so that a
printable name can be specified for Doom, too.
SVN r2294 (trunk)
2010-04-20 11:03:31 +00:00
Braden Obrzut
d719671579
- Added levelname to drawstring.
...
SVN r2292 (trunk)
2010-04-20 02:16:06 +00:00
Randy Heit
178587fff2
- Merged SetState and SetStateNF into a single function.
...
- Added new sprite #### and frame character # to specify the behavior of sprite ---- on a
per-sprite and per-frame basis respectively.
SVN r2291 (trunk)
2010-04-19 02:46:50 +00:00
Christoph Oelckers
c85a602546
- allow loading uncompressed version of compressed nodes.
...
- extended FileReader hierarchy so that FileReader, FileReaderZ etc. all inherit from one
base class so that the same code can be used to read from both uncompressed and compressed streams.
SVN r2287 (trunk)
2010-04-17 20:49:18 +00:00
Christoph Oelckers
da99577cbf
- added support for loading DeepBSP's V4 nodes.
...
- disabled writing the nodes with the dumpmap command. ZDoom doesn't need the nodes to load a map and this only worked if the original
map had standard nodes but trying to write out nodes loaded from any other format would have caused broken data.
SVN r2285 (trunk)
2010-04-17 08:53:32 +00:00
Randy Heit
64fe29bf0e
- Fixed crash when parsing invalid DECALDEF lumps.
...
SVN r2284 (trunk)
2010-04-17 02:42:50 +00:00
Randy Heit
87a7ff7b6d
- Add blzut3's morphed status bar patch.
...
SVN r2283 (trunk)
2010-04-17 02:06:26 +00:00
Randy Heit
08b931006f
- Reverted accidental change to fmodsound.cpp from revision 2273.
...
SVN r2282 (trunk)
2010-04-17 01:55:33 +00:00
Christoph Oelckers
e4d0d6bcdb
- added a Sector_CopyScroller special to allow setting scrollers to sectors with special tags.
...
- extended compatibility text to allow changing line flags and setting line specials on specific linedefs.
- removed Strain MAP07 hack and replaced it by a clean 'clearlineflags' option.
- Added Doomo format translations for Sector_CopyScroller because this looks like something that might be useful for making
some Boom maps work without having to resort to compatibility.txt.
- added a compatibility setting for UAC Ultra MAP07 which exploited some undefined scrolling behavior in Boom.
(What lengths are we going to make sloppily created maps work? This entire commit was just to address this particular problem...)
SVN r2280 (trunk)
2010-04-11 11:18:33 +00:00
Christoph Oelckers
c7272075d3
- added a few NULL pointer checks to protect against problems caused by actors being spawned during engine shutdown.
...
SVN r2279 (trunk)
2010-04-11 06:43:42 +00:00
Christoph Oelckers
d916127ecf
- made the recent change to P_SeekerMissile an option because it affected critical gameplay behavior and may not be used for existing actors.
...
SVN r2278 (trunk)
2010-04-10 11:12:29 +00:00
Christoph Oelckers
a5e422020e
- fixed: Two stage texture compositing did not clear the intermediate buffer before using it.
...
SVN r2277 (trunk)
2010-04-09 20:03:18 +00:00
Randy Heit
f101b45d9a
- Changed P_SeekerMissile() to compute a proper 3D trajectory.
...
SVN r2276 (trunk)
2010-04-07 03:37:07 +00:00
Randy Heit
d6d2ce6b24
- Fixed: maxitems calculation for MKEY_Up in M_OptButtonHandler() used the unscaled text height
...
instead of the scaled text height to calculate the bottom-most usable row.
SVN r2275 (trunk)
2010-04-07 02:16:51 +00:00
Randy Heit
2772786a7e
- Added MUS header scan to mus2midi.
...
- Fixed buffer overflow when reading a MUS song from a compressed file.
SVN r2274 (trunk)
2010-04-07 02:02:53 +00:00
Randy Heit
114412d5a2
- Search for the MUS header within the first 32 bytes of the song so that the music in
...
diescum.wad works.
SVN r2273 (trunk)
2010-04-06 03:12:32 +00:00
Christoph Oelckers
d875a0c674
- fixed: Loading a savegame with music switched off forced a restart of the map's default music
...
because starting an empty music was considered an error.
SVN r2272 (trunk)
2010-04-05 09:17:34 +00:00
Randy Heit
7bd741a644
- Fixed compiling with FMOD Ex 4.30.00. I get no 3D sound effects, and it's crashing on me, too.
...
Am I doing something wrong?
SVN r2271 (trunk)
2010-04-04 17:48:26 +00:00
Randy Heit
d53fdb418b
- Fixed: P_LookForMonsters() had not been updated for the new species check.
...
SVN r2268 (trunk)
2010-04-04 03:03:01 +00:00
Christoph Oelckers
6f9b035df8
- Changed: The monster refiring functions should use the same sight checking mode as the code that triggers
...
the attack.
SVN r2266 (trunk)
2010-04-03 07:10:52 +00:00
Christoph Oelckers
7da0badf3c
- fixed: The thing id in Hexen map things needs to be treated as a signed short. This is how Hexen defined it and
...
how older ZDooms before the implementation of UDMF used them internally.
SVN r2263 (trunk)
2010-04-02 07:24:57 +00:00
Randy Heit
69c777df4c
- Allow defaultenvironment to take names as well as numeric IDs.
...
SVN r2262 (trunk)
2010-03-31 23:33:18 +00:00
Randy Heit
aa86e62693
- Added DefaultEnvironment MAPINFO option to set the default sound environment for the whole map.
...
SVN r2261 (trunk)
2010-03-31 03:48:16 +00:00
Christoph Oelckers
ba29ffd405
- GCC fixes.
...
SVN r2257 (trunk)
2010-03-29 20:25:08 +00:00
Christoph Oelckers
18d58ef1c5
- fixed: APowerup::EndEffect could crash if the item was not owned by a valid player actor.
...
SVN r2256 (trunk)
2010-03-29 06:08:22 +00:00
Christoph Oelckers
1436f0a4fa
- Fixed: It was no longer possible to talk to non-shootable NPCs. Also took
...
the opportunity to merge the various boolean parameters to P_AimLineAttack into one flag parameter.
SVN r2254 (trunk)
2010-03-28 10:51:35 +00:00
Randy Heit
7f96531dc0
- Use I_FPSTime() instead of I_MSTime() to drive R_UpdateAnimations().
...
SVN r2253 (trunk)
2010-03-28 04:04:44 +00:00
Randy Heit
b3005ab16c
- Fixed: APowerup::EndEffect() needs to cancel any special colormaps applied by the powerup.
...
This means all subclasses also need to call their superclass's EndEffect(), which they were
not doing. For consistency, all the subclasses now do the same for InitEffect(), though
APowerup::InitEffect() is still a no-op.
SVN r2252 (trunk)
2010-03-28 04:02:57 +00:00
Randy Heit
70c21c8314
- Changed FTextureManager::CheckForTexture() search algorithm so that inexact matches on
...
textures of type TEX_MiscPatch will return the first such texture, as it does with all
the other types. (It will still prefer to return a texture of a different type.
Why are these treated differently, anyway?)
SVN r2251 (trunk)
2010-03-28 03:46:46 +00:00
Christoph Oelckers
72e9a870c2
- added Gez's patch to move Hexen's startup notches out of the EXE.
...
SVN r2250 (trunk)
2010-03-27 21:12:08 +00:00
Christoph Oelckers
a357a70f82
- fixed: Explosions directly under a water surface would not hurt any actor directly above this surface.
...
- cleaned up P_CheckSight flag handling.
SVN r2249 (trunk)
2010-03-27 07:42:31 +00:00
Randy Heit
e83a9a2a00
- Use normal texture animation for the main menu cursors. This required updating animations
...
all the time and not just when inside a level.
SVN r2248 (trunk)
2010-03-27 03:30:02 +00:00
Christoph Oelckers
7f2ab00abe
- fixed: IDBEHOLD altered the item counter.
...
SVN r2247 (trunk)
2010-03-26 22:26:50 +00:00
Christoph Oelckers
0529ffa043
- fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees.
...
- removed AngleIncrements because it's not really useful.
SVN r2246 (trunk)
2010-03-26 16:57:00 +00:00
Christoph Oelckers
a6a303f438
- fix division by 0.
...
SVN r2243 (trunk)
2010-03-25 23:29:41 +00:00
Christoph Oelckers
0f0c02f9d6
- fixed: Level redirection checked the wrong level.
...
SVN r2241 (trunk)
2010-03-25 17:07:07 +00:00
Randy Heit
039b64899d
- Fixed: ClearActorInventory used the wrong stack index to get its parameter.
...
SVN r2239 (trunk)
2010-03-22 22:15:56 +00:00
Randy Heit
4c5edf00b0
- P_ZMovement() temporarily disables jumping after a landing. Don't do this if the jump
...
timer is already running or for short falls (e.g. along the edges of slopes, since the
slope floorz calculation is pretty crappy.)
SVN r2238 (trunk)
2010-03-22 22:02:31 +00:00
Randy Heit
0ca693771b
- Keep all damage factors in the table, even those that are 1.0.
...
- 256 is a valid pain chance, so clamp to that, not 255.
SVN r2237 (trunk)
2010-03-22 21:18:54 +00:00
Randy Heit
d1f9b94743
- Fixed: TMap::DelKey failed if the key's main position was nil, because it tried checking
...
for it at the "next" position, which is an invalid pointer in that case.
SVN r2236 (trunk)
2010-03-22 21:09:33 +00:00
Randy Heit
41df8242c1
- Changed A_SetUserVar and A_SetUserArray so they affect the actor that called it, which
...
is not necessarily "self". The only visible change from this should be that inventory items
now set their own variables and not their owners'.
SVN r2235 (trunk)
2010-03-21 21:05:27 +00:00
Christoph Oelckers
a2cfbec3cf
- added a CrushPainSound actor property for Strife.
...
- fixed memory leaks in SBARINFO and WAD loading code.
- added GetBloodColor and GetBloodType inline functions to AActor to wrap the GetMeta calls used for this.
SVN r2234 (trunk)
2010-03-21 08:09:45 +00:00
Randy Heit
1eed01244c
- Comment fix.
...
SVN r2232 (trunk)
2010-03-18 21:59:45 +00:00
Randy Heit
6c63ce51e4
- Fixed: The listener used a different coordinate system than sounds, which meant that sounds
...
were never made head-relative, so stereo effects would disappear if they were played by
the listener.
SVN r2231 (trunk)
2010-03-18 21:54:24 +00:00
Randy Heit
5ec5d74267
- Probably shouldn't allow negative range scalars for ambient sound things...
...
SVN r2230 (trunk)
2010-03-18 21:10:15 +00:00
Randy Heit
d012165f57
- Changed ambient sound things so that 100 volume is normal.
...
- The fifth argument for the ambient sound things is now a scalar for the min and max distances.
SVN r2229 (trunk)
2010-03-18 21:09:23 +00:00
Randy Heit
226a513e6e
- Fixed: Blood's sprite rotations were broken.
...
SVN r2228 (trunk)
2010-03-18 21:03:58 +00:00
Randy Heit
9d8a9bc981
- Reverted the part of r2226 than reverted r2205 (accidentally, I assume).
...
SVN r2227 (trunk)
2010-03-18 17:50:00 +00:00
Christoph Oelckers
d69eb3acd1
- fixed: True color texture generation for DDS was broken.
...
SVN r2226 (trunk)
2010-03-18 07:54:16 +00:00
Randy Heit
44e877a243
- After experimenting with Blood, I think ROLLOFF_Linear is a better choice for ambient
...
sounds than ROLLOFF_Doom.
SVN r2225 (trunk)
2010-03-18 05:27:36 +00:00
Randy Heit
f712d128a3
- Oops. Accidentally removed Blood loop point support.
...
SVN r2224 (trunk)
2010-03-18 05:22:47 +00:00
Randy Heit
b53baf5f46
- Added support for Blood's ambient sounds, because I thought it would be an easy way to
...
test the new ambient sound range parameters. (Hahaha! If I hadn't had to fix all the
Build/Blood stuff first, it would have been.)
SVN r2223 (trunk)
2010-03-18 05:01:10 +00:00
Randy Heit
2649508393
- Changed the ambient sounds list into a map so that it can handle more than 256 entries.
...
SVN r2222 (trunk)
2010-03-18 04:34:14 +00:00
Randy Heit
740d52cf5b
- Added support for Blood's SFX loop start markers.
...
SVN r2221 (trunk)
2010-03-18 04:26:22 +00:00
Randy Heit
aedb646a52
- Fixed: Blood sound effect namespacing was broken.
...
SVN r2220 (trunk)
2010-03-18 03:55:51 +00:00
Randy Heit
8b98a3510e
- Fixed: The Build loader did not set the wall texture scaling properly, either.
...
SVN r2219 (trunk)
2010-03-18 02:21:01 +00:00
Randy Heit
92890066b6
- Fixed: The BUILD map loader did not create extsector information, and it also did not
...
set valid sidedef references for the backs of one-sided lines.
SVN r2218 (trunk)
2010-03-18 02:09:08 +00:00
Randy Heit
8e104d0a28
- Fixed: RFF files constructed incorrect full names for the files they contained.
...
SVN r2217 (trunk)
2010-03-18 01:48:48 +00:00
Randy Heit
054e5411bd
- Fixed: Checking for BUILD maps only worked if they came from unencrypted and
...
uncompressed sources.
SVN r2216 (trunk)
2010-03-18 01:07:50 +00:00
Randy Heit
970cf6f71b
- Fixed endianness assumption when loading external map files.
...
SVN r2215 (trunk)
2010-03-18 00:48:56 +00:00
Randy Heit
c079a3ea5b
- Add more parameters to the ambient sound things:
...
* Second argument: Volume scalar. 0 and 128 are normal volume. (Where "normal" is whatever
it was defined with in SNDINFO.) Other values scale it accordingly.
* Third argument: Minimum distance before volume fading starts.
* Fourth argument: Maximum distance at which the sound is audible. Setting either of these to 0
will use whatever they were defined with in SNDINFO.
SVN r2214 (trunk)
2010-03-18 00:32:35 +00:00
Randy Heit
c8b8f40356
- Fix some GCC warnings.
...
SVN r2213 (trunk)
2010-03-18 00:30:45 +00:00
Christoph Oelckers
635759ee2c
- fixed: UpdateSegBBox only used the first seg of a linedef to calculate the linedef's bounding box.
...
SVN r2210 (trunk)
2010-03-14 15:17:36 +00:00
Randy Heit
f24c0cf292
- Merge scanner changes from the scripting branch, since I'm pretty sure the
...
token names were out of sync here, too.
SVN r2209 (trunk)
2010-03-14 04:03:07 +00:00
Christoph Oelckers
c191d95110
- Fixed: Hexen's fighter's skull has a different animation than Heretic's so it needs to be a separate class.
...
- Added an option to parse lumps named ZMAPINFO in place of MAPINFO. Any MAPINFO lumps in files containing
a ZMAPINFO lump will be completely ignored. This is to allow ZDoom specific definitions which are incompatible
with other engines capable of reading MAPINFO. Any ZMAPINFO lump must be in the new MAPINFO format.
SVN r2208 (trunk)
2010-03-13 08:28:13 +00:00
Randy Heit
cf06cd68bc
- Changed FileExists() to use stat instead of fopen/fclose, which ought to be lower
...
overhead for files that are present.
SVN r2206 (trunk)
2010-03-13 00:08:33 +00:00
Randy Heit
1f12c3dd8e
- Whoops. DXT5 decompression got the alpha values wrong. That's "wrong" as in "garbage", since
...
yalphaslice was never initialized to anything. (I should probably test this to make sure I
actually got it right now...)
SVN r2205 (trunk)
2010-03-09 03:18:31 +00:00
Christoph Oelckers
593a050778
- fixed: Items spawned internally by ADehackedPickup::TryPickup must not count towards item statistics.
...
SVN r2204 (trunk)
2010-03-07 11:13:57 +00:00
Christoph Oelckers
88269d5d60
- fixed: The color sliders on the player setup menu were not disabled when a predefined colorset was selected.
...
SVN r2203 (trunk)
2010-03-07 11:05:52 +00:00
Christoph Oelckers
0569d948df
- added a 'player.clearcolorset' property so that inherited color sets can be removed.
...
- fixed: Player color sets were not inheritable.
SVN r2202 (trunk)
2010-03-07 09:13:41 +00:00
Christoph Oelckers
e4be782e14
- check player translations for identity maps during creation.
...
- fixed: When creating the initial identity translation for player translations the
global palette remapping was not taken into account.
SVN r2200 (trunk)
2010-03-06 16:24:09 +00:00
Christoph Oelckers
d773dcb6fb
- fixed: The 'any key' lock always returned success when checking for keys, even if the player had none.
...
SVN r2199 (trunk)
2010-03-06 14:58:15 +00:00
Christoph Oelckers
d2a4c19955
- let players check MF2_NOTRANSLATE so that mods can create player classes which are not subject to
...
default player color handling.
SVN r2198 (trunk)
2010-03-06 09:30:38 +00:00
Randy Heit
47a835698a
- Final Doom needs its finale flats changed, too.
...
- It's "BGCASTCALL", not "BOSSBACK".
SVN r2196 (trunk)
2010-03-06 04:01:32 +00:00
Randy Heit
d19878efcb
- Added BOOM/MBF BEX-style narrative background text substitution. There are two changes because
...
of this:
* A cluster's flat definition can now be preceded by a $ to do a string table lookup.
* Since the standard flat names are now in the LANGUAGE lump, the normal Dehacked substitution
for these is no longer handled specially and so will not be automatically disabled merely
by providing your own MAPINFO.
SVN r2195 (trunk)
2010-03-06 03:28:22 +00:00
Randy Heit
38c9bb1900
- Setting a Player.ColorRange now completely disables the translation rather than just
...
making it an identity map.
SVN r2194 (trunk)
2010-03-06 03:02:24 +00:00
Randy Heit
e78fd195d8
- Added support for the original games' player translations, including Hexen's table-based ones.
...
SVN r2193 (trunk)
2010-03-06 02:51:23 +00:00
Randy Heit
dfd963ba1a
- Revert r2173.
...
SVN r2192 (trunk)
2010-03-05 23:09:31 +00:00
Randy Heit
5c4af020d9
- Fixed: CheckActorClass needed a NULL check.
...
SVN r2191 (trunk)
2010-03-05 03:43:51 +00:00
Randy Heit
f014b8f98b
- Fixed: FFont::StringWidth() counted the ']' character of a named color escape sequence in
...
its width calculation.
SVN r2190 (trunk)
2010-03-05 03:41:48 +00:00
Randy Heit
fad9f251ec
- Fixed: FSinglePicFont should set the character size by the scaled size of the texture.
...
SVN r2189 (trunk)
2010-03-05 03:31:20 +00:00
Randy Heit
758327f4b3
- Fixed: snd_musicvolume needs to check GSnd for NULL, since somebody might have set an
...
atexit for it, which gets executed after the sound system shuts down.
- Fixed: FPlayList::Backup() failed to wrap around below entry 0 because Position is
unsigned now.
SVN r2188 (trunk)
2010-03-05 03:11:10 +00:00
Christoph Oelckers
61865b30be
- Yet another piece of essentially broken code that has to go back in because some people had to abuse it:
...
Reinstated Doom's original code that made projectiles with the MF_NOCLIP flag set continue to exist even
though the movement itself was never properly handled.
Fortunately the game mode check formerly associated with this can be removed because none of the other games have
any projectiles using MF_NOCLIP so at least it's no longer restricted to Doom...
SVN r2187 (trunk)
2010-03-04 08:24:49 +00:00
Randy Heit
ac042a7e93
- The console separator bars now get converted to something printable in Unicode for the log.
...
- Fixed: Only the last line of multi-line log output received Unicode treatment.
SVN r2186 (trunk)
2010-03-04 04:45:48 +00:00
Randy Heit
0ebace4883
- Add the game log to the crash report. I don't know why I didn't think to do this sooner.
...
Since we're already sending everything to a rich edit control hidden in the background,
we can just grab its contents for the report.
- Use code page 1252 when previewing text files in the crash dialog.
SVN r2185 (trunk)
2010-03-04 02:17:34 +00:00
Randy Heit
dfde55d249
- Everything on the command line before the first switch with an unrecognized switch is
...
now added to -file. This was previously restricted to only .wad, .zip, .pk3, and .txt.
- You can now pass -file/-deh/-bex more than once on the command line, and they will all
have effect.
SVN r2184 (trunk)
2010-03-03 04:29:40 +00:00
Randy Heit
5da2885d88
- Changed DArgs to use a TArray of FStrings instead of doing its own string vector management
...
in preparation for doing GatherFiles the "right" way.
SVN r2183 (trunk)
2010-03-02 04:51:16 +00:00
Randy Heit
4e2ca33ea9
- Fixed: DrawHudText() needs to verify that the character glyph is valid before accessing
...
its fields.
SVN r2182 (trunk)
2010-03-02 01:59:16 +00:00
Randy Heit
54b792a97f
- V_GetFont() needs to check the font header.
...
SVN r2181 (trunk)
2010-02-26 20:19:43 +00:00
Randy Heit
d530fd7f90
- Added BMF (ByteMap Font) support. This was complicated somewhat by the fact that BMF can
...
specify a character advance separately from the glyph width. GetChar and GetCharWidth now
return this value in place of the glyph width. (For non-BMF fonts, these should still
return the same values as before.)
SVN r2180 (trunk)
2010-02-26 05:34:30 +00:00
Randy Heit
8ecafcc15a
- Added A_CheckSightOrRange, with changes.
...
SVN r2179 (trunk)
2010-02-26 00:08:25 +00:00
Randy Heit
5523140890
- Explicitly setting the charset for the EM_SETCHARFORMAT message seems to do what I want.
...
SVN r2178 (trunk)
2010-02-24 04:23:01 +00:00
Randy Heit
0b2c2e1cb3
- Use the Unicode RichEdit control instead of the MBCS version, so as to enforce the use
...
of code page 1252 for output text. This is noticeable, for example, with the FMOD copyright
notice where the copyright symbol appears as ゥ (halfwidth katakana small U) with code page 932.
SVN r2177 (trunk)
2010-02-24 04:17:14 +00:00
Randy Heit
ad54cfcf94
- Change the log window to use DejaVu Sans instead of Bitstream Vera Sans, because
...
Silverex's X-Chat comes with the former now. Unfortunately, I can't seem to actually
set the font when my system default code page is 932, since it wants to use some Kanji-
compatible font instead. I wonder if I can still use the Unicode RichEdit control with
Windows 9x. (Does it even matter? Windows 9x users make up less than 0.1% of all visitors
to zdoom.org these days.)
SVN r2176 (trunk)
2010-02-24 03:36:42 +00:00
Randy Heit
a1255c059d
- Added -nostartup switch to disable the more graphical startup screens of Heretic, Hexen,
...
and Strife.
SVN r2175 (trunk)
2010-02-24 02:58:48 +00:00