2006-01-15 |
havoc | changed line endings from DOS to unix |
commit | commitdiff | tree | snapshot |
2006-01-15 |
havoc | added png support patch from [515] (had to rewrite... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
havoc | added 1440x900 and 720x450 resolutions |
commit | commitdiff | tree | snapshot |
2006-01-14 |
havoc | added DP_EF_DOUBLESIDED extension to list |
commit | commitdiff | tree | snapshot |
2006-01-14 |
havoc | added DP_SV_CUSTOMIZEENTITYFORCLIENT extension based... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
havoc | corrected a typo in a comment |
commit | commitdiff | tree | snapshot |
2006-01-12 |
havoc | added console editing enhancements patch from [515... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
havoc | added DrawQ_Line/DrawQ_Lines/DrawQ_LineWidth patch... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
havoc | added con_textsize patch from [515] |
commit | commitdiff | tree | snapshot |
2006-01-11 |
havoc | added r_replacemaptexture and r_listmaptextures command... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
havoc | added tab-completion of map/changelevel command + maps... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
havoc | added sendcvar patch from [515] |
commit | commitdiff | tree | snapshot |
2006-01-10 |
havoc | added a warning comment about dmodel_t not matching... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
havoc | correct q2dheader_t and q3dheader_t to have the correct... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
havoc | added rain splash code written by [515], and made the... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
havoc | added EF_DOUBLESIDED (and internally RENDER_NOCULLFACE) |
commit | commitdiff | tree | snapshot |
2006-01-10 |
havoc | added button9-16 |
commit | commitdiff | tree | snapshot |
2006-01-08 |
havoc | redesigned the heart of SV_GetTagMatrix, it now makes... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | fix sp2 frame positioning |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | changed mouse button numbering to have MWHEELUP/MWHEELD... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | added developer_entityparsing cvar to aid in debugging... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | hide GLSL compile warnings when developer is 0 |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | make compile again, stupid typos |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | corrected some function names in error messages |
commit | commitdiff | tree | snapshot |
2006-01-01 |
havoc | added vertex bounds checking in Mod_Q1BSP_LoadEdges |
commit | commitdiff | tree | snapshot |
2005-12-30 |
havoc | disabled running of multiple server frames per host... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
havoc | refactored gettaginfo in an attempt to improve readabil... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
havoc | eliminated special case for gamma 1.0 as it was making... |
commit | commitdiff | tree | snapshot |
2005-12-28 |
molivier | Removed unused files |
commit | commitdiff | tree | snapshot |
2005-12-28 |
molivier | Added support for refresh rate, vsync, and hardware... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | reworked rtlighting code to handle transparent water... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | changed basedir and gamedir handling slightly to elimin... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
molivier | Fixed CoreAudio sound module |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | esteel's patch used C99 lazy variable declaration,... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | remove an unused variable |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | fix sprite transparency bug introduced by the palette... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | reworked transparency in palettes, made palette_complet... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | changed a palette_complete, palette_alpha reference... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
havoc | removed a duplicate ; |
commit | commitdiff | tree | snapshot |
2005-12-26 |
havoc | nexuiz team scoreboard patch from esteel |
commit | commitdiff | tree | snapshot |
2005-12-17 |
havoc | changed Venim's dpmaster back to an IP |
commit | commitdiff | tree | snapshot |
2005-12-17 |
havoc | added tChr's master server, changed Venim's back to... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
havoc | default r_useportalculling to 1, I don't know why it... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
black | Erm, remove the paramcount check from localcmd, so... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
havoc | video modes in menu now also set vid_pixelheight and... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
havoc | implemented vid_refreshrate cvar to specify display... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
havoc | 409 |
commit | commitdiff | tree | snapshot |
2005-11-29 |
havoc | smoke trails are now half as bright, bullet impact... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
havoc | implemented cl_particles_quake cvar to use quake-style... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
havoc | disabled dlight from scrag and hellknight shots |
commit | commitdiff | tree | snapshot |
2005-11-29 |
havoc | removed headphones stuff, now stereo is side speakers... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
havoc | fixed keynum_t issue, it was declared as an extern... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
havoc | changed buttonremap arrays to int instead of keynum_t... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
havoc | made K_MOUSE4/5 keys separate from K_MWHEELUP/DOWN... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
havoc | fix a typo |
commit | commitdiff | tree | snapshot |
2005-11-28 |
havoc | added scr_screenshot_gamma to menu (I'm sure I did... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
havoc | 416 |
commit | commitdiff | tree | snapshot |
2005-11-27 |
havoc | eliminated snd_inited and sound_started variables,... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
havoc | added minor documentation about logging features |
commit | commitdiff | tree | snapshot |
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 |
next |