Age | Commit message (Collapse) | Author |
|
isn't in Strife, and added a note about some horribly buggy code in the
S_StartSound I_Error we're not bringing in (for now anyway).
Subversion-branch: /branches/strife-branch
Subversion-revision: 2271
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2269
|
|
variable to control dialogue text messages, as in vanilla. Also, absence
of voices.wad, or use of the -novoices parameter, will now properly both
disable voices AND enable dialogue text.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2268
|
|
with color translations (fixes Harris's weird white/green spot when he
dies).
Subversion-branch: /branches/strife-branch
Subversion-revision: 2266
|
|
and finished ST_drawKeysPopup for drawing keys (TODO: in deathmatch it
draws frags instead). Fix to buffer overflow in V_ScreenShot - *ATTN
fraggle* - needs fix in trunk!
Subversion-branch: /branches/strife-branch
Subversion-revision: 2265
|
|
Also, fixed display of total play times > 1 hr in the objective popup,
and added display of ammo and max ammo widgets to the stats popup.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2264
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2263
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2262
|
|
this is not supported by the Microsoft compiler.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2261
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2260
|
|
temporarily until the netgame changes on raven-branch are finished.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2259
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 2258
|
|
project files.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2256
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2255
|
|
Subversion-branch: /branches/strife-branch
Subversion-revision: 2254
|
|
directories under the standard choco savegamedir for each Strife
saveslot.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2253
|
|
routines from Eternity.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2252
|
|
disables it. Made most D_DoomMain messages dependent on -devparm.
wipegamestate should start == 1, which is currently GS_UNKNOWN. Changed
-wart behavior. Verified *no* changes in Strife to p_sight.c.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2251
|
|
it in there after all), removed some dead code in p_dialog, added a
'default: break;' case in EV_VerticalDoor, initialize
player_t::allegiance in P_SetupLevel, minor changes to EV_Teleport,
2nd-pass verification for p_tick, and big fixes in p_user.c including
noclip cheat, viewz clipping against floor, air control thrust amount,
and missing/incorrect else's.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2250
|
|
(thanks Alexandre Xavier).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2249
|
|
message, PST_REBORN set in G_DoLoadLevel if players.health <= 0,
M_ClearRandom doesn't seed rndindex with time(), A_Chase doesn't check
for target->health <= 0 when decrementing actor->threshold, and
A_AcolyteSpecial fixed - ALL blue acolytes must be dead, not just one.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2248
|
|
finalized. Fixes/additions include adjusted dropoff height in P_TryMove,
order-of-evaluation fix in PIT_ChangeSector, proper spechit overrun
emulation, and Rogue's fix which prevents intercepts overflows.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2247
|
|
adjustments and cleanup for P_DamageMobj, including "horror" predicate
for spectral damage, missing target->target assignment for players, and
use of the wrong mobj_t for R_PointToAngle2 when doing hookshot damage.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2246
|
|
except for explicitly tagged FIXME/TODO items in P_SpawnMapThing.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2245
|
|
shoot-type lines in P_XYMovement.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2244
|
|
* P_NightmareRespawn fog z and flags restoration
* P_MobjThinker respawn time and NOTDMATCH exception
* P_RemoveMobj/P_RespawnSpecials timing
* P_SpawnBlood order-of-evaluation fix
Subversion-branch: /branches/strife-branch
Subversion-revision: 2243
|
|
number of columns in the mode list to fit them all on-screen. Remove
superfluous left-side spacing from the checkbox and radio button widgets
so that the modes can be packed closer together.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2242
|
|
implementation of POSIX opendir/readdir/closedir API derived from the
MinGW libc extensions source. Will be needed for hub save maintenance.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2241
|
|
twipley).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2239
|
|
shift, to match Vanilla (thanks AlexXav).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2238
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2237
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2235
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2234
|
|
AlexXav).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2233
|
|
resize handle to the corner of the window that overlaps the view of the
game.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2231
|
|
being emulated: the Vanilla versions did not have any conditional
behavior based on gamemode/gamemission.
This has the side effect of causing the game to exit with an error when
playing with Final Doom, but this is Vanilla behavior.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2230
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2228
|
|
the game, to match Vanilla behavior (thanks AlexXav).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2227
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2226
|
|
-record (thanks AlexXav).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2225
|
|
exactly (thanks AlexXav).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2224
|
|
also checks that extra options were provided on the command line (thanks
Sander van Dijk).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2223
|
|
exp(x)).
Subversion-branch: /branches/raven-branch
Subversion-revision: 2222
|
|
(thanks Sander van Dijk).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2221
|
|
Add server registration option to setup tool (thanks exp(x)).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2220
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 2218
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 2217
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 2216
|
|
modes.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2215
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 2214
|