2010-01-07 |
havoc | fix TEXTYPE_COLORBUFFER |
commit | commitdiff | tree | snapshot |
2010-01-07 |
havoc | added ft2 and utf8lib files |
commit | commitdiff | tree | snapshot |
2010-01-07 |
havoc | no longer uses rectangle textures for deferred renderin... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
havoc | reduce stack requirements |
commit | commitdiff | tree | snapshot |
2010-01-06 |
eihrul | only clear depth buffer bit for shadowmaps |
commit | commitdiff | tree | snapshot |
2010-01-06 |
eihrul | only issue one clear for 2D/rect shadowmaps |
commit | commitdiff | tree | snapshot |
2010-01-05 |
havoc | fix some bugs with cgGL path |
commit | commitdiff | tree | snapshot |
2010-01-05 |
blub | I used the code from before the utf8 changed but it... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
blub | with utf8 disabled, str2chr should now behave the way... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
blub | with utf8 disabled VM_str2chr should not use U+E0xx... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
eihrul | textureGatherOffset fix - take #2 |
commit | commitdiff | tree | snapshot |
2010-01-05 |
eihrul | don't use textureGatherOffset as Catalyst GLSL doesn... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
eihrul | fixed signed vs. unsigned warning |
commit | commitdiff | tree | snapshot |
2010-01-05 |
eihrul | fixed missing \n" |
commit | commitdiff | tree | snapshot |
2010-01-05 |
blub | fixing a possible invalid memory access spotted by... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
havoc | fix some shader compile errors related to MODE_LIGHTDIR... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
blub | Make SHADERPERMUTATION_COUNT be the actual size of... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
havoc | remove support for GL_EXT_compiled_vertex_array extension |
commit | commitdiff | tree | snapshot |
2010-01-05 |
havoc | fix r_hdr intensity problems |
commit | commitdiff | tree | snapshot |
2010-01-05 |
havoc | implemented obj model loading |
commit | commitdiff | tree | snapshot |
2010-01-04 |
havoc | fix GLSL compile error on cubemap lights with deferred... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
havoc | renamed r_frame to r_textureframe for better readabilit... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
havoc | moved R_Mesh_TexCoordPointer, R_Mesh_ColorPointer,... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
blub | patch by a_grue: fix some memory leaks in the GLX clien... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
divverent | allow entity number reuse during PRVM_ED_LoadFromFile... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
divverent | When loading savegames, unlink all edicts first. This... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
blub | r_glsl_dumpshader: shaderpermutationinfo[i].pretext... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
blub | width_of_factor is now useless since it's always equal... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
blub | Do not load sizes < 0 at all. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
blub | load the freetype library in Font_Init already, and... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
havoc | upload all q1bsp lightmaps on first frame, rather than... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
blub | on mac it's libfreetype.dylib and/or libfreetype.6... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
blub | with mingw I get a libfreetype-6.dll so I guess the... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
divverent | speed up PNG saving by about factor 4 by using fastest... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
blub | reset prevch after drawing the shadow to not kern the... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
divverent | again, a stupid fix for stupid MSVC not supporting... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
divverent | fix a typo in the pixel snapping |
commit | commitdiff | tree | snapshot |
2010-01-01 |
divverent | patch by Blub and me: |
commit | commitdiff | tree | snapshot |
2009-12-31 |
divverent | make the JPEGs progressive |
commit | commitdiff | tree | snapshot |
2009-12-31 |
divverent | new cvar: scr_screenshot_png (and obvious PNG screensho... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
blub | Check sfx->fetcher instead of ch_ind < 0 before freeing... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
divverent | notice the input data has no useful data on the alpha... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
havoc | due to performance issues with streaming ogg decoding... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | do not set hasalphaflag on dds images that have alpha... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | default r_lerpsprites to 0 because it causes flickering |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | remove an unused variable |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | change WIN64RELEASE options |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | buffer up to 32 recent frame numbers for clc_ack to... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | fix water rendering bugs where the clipping plane was... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | fix engine version display |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | added WIN64RELEASE flags |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | fix water rendering |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | remove some unwanted debug prints |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | don't spatialize twice :P |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | hopefully fix a race condition in S_StartSound |
commit | commitdiff | tree | snapshot |
2009-12-30 |
blub | get rid of a warning |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | add back -fno-strict-aliasing to hush warnings |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | more redundant suffix elimination |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | remove redundant _Size suffix from textwidth functions... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | fix alignment of fps counter with ft2 fonts, and other... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | add the intoverflow lib |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | handle integer overflow when DDS loading |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | fix the overflow checks :( |
commit | commitdiff | tree | snapshot |
2009-12-30 |
divverent | DDS: handle file size errors |
commit | commitdiff | tree | snapshot |
2009-12-30 |
havoc | implemented support for caching compressed textures... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
blub | using tables for u8_analyze to speed it up |
commit | commitdiff | tree | snapshot |
2009-12-29 |
divverent | fix declaration of buildstring |
commit | commitdiff | tree | snapshot |
2009-12-29 |
divverent | make the utf8 casting strict aliasing-safe |
commit | commitdiff | tree | snapshot |
2009-12-29 |
divverent | improve the just added macros to not cause anything... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
divverent | factor out the non-utf8 part of u8_get*char into macros |
commit | commitdiff | tree | snapshot |
2009-12-28 |
eihrul | don't explicitly enable GL_ARB_shadow extension in... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
havoc | fix a NULL free attempt |
commit | commitdiff | tree | snapshot |
2009-12-28 |
eihrul | fix stray semicolon |
commit | commitdiff | tree | snapshot |
2009-12-28 |
blub | added developer_font, set > 100 to also dump the genera... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
havoc | removed TEXF_MANUALFLUSHUPDATES flag, now bufferpixels... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
havoc | moved almost all R_GetTexture calls into R_Mesh_TexBind |
commit | commitdiff | tree | snapshot |
2009-12-28 |
havoc | exposed two more fields in rtexture_t, now texnum is... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
divverent | fix font glyph loading coordinates - now unhinted works |
commit | commitdiff | tree | snapshot |
2009-12-28 |
havoc | reduced the options in LDFLAGS_WINCOMMON and added... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
divverent | more cvars: r_font_antialias (0, 1) |
commit | commitdiff | tree | snapshot |
2009-12-28 |
blub | try using imagefont from fallbacks as well (.tga and... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
divverent | remove a no longer applying fixme comment |
commit | commitdiff | tree | snapshot |
2009-12-28 |
divverent | added masking to Con_DrawConsole, and removed it from... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
blub | r_font_hinting cvar makes more sense: 0 no hinting... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
blub | cvar: r_font_autohinting added |
commit | commitdiff | tree | snapshot |
2009-12-28 |
blub | DrawQ_TextWidth_Font_Size for the engineversion string... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
blub | fixed an inconsistency in u8_analyze |
commit | commitdiff | tree | snapshot |
2009-12-27 |
blub | with utf8 disabled, u8_byteofs must still behave correc... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | fix developer_extra and developer_insane cvar declarations |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | fix a bunch of type-punned pointer warnings |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | added StoreBigShort |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | hush a warning |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | reworked console rendering, now uses con_backscroll... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | use less options, for compatibility with old gcc |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | changed several Con_Printf calls to Con_DPrintf |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | added Con_MaskPrintf, Con_Printf/Con_DPrintf and friend... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
blub | reducing error output in font loading (use developer... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
blub | use real pixels for r_textshadow instead of virtual... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
divverent | freetype: "loadfont" now uses virtual pixels, not real... |
commit | commitdiff | tree | snapshot |
next |