2008-09-04 |
havoc | 482 |
commit | commitdiff | tree | snapshot |
2008-09-04 |
havoc | fix id1 demos to not show deathmatch overlay (they... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
havoc | fix crashes on Win64 builds caused by stack overflow... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
havoc | split FS_Open into FS_OpenRealFile and FS_OpenVirtualFi... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
havoc | use ?= operator for CPUOPTIMIZATIONS |
commit | commitdiff | tree | snapshot |
2008-09-02 |
divverent | makefile: show usage note when someone is using the... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
molivier | Fixed threaded mode in the CoreAudio sound module |
commit | commitdiff | tree | snapshot |
2008-08-28 |
molivier | Fixed a typo that caused snd_coreaudio.c to be compiled... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
havoc | changed default values for gl_texturecompression_2d... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
havoc | reworked specular lighting to use real reflection math... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
havoc | reworked mdl .skin file loading a bit to fix problems... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
havoc | fix support for time command in effectinfo.txt - it... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | rcon: use multiple reply packets to fit any size (where... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | no, my PC can't take 1024 bytes buffer size in SDL... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | fix NOCLAMP |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | new flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | add missing R_Mesh_ResetTextureState call (to fix CSQC... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | SDL: reduce the sound buffer size (too much lag otherwise) |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | fix Sajt's errors (in Visual Studio, I assume) in a... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | also consider vid_mouse cvar when key_dest is key_menu |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | remove redundant repeat ignoring |
commit | commitdiff | tree | snapshot |
2008-08-24 |
divverent | handle F key binds correctly (up event shall not go... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
sajt | fix some errors and warnings |
commit | commitdiff | tree | snapshot |
2008-08-23 |
divverent | jpeg: handle errors properly (with longjmp) |
commit | commitdiff | tree | snapshot |
2008-08-22 |
havoc | forgot to update this for dpshadow/dpnoshadow |
commit | commitdiff | tree | snapshot |
2008-08-22 |
havoc | added shader keywords dpshadow and dpnoshadow (no param... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
havoc | default cl_maxfps to 0 rather than 1000000 |
commit | commitdiff | tree | snapshot |
2008-08-22 |
havoc | allow cl_maxfps and cl_maxidlefps to be 0, meaning... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
havoc | redesigned csqc shared entity .Version handling, now... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
havoc | implemented an lhnetaddresstype_t enum instead of using... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
havoc | redesigned lhnetaddress_t struct to be a generic contai... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
havoc | allow disabling scoreboard ranking display left of... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
havoc | only apply qw skins to progs/player.mdl |
commit | commitdiff | tree | snapshot |
2008-08-19 |
havoc | remove two unnecessary externs |
commit | commitdiff | tree | snapshot |
2008-08-19 |
havoc | fix NaN velocity that always occurred when standing... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
havoc | fix crashes when recursing portals on maps with some... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
havoc | fix three double semicolon typos |
commit | commitdiff | tree | snapshot |
2008-08-15 |
havoc | register disconnect command even on dedicated server |
commit | commitdiff | tree | snapshot |
2008-08-13 |
divverent | GAME_NEXUIZ: fix world model not getting initialized... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
divverent | also send MSG_ALL to people who are past ClientConnect... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
divverent | partially fix ClientConnect handling |
commit | commitdiff | tree | snapshot |
2008-08-13 |
divverent | Only send the reliable (broadcast) datagram to SPAWNED... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
divverent | damn, THIS fix wasn't need - the demo reading fix alrea... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
divverent | quick hack to fix missing PK3s when loading demos with... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
divverent | demo recording: stuff csprogs.dat files into .dem files... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
havoc | ported some features over from darkwar matrixlib.[ch] |
commit | commitdiff | tree | snapshot |
2008-08-09 |
divverent | fix double free in qcstatus |
commit | commitdiff | tree | snapshot |
2008-08-08 |
divverent | drawcolorcodedstring takes the flags in arg 4, not 5 |
commit | commitdiff | tree | snapshot |
2008-08-08 |
divverent | make menu QC aware of player list; add extension DP_SV_... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
divverent | Even more snd channel cvars. I know this sucks, but... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
divverent | independent volume control for the 8 entity channels |
commit | commitdiff | tree | snapshot |
2008-08-05 |
divverent | add TEXF_ALPHA when loading a normalmap |
commit | commitdiff | tree | snapshot |
2008-08-03 |
divverent | leaktest: also exclude csqc networked entities |
commit | commitdiff | tree | snapshot |
2008-08-02 |
divverent | fix ESC in disconnected state. FINALLY! |
commit | commitdiff | tree | snapshot |
2008-08-02 |
divverent | reintroduce the KEY_ESCAPE switch, but this time make... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
divverent | special entity culling rules for players: 0.2 delay... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
divverent | remove TEXF_ALPHA flag for any map textures, because... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
divverent | fix font parsing so adding more properties in the futur... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
divverent | add a new "scale" property in font files. Specifying... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
divverent | cl_readpicture_force: force the low quality jpeg image... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
divverent | fix ${* q} |
commit | commitdiff | tree | snapshot |
2008-07-24 |
havoc | don't warn about CSQC_Ent_Remove on an already-removed... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
havoc | fixed rate limiting of csqc entities (they were overflo... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
divverent | optimize many loops over expandable arrays by not repea... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
divverent | turn rev8420 "enable transparency on tga skins on mdl... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
divverent | add apparently not yet working optimization flags to... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
havoc | fix for Blub\0's strange change to toggleconsole handli... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
havoc | enable transparency on tga skins on mdl/md2/md3 when... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
divverent | sorry, did the last change to the wrong jpeg writing... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
divverent | fix jpeg upside down |
commit | commitdiff | tree | snapshot |
2008-07-19 |
divverent | add feature "prvm_errordump" to make a savegame on... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
havoc | use -MMD instead of -MD for making dependencies, this... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
divverent | fix "vid_restart forgets to reload jpeg" bug |
commit | commitdiff | tree | snapshot |
2008-07-16 |
divverent | fix console escape togglemenu |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | Blub's keyboard handling fixes (makes UP events go... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | enable XkbSetDetectableAutoRepeat (TODO check if weird... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | compile fix |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | move the -1 setting of csqc_* to a better place (argh...) |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | and move the declaration for CL_VM_Shutdown up |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | call CSQC_Shutdown between levels too! |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | fix wrong cvar name |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | add missing var |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | small optimization to the leak check, to mark the entit... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
divverent | prvm_leaktest - leak detector for QC objects (all but... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
divverent | fix out of range indices found by [-z-] |
commit | commitdiff | tree | snapshot |
2008-07-14 |
divverent | fix return value of FS_WhichPack to NOT include the... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
divverent | preserve host_client during rcon (should fix crash... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
divverent | load the JPEG dll when needed |
commit | commitdiff | tree | snapshot |
2008-07-11 |
divverent | seems like it is better to use smaller sizes there |
commit | commitdiff | tree | snapshot |
2008-07-11 |
divverent | adding two new extensions: DP_QC_WHICHPACK (identify... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
havoc | tracked down another size check div0 left in |
commit | commitdiff | tree | snapshot |
2008-07-10 |
havoc | remove debugging code that was breaking skeletal model... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
divverent | needed builtins for fonts in CSQC |
commit | commitdiff | tree | snapshot |
2008-07-09 |
divverent | Cvar sys_usenoclockbutbenchmark for the dedicated serve... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
divverent | changed the Sys_Error to a Con_Printf. LordHavoc, pleas... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
divverent | make the weird != error message nonfatal and developer... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
havoc | patch from KrimZon adding DP_QC_ENTITYDATA extension |
commit | commitdiff | tree | snapshot |
2008-07-05 |
havoc | an attempt at optimizing msurface_t dlight_cache checks... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
havoc | changed default of r_depthfirst to 0, because in genera... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
havoc | fix an error and a warning with my last commit |
commit | commitdiff | tree | snapshot |
next |