summaryrefslogtreecommitdiff
path: root/source/gl_draw.c
AgeCommit message (Expand)Author
2010-09-15Renamed source tree subdirectory into ‘src’, moved ‘asm’ subdirectory...Andrey Nazarov
2009-09-04Removed support for color escapes embedded in text (but still allow colored l...Andrey Nazarov
2009-07-14Moved GL_StretchPic into gl_draw.c so that it gets inlined by the compiler.Andrey Nazarov
2009-05-29Ran all source files through expand(1).Andrey Nazarov
2008-08-16Split some monolithic include files into smaller ones.Andrey Nazarov
2008-05-18Accept `all' as special argument to `delstuffcmd' command.Andrey Nazarov
2008-04-04Added support for drawing colored text via `draw' client command.Andrey Nazarov
2008-04-02Use size_t instead of int where possible.Andrey Nazarov
2008-02-17Huge search and replace commit.Andrey Nazarov
2007-12-10Clip OpenGL scissor coords properly inside Draw_SetClipRect.Andrey Nazarov
2007-12-02Implemented UI scaling, added ui_scale variable.Andrey Nazarov
2007-11-26Release mouse in windowed mode if paused.Andrey Nazarov
2007-11-25Changed Com_sprintf --> Q_concat in quite some cases.Andrey Nazarov
2007-11-23Added `com_uptime' macro.Andrey Nazarov
2007-08-15Fixed UI_ModeChanged not being called for hard linked UI.Andrey Nazarov
2007-08-14Initial import of the new Q2PRO tree.Andrey Nazarov