2005-11-25 |
havoc | SOLID_NOT is now linked into the areagrid, which fixed... |
blob | commitdiff | raw |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-26 |
havoc | split SV_Physics_Entity into SV_Physics_Entity and... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-09-06 |
havoc | now has two precision error workaround cases rather... |
blob | commitdiff | raw | diff to current |
2005-09-06 |
havoc | don't remove onground flag when riding a pusher, this... |
blob | commitdiff | raw | diff to current |
2005-09-06 |
havoc | removed (int) casts added by Sajt's last commit, as... |
blob | commitdiff | raw | diff to current |
2005-09-06 |
sajt | The broken pushers are PARTLY fixed. They will now... |
blob | commitdiff | raw | diff to current |
2005-08-14 |
havoc | added a comment in push code |
blob | commitdiff | raw | diff to current |
2005-06-28 |
black | -Added sv_playerphysicsqc to control whether the qc... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
havoc | removed SV_SetOnGround, this cures the bunnyhopping... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
havoc | changed a lot of Host_Error calls to Con_Printf or... |
blob | commitdiff | raw | diff to current |
2005-06-05 |
havoc | fixed impulse lossage problem (ApplyClientMove wasn... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
havoc | disable h2ohit.wav in GAME_NEXUIZ |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
havoc | rewrote protocol version system (including splitting... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
havoc | split SV_ReadClientMove into two functions, SV_ReadClie... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
havoc | cleaned up suspendedinairflag a bit |
blob | commitdiff | raw | diff to current |
2005-05-11 |
havoc | some changes and cleanups to SV_FlyMove, turned off... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
havoc | fixed a stupid bug in SV_PushMove that made it ignore... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
havoc | made dland2.wav not play in GAME_NEXUIZ |
blob | commitdiff | raw | diff to current |
2005-03-06 |
havoc | changed waterlevel checking to use SUPERCONTENTS instea... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
havoc | now adapts sv.num_edicts according to how many edicts... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
havoc | implemented the 'don't move projectiles on first frame... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
havoc | reverted back to per-entity prethink-think-move-postthi... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
havoc | now supports nextthink < 0 again... sigh |
blob | commitdiff | raw | diff to current |
2005-01-13 |
havoc | migrated push thinks back to SV_Physics_Pusher to fix... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
havoc | rearranged entire SV_Physics process (which may break... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | changed a lot of Con_DPrint/Con_DPrintf calls to Con_Pr... |
blob | commitdiff | raw | diff to current |
2004-11-15 |
havoc | fixed bug that called PlayerPreThink and PlayerPostThin... |
blob | commitdiff | raw | diff to current |
2004-11-13 |
havoc | replaced all uses of sv_player with host_client->edict... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
havoc | added "QC function <name> is missing" warnings to more... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
havoc | fix very unreliable jumping (it was doing a stepdown... |
blob | commitdiff | raw | diff to current |
2004-09-02 |
havoc | being glued to the floor while swimming = bad |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | cleaned up all standing in a sloped corner and getting... |
blob | commitdiff | raw | diff to current |
2004-05-22 |
havoc | added sv_gameplayfix_grenadebouncedownsteps, sv_gamepla... |
blob | commitdiff | raw | diff to current |
2004-04-03 |
havoc | make shrak work (lots of SOLID_BSP/MOVETYPE_PUSH entiti... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
havoc | reorganized SV_FlyMove to merge the two paths (new... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
havoc | MOVETYPE_BOUNCE change: an explosion above gibs will... |
blob | commitdiff | raw | diff to current |
2004-02-21 |
havoc | moved light matrix generation out of the render code... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | fixed sv_freezenonclients (now freezes time as well) |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | added sv_freezenonclients cvar, fixed the bug that... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
havoc | wrap angles on rotating pushers because large angle... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
havoc | fixed bug with falling (not on ground) MOVETYPE_STEP... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
havoc | made TryUnstick failure a DPrintf (like TryUnstick... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
havoc | fixed fiends jumping through player bug, huge thanks... |
blob | commitdiff | raw | diff to current |
2003-12-24 |
havoc | added a bunch more COLLISIONPARANOID code trying to... |
blob | commitdiff | raw | diff to current |
2003-12-17 |
havoc | fixed a bug with high framerate (or low speed) rotating... |
blob | commitdiff | raw | diff to current |
2003-12-09 |
havoc | fixed the wall slide stuttering bug (the one that has... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
havoc | physics code no longer uses allsolid (mainly of concern... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
havoc | fixed splashing sounds once and for all - now splashes... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
havoc | added some SV_CheckVelocity calls to MOVETYPE_WALK... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
havoc | reverted the massive svs.connectedclients change, now... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
havoc | q3bsp curve collisions (technically it can collide... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
havoc | don't call PlayerPreThink/PlayerPostThink on unspawned... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
havoc | more q3bsp work (and no it still doesn't work right) |
blob | commitdiff | raw | diff to current |
2003-08-06 |
havoc | upgraded network protocol to DPPROTOCOL_VERSION4 -... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
havoc | added SV_PointContents |
blob | commitdiff | raw | diff to current |
2003-07-17 |
havoc | moved all type-specific model fields to respective... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
havoc | changed brush model API - now uses function pointers... |
blob | commitdiff | raw | diff to current |
2003-06-28 |
havoc | reverted SV_Physics_Step to exactly match quake (shorte... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
havoc | merged SV_Physics_Client into SV_Physics (not difficult) |
blob | commitdiff | raw | diff to current |
2003-04-26 |
havoc | reverted dynamic allocation of sv.edicts because there... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | added more SV_CheckVelocity calls on players for safety... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
havoc | optimized some functions like SV_WallFriction and SV_Fl... |
blob | commitdiff | raw | diff to current |
2003-02-10 |
havoc | MAX_EDICTS has changed to 32768. Yes this is madness... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
havoc | implemented PR_GetString and PR_SetString from QWSV... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
havoc | fixed fiends teleporting when they check if a jump... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
havoc | changed how QC interpreter handles edict field access... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
havoc | fix for lift blocking due to imprecision at very low... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
havoc | minor whitespace cleanup |
blob | commitdiff | raw | diff to current |
2002-09-05 |
havoc | you can now (try to) play in maps you don't have, and... |
blob | commitdiff | raw | diff to current |
2002-08-06 |
havoc | fix for 'falling' in a corner bug, thanks to Elric... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
knghtbrd | Water transition splashes do not happen for lava anymor... |
blob | commitdiff | raw | diff to current |
2002-07-06 |
havoc | fix for grenades sinking into brush model floor in... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
lordhavoc | cleaned up SV_Physics_Toss a bit - particularly water... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
lordhavoc | advance angles as well as origin on clients when noclip... |
blob | commitdiff | raw | diff to current |
2002-06-09 |
lordhavoc | step up stairs while flying |
blob | commitdiff | raw | diff to current |
2002-06-09 |
lordhavoc | SV_PointContents removed (all calls replaced with Mod_P... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-05-15 |
lordhavoc | sv_stepheight cvar, SV_Init now calls SV_Phys_Init... |
blob | commitdiff | raw | diff to current |
2002-05-04 |
lordhavoc | cleaned up and fixed collisions with brush models ... |
blob | commitdiff | raw | diff to current |
2002-05-03 |
lordhavoc | reverted embedded-in-other-object behavior to sticking... |
blob | commitdiff | raw | diff to current |
2002-03-16 |
lordhavoc | don't do down traces if sitting on the floor of world... |
blob | commitdiff | raw | diff to current |
2002-03-14 |
lordhavoc | MOVETYPE_STEP entities should now fall when support... |
blob | commitdiff | raw | diff to current |
2002-03-13 |
lordhavoc | fix for fall-through-floor-when-embedded-in-another... |
blob | commitdiff | raw | diff to current |
2002-03-13 |
lordhavoc | fixed grenades to behave more like quake again (60... |
blob | commitdiff | raw | diff to current |
2002-03-04 |
lordhavoc | greatly improved movetype bounce stopping check to... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
lordhavoc | major cleanup to pusher and SV_Move code, major fixes... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
lordhavoc | fixed rotating+moving pushers (teleport ball in end... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
eviltypeguy | Remove pointless and wasteful variable assignment |
blob | commitdiff | raw | diff to current |
2002-02-03 |
lordhavoc | fixed numerous bugs in SV_Trace_Toss |
blob | commitdiff | raw | diff to current |
2002-01-18 |
lordhavoc | grenades no longer stick when you fire down a slope |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
lordhavoc | rewrote RecursiveHullCheck, no longer gets stuck on... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
lordhavoc | corrected a typo in a comment referring to the e4 hall... |
blob | commitdiff | raw | diff to current |
2001-10-29 |
lordhavoc | changed SV_Move call to use MOVE_NORMAL instead of... |
blob | commitdiff | raw | diff to current |
2001-10-26 |
lordhavoc | added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu... |
blob | commitdiff | raw | diff to current |
next |