]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - sbar.c
implemented omnidirectional shadowmapping using depth textures (2D, Rect
[xonotic/darkplaces.git] / sbar.c
2009-09-18 divverentfix red-coloring logic again
2009-09-18 divverentshowfps 2: always show mspf
2009-09-18 havocuse different showfps math
2009-09-13 samualremove r_motionblur_debug, and replace with showblur...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-07-16 divverentsome typo fixes, + unalias command
2009-07-12 havocstabilize showfps a bit
2009-06-27 havocpatch from Lardarse that makes monsters/secrets show...
2009-06-10 divverenttypo
2009-06-10 divverentsbar_info_pos
2009-02-07 divverentbugfix for showtopspeed
2009-02-06 divverent[ 2566720 ] showtopspeed v3
2009-01-28 divverentmake DP compile with C++ again
2008-08-19 havocallow disabling scoreboard ranking display left of...
2008-07-29 divverentadd a new "scale" property in font files. Specifying...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-04-10 havocpatch from esteel which moves icons to the right of...
2008-03-08 havocadded showsound cvar which displays number of sounds...
2008-02-21 havocfix bug in csqc getplayerkey reported by Blub
2008-02-14 havocchanged now showfps calculates the fps - hopefully...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-06 divverentmake Nexuiz flag status icon position cvar defined
2007-12-23 divverentsorry, that one was wrong
2007-12-23 divverentfix wrong conversion factor of knots (Wikipedia has...
2007-12-22 divverentqups -> qu/s, in Nexuiz in/s
2007-12-22 divverentshowspeed cvar ;)
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-29 divverentfix access to shirt/pants palettes (they no longer...
2007-11-28 havocpatch from VorteX which removes special menu behavior for
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-09 divverentadd Nexuiz-only cvar sbar_flagstatus_right (preparation...
2007-10-01 havocadded support for arguire's strange protocols that...
2007-09-24 havocpatch for nexuiz from m0rfar to colorize health/armor...
2007-09-08 dreskAdded optional float global sb_showscores to CSQC that...
2007-09-01 havocfix a bug in displaying ammo numbers, was a stupid...
2007-08-29 havocfix intermission display on recorded singleplayer demos...
2007-08-10 divverentallow shirt/pants/scoreboard colors to be pulled from...
2007-08-09 havocdisplay 4 digit ammo in inventory bar in quake hud
2007-07-16 havocdon't draw score info in viewsize 120
2007-06-29 divverentand now I see that the added frags counter requires...
2007-06-29 divverentadd cvar sbar_miniscoreboard_size to control the size...
2007-06-26 divverentsb_colon support for Nexuiz
2007-06-26 divverentin teamplay, frags counter now shows other teams instea...
2007-06-14 havoccentered quake hud in deathmatch, this makes the new...
2007-06-13 havocadded a score-distribution/place/score block left of...
2007-06-04 divverentbottom align mini DM overlay when not fully utilized
2007-06-04 divverentno team separator in mini DM overlay... prevent showing...
2007-06-03 divverentHUD: mini overlay now supports teamplay (in team games...
2007-06-01 havocadded sbar_hudselector cvar which can choose a new...
2007-05-26 havocmake showscores work while finale is up in all game...
2007-05-26 divverentintermission: store the current time to completed_time...
2007-05-23 havocchanged server to not send pingplreport in response...
2007-05-07 divverentGAME_NEXUIZ: move the key up a bit for keyhunt, looks...
2007-05-07 divverentImpossible combination of GAME_NEXUIZ CTF status icons...
2007-04-18 havocchanged weapons bar in nexuiz hud to use alpha rather...
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-04-07 havocpatch from div0 to fix nexuiz ctf flag icon code so...
2007-04-05 havoceliminated most calls to Sys_DoubleTime (using realtime...
2007-01-26 havocchanged sbar stats (Monsters/Secrets/Time/map title...
2007-01-21 havocfixed negative time delta problem with sbar item flashing
2006-12-11 havocmoved health counter in quake hud back to its original...
2006-10-20 havocdon't crash in scoreboard code when connected to a...
2006-08-29 havocanother patch from div0 to improve ping parsing behavio...
2006-08-26 sajtFix for people with proper compilers :)
2006-08-21 blackFix a stupid typo in the sbar's ctf flag icon filenames.
2006-08-21 havocnexuiz hud change to show flag status in CTF
2006-08-14 havocno longer has time or team columns in non-QW games
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-25 havocenabled player scoreboard in coop (note that this overr...
2006-07-10 havocchanged how ping report hiding operates, so that it...
2006-07-10 havocfix bug where realtime was used instead of cl.time...
2006-07-09 havocadded ping and status command output parsing in the...
2006-07-08 havochide ping and packetloss displays if the values are...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-06-11 havocremoved crosshair_static cvar (now only the hud crossha...
2006-05-25 havocdisplay qw spectators as spectators on the scoreboard
2006-04-26 havocchanged back to 1 second intervals on fps math
2006-04-19 havocprecache scoreboard title, intermission pics, and final...
2006-04-18 havocremoved showfps mode 2 (which was weird), modified...
2006-04-08 havocfix cl.completed_time math after that last commit
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-02-27 havocfix the minutes display on the QW scoreboard
2006-02-26 havocqw support is 99% working
2006-02-12 havocGAME_NEXUIZ scoreboard team color names patch from...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-12-27 havocesteel's patch used C99 lazy variable declaration,...
2005-12-26 havocnexuiz team scoreboard patch from esteel
2005-11-19 havocdisable sbar in GAME_NETHERWORLD (it draws it using qc)
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-27 havocremove a debugging message related to ammo > 200 in...
2005-10-26 havocnew zymotic hud
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-17 havocadded very preliminary zymotic hud
2005-08-31 havocinitialize red to false (fixes an uninitialized variabl...
next