2007-12-18 |
havoc | moved Mod_LoadQ3Shaders() call from CL_BeginDownloads... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
res | Gecko: set a profile path |
commit | commitdiff | tree | snapshot |
2007-12-17 |
black | Add full support for csqc's sensitivityscale (no clampi... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
havoc | remove basealpha checks in DrawQ_String_Font |
commit | commitdiff | tree | snapshot |
2007-12-17 |
havoc | don't R_UpdateAllTextureInfo when doing shadows or... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
divverent | split up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
havoc | redesigned box clipping code in R_Shadow_ScissorForBBox... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
havoc | fix two warnings |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | use strlcpy() instead of strcpy() |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | Move Mem_strdup into zone.c |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | Dynamically allocate Q3 shader texture frames. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | Dynamically allocate Q3 shader texture frames. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | Fixed user font initialization writing beyond fonts... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | Fix use of wrong pointer in Q3 shader hash add. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
res | Changed Q3 shaders to use dynamic memory allocation... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
black | Add getsurfacepointattribute to svqc and csqc (untested... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
divverent | changed DP_MODPLUG_STATIC_PREFIX to DP_MODPLUG_STATIC_L... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
divverent | make "cd remap" also support named tracks |
commit | commitdiff | tree | snapshot |
2007-12-14 |
divverent | CDAudio_Stop: also stop a paused track (fixes bgmvolume... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
black | Move the code around a bit in cl_gecko and add the... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
havoc | fix detection of q3map2 deluxemapping in the case of... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
divverent | modplug improvement: DP_MODPLUG_STATIC_PREFIX=/usr... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
havoc | added gl_vbo 2 mode to test performance of vertex buffe... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
havoc | added -lmodplug if libmodplug.a is detected, and a... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
divverent | oops, should use <>, not "" |
commit | commitdiff | tree | snapshot |
2007-12-13 |
divverent | support the upcoming -DSND_MODPLUG_STATIC flag |
commit | commitdiff | tree | snapshot |
2007-12-13 |
divverent | oops, forgot to include snd_modplug.h here |
commit | commitdiff | tree | snapshot |
2007-12-13 |
divverent | minor improvement to modplug (now cd loop 1 also would... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
divverent | oops... forgot this file, sorry |
commit | commitdiff | tree | snapshot |
2007-12-12 |
divverent | Add support for libmodplug (when found). Sound files... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
res | Gecko: forward mouse wheel input |
commit | commitdiff | tree | snapshot |
2007-12-12 |
res | Gecko resizing support |
commit | commitdiff | tree | snapshot |
2007-12-11 |
divverent | now really fix fog + HDR |
commit | commitdiff | tree | snapshot |
2007-12-11 |
divverent | oops... fog is now colorscaled, so handle this correctl... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
black | Meh, stupid bug in cl_gecko. Sorry about that :-( |
commit | commitdiff | tree | snapshot |
2007-12-09 |
divverent | CMDBUFSIZE increased to 128k. Hopefully it's enough... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
divverent | fog gets additional parameters mindist and maxdist... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
divverent | making fog consistent with skybox fog when HDR, scenebr... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
havoc | color r_shownromals white at the tips |
commit | commitdiff | tree | snapshot |
2007-12-08 |
havoc | made r_shownormals value control the length of the... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
havoc | fix fog, it now matches GL_EXP2 fog as it was meant... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
res | Changed Win32 console logic to only allocate a console... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
res | Changed Q1 lightmap packing to put consecutive surfaces... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
havoc | added DP_QC_VECTOANGLES_WITH_ROLL |
commit | commitdiff | tree | snapshot |
2007-12-06 |
black | Fix a bug - tbh I dont understand why the other menu... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
havoc | fix mistakes in the fix for the previous mistakes in... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
havoc | fix two mistakes in glsl/default.glsl deluxemapping... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
black | Remove unused MP_Fallback from menu.c. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
res | Made Q1 face loading faster by using a faster lightmap... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
res | Changed R_Upload() to not allocate memory for a texture... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
res | Lazily initialize Gecko - saves initialization when... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
res | Add helper header to simplify measuring time spent... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
res | Changed Win32 code to also support compilation of the... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
black | Add the gecko builtins to csqc, too. (#ifdefed again) |
commit | commitdiff | tree | snapshot |
2007-12-03 |
black | Remove the NG_MENU additions as it has never really... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
havoc | added r_refdef.rtlightstylevalue which is a float versi... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
havoc | fix crash on entities with missing models (bug introduc... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
havoc | reverted texel nudging code that was committed by divve... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
havoc | the light has been defeated by the shadow (r_light... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
havoc | fixed bug that made r_water reflections use the wrong... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
black | "Finish" cl_gecko.c (input handling is done now, too... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
divverent | add DP_FONT_VARIABLEWIDTH to menu extensions list;... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | changed r_speeds 2 and 3 reports to only list time... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | removed all but ocrana qw master as the rest were not... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | fix r_waterscroll |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | added r_lerplightstyles cvar which now defaults off... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | r_speeds now shows number of lightmap updates (and... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | added r_speeds 3 mode which does not use glFinish |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | reworked lightstyle chains code to use a struct, and... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | changed default value of sv_fixedframeratesingleplayer... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
havoc | renamed sv_gameplayfix_qwplayerphysics to sv_gameplayfi... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
sajt | fix warning - this is still C, remember :) |
commit | commitdiff | tree | snapshot |
2007-12-01 |
divverent | the big chat area/font patch... hope it works well... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
divverent | an x for an i... fixed (this bug made sprites disappear... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
black | Add TEXF_PERSISTENT and R_PurgeTexture which only frees... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
divverent | fix access to shirt/pants palettes (they no longer... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
havoc | swizzle RGBA to BGRA in png loader |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | improved performance of dlight triangle batching in... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | patch from VorteX which makes r_editlights mode use... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | precalculate texture vectors on mdl/md2/md3 models... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | small optimization to use of texture_t->currenttexmatri... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
sajt | fix warning |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | fix a mistake in the recent commit |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | reverted code that used vid_grabkeyboard for SDL input... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | patch from VorteX that makes GAME_DELUXEQUAKE mode... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | patch from VorteX which removes special menu behavior for |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | changed texture formats from RGBA to BGRA, yes this... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | fix warnings |
commit | commitdiff | tree | snapshot |
2007-11-28 |
havoc | add cl_dyntexture.o to makefile |
commit | commitdiff | tree | snapshot |
2007-11-27 |
sajt | updated msvc6 project file |
commit | commitdiff | tree | snapshot |
2007-11-27 |
sajt | I believe this is what you meant... by the way, you... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
black | Use BGRA >_> |
commit | commitdiff | tree | snapshot |
2007-11-27 |
black | Woops - use -1 to mark dirty textures! |
commit | commitdiff | tree | snapshot |
2007-11-27 |
black | Rework cl_video to use dyntextures. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
havoc | added support for TEXTYPE_BGRA (GL_BGRA format), this... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
havoc | removed support for TEXTYPE_RGB |
commit | commitdiff | tree | snapshot |
2007-11-24 |
havoc | patch from Mario Schlack which fixes csqc precache_model |
commit | commitdiff | tree | snapshot |
2007-11-24 |
havoc | don't start up CD audio if -nocdaudio is given on comma... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
black | Add cl_dyntexture.h and .c (don't need to be added... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
divverent | botclients don't set spawned... so fix the -666 for... |
commit | commitdiff | tree | snapshot |
next |