2005-06-19 |
havoc | changed keydown[] from unsigned int holding key repeat... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | removed keydown[] and renamed key_repeats[] to keydown... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | cleaned up Key_Event, this changed toggleconsole bind... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | removed shift_down variable, use keydown[K_SHIFT] instead |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | better detection of model load failures in viewmodel... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | don't complain about missing bolt3/beam models |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | removed 3 unused variables |
commit | commitdiff | tree | snapshot |
2005-06-19 |
black | -Added support for 515]'s BX_COLOREDTEXT extension. |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | removed CL_InitTEnts function, moved its contents ... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | before calling SetNewParms qc function, set self to... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | remove unused frametime calculation |
commit | commitdiff | tree | snapshot |
2005-06-16 |
havoc | replace control characters (such as newline) with _... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
tomaz | Fixed the embedded lhfont some more. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
havoc | use sdl-config --static-libs on Mac |
commit | commitdiff | tree | snapshot |
2005-06-15 |
tomaz | Added saving of gfx/generated_conchars.tga |
commit | commitdiff | tree | snapshot |
2005-06-15 |
havoc | print a different fopen message if it failed |
commit | commitdiff | tree | snapshot |
2005-06-15 |
havoc | added debug prints to FRIK_FILE fopen/fclose builtins |
commit | commitdiff | tree | snapshot |
2005-06-14 |
havoc | strlwr does not exist on Linux |
commit | commitdiff | tree | snapshot |
2005-06-14 |
black | -reconnect wont work if being called from the console... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
havoc | attempting to make darkplaces able to compile as 32bit... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
tomaz | 373 |
commit | commitdiff | tree | snapshot |
2005-06-13 |
tomaz | Added gl_picmip slider and r_restart button to Graphics... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
tomaz | added -demo and -demolooponly options. -demo starts... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
havoc | 376 |
commit | commitdiff | tree | snapshot |
2005-06-13 |
havoc | fix two signed/unsigned mismatch warnings reported... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
black | Fixed a VC runtime assertion caused by wishdir not... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
black | -The new Key_Event is enabled by default now and Ive... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
black | Increased maximum edict count to 4096 |
commit | commitdiff | tree | snapshot |
2005-06-11 |
black | Missing ';' :( |
commit | commitdiff | tree | snapshot |
2005-06-11 |
black | Rewrote of DrawQ_ColoredString (fixing some bugs hopefu... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
havoc | split CL_ClientMovement into CL_ClientMovement_Input... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
molivier | Basic support for Q3's "getstatus" message, for a bette... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
havoc | changed searchpath directories to have a trailing ... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
havoc | sv_public now defaults to 0 except on dedicated servers |
commit | commitdiff | tree | snapshot |
2005-06-10 |
molivier | Fixed direct compilation of subtargets (cl-release... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
havoc | patch from Zero_Dogg to fix a compile problem on Mandri... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
molivier | Fixed a typo in the BSD makefile |
commit | commitdiff | tree | snapshot |
2005-06-09 |
havoc | added r_shadow_glsl_geforcefxlowquality cvar (automatic... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
havoc | remove two unused variables |
commit | commitdiff | tree | snapshot |
2005-06-09 |
havoc | replaced uses of VectorNormalizeFast with VectorNormali... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
havoc | round off ping listings to nearest integer |
commit | commitdiff | tree | snapshot |
2005-06-08 |
black | Changed the Host_Error calls in the string indexing... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
black | New Key_Event is still disabled. |
commit | commitdiff | tree | snapshot |
2005-06-08 |
molivier | Updated Dev-C++ project files |
commit | commitdiff | tree | snapshot |
2005-06-08 |
molivier | Changed default sound module for linux to ALSA. Modifie... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
black | My Key_Event is disabled (yet). |
commit | commitdiff | tree | snapshot |
2005-06-07 |
eviltypeguy | Disabling black's key code: |
commit | commitdiff | tree | snapshot |
2005-06-06 |
black | If the new Key_Event breaks anything for you, you can... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
havoc | use only the latest ping time, not averaged |
commit | commitdiff | tree | snapshot |
2005-06-06 |
havoc | removed one variable too many |
commit | commitdiff | tree | snapshot |
2005-06-06 |
havoc | fix two warnings after the last commit |
commit | commitdiff | tree | snapshot |
2005-06-06 |
havoc | use latest ping from client struct rather than averagin... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
havoc | fix crouch button to be the right one |
commit | commitdiff | tree | snapshot |
2005-06-06 |
havoc | fixed a PRVM_Crash crash when progs was NULL |
commit | commitdiff | tree | snapshot |
2005-06-05 |
havoc | fixed the 'floating models' bug (EntityFrame5_WriteFram... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
havoc | fix lagged prydon cursor trace bug (it was using render... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
havoc | use TEXF_CLAMP on Draw_CachePic (except for the color... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
havoc | don't hit your own model with cl_prydoncursor traces |
commit | commitdiff | tree | snapshot |
2005-06-05 |
havoc | fixed impulse lossage problem (ApplyClientMove wasn... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
havoc | only give shareware warning if running GAME_NORMAL... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
black | Fixed an signed/unsigned warning. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | added a small simple optimization of prog->knownstring... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
black | -Added the cvars net_slist_timeout and net_slist_maxtries. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | fix a cast warning |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | remove unused PRVM_SetQCString function |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | rewrote PRVM_AllocString and PRVM_FreeString to deal... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | reset callcount in prvm_profile |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | shut down local server when connected to a remote server |
commit | commitdiff | tree | snapshot |
2005-06-03 |
havoc | added ctrl-escape hotkey for console (I know I coded... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
eviltypeguy | Silly me, apparently FNDELAY *is* available if you... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
eviltypeguy | Changes necessary to build and run on Solaris 10 x86 |
commit | commitdiff | tree | snapshot |
2005-06-02 |
black | Added a query queue (test commit so Willis can test... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
black | Didnt know that Host_StartVideo works this way (called... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
tomaz | Redid the coloring of the embedded font to use random... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
black | -Changed host_abortserver to host_abortframe. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
tomaz | Updated the embedded font to contain the 2 top rows... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
havoc | fix some potential buffer overflows |
commit | commitdiff | tree | snapshot |
2005-06-02 |
havoc | fix a stack smash possibility in loadimagepixels |
commit | commitdiff | tree | snapshot |
2005-06-02 |
havoc | fix two severe geometry bugs in the zym loader |
commit | commitdiff | tree | snapshot |
2005-06-01 |
black | -Added Host_AbortCurrentFrame to hide the longjump... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
havoc | enable unicode and keyrepeat every time a video mode... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
havoc | shortened movement queue back to 64 items to prevent... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
havoc | fix some crashes with server commands (kick, view*... |
commit | commitdiff | tree | snapshot |
2005-06-01 |
havoc | less confusing messages from Sys_LoadLibrary |
commit | commitdiff | tree | snapshot |
2005-06-01 |
havoc | it helps to mangle the correct string... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
havoc | fix the library search code (replaced / with 0, should... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
havoc | made Sys_LoadLibrary search in the executable path... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
havoc | fixed Mod_Q3BSP_LoadPlanes to use LittleFloat instead... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
havoc | print to console before printing to terminal (which... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | .app directory for Mac OSX builds |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | don't echo player messages if not a dedicated server... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | pick apart com_argv[0] to find basedir in Mac OSX when... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | try to detect a .app package in MacOSX and use a basedi... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | reenabled echoing of player messages to server console... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | rewrote character insertion/replacement in console... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | made bmodel trails (if anyone ever dares to try them... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | updated dsp files from Willis |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | disable some effect sounds in nexuiz |
commit | commitdiff | tree | snapshot |
2005-05-30 |
havoc | ignore RENDER_VIEWMODEL if tagentity is set |
commit | commitdiff | tree | snapshot |
2005-05-29 |
havoc | default protocol changed to DP7 |
commit | commitdiff | tree | snapshot |
next |