2011-01-29 |
havoc | update copyright year |
commit | commitdiff | tree | snapshot |
2011-01-29 |
divverent | prevent a segfault in case a bsp file has zero nodes... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
divverent | fix a crash on edict_num(32767) |
commit | commitdiff | tree | snapshot |
2011-01-22 |
havoc | fix a major performance issue with the GL11/GL13 path... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
divverent | cache multiple loaded instances of the same font (TODO... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
divverent | sync libjpeg support from makefile to BSDmakefile |
commit | commitdiff | tree | snapshot |
2011-01-20 |
divverent | VM_sprintf: properly handle "%02d" |
commit | commitdiff | tree | snapshot |
2011-01-20 |
havoc | lower particle limit when using DP_SMALLMEMORY builds |
commit | commitdiff | tree | snapshot |
2011-01-20 |
divverent | fix wateralpha |
commit | commitdiff | tree | snapshot |
2011-01-20 |
havoc | fix a typo in the cg shader setup |
commit | commitdiff | tree | snapshot |
2011-01-20 |
divverent | make prvm_language saved |
commit | commitdiff | tree | snapshot |
2011-01-20 |
divverent | fix console margin calculation |
commit | commitdiff | tree | snapshot |
2011-01-20 |
divverent | fix description of prvm_language dumping mode |
commit | commitdiff | tree | snapshot |
2011-01-20 |
divverent | fix alias word combining |
commit | commitdiff | tree | snapshot |
2011-01-14 |
divverent | make it possible to turn off missing DDS file logging |
commit | commitdiff | tree | snapshot |
2011-01-14 |
divverent | use the proper filename.pot instead of filename.dump... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
havoc | added r_enableshadowvolumes cvar, this defaults to... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
divverent | fix a memory leak of glsl shader permutations |
commit | commitdiff | tree | snapshot |
2011-01-14 |
havoc | added cvar mod_bsp_portalize to decide whether to gener... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
divverent | make infobar height configurable |
commit | commitdiff | tree | snapshot |
2011-01-14 |
divverent | fix the latest fix to Font_IndexForSize |
commit | commitdiff | tree | snapshot |
2011-01-14 |
divverent | fix a data type in Font_IndexForSize |
commit | commitdiff | tree | snapshot |
2011-01-14 |
vortex | drawcolorcodedstring: support full 6 parms (added start... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
vortex | Added wasfreed() to menuqc builtinlist. Hushed "VM_bufs... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
divverent | get rid of more clang warnings |
commit | commitdiff | tree | snapshot |
2011-01-03 |
divverent | get rid of clang warnings for SETPVSBIT/CLEARPVSBIT |
commit | commitdiff | tree | snapshot |
2011-01-03 |
divverent | fix a warning by clang |
commit | commitdiff | tree | snapshot |
2011-01-03 |
vortex | Better perspective effect for SPR_OVERHEAD, added globa... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
divverent | fix a stupid extra declaration in the glsl shader |
commit | commitdiff | tree | snapshot |
2010-12-29 |
divverent | fix the overflow checks in snd_ogg to handle different... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
divverent | fix a bug in special character translation leading... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
divverent | fix handling of the restart-animation bit |
commit | commitdiff | tree | snapshot |
2010-12-26 |
divverent | avgcolor calculation: also calculate alpha for DXT3 |
commit | commitdiff | tree | snapshot |
2010-12-25 |
divverent | shut down a lot of startup developer spam |
commit | commitdiff | tree | snapshot |
2010-12-25 |
divverent | less unix terminal spam if developer <= 0 (should this... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
divverent | fix a C++ error |
commit | commitdiff | tree | snapshot |
2010-12-25 |
divverent | fix avgcolor calculation with fake S3TC decoding |
commit | commitdiff | tree | snapshot |
2010-12-25 |
divverent | add a trivial quarter-res S3TC decoder to DDS loading |
commit | commitdiff | tree | snapshot |
2010-12-23 |
divverent | also make the darkplaces menu able to enter up to 127... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
divverent | also make MAX_SCOREBOARDNAME 128 in the small memory... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
divverent | allow more font sizes |
commit | commitdiff | tree | snapshot |
2010-12-23 |
divverent | allow longer player names |
commit | commitdiff | tree | snapshot |
2010-12-18 |
divverent | r_showsurfaces: fix "ghost normals" xonotic-v0.1.0preview |
commit | commitdiff | tree | snapshot |
2010-12-18 |
divverent | equalize entities: desaturate the lightgrid when equali... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
divverent | fix a warning |
commit | commitdiff | tree | snapshot |
2010-12-18 |
divverent | glx build, Linux: remove one source of message spam... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
divverent | fix display of r_shownormals < 0 |
commit | commitdiff | tree | snapshot |
2010-12-17 |
divverent | do not crash if loading a particlefont texture fails |
commit | commitdiff | tree | snapshot |
2010-12-16 |
vortex | fix glgl water trick that doesnt work well (it was... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
vortex | torgue->torque |
commit | commitdiff | tree | snapshot |
2010-12-16 |
vortex | ODE improvements: |
commit | commitdiff | tree | snapshot |
2010-12-16 |
divverent | if a skyboxskinframe is missing, don't draw that sky... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
divverent | When reallocating CSQC render entity space, make sure... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
divverent | care for the premultiplied-alpha flag when handling... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
divverent | found out why the water plane issue happend: namely... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
divverent | remove another useless check |
commit | commitdiff | tree | snapshot |
2010-12-14 |
divverent | fix a case where r_hdr 1 can cause message spam (previo... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
divverent | do not crash if no matching water plane could be found... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | fix sys_specialcharactertranslation for utf-8 mode |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | turn another print into a dprint |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | be more silent about self-pack |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | do not parse $variable stuff inside //comments |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | fix some stupid ft2.c warnings |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | simplify it, and make it a bit nicer to the GPU |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | fix loading screen handling (prevent self-overdraw) |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | customizable loading screen picture scale, including... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | fix a terminologic bug |
commit | commitdiff | tree | snapshot |
2010-12-12 |
divverent | use MAX_SCOREBOARDNAME instead of a hardcoded 64 bytes... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
vortex | maked cl_video to have module playback, so several... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
divverent | allow rtdlight off, rtworld on |
commit | commitdiff | tree | snapshot |
2010-12-04 |
divverent | 100% untested: additionally apply mastervolume to ambie... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
divverent | cvar saving: do not save all ALLOCATED cvars (seta... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
divverent | fix random white pixels with r_shadow_glossexact caused... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
vortex | Attempt to stabilize ODE. Now using constant step ... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
divverent | handle a missing key more gracefully in crypto_uri_postbuf |
commit | commitdiff | tree | snapshot |
2010-11-30 |
divverent | strlennocol: fix color codes :P |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | also support signed GET requests. We will always sign... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | remove a stupid buf2file call |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | fix stdio mode |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | fix typo |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | crypto-keygen-standalone: allow reading from file descr... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | fix two typos |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | use detached signatures for http post (more compatible... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | initial work for DETACHED signatures |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | fix a cast |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | move base64 to common code |
commit | commitdiff | tree | snapshot |
2010-11-26 |
vortex | fix warnings by adding type casts |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | support passing extra headers in POST requests; but... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | fix a typo |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | DP_QC_URI_POST extension (uri_post, uri_postbuf, crypto... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
divverent | move r_stereo adjustments into R_RenderView so that... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
divverent | fix a stupid warning on OS X |
commit | commitdiff | tree | snapshot |
2010-11-24 |
havoc | refactored and optimized the R_Q1BSP_RecursiveGetLightI... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
havoc | fix a couple error messages on shutdown of dedicated... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
havoc | fix D3D9 build |
commit | commitdiff | tree | snapshot |
2010-11-21 |
havoc | use r_smoothnormals_areaweighting cvar on all calls... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
havoc | someone broke R_CompleteLightPoint, fix this call |
commit | commitdiff | tree | snapshot |
2010-11-21 |
vortex | CL_VM_GetLight: allow 2'nd optional parm which sets... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Rudolf Polzer | ::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
havoc | don't load corrupt wav files |
commit | commitdiff | tree | snapshot |
next |