projects
/
xonotic
/
darkplaces.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/darkplaces.git
2005-01-25
havoc
fix stupid typo in GLSL shader
commit
|
commitdiff
|
tree
|
snapshot
2005-01-24
havoc
made GLSL lighting work on ATI (NVIDIA was letting...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-24
havoc
changed offsetmapping bias to -0.04 so that it never...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-24
havoc
added hacky workaround for nvidia GLSL bug (state screw...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-24
havoc
added surfaceparm pointlight to known surfaceparm list
commit
|
commitdiff
|
tree
|
snapshot
2005-01-24
havoc
changed the flat bump texture (for no bumpmap textures...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-24
havoc
switch back to program 0 when done setting up GLSL...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-23
havoc
added documentation on glsl cvars to r_shadow_help
commit
|
commitdiff
|
tree
|
snapshot
2005-01-23
havoc
GLSL shader per pixel lighting implemented (with optimi...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-23
havoc
rearchitected renderer backend to have support for...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-23
havoc
fixed backwards normalmaps generated from bumpmaps...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-23
havoc
fixed blendfunc issues with single pass lighting (such...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-23
havoc
fixed scaling of cl_netlocalping cvar (it was multiplyi...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
havoc
disable vid_vsync by default
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
havoc
if hardware gamma setting fails, try to restore system...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
havoc
changed GAME_ init data to have a separate user config...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
molivier
- Got rid of all the FILE* stuff in the FS code, relyin...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
molivier
DSP files must be treated as binary files
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
havoc
disabled HostCache_Test code because it's wrecking...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-17
havoc
now adapts sv.num_edicts according to how many edicts...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-17
havoc
implemented the 'don't move projectiles on first frame...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-17
havoc
reverted back to per-entity prethink-think-move-postthi...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-17
havoc
now supports nextthink < 0 again... sigh
commit
|
commitdiff
|
tree
|
snapshot
2005-01-17
havoc
hush fraction out of bounds warnings in CL_SelectTraceline
commit
|
commitdiff
|
tree
|
snapshot
2005-01-15
havoc
added saving of particles/nexbeam.tga (commented out...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-15
havoc
fixed a bug in texture generator that made all the...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-15
havoc
nexbeam is now white and 8 units wide (rather than...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-15
havoc
normalize after the CrossProduct
commit
|
commitdiff
|
tree
|
snapshot
2005-01-15
havoc
fix the odd distortion on beam polygons that tends...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-14
havoc
fixed a crash with lights that have no clusters (a...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
now skips entire rtlight rendering process if light...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
migrated push thinks back to SV_Physics_Pusher to fix...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
added Ludwig Nussel to Thanks to section
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
cloned and rewrote Collision_TraceLineTriangleFloat...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
forgot a parameter to S_FreeSfx
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
no longer calls S_StopAllSounds when sound system resta...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
shuffled around some SCR_BeginLoadingPlaque calls so...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
bound fractions after trace code
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
added S_ClearBuffer to sound.h and snd_null.c
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
NetConn_Read no longer runs cl_packetloss rejection...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
changed scr_conlines to be a local variable named conlines
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
removed a SCR_BeginLoadingPlaque when starting to play...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
use vid.conheight instead of scr_conlines in history...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
remove a silly scr_conlines check
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
bound the fractions in CL_TraceLine instead of posting...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
rearranged entire SV_Physics process (which may break...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
changed numskins to 1 on q1bsp and q3bsp and numframes...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
no longer kicks off client if it got signon 1 twice...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
slight optimization to CL_RelinkNetworkEntities to...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
optimizations to CL_SelectTraceLine to scan entity...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-13
havoc
don't generate vertex/normal/tangents until they are...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-11
black
-Now the Nex weapon list works correctly again.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-11
black
-The NEXUIZ_PLAYERMODEL is not game specific anymore.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-09
molivier
- Sys_LoadLibrary now accepts several possible names...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-07
havoc
added #include "snd_main.h" to make this compile again...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-07
havoc
changed libz.so to libz.so.1, libvorbis.so to libvorbis...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-07
havoc
thanks to Ludwig Nussel for this patch to add ~/.darkpl...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-06
havoc
swapped order of incr/decr renders for static shadow...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-03
tomaz
Cleaned up alot more memory leaks. (still get 720 leaks...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-03
molivier
Fixed a warning about an uninitialized variable
commit
|
commitdiff
|
tree
|
snapshot
2005-01-03
molivier
Added S_Terminate to free all sound resources at shutdown
commit
|
commitdiff
|
tree
|
snapshot
2005-01-01
tomaz
Added CL_Shutdown which took care of 14 memory leaks...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-01
black
-Added 2 builtins to make the hostcache stuff easier...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-28
black
-Changed the name of PingTest to Test (it now also...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-28
black
-Fixed a minor bug in ResetMasks.
commit
|
commitdiff
|
tree
|
snapshot
2004-12-27
black
-Added support for 10 hostcache masks, which will be...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-26
black
-Added a couple of VM builtins.
commit
|
commitdiff
|
tree
|
snapshot
2004-12-25
havoc
Updated email address in readme. (thanks to zarquon...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-23
havoc
changed r_bloom_resolution behavior to have a non-squar...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-22
black
-Fixed a wrong parameter type in netconn.
commit
|
commitdiff
|
tree
|
snapshot
2004-12-22
havoc
don't send a bunch of svc_precache messages in the...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-22
black
-Fixed the binary insert in the hostcache.
commit
|
commitdiff
|
tree
|
snapshot
2004-12-22
havoc
some cleaning of the hostcache code
commit
|
commitdiff
|
tree
|
snapshot
2004-12-21
havoc
334
commit
|
commitdiff
|
tree
|
snapshot
2004-12-21
black
-Fixed a minor bug in the mask function
commit
|
commitdiff
|
tree
|
snapshot
2004-12-21
black
-Added a new hostcache interface:
commit
|
commitdiff
|
tree
|
snapshot
2004-12-21
havoc
fixed up a number of nudging bugs in Collision_TraceLin...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-21
havoc
some cleanup and hopefully improved accuracy
commit
|
commitdiff
|
tree
|
snapshot
2004-12-20
havoc
colormod now works
commit
|
commitdiff
|
tree
|
snapshot
2004-12-20
havoc
save seta cvars with the seta command, and normal ones...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-20
molivier
- Fixed JPEG support on Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
black
-Fixed a "bug" in PRVM_iscachedpic - it always returned...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
black
-Added the cvar sv_progs, which allows you to set the...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
tomaz
332
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
havoc
334
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
tomaz
Projects for win32 dedicated and win32 SDL builds.
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
tomaz
Remove this file
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
havoc
GLX mode now supports GLX_SGI_swap_control for vid_vsync
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
tomaz
Adding a MSVC6 project file to build the win32 darkplac...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
havoc
fixed misnamed variables
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
havoc
removed videosync code from timedemo
commit
|
commitdiff
|
tree
|
snapshot
2004-12-19
havoc
VID_Finish in WGL now turns off videosync during timedemos
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
black
-CL_Video now allows multiple streams again. It is...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
tomaz
338
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
tomaz
338
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
tomaz
Fixed the sys_ticrate bounds checking, it was constantl...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
tomaz
Disabled vsync when doing a timedemo.
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
black
-Castrated the new CL_Video subsystem. It doesnt allow...
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
molivier
- Fixed PK3 support for Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2004-12-18
havoc
made sensitivity affect cl_prydoncursor
commit
|
commitdiff
|
tree
|
snapshot
next