2007-09-24 |
havoc | changed COM_ParseToken_Simple to have a parsebackslash... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
havoc | fix a crash in levels without water |
commit | commitdiff | tree | snapshot |
2007-09-24 |
havoc | fix incorrect casts in the default.glsl shader |
commit | commitdiff | tree | snapshot |
2007-09-24 |
havoc | added GL_CullFace(GL_NONE); in sky rendering in an... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
havoc | correct a typo (-lws_32 should be -lws2_32) |
commit | commitdiff | tree | snapshot |
2007-09-24 |
havoc | revised water shader, less refraction, more focus on... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
havoc | replace strcpy use with strlcpy in some commented out... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
havoc | disable double/float conversion warnings in matrixlib... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
havoc | changed -lwsock32 to -lws2_32 in windows builds |
commit | commitdiff | tree | snapshot |
2007-09-23 |
havoc | added dinput.lib requirement in darkplaces.dsp |
commit | commitdiff | tree | snapshot |
2007-09-23 |
havoc | moved resource.h and darkplaces.rc from Source Files... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
havoc | added sv_demo.[ch] to MSVS6 projects |
commit | commitdiff | tree | snapshot |
2007-09-22 |
havoc | implemented r_glsl_water cvar (refraction and reflectio... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
havoc | reduced default value of sv_clmovement_waitforinput... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
havoc | changed sv_demo.c to sv_demo.o in object file list |
commit | commitdiff | tree | snapshot |
2007-09-19 |
havoc | limit r_bloom_colorexponent to 32 |
commit | commitdiff | tree | snapshot |
2007-09-19 |
havoc | fix a typo in r_bloom_colorexponent which allowed it... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
dresk | Added optional CSQC function CSQC_Event_Sound with... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
divverent | sv_autodemo_perclient - record client-like demos on... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
divverent | For now, ground snd_restart and snd_unloadallsounds... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
dresk | Added optional float global sb_showscores to CSQC that... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
dresk | Added QC function drawcolorcodedstring (#326 CSQC,... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
havoc | made r_view.showdebug affect more r_show* features |
commit | commitdiff | tree | snapshot |
2007-09-04 |
havoc | remove unused variable |
commit | commitdiff | tree | snapshot |
2007-09-04 |
havoc | added r_view.showdebug flag, which is used to disable... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
havoc | remove a weird loop that was attempting to count the... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
havoc | WIN32: changed stricmp and strnicmp to have an undersco... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
havoc | added #ifndef MK_XBUTTON3 |
commit | commitdiff | tree | snapshot |
2007-09-03 |
havoc | fix an array declaration that lacked extern |
commit | commitdiff | tree | snapshot |
2007-09-02 |
divverent | ReplayGain support for OggVorbis files (mostly useful... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
havoc | doubled cl_maxidlefps, this cures sound stuttering... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
havoc | fix a bug in displaying ammo numbers, was a stupid... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
havoc | OGG_FreeSfx and WAV_FreeSfx no longer reference sfx_t |
commit | commitdiff | tree | snapshot |
2007-08-30 |
havoc | eliminated channel_t reference in OGG_FetchEnd |
commit | commitdiff | tree | snapshot |
2007-08-30 |
havoc | eliminated references to channel_t and sfx_t in OGG_Fet... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
havoc | turn off r_glsl if compilation of the lowest level... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
havoc | save 24bit tga if alpha channel is entirely 255 |
commit | commitdiff | tree | snapshot |
2007-08-29 |
havoc | make snd_null.c work again (added snd_mutewhenidle) |
commit | commitdiff | tree | snapshot |
2007-08-29 |
havoc | fix intermission display on recorded singleplayer demos... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
havoc | implemented q3 shader keyword polygonoffset |
commit | commitdiff | tree | snapshot |
2007-08-27 |
havoc | implemented snd_mutewhenidle cvar, defaults to 1, to... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
havoc | added a developer 1000 print for every key event receiv... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
havoc | added cl_maxidlefps cvar to control the fps limiting... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
havoc | cleaned up qw-related todo items and added some newly... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
dresk | Added pointsound QC function to CL and SV VMs (extensio... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
divverent | new sprite types SPR_LABEL and SPR_LABEL_SCALE |
commit | commitdiff | tree | snapshot |
2007-08-24 |
havoc | changed reporting of compressed RGB textures to use... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
havoc | no longer compresses embedded textures (in q1 and hl... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
havoc | added gl_texturecompression to the video options menu |
commit | commitdiff | tree | snapshot |
2007-08-23 |
havoc | improved r_texturestats output to count compressed... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
havoc | implemented support for GL_ARB_texture_compression... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
divverent | add to cvar expansion: new variant $3- for all argument... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
havoc | improved COM_ParseToken functions to continue parsing... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
havoc | git-svn-id: svn://svn.icculus.org/twilight/trunk/darkpl... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
dresk | Added SSQC Function "SV_OnEntityNoSpawnFunction" which... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
dresk | Added CSQC globals dmg_take, dmg_save and dmg_origin... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
havoc | fix bug in csqc sound builtin where it multiplied volum... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
havoc | added cl_gameplayfix_soundsmovewithentities cvar so... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
havoc | added a FIXME comment about r_glsl 1 not working proper... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
havoc | fix brightness of fullbright entities in r_glsl 1 mode... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
dresk | Added support for assigning coop and deathmatch global... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
divverent | allow shirt/pants/scoreboard colors to be pulled from... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
havoc | allow view warping when underwater with gl_polyblend 0 |
commit | commitdiff | tree | snapshot |
2007-08-10 |
dresk | Added "pl" to the list of available keys to the CSQC... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
havoc | display 4 digit ammo in inventory bar in quake hud |
commit | commitdiff | tree | snapshot |
2007-08-09 |
havoc | fix a clientside bug with CL_ValidateState altering... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
havoc | don't crash if r_listmaptextures or r_replacemaptexture... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
havoc | added /LARGEADDRESSAWARE in two more MSVS projects |
commit | commitdiff | tree | snapshot |
2007-08-08 |
havoc | added large address aware flags in Dev-C++ and MSVS6... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
havoc | added --large-address-aware flag in windows builds |
commit | commitdiff | tree | snapshot |
2007-08-03 |
havoc | fix a typo that caused incorrect prioritization of... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
havoc | fix an error in the last patch |
commit | commitdiff | tree | snapshot |
2007-08-02 |
havoc | revert tolerances patch in RecursiveHullCheck, toleranc... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
divverent | fix and simplify strpad so that it actually works |
commit | commitdiff | tree | snapshot |
2007-07-28 |
divverent | make str2chr return 0 when used on an index outside... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
divverent | KrimZon's FTE_STRINGS port, please test! |
commit | commitdiff | tree | snapshot |
2007-07-27 |
dresk | Reverted addition of float global intermission to clpro... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
dresk | Added the global float "intermission" to CSQC defs... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
dresk | Added the map name (ie. "The Grisly Grotto") to the... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
havoc | hush a warning in Fantasy Quake (SOLID_BSP on a sprite... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
havoc | fix problem with guardian not waking up in dissolution... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
havoc | changed SCR_BeginLoadingPlaque to not call S_StopAllSou... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
havoc | don't draw score info in viewsize 120 |
commit | commitdiff | tree | snapshot |
2007-07-15 |
divverent | make -dinput support BUTTON4 and the wheel |
commit | commitdiff | tree | snapshot |
2007-07-15 |
divverent | fix typo in r_glsl_dumpshader message |
commit | commitdiff | tree | snapshot |
2007-07-14 |
divverent | add Cmd_QuoteString, and make the config writing code... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
divverent | command parsing: make "bind" and "in_bind" have the... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
havoc | modified Mod_Q1BSP_LoadFaces to use smaller lightmapsiz... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
havoc | added some tolerances in Mod_Q1BSP_RecursiveHullCheck... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
havoc | fix bug with large time skips in demo playback being... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
divverent | make rcon command display a bit nicer for multi-command... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
divverent | allow multiple rcon commands in the same packet, separa... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
divverent | oops... forgot to safeguard against recursive character... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
dresk | Updated cl_modelindexlist command with additional model... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
havoc | allow multiplayer savegames |
commit | commitdiff | tree | snapshot |
2007-07-09 |
havoc | never let client timeout in singleplayer |
commit | commitdiff | tree | snapshot |
2007-07-09 |
divverent | log_dest_udp now limits the packet size to 1400, not... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
dresk | Removed inline from function Con_Rcon_AddChar due to... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
dresk | Added command cl_soundindexlist which lists the sound... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
dresk | Added optional wildcard support for prvm_edict, prvm_ed... |
commit | commitdiff | tree | snapshot |
next |