Age | Commit message (Collapse) | Author |
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1845
|
|
hopefully fix the problem with the mouse cursor disappearing when
exiting on Win9x (thanks Janizdreg).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1819
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1737
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1726
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1703
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1699
|
|
image drawn at the bottom right corner of the screen. This seems to be
the same as how Vanilla behaves, and fixes chook3.wad, that uses an
STDISK replacement with an offset that pushes the image to the left.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1629
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1610
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1602
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1601
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1597
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1596
|
|
CE buttons are read properly. Map buttons to PC function keys.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1594
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1579
|
|
available.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1571
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1568
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1506
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1423
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1415
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1398
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1394
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1373
|
|
consistently be the properly translated version of the key pressed.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1352
|
|
bug with leftover junk at startup melt.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1333
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1302
|
|
not present in Heretic.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1279
|
|
heretic ticcmd_t to common type.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1261
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1249
|
|
V_UseBuffer where necessary.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1248
|
|
that to be temporarily changed. Make V_DrawBlock always draw to the
screen.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1246
|
|
i_video.c code. Make V_CopyRect always blit to the screen.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1245
|
|
to be bound in a distributed fashion around the program. Remove
dependency of m_config.c on doom/.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1222
|
|
API for scheduling functions to call on quit.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1216
|
|
common->doom header dependencies.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1211
|
|
common code and remove dependencies on deh_main.h.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1210
|
|
Subversion-branch: /branches/raven-branch
Subversion-revision: 1205
|
|
level.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1204
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1135
|
|
the image.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1128
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1095
|
|
using -warp.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1089
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1081
|
|
rather than number of pixels.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1057
|
|
specified with one combined option.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1056
|
|
"pillarboxed", "letterboxed" or "windowboxed".
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1036
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1024
|
|
scale. Only allow 320x200, 640x400 special case for aspect ratio correct
when running fullscreen. Clean up "nearest mode" autoadjustment. Fix
crash with autoadjust when running windowed.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1007
|
|
mode.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1006
|
|
The previous system was built around the program choosing a screen mode
from the user's settings, this is based around choosing settings from
the specified screen mode.
As such, the old screenmultiply config variable is now gone. Also,
aspect ratio correction is now on by default.
Add new aspect ratio correction functions for horizontal squashing (as a
complement to the existing vertical stretching).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1005
|
|
Siggi)
Reset the palette when the window is restored to clear any screen
corruption (thanks Catoptromancy)
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 994
|