summaryrefslogtreecommitdiff
path: root/source/q_shared.h
AgeCommit message (Collapse)Author
2007-10-06Added 'uf' userinfo variable.Andrey Nazarov
Made 'mvdisconnect' command actually work, added 'mvdkill' command. Properly parse player names out of MVD stream. Added gl_showerrors variable. Fixed SV_OUTPUTBUF_LENGTH so it fits into UDP packet without fragmentation!
2007-09-15Allow quake paths up to MAX_OSPATH characters at VFS level.Andrey Nazarov
Modified demo recording and playback functions to support longer pathnames.
2007-08-15Added --hard-link option to configure.Andrey Nazarov
Link in assembly version of BoxOnPlaneSide. Added simple game DLL interface for describing enhanced features. Changed some renderer algorithms to do half of the recurion path in simple cylce.
2007-08-15Fixed UI_ModeChanged not being called for hard linked UI.Andrey Nazarov
Added QDECL specifier for some interface functions. Changed default values for com_date_format and com_time_format. On Windows, set up empty CRT invalid parameter handler so e.g. invalid modificators passed to strftime do not raise an exception.
2007-08-14Initial import of the new Q2PRO tree.Andrey Nazarov