]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/client
fix Port-O-Launch
[divverent/nexuiz.git] / data / qcsrc / client /
2008-09-02 div0fix the big bugs in my weapons commit
2008-09-02 div0huge patch that breaks everything: add a new stat ...
2008-08-30 div0workaround for decreasing time
2008-08-30 div0a bit more consistent that way
2008-08-30 div0fix compile errors; make sky-hitting lasers extend...
2008-08-30 div0detect NOIMPACT flag for laser (TODO: possibly extend...
2008-08-30 div0laser: add a dlight to the end; improve effect; effect...
2008-08-29 div0better save than sorry. 59.5
2008-08-29 div0thresh must be 60 (fov slider in menu)
2008-08-29 div0fov 80 is new threshold
2008-08-29 div0slightly better +zoom handling; still misses DP's magic...
2008-08-29 div0also detect zoom scripts, and write zoom status to...
2008-08-29 div0record zoom in demos (TODO: also send zoom state when...
2008-08-29 div0make interpolation support slowmo
2008-08-29 div0func_plat: wait -1 makes it seamless
2008-08-29 div0fix laser interpolation
2008-08-28 div0update zoomsensitivity
2008-08-28 div0new cvar: cl_zoomsensitivity
2008-08-28 div0zoom: do it entirely client side
2008-08-28 div0more laser madness (now: dark lasers, pulsating laser...
2008-08-26 div0more particles fixes
2008-08-26 div0allow func_pointparticles to move
2008-08-26 div0laser: internally allow changes to origin
2008-08-26 div0got it to work with brush ents
2008-08-26 div0workaround: traceline appears to not hit SOLID_BSP...
2008-08-26 div0make the lasers less thick
2008-08-26 div0misc_laser: optimization and bugfix, and documentation...
2008-08-26 div0laser beam texture
2008-08-26 div0oops, forgot to commit
2008-08-26 div0misc_laser is now client side too (untested too)
2008-08-26 div0oops :P
2008-08-26 div0(untested) make rain and snow client side entities
2008-08-26 div0new particle property "movedir"; traces in that directi...
2008-08-26 div0pointparticles: negative "impulse" is particles per...
2008-08-26 div0particles: volume weighting = negative count, absolute...
2008-08-26 div0CSQC handle func_sparks; more to come later (func_point...
2008-08-25 div0improve the stupid workaround path for the hook drawing
2008-08-25 div0proper mmsss display for fraglimit
2008-08-24 div0add green hook beam for non-teamplay
2008-08-24 div0new hook graphics
2008-08-24 div0new hook graphics
2008-08-24 div0use particles/hookbeam only in new engines - looks...
2008-08-24 div0use "particles/hookbeam" for the grappling hook beam...
2008-08-24 div0use less memory :P
2008-08-24 div0jitter-less grappling hook (and currently using a place...
2008-08-23 div0make "teamstatus" work again
2008-08-23 div0new command: cl_cmd settemp cvarname value (sets a...
2008-08-23 div0smaller score updates (requires new engine on the server)
2008-08-21 div0and actually fixed it now
2008-08-21 div0race: completed spectator support
2008-08-21 div0Race: send stuff to people spectating someone too ...
2008-08-13 div0new time display in qualifying
2008-08-13 div0DP_CSQC_ENTITY_REMOVE_IS_B0RKED - #ifdef for CSQC netwo...
2008-08-12 div0oops... hide crosshair when scoreboard is forced too
2008-08-11 div0color display fix for lap count
2008-08-11 div0/me sucks at two's complement. FIXED.
2008-08-11 div0better scoreboard forcing
2008-08-11 div0remove unuseds (except for the fteqcc bug ones)
2008-08-10 div0fix laps counter
2008-08-10 div0finish g_race_qualifying 2 mode (by adding a race displ...
2008-08-09 div0add an extra check for removing players
2008-08-08 div0some missing files; g_race_qualifying is still broken...
2008-08-08 div0"race" game mode (beginning)
2008-08-07 blub0some cleanup, and removed the SVN revision table for...
2008-08-05 div0handle an entity changing its type right (happend when...
2008-08-03 div0add missing kdr column
2008-08-01 div0fix crosshair for death scoreboard :P
2008-08-01 div0always sort downloaders/connectors below spectators
2008-08-01 div0do not sort spectators by scores (they don't have any...
2008-08-01 div0hide zero pings (bots, or not asked yet); use >>> sign...
2008-08-01 div0new packet loss column ("pl")
2008-08-01 div0make CSQC scores safer against packet loss/rearrangements
2008-07-31 div0add real ranks for LMS (with st, nd, rd, th)
2008-07-29 div0make ymin match for voting and scoreboard (20 in both...
2008-07-29 div0fix "-1 seconds left"
2008-07-29 div0fix map vote time sync issues... ARGH
2008-07-29 div0add cvar cl_readpicture_force
2008-07-29 div0larger images!!! ;)
2008-07-28 blub0move abstain vote to the center and fix size calc for...
2008-07-28 blub0mapvoting try 2 :P
2008-07-28 blub0removed a debug print, and some out-dated commented...
2008-07-27 div0damn... now THIS layout is right
2008-07-27 div0better default layout for KH
2008-07-27 div0add missing "myteam" var
2008-07-27 div0make mapvoting always use the big font (nonblurry)
2008-07-27 div0add sbar_bigfont; use that for headlines
2008-07-26 div0color fix
2008-07-26 div0allow hiding the LMS rank column (as the players are...
2008-07-26 div0remove crosshair when not needed; show map name, time...
2008-07-26 div0automatically fix missing "name", "separator", primary...
2008-07-26 div0add team scores display; csqc .team is NOT svqc .team...
2008-07-26 div0CTF!
2008-07-26 div0oops
2008-07-26 div0LMS works!
2008-07-26 div0LMS works now as game mode, but somehow sorting is...
2008-07-26 div0finally fix all compile warnings here
2008-07-26 div0vectors in QC are 3D. 'a b' makes a warning.
2008-07-25 div0allow specifying sbar fields as +ctf,kh/score -ctf...
2008-07-25 div0fix scores fields parsing
2008-07-24 blub0CSQC part for the new score system (not really finished...
next