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 |
2009-12-26 |
blub | these checks are now superfluous, u8_fromchar doesn... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
blub | set the unicode value to 0 if no value exists, also... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
divverent | fix asign error in a mostly unused physics code part :P |
commit | commitdiff | tree | snapshot |
2009-12-26 |
motorsep | added missing .h and .c files to the project |
commit | commitdiff | tree | snapshot |
2009-12-25 |
blub | get rid of the warning |
commit | commitdiff | tree | snapshot |
2009-12-25 |
divverent | stringwidth(): if 3rd arg is not given, always yield... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
blub | unicode character input handling in the GLX client |
commit | commitdiff | tree | snapshot |
2009-12-25 |
havoc | more optimizations to SVBSP code |
commit | commitdiff | tree | snapshot |
2009-12-25 |
blub | u8_get{n,}char should advance the end-ptr even if no... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
divverent | add a menu/csqc field .drawfontscale to scale the font... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
havoc | improved performance of SVBSP code |
commit | commitdiff | tree | snapshot |
2009-12-25 |
divverent | improve text word wrapping |
commit | commitdiff | tree | snapshot |
2009-12-25 |
blub | '<=' fail: '< 0xC2' means invalid '== 0xC2' does not... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
blub | fix u8_COM_StringLengthNoColors the same way other... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
divverent | utf8: add VM_sprintf support |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | added back the old method of comparing points to the... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
eihrul | fixed plane test typo |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | use svbsp for rtlight compilation instead of portal... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | changed svbsp code to use floats instead of doubles |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | don't use ssize_t |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | change a few WIN64 checks to _WIN64 (which actually... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | fix some warnings about a variable being used twice... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | fix a printf where a size_t was being printed as a... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | fix a warning about possibly uninitialized variables |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | fix some 64bit printf errors |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | changed Cg shader support to check DP_CG_LIBDIR instead... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | disabled WIN64 error, perhaps we should use the name... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | renamed a parameter, removed some unused cvars |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | removed r_shadow_culltriangles - the only useful part... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | turn off r_shadow_culltriangles by default, because... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | reorganized GLSL shader |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | improved Cg error reporting |
commit | commitdiff | tree | snapshot |
2009-12-24 |
divverent | same fix in DrawQ_String |
commit | commitdiff | tree | snapshot |
2009-12-24 |
divverent | fix text width function |
commit | commitdiff | tree | snapshot |
2009-12-24 |
havoc | don't project shadows so far - this fixes broken shadow... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
blub | take utf8_enable into account when printing the dots... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
divverent | fix detection of timeout-based lost packets. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
divverent | try to notice uncompensated packet loss due to timeouts |
commit | commitdiff | tree | snapshot |
2009-12-23 |
eihrul | fixing sizeof(data) of pointer to particle texture... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | remove unneeded include |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | do not TOTALLY block translation with csprogs, but... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | progs loading: allow translation of strings using a... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | add DLL name for win32 |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | improve sprintf a bit to match with documentation |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | DP_QC_SPRINTF :P |
commit | commitdiff | tree | snapshot |
2009-12-23 |
blub | Using MAX_QPATH for filenames in ft2. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
blub | MSVC doesn't support 'inline' |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | oops, a float I meant |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | turn font size snapping into a float |
commit | commitdiff | tree | snapshot |
2009-12-23 |
blub | stdint.h and uint32_t instead of u_int32_t |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | additionally include stdint.h on non-MSVC too |
commit | commitdiff | tree | snapshot |
2009-12-23 |
havoc | make CgGL render path work |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | make utf8 functions safer: give them a size limit in... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | get utf8lib out of common.c by moving the u8_strnlen... |
commit | commitdiff | tree | snapshot |
next |