]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2004-05-15 havocadded comments to cubemap loader, to explain its confus...
2004-05-15 havocTomaz fixed the envmap command; it was saving black...
2004-05-15 havocrenamed most Image_CopyMux parameters to begin with...
2004-05-15 havoc*** empty log message ***
2004-05-15 havocfix skybox loading in q3 shaders, needed to append...
2004-05-14 havocTomaz fixed cubemap loading of skyboxes
2004-05-14 havocTomaz fixed the skybox arrangement to match glquake...
2004-05-14 havocTomaz fixed the stencil support (I had accidentally...
2004-05-13 havoc*** empty log message ***
2004-05-13 havocTomaz's gl_polyblend patch to control intensity of...
2004-05-13 havocTomaz's patch to add fov to options menu
2004-05-13 havoc*** empty log message ***
2004-05-13 havocTomaz's nametime patch (prevent frequent name changes...
2004-05-13 havocTomaz's patch to name screenshots based on gamemode...
2004-05-12 havocTomaz's patch to ask the driver for a gl_texture_anisot...
2004-05-12 havoc*** empty log message ***
2004-05-12 havocnow ignores darkplaces-sdl and darkplaces-dedicated...
2004-05-12 havocTomaz's patch for r_waterwarp with controllable intensity
2004-05-12 havocTomaz's patch for optimized vectorlength calls in the...
2004-05-04 molivierFixed a few warnings regarding casts of lvalues (deprec...
2004-05-04 molivierRemoved the printings at the end of ALSA driver initial...
2004-05-03 havoccredited Elric for some of his great contributions...
2004-05-02 havocclean up vector parsing in ED_ParseEpair, now stores...
2004-04-29 molivierThe log file is now started and stopped at run-time...
2004-04-29 molivierUpdated ALSA driver (API version 1.0). The vast majorit...
2004-04-29 molivierFixed a bug in the Ogg Vorbis streaming code that can...
2004-04-18 havocmerged R_DrawSurfaceChain into R_DrawSurfaces loop
2004-04-18 havocmore consistent and helpful model loading error messages
2004-04-16 havocfixed the huge networking problems regarding invalid...
2004-04-16 havocmade the player setup menu actually change the rate...
2004-04-16 molivierFine-grained CD volume for NetBSD. Made the CD error...
2004-04-16 havocrenamed r_shadow_worldshadows to r_shadow_realtime_worl...
2004-04-16 havocmake WinMain commandline parser handle quoted strings
2004-04-15 molivierFine-grained CD volume support for Linux. Note that...
2004-04-15 molivierFixed streaming of sounds with a sample rate different...
2004-04-14 havocr_ambient no longer alters the lightmap in q1bsp, inste...
2004-04-14 havocrenamed q3mface_t to q3msurface_t
2004-04-14 havocrenamed model->numsurfaces to model->nummodelsurfaces
2004-04-14 havocmerged R_DrawWorld into DrawSky/Draw so that rmain...
2004-04-14 molivierThe Linux CD module now uses O_NONBLOCK when opening...
2004-04-14 havoccleaned up submodel loading, and wrote a big descriptio...
2004-04-14 havoc*** empty log message ***
2004-04-14 havocadded a number of tips and a sound features section
2004-04-14 havocfix sprite pitch; apparently quake did not negate their...
2004-04-12 havocanother change for transfusion (remove the little frag...
2004-04-12 havocpatch from transfusion team to change transfusion hud...
2004-04-12 havocpatch from transfusion team to add taunts to transfusio...
2004-04-11 molivierThe first step towards a real CD volume setting (only...
2004-04-11 molivierAdded an error message when the sound mixer requests...
2004-04-10 havocreverse pitch direction on PFLAGS_FULLDYNAMIC light...
2004-04-09 molivierThe base size of the log queue is 256 bytes, not 4...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
2004-04-08 molivier"soundlist" now tells you if a sound is streamed and...
2004-04-07 havocfixed entities disappearing when partially submerged...
2004-04-06 molivierRemoved an unused cvar (logfile)
2004-04-06 molivierFixed cl_nodelta 1
2004-04-05 molivierFake CD tracks support; DP now tries to play "sound...
2004-04-05 molivierFixed the "-path" option. A couple of FS variables...
2004-04-05 havocinlined Host_EndGame in CL_ParseServerMessage's svc_dis...
2004-04-05 molivierFixed Win32 dedicated server input
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-04-03 havocmake shrak work (lots of SOLID_BSP/MOVETYPE_PUSH entiti...
2004-04-03 havocfixed missing newline after map name in join message
2004-04-02 molivierAdded a CHANNELFLAG_LOCALSOUND flag for channels playin...
2004-04-02 molivierOops... It seems this malloc/free was actually intended...
2004-04-02 molivierstrncpy -> {strlcpy,memcpy}. Replaced the "forceloop...
2004-04-02 molivierReplaced a direct call to "malloc" and "free", and...
2004-04-01 havocfixed animated textures in realtime lighting mode ...
2004-04-01 havocfix the namelen parameter in the getsockname call
2004-04-01 havocnow uses getsockname to find out what address/port...
2004-04-01 molivierFixed a warning (unused variable)
2004-04-01 havocdefault to r_shadow_realtime_dlight 1 mode
2004-03-31 havocdisabled triangle normal validation because the validat...
2004-03-31 molivierOpenBSD doesn't define _PATH_SOUND
2004-03-31 havocdisabled the invalid model check in Mod_CheckLoaded...
2004-03-31 havocfix NODRAW flag check (don't draw NODRAW shaders)
2004-03-31 havocnow supports missing models
2004-03-28 havoc*** empty log message ***
2004-03-26 molivierThe portable_samplepair_t structure has no need to...
2004-03-26 molivierRemoved a couple of useless inclusions
2004-03-25 havocinclude <> above ""
2004-03-25 molivierMoved the WAV loading code out of "snd_mem.c". Removed...
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-24 molivierFixed the sounds not being advanced in time while not...
2004-03-23 havocrtlights shouldn't do anything with sky and water ...
2004-03-23 molivierFixed the WAV file loading code (loopstart was always...
2004-03-23 molivierOgg vorbis streaming support; the code decides whether...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-23 havocfixed a memory leak if an image file loaded but failed...
2004-03-22 havoccommented out mini scoreboard in nexuiz hud
2004-03-22 havocfixed two warnings on glGetDoublev calls
2004-03-22 havocq3bsp pvs works again (was checking loadmodel when...
2004-03-22 havocworked around an ATI driver bug with glColor during...
2004-03-22 havocfix scissoring bugs with r_shadow_realtime_dlight ...
2004-03-22 havocuncommented a lot of GL functions
2004-03-19 havocremoved -fexpensive-optimizations (which is turned...
2004-03-18 havocfixed 'black models' bugs in RecursiveLightPoint code
2004-03-18 havocfixed r_fullbright
2004-03-17 havocexpanded cl_max_beams from 24 to 256
2004-03-17 havocbsp model shadows are now enlarged by r_shadow_projectd...
next