2011-01-22 |
havoc | added DPSOFTRAST software rasterizer, a work in progress |
blob | commitdiff | raw |
2011-01-07 |
vortex | drawcolorcodedstring: support full 6 parms (added start... |
blob | commitdiff | raw | diff to current |
2010-11-13 |
havoc | use less R_Mesh_ResetTextureState calls for more perfor... |
blob | commitdiff | raw | diff to current |
2010-11-13 |
havoc | render shownetgraph much faster by drawing an entire... |
blob | commitdiff | raw | diff to current |
2010-10-29 |
divverent | I suppose 0xE000 is a valid fontmap char... so render... |
blob | commitdiff | raw | diff to current |
2010-10-29 |
divverent | fix one issue with textshadow moving oddly around in... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
vortex | Fix nasty bug with dp_fonts structure expanding, once... |
blob | commitdiff | raw | diff to current |
2010-09-26 |
divverent | fix autoload semantics of drawpics |
blob | commitdiff | raw | diff to current |
2010-09-25 |
divverent | loadfont now prints a warning if it gets more than... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
havoc | don't use TEXF_ALLOWUPDATES on fully-updated textures... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
divverent | recalc the 2D view if changing view parameters with... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
divverent | Draw_CachePic_Flags: ignore TEXF_COMPRESS when comparin... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
divverent | track if a cachepic has alpha, and turn off depth write... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
divverent | PROPERLY handle roundoff errors in drawsetcliparea |
blob | commitdiff | raw | diff to current |
2010-07-23 |
divverent | Fix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
divverent | fix font loading bug causing E0xx glyphs to get zero... |
blob | commitdiff | raw | diff to current |
2010-07-03 |
havoc | implemented Direct3D9 renderer (off by default), not... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | fix a bunch of warnings if compiling darkplaces as... |
blob | commitdiff | raw | diff to current |
2010-07-01 |
divverent | new cvar r_draw2d to turn off all 2D drawing (except... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
divverent | new cvars: |
blob | commitdiff | raw | diff to current |
2010-06-21 |
divverent | jpeg: perform picmip levels 1, 2, 3 accelerated by... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
vortex | fix defaultfont scale bug (which makes it invisible) |
blob | commitdiff | raw | diff to current |
2010-05-24 |
vortex | fix a bug with font scale/voffset not surviving r_resta... |
blob | commitdiff | raw | diff to current |
2010-05-23 |
vortex | try fix a warning |
blob | commitdiff | raw | diff to current |
2010-05-22 |
vortex | DP_GFX_FONTS: add 2 additional parms to loadfont()... |
blob | commitdiff | raw | diff to current |
2010-05-22 |
vortex | bugfix recent font additions |
blob | commitdiff | raw | diff to current |
2010-05-22 |
vortex | formed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten... |
blob | commitdiff | raw | diff to current |
2010-05-01 |
havoc | overhauled vertex formats, now supports 100% interleave... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
havoc | fix a bunch of warnings |
blob | commitdiff | raw | diff to current |
2010-01-31 |
havoc | added r_texture_convertsRGB_* cvars (default: OFF)... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
divverent | apply the font parameters at loadfont time, not map... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
divverent | fix the bug I just fixed another time :P slight speedup... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
divverent | fix off-by-one bug rendering characters like U+0100 |
blob | commitdiff | raw | diff to current |
2010-01-05 |
havoc | remove support for GL_EXT_compiled_vertex_array extension |
blob | commitdiff | raw | diff to current |
2010-01-03 |
blub | width_of_factor is now useless since it's always equal... |
blob | commitdiff | raw | diff to current |
2010-01-03 |
blub | Do not load sizes < 0 at all. |
blob | commitdiff | raw | diff to current |
2010-01-02 |
blub | load the freetype library in Font_Init already, and... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
blub | reset prevch after drawing the shadow to not kern the... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
divverent | fix a typo in the pixel snapping |
blob | commitdiff | raw | diff to current |
2010-01-01 |
divverent | patch by Blub and me: |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | more redundant suffix elimination |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | remove redundant _Size suffix from textwidth functions... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | fix alignment of fps counter with ft2 fonts, and other... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
havoc | moved almost all R_GetTexture calls into R_Mesh_TexBind |
blob | commitdiff | raw | diff to current |
2009-12-28 |
blub | try using imagefont from fallbacks as well (.tga and... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | fix a bunch of type-punned pointer warnings |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed several Con_Printf calls to Con_DPrintf |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | added Con_MaskPrintf, Con_Printf/Con_DPrintf and friend... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
blub | use real pixels for r_textshadow instead of virtual... |
blob | commitdiff | raw | diff to current |
2009-12-26 |
divverent | freetype: "loadfont" now uses virtual pixels, not real... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
divverent | add a menu/csqc field .drawfontscale to scale the font... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
divverent | improve text word wrapping |
blob | commitdiff | raw | diff to current |
2009-12-24 |
divverent | same fix in DrawQ_String |
blob | commitdiff | raw | diff to current |
2009-12-24 |
divverent | fix text width function |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | MSVC doesn't support 'inline' |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | make utf8 functions safer: give them a size limit in... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
blob | commitdiff | raw | diff to current |
2009-12-23 |
havoc | the beginnings of a cgGL rendering path experiment... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | removed r_precachetextures cvar |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | added gl_nopartialtextureupdates cvar which disables... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | allocate memory for big temporary storage arrays rather... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
eihrul | make Draw_FreePic set pic->tex to NULL to prevent reuse... |
blob | commitdiff | raw | diff to current |
2009-12-09 |
havoc | renderer now uses vid.renderpath to select rendering... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
havoc | mdl skin loading is now more memory-efficient (now... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
havoc | automatically load/unload cachepic_t textures from... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
havoc | migrated a large number of #define MAX values to quaked... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
havoc | implemented fog height setting, along with fade depth... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
havoc | renamed polygonelements, skyboxelements, skysphereeleme... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
havoc | disable glLineWidth setting because it is producing... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
havoc | fix several bugs with viewport code (r_shadows works... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
havoc | implemented omnidirectional shadowmapping using depth... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fix errors and warnings in MSVC when compiling as C++ |
blob | commitdiff | raw | diff to current |
2009-07-08 |
divverent | doxygen comments and config file |
blob | commitdiff | raw | diff to current |
2009-07-08 |
divverent | fix rounding of drawsetcliparea coordinates (but not... |
blob | commitdiff | raw | diff to current |
2009-04-12 |
sajt | drawrotpic: |
blob | commitdiff | raw | diff to current |
2009-02-20 |
divverent | some color tag cleanups by terencehill |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2009-01-19 |
havoc | fix a number of char types that should be int, to make... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
divverent | fix interpretation of text brightness/contrast cvars... |
blob | commitdiff | raw | diff to current |
2008-12-25 |
divverent | terrencehill's color codes patch. Please test thoroughl... |
blob | commitdiff | raw | diff to current |
2008-10-11 |
divverent | add DRAWFLAG_SCREEN (which basically is like invert... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | fix NOCLAMP |
blob | commitdiff | raw | diff to current |
2008-08-24 |
divverent | new flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
divverent | fix font parsing so adding more properties in the futur... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
divverent | add a new "scale" property in font files. Specifying... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
divverent | fix typo in r_textcontrast description |
blob | commitdiff | raw | diff to current |
2008-04-10 |
havoc | implemented uint16 element array support, and use of... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
havoc | patch from Blub that fixes DrawQ_Line with GLSL mode |
blob | commitdiff | raw | diff to current |
2008-02-08 |
divverent | respect the conchars image width/height correctly,... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | huge audit of dprints throughout engine, all notices... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
divverent | v_glslgamma: make GLSL postprocessing take over the... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
havoc | implemented r_glsl_usegeneric cvar, this causes generic... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
divverent | add r_textcontrast to complement t_textbrightness |
blob | commitdiff | raw | diff to current |
2008-01-04 |
black | Refactor the code to make r_view and r_viewcache member... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
havoc | fix a crash introduced in my BGRA commit (was providing... |
blob | commitdiff | raw | diff to current |
2007-12-18 |
res | Marked some gl_draw.c tables as "static const" |
blob | commitdiff | raw | diff to current |
2007-12-17 |
havoc | remove basealpha checks in DrawQ_String_Font |
blob | commitdiff | raw | diff to current |
2007-12-17 |
divverent | split up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
res | Fixed user font initialization writing beyond fonts... |
blob | commitdiff | raw | diff to current |
next |