]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Added in_mouse_x and in_mouse_y, which contain the rel. coords of the mouse.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Oct 2003 12:08:29 +0000 (12:08 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Oct 2003 12:08:29 +0000 (12:08 +0000)
commit28620abb9561ae4dfd3626c69912af0aa2e941df
treec7dbc41474a397308939a71e81a8ec2881c6102f
parenteebcd6bcd83d46eaf2227b244863e78b2c3f7b9e
Added in_mouse_x and in_mouse_y, which contain the rel. coords of the mouse.
Fixed a bug where PRVM_Stacktrace/PR_Stacktrace were involved.
Added some vm builtin functions to the new vm and changed PRVM_ED_LoadFromFile, so it can load multiple files.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3596 d7cf8633-e32d-0410-b094-e92efae38249
18 files changed:
cl_main.c
cl_screen.c
cl_screen.h
client.h
gl_backend.c
gl_backend.h
gl_draw.c
host.c
input.h
menu.c
pr_exec.c
progsvm.h
prvm_cmds.c
prvm_edict.c
prvm_exec.c
prvm_execprogram.h
vid_shared.c
vid_wgl.c