Module darkplaces: Change committed

havoc at icculus.org havoc at icculus.org
Fri May 13 19:41:35 EDT 2005


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2005-05-13 23:41:34 UTC

Log message:

replaced all references to vid.conwidth and vid.conheight with vid_conwidth.integer and vid_conheight.integer
replaced all references to vid.realx/vid.realy with 0
replaced all references to vid.realwidth and vid.realheight with vid.width and vid.height
replaced current_vid_* variables with vid. fields (vid.width, vid.height, vid.bitsperpixel, vid.fullscreen)
vid_glx.c: replaced scr_width/height with vid.width/height
vid_wgl.c: replaced window_center_x/y with calculations as needed, and replaced window_width/height with vid.width/height, and some other minor cleanups
removed VID_GetWindowSize function

Modified files:
     cl_input.c cl_screen.c cl_video.c console.c gl_backend.c
     gl_draw.c gl_rmain.c keys.c menu.c prvm_cmds.c r_crosshairs.c
     r_shadow.c sbar.c vid.h vid_glx.c vid_null.c vid_sdl.c
     vid_shared.c vid_wgl.c
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: darkplaces.20050513.234134.havoc.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20050513/bd24e5b0/attachment.diff>


More information about the twilight-commits mailing list