summaryrefslogtreecommitdiff
path: root/source/ui_main.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).
2007-12-10Made the rest of the menus resizable.Andrey Nazarov
2007-12-10Improved Demo Browser.Andrey Nazarov
Menus can be dynamically resized now. Fixed `make install'.
2007-12-07Optimized FS_ListFiles (and broken Windows build).Andrey Nazarov
Initial changes to demo browser to support caching.
2007-12-02Implemented UI scaling, added ui_scale variable.Andrey Nazarov
Draw_ClipRect now operates correctly on scaled coordinates.
2007-08-21Removed demomap command, cinematics stuff, support for savegames.Andrey Nazarov
Added addban, delban, listbans server commands. Renamed cl_railrings_* cvars to cl_railspiral_*. Server now reports minor Q2PRO protocol version in challenge response. Pressing Ctrl+C inside input filed copies contents to clipboard on Windows. Cleaned up not implemented menus. Removed scr_crosshair_names cvar. Removed support for triggers. Added cl_beginmapcmd, cl_endmapcmd, cl_changemapcmd cvars. Updated wiki.
2007-08-14Initial import of the new Q2PRO tree.Andrey Nazarov