2005-11-26 |
havoc | remove a piece of breakpoint code I forgot to remove... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
havoc | fix a typo in r_speeds display that incorrectly display... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | fix a sound conversion bug in mono output |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | fix a warning |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | sprites now use skinframe_t instead of their own textur... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | don't load images when running a dedicated server ... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | dynamically scale the meshqueue transparency sorting... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | changed strzone, stuffcmd, and localcmd to be able... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | ping command now works from server console |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | cleaned up edict clearing when connecting or coming... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | added support for model scaling in bounding box calcula... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | SOLID_NOT is now linked into the areagrid, which fixed... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | changed serverlist to using color tags instead of shift... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | changed serverlist menu to use color tags instead of... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | allow typing characters above 126 |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | use color tags for chat messages instead of 0x80 masking |
commit | commitdiff | tree | snapshot |
2005-11-25 |
havoc | fixed up various bugs with cl_beams_relative, and reena... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | changed default bloom settings to faster performing... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | added a remaining < 1 check to centerprint display... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | fix bugs with crosshair_static 0 mode when the player... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | removing uses of entity_render_t->origin in the client |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | implemented 7.1 audio, only works with SDL (attempted... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
havoc | fixed backwards q3bsp model lighting and backwards... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
havoc | added r_shownormals |
commit | commitdiff | tree | snapshot |
2005-11-21 |
havoc | clear the client->weaponmodel cache on level change |
commit | commitdiff | tree | snapshot |
2005-11-20 |
molivier | Fixed black screen when using fullscreen mode on Mac... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
havoc | disable sbar in GAME_NETHERWORLD (it draws it using qc) |
commit | commitdiff | tree | snapshot |
2005-11-17 |
havoc | made gl_max_size cvar only affect TEXF_PICMIP textures... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
havoc | changed DNS name cache expiration time to 12 hours |
commit | commitdiff | tree | snapshot |
2005-11-13 |
havoc | corrected dpmaster.deathmask.net IP address comment... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
havoc | added Matrix4x4_Normalize |
commit | commitdiff | tree | snapshot |
2005-11-13 |
havoc | expire internal DNS name cache entries after 5 minutes... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
havoc | updated ip address comment for dpmaster.deathmask.net |
commit | commitdiff | tree | snapshot |
2005-11-11 |
havoc | increased max cachepics from 256 to 1024 at VorteX... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
havoc | condensed CL_EntityParticles code |
commit | commitdiff | tree | snapshot |
2005-11-08 |
black | Moved the cmd preprocessor call from ExecuteString... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | fix a bug in loading colormap.lmp to determine number... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | fixed a bug in the r_lockpvs cvar silently added in... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | got rid of unused r_vismarklights cvar |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | cleaned up R_WorldVisibility code some more and added... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | removed .tga/.lmp extensions from all Pic names in... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | fix rendering issues with light crosshairs and the... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
havoc | cleanup of Cmd_PreprocessString and removal of a commen... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
havoc | fix stupid crash |
commit | commitdiff | tree | snapshot |
2005-11-06 |
black | Merged the $ handling into one preprocessor function. |
commit | commitdiff | tree | snapshot |
2005-11-05 |
havoc | eliminated fs_filesize global, now File_LoadFile and... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
havoc | implemented sv_fixedframeratesingleplayer cvar |
commit | commitdiff | tree | snapshot |
2005-11-04 |
havoc | eliminated use of node bounding box when recursing... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
havoc | minor optimizations to GLSL path layer checking |
commit | commitdiff | tree | snapshot |
2005-11-01 |
havoc | made timing even more reliable (now sleeps only as... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
havoc | fix dedicated server timing, now sleeps less than the... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
havoc | fix another crash on level change caused by NetConn_Ser... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
havoc | fix server physics crash on level change from reading... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
havoc | rewrote much of the voodoo/tnt rtlight path, now suppor... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
havoc | converted vertex fogging to use a fogtable array which... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
havoc | merged two sprite functions into the main callback... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
havoc | migrated r_lerpsprites cvar check to r_lerpanim, r_lerp... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
havoc | tweaked GLSL lighting shader to get a bit more performa... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
havoc | the beginnings of texture fog support (to cure the... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
havoc | remove a debugging message related to ammo > 200 in... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | fix free/malloc problems from a partial switch to Z_Fre... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | new zymotic hud |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | replaced CL_PointQ1Contents with longer calls to conten... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | split SV_Physics_Entity into SV_Physics_Entity and... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | fix stupid bug introduced by merging CL_DecayLights... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | optimized SV_WriteClientdataToMessage by caching weapon... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
havoc | reverted bsp recursion changes (back to the BoxOnPlaneS... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
havoc | updated IP address comment for Willis's dpmaster.deathm... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
havoc | fix a use of cs.specialvisibilityradius before it was... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
havoc | moved d_lightstylevalue into r_refdef.lightstyle |
commit | commitdiff | tree | snapshot |
2005-10-24 |
havoc | fixed a flaw in Mod_Q1BSP_RecursiveRecalcNodeBBox,... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
havoc | slightly optimized Mod_ForName to make less calls to... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
havoc | made an optimized SV_ClipMoveToWorld function to save... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
havoc | #ifdef 0'd out BoxOnPlaneSide_Separate as it is not... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
havoc | don't send empty lightstyles during signon |
commit | commitdiff | tree | snapshot |
2005-10-23 |
havoc | fixed a bug that was making "Model %s not found" warnin... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
havoc | got rid of Mod_CheckLoaded, changed how model system... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
havoc | changed network entity pvs checking to cache the cluste... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
havoc | rewrote r_speeds stats code, now uses renderstats globa... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fix another g++ conversion error |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | added explicit casts for agl functions when calling... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fix another float->enum conversion error with g++ 4 |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fixed two Con_Printf format strings with the wrong... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | gave names to nearly all structs and enums which should... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fix an anonymous struct error with g++ 4 |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fix a float->enum conversion error with g++ 4 |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fix a float->enum conversion error with g++ on big... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | fix an int->enum conversion error with g++ on big endia... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | added struct name to imageformats to cure an error... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | added a struct name to envmapinfo to stop a g++ 4 error... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
havoc | fix one more signedness warning |
commit | commitdiff | tree | snapshot |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
havoc | added very preliminary zymotic hud |
commit | commitdiff | tree | snapshot |
2005-10-15 |
havoc | fix typo |
commit | commitdiff | tree | snapshot |
next |