]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2005-03-19 havocadded GAME_THEHUNTED
2005-03-18 havocremoved r_floatbuildlightmaps cvar and related code...
2005-03-18 havocgot rid of aliasskin/aliaslayer system for rendering...
2005-03-17 blackWell, you might not like this change, but I dont like...
2005-03-17 havocq3 shader parsing now sets more materialflags (such...
2005-03-17 havocremoved a lot of renderer cruft (such as 48% of gl_rsur...
2005-03-17 havocmerged q1bsp and q3bsp surface rendering
2005-03-15 havocHost_SaveConfig_f now refuses to save if Host_Frame...
2005-03-15 havocWillis updated map list in GAME_TRANSFUSION menus
2005-03-15 havocnow searchs LAN for servers (using a broadcast message...
2005-03-15 havocLHNET now enables broadcast send/receive on any UDP...
2005-03-14 black-Beautified a function just for fun (better variable...
2005-03-12 havocWillis disabled entity filtering based on skill/deathma...
2005-03-12 havocWillis changed skill level numbers in GAME_TRANSFUSION...
2005-03-11 molivierSeveral fixes related to files opened in write or appen...
2005-03-10 havocadded basematerialflags/currentmaterialflags to texture...
2005-03-10 havocdisabled O_NONBLOCKING flag on win32
2005-03-09 havocslight code reduction to DrawShadowVolume functions
2005-03-09 havocremoved some unused code
2005-03-09 havocmerged some more q3bsp functions, now only loading...
2005-03-09 havoccorrected an error message
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-03-09 molivierMoved audio CD initialization / finalization out of...
2005-03-09 molivierWe didn't exit the "Reset to defaults" menu when answer...
2005-03-09 molivierFixed and updated a few error messages
2005-03-09 havocfixed bugs in q1bsp multitexture surface rendering...
2005-03-09 havocremoved R_BoxVisible and added model->brush.BoxTouching...
2005-03-09 havocfixed gamma support in video saving (don't know why...
2005-03-09 havocremoved the 1/4th volume scaledown on video capture
2005-03-08 havocmade FS_Tell and FS_Seek work when writing files
2005-03-08 havocadded R_BoxVisible (used instead of VIS_CullBox)
2005-03-08 havocfixed a mistake regarding clusterlist
2005-03-08 havocrenamed Mod_Q1BSP_BoxTouchingPVS to Mod_Brush_BoxTouchi...
2005-03-08 havocadded r_worldleafvisible flags array for more exact...
2005-03-08 havocfurther cleaning of R_WorldVisibility, which now works...
2005-03-08 havocremoved/changed a few mod_brushq1 checks
2005-03-08 havoceliminated q3meffect_t (now uses q3deffect_t)
2005-03-08 havocchanged uses of q3mmodel_t to q3dmodel_t because there...
2005-03-08 havocchanged brushq3 submodel firstsurface and firstbrush...
2005-03-08 havocreenabled CL_TeleportSplash (and removed a bogus parame...
2005-03-08 havocfix continual setting of sys_ticrate to 0.01 due to...
2005-03-08 havocslight optimization to q1bsp rtlight surface visibility...
2005-03-08 havocadded firstmodelbrush/nummodelbrushes fields to model...
2005-03-08 havocanother C99 lazy variable fixed
2005-03-07 havocmerged q3msurface_t into msurface_t
2005-03-07 havocfixed q3bsp bug where firstmodelsurface was not being...
2005-03-07 molivierRemoved a couple of warnings when compiling with MSVC6
2005-03-06 havoca major rename - instead of q1bsp code having surf...
2005-03-06 havoceliminated surf->poly_* fields and cleaned up Mod_LoadF...
2005-03-06 havocmerged q3mtexture_t into texture_t, note that only...
2005-03-06 havocremoved texture_t->number and q3mtexture_t->number
2005-03-06 havocmoved brushq3.submodel to brush, removed brushq3.data_t...
2005-03-06 havocmoved brushq1 nodes/leafs/leaffaces/planes/portals...
2005-03-06 havocrenamed q1bsp marksurfaces to leaffaces for consistency...
2005-03-06 havocchanged leafbrushes from pointers to ints to be consist...
2005-03-06 havocmoved pvs handling from R_Q3BSP_DrawFaces to R_WorldVis...
2005-03-06 havocchanged leafface references to ints (making leaffacenum...
2005-03-06 havocgot rid of node->contents, leaf->contents kept (only...
2005-03-06 havocchanged waterlevel checking to use SUPERCONTENTS instea...
2005-03-06 havocremoved the commented out RecursiveHullCheckPoint function
2005-03-06 havocchanged all uses of CL_PointQ1Contents to CL_PointSuper...
2005-03-06 havocadded SUPERCONTENTS_NODROP
2005-03-06 havoclazy variable declarations strike again
2005-03-06 havocvariable declaration after function call... oops
2005-03-05 havoctweaked the order of checks in an if, and removed the...
2005-03-05 havoceliminated brushq1.pvs* variables, pvstexture surface...
2005-03-05 havocmore refactoring of q1bsp rendering
2005-03-03 havocfixed Mod_AllocSurfMesh (doesn't crash now)
2005-03-03 havoccleaned up q1bsp surface rendering a bit more
2005-03-03 molivier- Toggled "strip executable" in the Dev-C++ project...
2005-03-03 havoccleaned surface drawing in q1bsp and q3bsp a bit
2005-03-03 havocsome optimizations to q3bsp surface rendering
2005-03-03 havocWillis improved the Transfusion menu to support singlep...
2005-03-03 havocq1bsp and q3bsp loaders now use model->meshlist for...
2005-03-02 havocmodified q3msurface_t to use a surfmesh (although not...
2005-03-02 havocimproved/modified q1bsp surfmesh stuff for more general...
2005-03-02 havocimproved r_texturestats output (now gives a total for...
2005-03-02 havocdefault sv_public to 1
2005-02-11 havocchanged color prefix character to ^ (@ is not acceptable)
2005-02-11 havocremoved key-below-escape forced toggleconsole, so that...
2005-02-11 havocslight safety improvement in frameblend generation...
2005-02-07 havocnow does a togglemenu if there were no demos started...
2005-02-06 havoc342
2005-02-06 havocrain drops now make rain splashes
2005-02-06 havocadded Venim's dpmaster server (now up to 3 masters)
2005-02-05 black-Only print queried servers once to the console.
2005-02-04 havocimplemented DP_CON_STARTMAP extension which defines...
2005-02-04 havocnow lerps punchangle and punchvector
2005-02-04 havocenable key repeat
2005-02-04 havocrealtime dlights are now overridden by gl_flashblend...
2005-02-04 havocfixed r_editlights_edit cubemap (it was calling strlcpy...
2005-02-04 havoccl_particles_size works again
2005-02-04 havocchanged 3 clamp calls in the GLSL fragment shader to...
2005-02-04 havocvid_vsync 0 now causes a warning due to the fact GLX_SG...
2005-02-04 havocvid_usingvsync now set to false after a vid_restart...
2005-02-04 havocno longer hits triangles of your own player model when...
2005-02-04 havocremoved unused variable font_size
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-02-02 blackCommented out the printing of the weapon number in...
2005-02-02 blackFCVS: --------------------------------------------...
next