summaryrefslogtreecommitdiff
path: root/source/q_list.h
AgeCommit message (Collapse)Author
2009-05-29Ran all source files through expand(1).Andrey Nazarov
2008-05-05Brought SDL window resizing policy in compliance to ICCCM.Andrey Nazarov
Renamed `vid_placement' cvar to `vid_geometry'. Load *.pkz files by default. Do not allow backed-up quake paths at all. Apply `--enable-dsound' and `--enable-dinput' options to Unix too. Replaced `s_driver' and `in_driver' cvars with `s_direct' and `in_direct'. Renamed `s_initsound' cva to `s_enable'. Improved SDL input grabs handling in windowed mode. Allow `cl_noskins' to be dynamically changed. Run client at 10 fps if minimuzed, at 60 fps if not active (client is disconnected or in background). Fixed Sys_ExecDefault. Use absolute mouse positioning for UI. Hide custom UI cursor in windowed mode.
2007-09-23Replaced link_t stuff with list_t handlers.Andrey Nazarov
Server now tries to avoid cache misses when iterating though client list by placing clients sequentally.
2007-09-20Added support for the new R1Q2 protocol version.Andrey Nazarov
Q2PRO protocol is now versioned similar to R1Q2 protocol. Allow "play" stuffcmd when watching a demo. Handle clients with zero qport properly, compare IP address _and_ port.
2007-08-14Initial import of the new Q2PRO tree.Andrey Nazarov