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 |
2009-12-23 |
blub | this should work without strlen as well |
commit | commitdiff | tree | snapshot |
2009-12-23 |
blub | do not use non-standard strnlen function |
commit | commitdiff | tree | snapshot |
2009-12-23 |
blub | ... forgot to add the files, I'm too used to git now :P |
commit | commitdiff | tree | snapshot |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
havoc | fix SUPPORTCG checks |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | fix detection of cg libs |
commit | commitdiff | tree | snapshot |
2009-12-23 |
divverent | DP_SV_PING_PACKETLOSS: expose packet loss to server QC |
commit | commitdiff | tree | snapshot |
2009-12-23 |
havoc | the beginnings of a cgGL rendering path experiment... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
havoc | load maps/levelname_effectinfo.txt in addition to effec... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
havoc | fix a crash on non-deluxemapped q3bsp loading |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | removed r_precachetextures cvar |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | fix some issues with r_hdr 1 (or r_hdr_scenebrightness... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | force R_GetCurrentTexture to regenerate data when |
commit | commitdiff | tree | snapshot |
2009-12-21 |
divverent | fix movement loss tracking |
commit | commitdiff | tree | snapshot |
2009-12-21 |
divverent | movement packet loss tracking |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | fix typo in StoreBigLong calls on NETFLAG_ACK packets |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | print unknown keys a little differently, to avoid escap... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | change how compression hint check works |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | remove some gl functions that are not used |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | use floats rather than doubles for view matrix stuff |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | added LINK_TO_ZLIB define checks, to allow direct linking |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | added K_PRINTSCREEN, not actually used by any platforms... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | added SUPPORTIPV6 define checks - not defined by defaul... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | increase NET_MAXMESSAGE in DP_SMALLMEMORY configuration... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | added SUPPORTDLL define and checks, if any platforms... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | check if FNDELAY is defined instead of checking WIN32 |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | print memlist if out of memory error occurs |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | added mem_bigendian variable |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | fix big endian loading of patches |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | added gl_nopartialtextureupdates cvar which disables... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
havoc | allocate memory for big temporary storage arrays rather... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | allocate the right byte count for PVS data in framedata |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | disable r_transparentdepthmasking by default until... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | GLSL shaders no longer use gl_TexCoord[] varying variables |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | GLSL shaders no longer use gl_TextureMatrix, now all... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | eliminated R_Mesh_TextureState function and rmeshstate_... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fixed cl_decals_models 1 rendering |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | implemented fogging for cl_decals_newsystem 1 |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix GL11/GL13 fogged sprite rendering and q1bsp sky... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix fog mask scrolling on q1bsp sky |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix bug with cl_decals_newsystem where submodels and... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix bug where r_shadow_deferred 1 caused transparent... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | added r_transparentdepthmasking cvar (defaults to 1... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | don't need it twice... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | - fix specular stuff on Q1BSP |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | slowmo: when slowmo is < 1, restrict sys_ticrate not... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | DP_EF_RESTARTANIM_BIT |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | maxidlefps fix for maxfps 0 |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix bug with deluxemapping (I thought GLSL had a recip... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | force shadowmapping when deferred rendering is on |
commit | commitdiff | tree | snapshot |
next |