]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2010-01-08 havocfix size of entity_state_t (it was 98 bytes, now 96...
2010-01-08 havocmore reductions in memory usage
2010-01-08 havocdon't set DP_SMALLMEMORY by default
2010-01-08 havocreduce memory usage by several more megabytes
2010-01-08 havoclimit vertex lighting path (GL11/GL13) to 4 passes...
2010-01-08 havocsignificantly reduce code size in prvm_exec.c by simpli...
2010-01-08 havocreduce memory usage by several megabytes
2010-01-08 havocreorganize textypeinfo_t
2010-01-07 divverentfix bug in tracebox->line and traceline->point redirect...
2010-01-07 havocfix TEXTYPE_COLORBUFFER
2010-01-07 havocadded ft2 and utf8lib files
2010-01-07 havocno longer uses rectangle textures for deferred renderin...
2010-01-07 havocreduce stack requirements
2010-01-06 eihrulonly clear depth buffer bit for shadowmaps
2010-01-06 eihrulonly issue one clear for 2D/rect shadowmaps
2010-01-05 havocfix some bugs with cgGL path
2010-01-05 blubI used the code from before the utf8 changed but it...
2010-01-05 blubwith utf8 disabled, str2chr should now behave the way...
2010-01-05 blubwith utf8 disabled VM_str2chr should not use U+E0xx...
2010-01-05 eihrultextureGatherOffset fix - take #2
2010-01-05 eihruldon't use textureGatherOffset as Catalyst GLSL doesn...
2010-01-05 eihrulfixed signed vs. unsigned warning
2010-01-05 eihrulfixed missing \n"
2010-01-05 blubfixing a possible invalid memory access spotted by...
2010-01-05 havocfix some shader compile errors related to MODE_LIGHTDIR...
2010-01-05 blubMake SHADERPERMUTATION_COUNT be the actual size of...
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-05 havocfix r_hdr intensity problems
2010-01-05 havocimplemented obj model loading
2010-01-04 havocfix GLSL compile error on cubemap lights with deferred...
2010-01-04 havocrenamed r_frame to r_textureframe for better readabilit...
2010-01-04 havocmoved R_Mesh_TexCoordPointer, R_Mesh_ColorPointer,...
2010-01-04 blubpatch by a_grue: fix some memory leaks in the GLX clien...
2010-01-03 divverentallow entity number reuse during PRVM_ED_LoadFromFile...
2010-01-03 divverentWhen loading savegames, unlink all edicts first. This...
2010-01-03 blubr_glsl_dumpshader: shaderpermutationinfo[i].pretext...
2010-01-03 blubwidth_of_factor is now useless since it's always equal...
2010-01-03 blubDo not load sizes < 0 at all.
2010-01-02 blubload the freetype library in Font_Init already, and...
2010-01-02 havocupload all q1bsp lightmaps on first frame, rather than...
2010-01-02 blubon mac it's libfreetype.dylib and/or libfreetype.6...
2010-01-02 blubwith mingw I get a libfreetype-6.dll so I guess the...
2010-01-01 divverentspeed up PNG saving by about factor 4 by using fastest...
2010-01-01 blubreset prevch after drawing the shadow to not kern the...
2010-01-01 divverentagain, a stupid fix for stupid MSVC not supporting...
2010-01-01 divverentfix a typo in the pixel snapping
2010-01-01 divverentpatch by Blub and me:
2009-12-31 divverentmake the JPEGs progressive
2009-12-31 divverentnew cvar: scr_screenshot_png (and obvious PNG screensho...
2009-12-31 blubCheck sfx->fetcher instead of ch_ind < 0 before freeing...
2009-12-31 divverentnotice the input data has no useful data on the alpha...
2009-12-31 havocdue to performance issues with streaming ogg decoding...
2009-12-30 havocdo not set hasalphaflag on dds images that have alpha...
2009-12-30 havocdefault r_lerpsprites to 0 because it causes flickering
2009-12-30 havocremove an unused variable
2009-12-30 havocchange WIN64RELEASE options
2009-12-30 havocbuffer up to 32 recent frame numbers for clc_ack to...
2009-12-30 havocfix water rendering bugs where the clipping plane was...
2009-12-30 divverentfix engine version display
2009-12-30 havocadded WIN64RELEASE flags
2009-12-30 havocfix water rendering
2009-12-30 divverentremove some unwanted debug prints
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
next