2002-08-27 |
havoc | liquid now goes through meshqueue sorting |
commit | commitdiff | tree | snapshot |
2002-08-27 |
havoc | forgot a m.transparent = in the last commit, and remove... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
havoc | got rid of lots of unnecessary m.transparent = lines... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
havoc | engine mostly converted to use R_MeshQueue functions... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
molivier | Added a new cvar sv_echobprint which controls the print... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
molivier | Fixed a potential buffer overflow in Con_DebugLog |
commit | commitdiff | tree | snapshot |
2002-08-26 |
havoc | renamed mesh_ variables to gl_state. (created a struct... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
havoc | got rid of R_Mesh_Draw and R_Mesh_DrawPolygon, now... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
havoc | batching is gone. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
havoc | monster movement interpolation now works in both protoc... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
havoc | detail texturing added (although with just one generate... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
havoc | removed check for registered.integer in GAME_NORMAL... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
molivier | Finally got rid of the last TRANSFUSION define (the... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
havoc | added DP_SV_SLOWMO to extensions list |
commit | commitdiff | tree | snapshot |
2002-08-22 |
havoc | made stains more small and focused |
commit | commitdiff | tree | snapshot |
2002-08-22 |
havoc | workaround for gcc -funroll-loops bug with RLE compress... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
molivier | Disabled crosshair during intermission |
commit | commitdiff | tree | snapshot |
2002-08-21 |
molivier | Fixed GetModuleFileName call |
commit | commitdiff | tree | snapshot |
2002-08-21 |
molivier | Refixed COM_StripExtension :oP |
commit | commitdiff | tree | snapshot |
2002-08-21 |
havoc | this should fix the program name in com_argv[0], so... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
havoc | change default com_basedir to "." to fix the game when... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
molivier | Fixed COM_StripExtension for strings without a single dot |
commit | commitdiff | tree | snapshot |
2002-08-21 |
molivier | Static/floating crosshair is now an option controled... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
havoc | no more warping meshs of any kind |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | corrected spelling of alorgithm |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | fixed menu player colormapping |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | changed color command description to mention it is... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | got rid of host_parms |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | got rid of host_parms.argc and argv, now uses com_argc... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | cleaned up and merged a lot of sys_*.c code into sys_sh... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | centered Sbar_IntermissionOverlay |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | sys_usetimegettime is now initialized at a place where... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
havoc | removed fxmesa support (3dfx svgalib) because no one... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | update client color values when new values are recieved... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | SV_ChangeTeam now actually gets called with the right... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | reformatted and updated extensions list |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | fix alignment of frag list, it is now centered |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | changed GL_MATRIX_MODE check to GL_PROJECTION, and... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | only warn about time stepping backwards if it's more... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | added support for .colormap values >= 1024 in QC to... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | cvar_vars is no longer known by files other than cvar... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | turned #define WIN32_USETIMEGETTIME into a cvar named... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
havoc | reset stack position when new progs loaded, or error... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
havoc | changed fps counter behavior to be more 'traditional... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
havoc | (patch from Elric) BloodBath renamed to Transfusion |
commit | commitdiff | tree | snapshot |
2002-08-10 |
havoc | converted particle rendering to use R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | now uses R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | changed viewblend to use R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted coronas to R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted skysphere to R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | changed a bunch of #if 1's to #if USEMESHBUFFER (which... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | skybox now uses R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | re-enable optimizations by default |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted code to use R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted drawing code from R_Mesh_Draw to R_Mesh_Draw_... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | rewrote most of the RSurfShader_ functions to use R_Mes... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
havoc | fixed r_drawentities 0 which was forgetting to enlarge... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
havoc | support for top to bottom TGA, thanks Elric. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
havoc | added r_sortsurfaces cvar, default off, sorting them... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
havoc | fix for the effects menu input code, thanks Elric |
commit | commitdiff | tree | snapshot |
2002-08-06 |
havoc | fix for 'falling' in a corner bug, thanks to Elric... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | spawned entities were often not appearing in quake... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | the -I and -L weren't necessary (and didn't work anyway) |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | fix for double to float warning in MSVC |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | consistency fix for GL_EXT_draw_range_elements - don... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | a rather hefty 6% speed gain by getting rid of the... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | R_GetTexture is now named R_RealGetTexture, R_GetTextur... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | removed procedural texture support because it was ineff... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | lightmaps shouldn't be procedural, because they have... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | attempt to optimize SND_PaintChannelFrom8 a little bit |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | fix view_ofs when dead (negative viewheight) |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | removed support for r_ser (also known as R_Clip or... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | an optimization to CL_RelinkNetworkEntities (and relate... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | optimized phys_moveentities (in cgame.c) so it doesn... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | fix svc_setview |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | moved the GL_CloseLibrary call a bit |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | fix mouse in win32, I had forgotten to update a lot... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | limit gl_mesh_batchtriangles to never go below 1, becau... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | removed cl_light.h (which has already been merged into... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | now entirely dynamic OpenGL binding |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | added r_floatbuildlightmap, unfortunately using floats... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | optimized entity updates substantially (or rather,... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | some optimizations (notably sparks don't have air frict... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | rearranged things a little, mostly related to particles... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | default gl_mesh_floatcolors on, and force it off on... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | Lots of speedups and cleanups in client code, dynamical... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | cls.spawnparms isn't needed |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | changed linux/soundcard.h to sys/soundcard.h for more... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | print edict responsible for "Trigger in clipping list... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | added a mesh queue callback system (to allow mesh rende... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | cleaned up vid_glx.c somewhat, it can now quit properly... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | added alphafade and gravity fields to particle struct... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | added cl_explosions and cl_stainmaps cvars, which will... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | fixed a lighting bug with overbright modes when using... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | made liquid colors 50% thinner (it's still apparent... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | 'sock' local variable isn't needed anymore, cleaned... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | fixed bug in NET_Shutdown related to freeing sockets |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | removed R_Mesh_Draw_NativeOnly (it was not used) |
commit | commitdiff | tree | snapshot |
2002-08-01 |
havoc | cleaned up glDrawRangeElements limit checking a bit... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | cleaned up gl_mesh_drawmode related code, hopefully... |
commit | commitdiff | tree | snapshot |
next |