]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-12-30 divverentdon't spatialize twice :P
2009-12-30 divverenthopefully fix a race condition in S_StartSound
2009-12-30 blubget rid of a warning
2009-12-30 havocadd back -fno-strict-aliasing to hush warnings
2009-12-30 divverentmore redundant suffix elimination
2009-12-30 divverentremove redundant _Size suffix from textwidth functions...
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
2009-12-30 divverentadd the intoverflow lib
2009-12-30 divverenthandle integer overflow when DDS loading
2009-12-30 divverentfix the overflow checks :(
2009-12-30 divverentDDS: handle file size errors
2009-12-30 havocimplemented support for caching compressed textures...
2009-12-29 blubusing tables for u8_analyze to speed it up
2009-12-29 divverentfix declaration of buildstring
2009-12-29 divverentmake the utf8 casting strict aliasing-safe
2009-12-29 divverentimprove the just added macros to not cause anything...
2009-12-29 divverentfactor out the non-utf8 part of u8_get*char into macros
2009-12-28 eihruldon't explicitly enable GL_ARB_shadow extension in...
2009-12-28 havocfix a NULL free attempt
2009-12-28 eihrulfix stray semicolon
2009-12-28 blubadded developer_font, set > 100 to also dump the genera...
2009-12-28 havocremoved TEXF_MANUALFLUSHUPDATES flag, now bufferpixels...
2009-12-28 havocmoved almost all R_GetTexture calls into R_Mesh_TexBind
2009-12-28 havocexposed two more fields in rtexture_t, now texnum is...
2009-12-28 divverentfix font glyph loading coordinates - now unhinted works
2009-12-28 havocreduced the options in LDFLAGS_WINCOMMON and added...
2009-12-28 divverentmore cvars: r_font_antialias (0, 1)
2009-12-28 blubtry using imagefont from fallbacks as well (.tga and...
2009-12-28 divverentremove a no longer applying fixme comment
2009-12-28 divverentadded masking to Con_DrawConsole, and removed it from...
2009-12-28 blubr_font_hinting cvar makes more sense: 0 no hinting...
2009-12-28 blubcvar: r_font_autohinting added
2009-12-28 blubDrawQ_TextWidth_Font_Size for the engineversion string...
2009-12-28 blubfixed an inconsistency in u8_analyze
2009-12-27 blubwith utf8 disabled, u8_byteofs must still behave correc...
2009-12-27 havocfix developer_extra and developer_insane cvar declarations
2009-12-27 havocfix a bunch of type-punned pointer warnings
2009-12-27 havocadded StoreBigShort
2009-12-27 havochush a warning
2009-12-27 havocreworked console rendering, now uses con_backscroll...
2009-12-27 havocuse less options, for compatibility with old gcc
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-27 blubreducing error output in font loading (use developer...
2009-12-27 blubuse real pixels for r_textshadow instead of virtual...
2009-12-26 divverentfreetype: "loadfont" now uses virtual pixels, not real...
2009-12-26 blubthese checks are now superfluous, u8_fromchar doesn...
2009-12-26 blubset the unicode value to 0 if no value exists, also...
2009-12-26 divverentfix asign error in a mostly unused physics code part :P
2009-12-26 motorsepadded missing .h and .c files to the project
2009-12-25 blubget rid of the warning
2009-12-25 divverentstringwidth(): if 3rd arg is not given, always yield...
2009-12-25 blubunicode character input handling in the GLX client
2009-12-25 havocmore optimizations to SVBSP code
2009-12-25 blubu8_get{n,}char should advance the end-ptr even if no...
2009-12-25 divverentadd a menu/csqc field .drawfontscale to scale the font...
2009-12-25 havocimproved performance of SVBSP code
2009-12-25 divverentimprove text word wrapping
2009-12-25 blub'<=' fail: '< 0xC2' means invalid '== 0xC2' does not...
2009-12-25 blubfix u8_COM_StringLengthNoColors the same way other...
2009-12-25 divverentutf8: add VM_sprintf support
2009-12-24 havocadded back the old method of comparing points to the...
2009-12-24 eihrulfixed plane test typo
2009-12-24 havocuse svbsp for rtlight compilation instead of portal...
2009-12-24 havocchanged svbsp code to use floats instead of doubles
2009-12-24 havocdon't use ssize_t
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-12-24 havocfix some warnings about a variable being used twice...
2009-12-24 havocfix a printf where a size_t was being printed as a...
2009-12-24 havocfix a warning about possibly uninitialized variables
2009-12-24 havocfix some 64bit printf errors
2009-12-24 havocchanged Cg shader support to check DP_CG_LIBDIR instead...
2009-12-24 havocdisabled WIN64 error, perhaps we should use the name...
2009-12-24 havocrenamed a parameter, removed some unused cvars
2009-12-24 havocremoved r_shadow_culltriangles - the only useful part...
2009-12-24 havocturn off r_shadow_culltriangles by default, because...
2009-12-24 havocreorganized GLSL shader
2009-12-24 havocimproved Cg error reporting
2009-12-24 divverentsame fix in DrawQ_String
2009-12-24 divverentfix text width function
2009-12-24 havocdon't project shadows so far - this fixes broken shadow...
2009-12-24 blubtake utf8_enable into account when printing the dots...
2009-12-24 divverentfix detection of timeout-based lost packets.
2009-12-24 divverenttry to notice uncompensated packet loss due to timeouts
2009-12-23 eihrulfixing sizeof(data) of pointer to particle texture...
2009-12-23 divverentremove unneeded include
2009-12-23 divverentfix typo in last commit
2009-12-23 divverentdo not TOTALLY block translation with csprogs, but...
2009-12-23 divverentprogs loading: allow translation of strings using a...
2009-12-23 divverentadd DLL name for win32
2009-12-23 divverentimprove sprintf a bit to match with documentation
2009-12-23 divverentDP_QC_SPRINTF :P
2009-12-23 blubUsing MAX_QPATH for filenames in ft2.
2009-12-23 blubMSVC doesn't support 'inline'
2009-12-23 divverentoops, a float I meant
2009-12-23 divverentturn font size snapping into a float
2009-12-23 blubstdint.h and uint32_t instead of u_int32_t
2009-12-23 divverentadditionally include stdint.h on non-MSVC too
2009-12-23 havocmake CgGL render path work
next