]> icculus.org git repositories - divverent/darkplaces.git/history - world.c
new .gitattributes file, no visible change
[divverent/darkplaces.git] / world.c
2010-01-30 divverentfix areagrid mins/maxs calculation (improves fps on...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-14 divverentODE: add two missing symbols
2009-11-08 havocfix typo in #ifdef ODE_DYNAMIC
2009-10-24 divverentfix handling of entities which change movetype at runtime
2009-10-24 divverentODE code cleanup; WARNING: interface change. Springs...
2009-10-24 divverentadd a missing VectorClear
2009-10-23 divverentadd support for fixed joints (jointtype -1), debug...
2009-10-23 divverentfix FLT_MAX on visual studio sucky compiler
2009-10-23 divverentadd missing dInfinity
2009-10-23 divverentadd two missing functions
2009-10-23 divverentmore ODE fixes
2009-10-23 divverentmake ODE entities call touch functions
2009-10-23 divverentspeed up ODE by not creating bodies for non-physics...
2009-10-22 divverentfix warning
2009-10-22 divverentdue to huge slowdowns even in non-ODE using games ...
2009-10-22 divverentmovedir stuff
2009-10-22 divverentmake movedir_y fps independent
2009-10-22 divverentmake springs use fps- and physics-engine independent...
2009-10-22 divverentexperimental support for springs:
2009-10-22 divverentadd missing declarations
2009-10-22 divverentadd cvars for world erp and cfm; remove pistons for...
2009-10-22 divverentODE: joints
2009-10-21 havocfix an error in the spinvelocity -> avelocity conversion
2009-10-20 havocdisabled use of WINAPI in ODE_API because ODE uses...
2009-10-20 divverentsupport DP_SV_BOUNCEFACTOR and .float gravity for ODE...
2009-10-20 divverentcomment out two unused functions (as ODE 0.9 does not...
2009-10-20 havocremoved .axis_forward, .axis_left, .axis_up, .spinveloc...
2009-10-20 havocadded automatic conversion from legacy entity angles...
2009-10-20 havocfix bug with rotating bmodels
2009-10-20 havocuse dInitODE instead of dInitODE2
2009-10-20 divverentfix two pointer bugs in ODE code
2009-10-20 divverentmove the ODE_API modifiers where they should be
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-07-08 divverentdoxygen comments and config file
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2008-02-22 havocset csqc world.mins and world.maxs (reworked World_SetS...
2008-02-04 havocreplaced World_Clear with World_SetSize and World_UnlinkAll
2007-12-25 havocWorld_EntitiesInBox now takes const mins/maxs
2007-06-10 havocuse world-> rather than sv.world. in World_LinkEdict_Ar...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocremoved PRVM_EDICT_NUM_UNSIGNED (PRVM_EDICT_NUM now...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-04 havocfix a couple printf format string warnings that only...
2007-01-24 havocfix a few typos in comments
2006-05-10 havocremoved all 3 uses of the brown-text message prefix...
2006-04-15 havocfix really stupid typo in SV_Move code, this cures...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-28 havocpatch from div0 to fix disappearing items in nexuiz...
2006-03-23 havocfix bugs with bbox vs bbox traces (the collision box...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-22 havocchanged collision code to report supercontents, surface...
2006-03-20 havocfixed stuck entity warnings when they should not have...
2006-03-10 havocchanged TraceBox functions to take start,mins,maxs...
2006-03-08 havocsome work on SV_TestEntityPosition and entity unstickin...
2006-02-01 havocadded description string to all cvars and commands
2006-01-23 havocfix a typo, and apparently this isn't the cause of...
2006-01-23 havocfixed SOLID_NOT relink touching triggers bug (which...
2005-11-25 havocSOLID_NOT is now linked into the areagrid, which fixed...
2005-10-26 havocreplaced CL_PointQ1Contents with longer calls to conten...
2005-10-24 havocmade an optimized SV_ClipMoveToWorld function to save...
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-09-06 sajtThe broken pushers are PARTLY fixed. They will now...
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-05-27 black-CVS: --------------------------------------------...
2005-04-11 havocremove unused variable
2005-04-11 havocimplemented playerclip and monsterclip brush support...
2005-01-13 havocbound fractions after trace code
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-10-09 havocadded SV_EntitiesInBox function to find entities within...
2004-05-22 havocadded sv_gameplayfix_grenadebouncedownsteps, sv_gamepla...
2004-04-03 havocmake shrak work (lots of SOLID_BSP/MOVETYPE_PUSH entiti...
2004-03-04 havocfix monsters ignoring player underwater if a bmodel...
2004-03-01 havocfixed SV_TouchAreaGrid to not crash if SV_IncreaseEdict...
2004-02-26 havocPF_traceline/PF_tracebox can now use world as the edict
2004-02-02 havocadded trace.realfraction field which is now used for...
2003-12-28 havocfix a thinko on clip.trace.ent = sv.edicts (it should...
2003-12-28 havocfixed fiends jumping through player bug, huge thanks...
2003-12-24 havocadded a bunch more COLLISIONPARANOID code trying to...
2003-12-09 havocfixed the wall slide stuttering bug (the one that has...
2003-10-21 havocSV_Move (and children) now only set trace.ent if there...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-08-27 havocq3bsp curve collisions (technically it can collide...
2003-08-23 havocq3bsp is working, but no curves yet, and no realtime...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-14 havocq3bsp is still not working yet, but getting closer
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-08-03 havocadded MOVE_WORLDONLY movement type
2003-07-22 havoccollision code cleanups (model->brush.TraceBox is now...
2003-07-19 havocadded SV_PointContents
2003-07-01 havocextremely minor optimization to linking edicts into...
2003-06-22 havocreport invalid edicts when attempting to link them
2003-06-08 havocfix SOLID_BSP with non-BSP model error that can occur...
2003-06-03 havocfixed bug that used bmodel collision geometry on non...
2003-05-21 havocadded a note about an id bug with triggers and ignoring...
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
next