2020-10-02 |
cloudwalk | model_shared: Rename dp_model_t to model_t, to avoid... |
blob | commitdiff | raw |
2020-09-17 |
cloudwalk | Unify the command and cvar flags, under the CF_ prefix. |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Rename qboolean to qbool |
blob | commitdiff | raw | diff to current |
2020-09-08 |
cloudwalk | world: Port the areagrid to the new generic linked... |
blob | commitdiff | raw | diff to current |
2020-06-27 |
cloudwalk | Remove Con_Warnf and Errorf. Use macros to change color... |
blob | commitdiff | raw | diff to current |
2020-06-21 |
cloudwalk | Revert "Initialize console commands and cvars before... |
blob | commitdiff | raw | diff to current |
2020-06-20 |
cloudwalk | Initialize console commands and cvars before anything... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2018-04-30 |
havoc | Fix lighting origins on CSQC entities. |
blob | commitdiff | raw | diff to current |
2013-07-28 |
havoc | fix an unused variable warning caused by USEODE |
blob | commitdiff | raw | diff to current |
2013-07-24 |
nikoli | Update build system, fix and enable ODE by default |
blob | commitdiff | raw | diff to current |
2012-09-26 |
divverent | use library versions 2 and 3 of ODE too. It seems compa... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
divverent | remove some dead initializations that clang-analyzer... |
blob | commitdiff | raw | diff to current |
2012-04-17 |
havoc | fix two bugs introduced in r11402 that broke dm6 telepo... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
havoc | added PRVM_64 define which upgrades the QC VM to double... |
blob | commitdiff | raw | diff to current |
2012-03-08 |
divverent | fix checkextension based ODE detection for QC code |
blob | commitdiff | raw | diff to current |
2012-02-18 |
vortex | ODE: rewrite scale support to scale collision mesh... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
vortex | Try fix ode_body cast. |
blob | commitdiff | raw | diff to current |
2011-12-31 |
vortex | ODE stuff: |
blob | commitdiff | raw | diff to current |
2011-12-21 |
vortex | Cumulative patch: |
blob | commitdiff | raw | diff to current |
2011-12-08 |
vortex | ODE: experimental 'erp' field for per-entity control... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
havoc | disable VorteX's broken physics_ode_constantstep code... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
havoc | don't call ODE dWorldQuickStep with 0 step time |
blob | commitdiff | raw | diff to current |
2011-11-09 |
vortex | DDS with DXT1a: was not correctly detected if r_texture... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
havoc | remove physics_ode_worldstep cvar, it is now always... |
blob | commitdiff | raw | diff to current |
2011-11-06 |
divverent | fix two checks to not crash when showtex is used withou... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
havoc | added sv_areadebug cvar which disables the use of the... |
blob | commitdiff | raw | diff to current |
2011-09-25 |
vortex | DP_PHYSICS_ODE: new SOLID_PHYSICS_CYLINDER. New "massof... |
blob | commitdiff | raw | diff to current |
2011-07-31 |
vortex | Lightmaps merging debug print ("copying original lightm... |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | reworked progs loading so that entvars_t and globalvars... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
havoc | fix a bug where the wrong PRVM_ macro was being used |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | reworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | removed NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
vortex | torgue->torque |
blob | commitdiff | raw | diff to current |
2010-12-16 |
vortex | ODE improvements: |
blob | commitdiff | raw | diff to current |
2010-11-29 |
vortex | Attempt to stabilize ODE. Now using constant step ... |
blob | commitdiff | raw | diff to current |
2010-11-13 |
havoc | fix some warnings |
blob | commitdiff | raw | diff to current |
2010-10-28 |
havoc | fix MSVC2008 compilation again |
blob | commitdiff | raw | diff to current |
2010-10-22 |
divverent | explain more why physics_ode is 0 by default |
blob | commitdiff | raw | diff to current |
2010-10-22 |
divverent | fix a warning in ODE code |
blob | commitdiff | raw | diff to current |
2010-10-22 |
divverent | ODE: if we enable it by default on Win32, we should... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
havoc | enable ODE dll support by default on windows |
blob | commitdiff | raw | diff to current |
2010-01-30 |
divverent | fix areagrid mins/maxs calculation (improves fps on... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | change a few WIN64 checks to _WIN64 (which actually... |
blob | commitdiff | raw | diff to current |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
blob | commitdiff | raw | diff to current |
2009-11-14 |
divverent | ODE: add two missing symbols |
blob | commitdiff | raw | diff to current |
2009-11-08 |
havoc | fix typo in #ifdef ODE_DYNAMIC |
blob | commitdiff | raw | diff to current |
2009-10-24 |
divverent | fix handling of entities which change movetype at runtime |
blob | commitdiff | raw | diff to current |
2009-10-24 |
divverent | ODE code cleanup; WARNING: interface change. Springs... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
divverent | add a missing VectorClear |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | add support for fixed joints (jointtype -1), debug... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | fix FLT_MAX on visual studio sucky compiler |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | add missing dInfinity |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | add two missing functions |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | more ODE fixes |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | make ODE entities call touch functions |
blob | commitdiff | raw | diff to current |
2009-10-23 |
divverent | speed up ODE by not creating bodies for non-physics... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | fix warning |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | due to huge slowdowns even in non-ODE using games ... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | movedir stuff |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | make movedir_y fps independent |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | make springs use fps- and physics-engine independent... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | experimental support for springs: |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | add missing declarations |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | add cvars for world erp and cfm; remove pistons for... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | ODE: joints |
blob | commitdiff | raw | diff to current |
2009-10-21 |
havoc | fix an error in the spinvelocity -> avelocity conversion |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | disabled use of WINAPI in ODE_API because ODE uses... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
divverent | support DP_SV_BOUNCEFACTOR and .float gravity for ODE... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
divverent | comment out two unused functions (as ODE 0.9 does not... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | removed .axis_forward, .axis_left, .axis_up, .spinveloc... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | added automatic conversion from legacy entity angles... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | fix bug with rotating bmodels |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | use dInitODE instead of dInitODE2 |
blob | commitdiff | raw | diff to current |
2009-10-20 |
divverent | fix two pointer bugs in ODE code |
blob | commitdiff | raw | diff to current |
2009-10-20 |
divverent | move the ODE_API modifiers where they should be |
blob | commitdiff | raw | diff to current |
2009-10-19 |
havoc | ODE physics engine support, needs more work, disabled... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
havoc | duplicated PRVM_ExecuteProgram to become MVM_ExecutePro... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
divverent | doxygen comments and config file |
blob | commitdiff | raw | diff to current |
2009-07-08 |
havoc | fixed several warnings that appear with -std=gnu99... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
havoc | set csqc world.mins and world.maxs (reworked World_SetS... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | replaced World_Clear with World_SetSize and World_UnlinkAll |
blob | commitdiff | raw | diff to current |
2007-12-25 |
havoc | World_EntitiesInBox now takes const mins/maxs |
blob | commitdiff | raw | diff to current |
2007-06-10 |
havoc | use world-> rather than sv.world. in World_LinkEdict_Ar... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
havoc | moved almost all server cvars to sv_main.c and added... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
havoc | removed PRVM_EDICT_NUM_UNSIGNED (PRVM_EDICT_NUM now... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
havoc | cleaned up client qc, menu qc, and server qc VM initial... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
havoc | fix a couple printf format string warnings that only... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | fix a few typos in comments |
blob | commitdiff | raw | diff to current |
2006-05-10 |
havoc | removed all 3 uses of the brown-text message prefix... |
blob | commitdiff | raw | diff to current |
2006-04-15 |
havoc | fix really stupid typo in SV_Move code, this cures... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-28 |
havoc | patch from div0 to fix disappearing items in nexuiz... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
havoc | fix bugs with bbox vs bbox traces (the collision box... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
havoc | implemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
havoc | changed collision code to report supercontents, surface... |
blob | commitdiff | raw | diff to current |
next |