]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2005-05-06 havocmoved mod_shared.c detail texture and distortion textur...
2005-05-06 havocchanged Mem_FreePool and Mem_EmptyPool to report their...
2005-05-06 havocattachments now inherit RENDER_VIEWMODEL from their...
2005-05-06 havocremoved a clear of names in the render modules init...
2005-05-06 havocenabled SDL builds by default (in addition to cl and...
2005-05-06 havocadded cl.movement_velocity to allow view bobbing to...
2005-05-05 havochush some texture loading warnings in dedicated servers...
2005-05-05 havocadded some commented out code that can make a log of...
2005-05-05 havoccl_netlocalping now adds only half as much lag, so...
2005-05-05 black-Changed the SDL window icon back to DP's icon.
2005-05-04 havocchanged cl_movement_latency to be in milliseconds rathe...
2005-05-04 havocmoved a Cvar_RegisterVariable call to ensure that it...
2005-05-04 havocfixed a stupid bug in PF_te_customflash that made it...
2005-05-04 havocforgot to add 1 to radius byte in parsing TE_CUSTOMFLAS...
2005-05-04 havocremoved .lmp suffix from a number of DrawQ_Pic calls...
2005-05-03 havoc393 (+53)
2005-05-03 havoccleaned up portions of rtlighting system, allowing...
2005-05-03 havocfix a bug that made rtlighting crash (thanks to Vic...
2005-05-03 havocadded code for enabling GL_LINE_SMOOTH (antialiased...
2005-05-03 havocdon't show extra time reports in r_speeds report when...
2005-05-03 havocadded developer_texturelogging
2005-05-01 havoca bit of cleanup
2005-05-01 havocmoved r_shadow_ white and normal cubemaps to r_texture_
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-04-29 havocmoved some Con_PrintToHistory code into Con_Print and...
2005-04-24 havocremoved an unused function I thought I removed in the...
2005-04-24 havocslight cleanup of surface clipping code (got rid of...
2005-04-24 havocdon't apply dlights to opaque models (this was happenin...
2005-04-23 havocfixed CL_SendMove packet rate limiting to not have...
2005-04-21 havocadded cl_capturevideo_sound (defaulted to 0) to allow...
2005-04-20 havocreimplemented rtlight portal culling (used for compiled...
2005-04-20 havocchanged rtlight compiled cluster list/pvs to leaf list...
2005-04-20 havocenabled portals on q3bsp for a small (occasionally...
2005-04-20 havocr_shadow_staticworldlights has mutated into r_shadow_re...
2005-04-20 havocfixed a stupid bug in SV_PushMove that made it ignore...
2005-04-19 havoccleaned up transparency handling in q3 shaders, should...
2005-04-18 havocnow clears view to fog color if fog is enabled, this...
2005-04-18 havocclean up script init a bit, now starts nexuiz logo...
2005-04-18 havocreenabled hlbsp sky polygon rendering so that fogging...
2005-04-18 havocchanged crosshair_static default to 1
2005-04-18 havocchanged in_pitch_min and in_pitch_max defaults to ...
2005-04-18 havocfixed the SU_ITEMS fix so that it doesn't trash the...
2005-04-17 havocfixed a bug in CL_ParseClientdata that was breaking...
2005-04-17 havocgl_texture_anisotropy now only affects TEXF_MIPMAP...
2005-04-17 havoctexture images now take on the TEXF_FORCENEAREST and...
2005-04-17 havocdefault to insert mode instead of replace mode in console
2005-04-17 havocfix rtlighting on textureless surfaces (uses r_texture_...
2005-04-17 havocdon't draw glow twice when gl_combine is on
2005-04-16 havocfixed a stupid bug in Entityframe5_ExpandEdicts
2005-04-16 havocfix a crash when s->tag_entity is higher than current...
2005-04-15 havocchanged R_Shadow_RenderLighting to do full base+pants...
2005-04-15 havocfix a bug in the early out case of R_Q1BSP_DrawLight
2005-04-15 havocR_Q1BSP_GetLightInfo now uses BSP tree recursion as...
2005-04-15 havocmade dland2.wav not play in GAME_NEXUIZ
2005-04-14 black-Added the parameter 'persistent'(naming?) to Draw_Cach...
2005-04-14 havocLoadTGA is now more compliant with the TGA spec regardi...
2005-04-11 havocrenamed r_shadow_cursor cvars to actually have the...
2005-04-11 havocremove unused variable
2005-04-11 black-Changed the dpv buffer to 1 MB.
2005-04-11 havocimplemented playerclip and monsterclip brush support...
2005-04-11 havocchanged color codes to match Quake3
2005-04-10 havocsmoke no longer expands over time (eats fillrate and...
2005-04-10 havocfixed ut2003-style smoke ring effect on explosions...
2005-04-10 havocreimplemented particle lighting, however it is not...
2005-04-10 havocfixed a crash if decals are stuck to submodels when...
2005-04-10 havocremoved unused leaf parameter on CompleteLightPoint
2005-04-09 blackUmm, I think this todo item (netconn) has been done...
2005-04-07 molivierAdded the DP_HALFLIFE_SPRITE QC extension
2005-04-06 havocfix 256 frame limit (stupid legacy bug in entity_state_...
2005-04-06 havocchanged cl_brushmodel_entities array from entity_render...
2005-04-06 havocfixed a stupid typo in EntityFrame5_ExpandEdicts that...
2005-04-05 havocfixed an error case in S_StartSound
2005-04-05 havocfix some crashes with fogged surfaces
2005-04-05 havocmade CL_ExpandEntities cause an error if called before...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-04-05 havocno longer uses SZ_Alloc for cmd_text buffer
2005-04-05 havocreduced client memory usage by 29MB by making cl_max_en...
2005-04-04 havocfixed a unintended-water-scroll bug on transparent...
2005-04-04 havocfix gl_combine 0 crashes (it was indexing the color...
2005-04-04 havocoptimized surface rendering to surface->groupmesh-...
2005-04-04 molivierFixed getserversResponse parsing:
2005-04-04 black-ServerList: Changed some if-else-chains to switch...
2005-04-04 molivierRemoved LoadLMPAs8Bit; the menu now uses LoadLMP directly
2005-04-04 molivierFactorized LoadLMP and LoadLMPAs8Bit. Made a bunch...
2005-04-03 black-Changed HostCache to ServerList (and a few other pure...
2005-04-03 molivierAdded Quake 2 sprite support (.sp2 files). Added the...
2005-04-02 havocrewrote parts of Host_ServerFrame to make host_framerat...
2005-04-02 havocfix hl sprite types again
2005-04-02 havocfixed hl sprite types to properly handle the palette...
2005-04-02 havocfixed hl sprite additive mode
2005-04-02 havocfix hl sprite loading (stupid typo in handling sprite...
2005-04-02 black-Now a server is never pinged more than once.
2005-03-31 molivierUpdated a few entries in the todo file
2005-03-31 havocfix incompatible types warnings (and change pointer_...
2005-03-31 molivierRemoved GL_OpenLibrary and GL_CloseLibrary from "vid...
2005-03-30 havocchanged array pointer state to const float * instead...
2005-03-28 havocadded a firstvertex parameter to R_Mesh_DrawMesh
2005-03-28 havocsave some memory by not allocating neighbors for q1bsp...
2005-03-28 havocchanged surface->mesh to surface->groupmesh and added...
2005-03-28 havocmoved a number of msurface_t fields to a separate msurf...
next