]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2005-06-19 havocremoved keydown[] and renamed key_repeats[] to keydown...
2005-06-19 havoccleaned up Key_Event, this changed toggleconsole bind...
2005-06-19 havocremoved shift_down variable, use keydown[K_SHIFT] instead
2005-06-19 havocbetter detection of model load failures in viewmodel...
2005-06-19 havocdon't complain about missing bolt3/beam models
2005-06-19 havocremoved 3 unused variables
2005-06-19 black-Added support for 515]'s BX_COLOREDTEXT extension.
2005-06-19 havocremoved CL_InitTEnts function, moved its contents ...
2005-06-19 havocbefore calling SetNewParms qc function, set self to...
2005-06-19 havocremove unused frametime calculation
2005-06-16 havocreplace control characters (such as newline) with _...
2005-06-15 tomazFixed the embedded lhfont some more.
2005-06-15 havocuse sdl-config --static-libs on Mac
2005-06-15 tomazAdded saving of gfx/generated_conchars.tga
2005-06-15 havocprint a different fopen message if it failed
2005-06-15 havocadded debug prints to FRIK_FILE fopen/fclose builtins
2005-06-14 havocstrlwr does not exist on Linux
2005-06-14 black-reconnect wont work if being called from the console...
2005-06-14 havocattempting to make darkplaces able to compile as 32bit...
2005-06-13 tomaz373
2005-06-13 tomazAdded gl_picmip slider and r_restart button to Graphics...
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-06-13 havoc376
2005-06-13 havocfix two signed/unsigned mismatch warnings reported...
2005-06-12 blackFixed a VC runtime assertion caused by wishdir not...
2005-06-11 black-The new Key_Event is enabled by default now and Ive...
2005-06-11 blackIncreased maximum edict count to 4096
2005-06-11 blackMissing ';' :(
2005-06-11 blackRewrote of DrawQ_ColoredString (fixing some bugs hopefu...
2005-06-11 havocsplit CL_ClientMovement into CL_ClientMovement_Input...
2005-06-11 molivierBasic support for Q3's "getstatus" message, for a bette...
2005-06-11 havocchanged searchpath directories to have a trailing ...
2005-06-11 havocsv_public now defaults to 0 except on dedicated servers
2005-06-10 molivierFixed direct compilation of subtargets (cl-release...
2005-06-09 havocpatch from Zero_Dogg to fix a compile problem on Mandri...
2005-06-09 molivierFixed a typo in the BSD makefile
2005-06-09 havocadded r_shadow_glsl_geforcefxlowquality cvar (automatic...
2005-06-09 havocremove two unused variables
2005-06-09 havocreplaced uses of VectorNormalizeFast with VectorNormali...
2005-06-09 havocround off ping listings to nearest integer
2005-06-08 blackChanged the Host_Error calls in the string indexing...
2005-06-08 blackNew Key_Event is still disabled.
2005-06-08 molivierUpdated Dev-C++ project files
2005-06-08 molivierChanged default sound module for linux to ALSA. Modifie...
2005-06-07 blackMy Key_Event is disabled (yet).
2005-06-07 eviltypeguyDisabling black's key code:
2005-06-06 blackIf the new Key_Event breaks anything for you, you can...
2005-06-06 havocuse only the latest ping time, not averaged
2005-06-06 havocremoved one variable too many
2005-06-06 havocfix two warnings after the last commit
2005-06-06 havocuse latest ping from client struct rather than averagin...
2005-06-06 havocfix crouch button to be the right one
2005-06-06 havocfixed a PRVM_Crash crash when progs was NULL
2005-06-05 havocfixed the 'floating models' bug (EntityFrame5_WriteFram...
2005-06-05 havocfix lagged prydon cursor trace bug (it was using render...
2005-06-05 havocuse TEXF_CLAMP on Draw_CachePic (except for the color...
2005-06-05 havocdon't hit your own model with cl_prydoncursor traces
2005-06-05 havocfixed impulse lossage problem (ApplyClientMove wasn...
2005-06-05 havoconly give shareware warning if running GAME_NORMAL...
2005-06-03 blackFixed an signed/unsigned warning.
2005-06-03 havocadded a small simple optimization of prog->knownstring...
2005-06-03 black-Added the cvars net_slist_timeout and net_slist_maxtries.
2005-06-03 havocfix a cast warning
2005-06-03 havocremove unused PRVM_SetQCString function
2005-06-03 havocrewrote PRVM_AllocString and PRVM_FreeString to deal...
2005-06-03 havocreset callcount in prvm_profile
2005-06-03 havocshut down local server when connected to a remote server
2005-06-03 havocadded ctrl-escape hotkey for console (I know I coded...
2005-06-03 eviltypeguySilly me, apparently FNDELAY *is* available if you...
2005-06-03 eviltypeguyChanges necessary to build and run on Solaris 10 x86
2005-06-02 blackAdded a query queue (test commit so Willis can test...
2005-06-02 blackDidnt know that Host_StartVideo works this way (called...
2005-06-02 tomazRedid the coloring of the embedded font to use random...
2005-06-02 black-Changed host_abortserver to host_abortframe.
2005-06-02 tomazUpdated the embedded font to contain the 2 top rows...
2005-06-02 havocfix some potential buffer overflows
2005-06-02 havocfix a stack smash possibility in loadimagepixels
2005-06-02 havocfix two severe geometry bugs in the zym loader
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-06-01 havocenable unicode and keyrepeat every time a video mode...
2005-06-01 havocshortened movement queue back to 64 items to prevent...
2005-06-01 havocfix some crashes with server commands (kick, view*...
2005-06-01 havocless confusing messages from Sys_LoadLibrary
2005-06-01 havocit helps to mangle the correct string...
2005-05-31 havocfix the library search code (replaced / with 0, should...
2005-05-31 havocmade Sys_LoadLibrary search in the executable path...
2005-05-31 havocfixed Mod_Q3BSP_LoadPlanes to use LittleFloat instead...
2005-05-31 havocprint to console before printing to terminal (which...
2005-05-30 havoc.app directory for Mac OSX builds
2005-05-30 havocdon't echo player messages if not a dedicated server...
2005-05-30 havocpick apart com_argv[0] to find basedir in Mac OSX when...
2005-05-30 havoctry to detect a .app package in MacOSX and use a basedi...
2005-05-30 havocreenabled echoing of player messages to server console...
2005-05-30 havocrewrote character insertion/replacement in console...
2005-05-30 havocmade bmodel trails (if anyone ever dares to try them...
2005-05-30 havocupdated dsp files from Willis
2005-05-30 havocdisable some effect sounds in nexuiz
2005-05-30 havocignore RENDER_VIEWMODEL if tagentity is set
2005-05-29 havocdefault protocol changed to DP7
2005-05-29 havocfixed EF_NODEPTHTEST support on q1bsp/q3bsp/models
next