2005-07-05 |
havoc | added a #define DIRECTINPUT_VERSION to hush warnings... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
black | fix VC 6 not supporting DWORD_PTR. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | more warnings fixed |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | more fixes |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | added a 64bif fs_offset_t type to clean up most of... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
black | fixed some conversions |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | stomping more size_t warnings |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | fixed signed/unsigned mismatch warnings |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | changing some things back to size_t |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | more size_t |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | use size_t less |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | more size_t |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | use size_t even more |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | use size_t more |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | changed some things to size_t to reduce warnings on... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
havoc | made FS_WriteFile's len parameter size_t to fix some... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
havoc | fix problems with missing cubemap textures in GLSL |
commit | commitdiff | tree | snapshot |
2005-07-04 |
havoc | fix a crash when doing vid_restart or r_restart with... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
havoc | fix a typo |
commit | commitdiff | tree | snapshot |
2005-07-04 |
havoc | default developer_texturelogging to 0, don't know why... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
havoc | allow escape to togglemenu when in fullscreen console |
commit | commitdiff | tree | snapshot |
2005-07-04 |
tomaz | Fixed it so vertical syns is applied correctly at init. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
black | -Moved findflags and findchainflags to the prvm_cmds.c. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
havoc | fix bug that made pants/shirt not render in rtlighting... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
havoc | don't print PRVM_NAME in each dprint call, it looks... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
havoc | fix bug in parsing PROTOCOL_DARKPLACES1/2/3/4 angles |
commit | commitdiff | tree | snapshot |
2005-07-02 |
havoc | fix Black's mistake of using 'long' (32bit/64bit depend... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
havoc | fix a problem with shadows being cut short from models... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
havoc | changed two comments from saying long to int |
commit | commitdiff | tree | snapshot |
2005-07-01 |
havoc | allow multiple lightning beams owned by world |
commit | commitdiff | tree | snapshot |
2005-07-01 |
havoc | forbid world writes after precache stage (without using... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
havoc | changed shadow projection length to use model->radius... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
havoc | stop searching for a server port when one is found |
commit | commitdiff | tree | snapshot |
2005-06-29 |
havoc | added knownstrings_freeable array to prog struct so... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
havoc | default offsetmapping off (as it messes up model skins) |
commit | commitdiff | tree | snapshot |
2005-06-28 |
havoc | 374 |
commit | commitdiff | tree | snapshot |
2005-06-28 |
black | -Added sv_playerphysicsqc to control whether the qc... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
havoc | patch from christian holmberg to make XK_section key... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
havoc | removed r_editlights_rtlightssizescale and r_editlights... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
havoc | increased server browser viewlist limit (was 128) to... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
black | -"add color code to start of chat message to prevent... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
havoc | removed "%s changed model to %s" message on .playermode... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
havoc | q3 shader parser was not supporting alphatest (promoted... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
havoc | removed SV_SetOnGround, this cures the bunnyhopping... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
havoc | changed a lot of Host_Error calls to Con_Printf or... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
havoc | removed winding.[ch] files from dsp files |
commit | commitdiff | tree | snapshot |
2005-06-20 |
havoc | removed winding.[ch] as they were not used |
commit | commitdiff | tree | snapshot |
2005-06-19 |
havoc | removed two unused Key_Event implementations (which... |
commit | commitdiff | tree | snapshot |
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 |
next |