summaryrefslogtreecommitdiff
path: root/source/ui_network.c
AgeCommit message (Collapse)Author
2008-05-08Removed hardcoded menus in favor of scriptable ones.Andrey Nazarov
Made UI module part of the client, removed all glue. Added `pushmenu', `popmenu', 'forcemenuoff' commands. Detect gzipped files by contents, not by *.gz extension (TODO).
2008-04-02Use size_t instead of int where possible.Andrey Nazarov
Added initial support for Win64 port.
2007-12-10Made the rest of the menus resizable.Andrey Nazarov
2007-12-02Implemented UI scaling, added ui_scale variable.Andrey Nazarov
Draw_ClipRect now operates correctly on scaled coordinates.
2007-08-14Initial import of the new Q2PRO tree.Andrey Nazarov