2014-12-20 |
TimePath | SCR_DrawCSQCLoadingScreen -> SCR_DrawMenuLoadingScreen TimePath/csqc_loading |
commit | commitdiff | tree | snapshot |
2014-12-19 |
TimePath | Allow MENUQC to draw on top of the loading screen |
commit | commitdiff | tree | snapshot |
2014-11-26 |
divverent | fixes some more Mac OS X buffer overlap errors |
commit | commitdiff | tree | snapshot |
2014-11-26 |
divverent | fix a buffer overlap with newer mac osx strlcpy |
commit | commitdiff | tree | snapshot |
2014-10-16 |
divverent | Fix _alpha image loading. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
divverent | In current gccs, it is -mfpmath=sse, not -fpmath=sse. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
divverent | Fix possible endless loop in VM_sprintf. |
commit | commitdiff | tree | snapshot |
2014-10-09 |
divverent | Regenerate SSH key. |
commit | commitdiff | tree | snapshot |
2014-10-04 |
divverent | If vid_desktopfullscreen is set, manually initialize... |
commit | commitdiff | tree | snapshot |
2014-10-04 |
divverent | Implement proper support for utf8 characters in SDL2 |
commit | commitdiff | tree | snapshot |
2014-10-04 |
divverent | SDL2: Make work numeric keypad keys when numlock is... |
commit | commitdiff | tree | snapshot |
2014-10-04 |
divverent | Cache corona occlusion buffer |
commit | commitdiff | tree | snapshot |
2014-10-04 |
divverent | Implement GPU-side corona fading |
commit | commitdiff | tree | snapshot |
2014-08-28 |
divverent | Disable SDLmain.m for SDL2. |
commit | commitdiff | tree | snapshot |
2014-08-28 |
divverent | More Travis changes :) Use SDL2 in all builds now. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
divverent | Add Travis-CI integration for Xonotic. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
divverent | Fix build on OS X. Previously, building on OS X always... |
commit | commitdiff | tree | snapshot |
2014-06-18 |
havoc | fix a /* warning in a comment |
commit | commitdiff | tree | snapshot |
2014-06-14 |
havoc | raise system requirements to Pentium3 so that we can... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
havoc | Fixed many issues with q2bsp support, it now works... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
havoc | Make PAK loading case insensitive for quake2 pak files... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
divverent | Some fixes to the keyboard handler: |
commit | commitdiff | tree | snapshot |
2014-06-01 |
havoc | Corrected two comments regarding IBSP version of the... |
commit | commitdiff | tree | snapshot |
2014-06-01 |
havoc | Added Quake2 BSP support (IBSP38), this is a work in... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
divverent | Clarify comment in CURL_fwrite. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
havoc | Fixed a large number of WIN64 type conversion warnings. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
havoc | Enable multiprocessor compilation in the VS2012 project... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
divverent | whichpack: distinguish file not found from file is... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
havoc | change the isserver builtin to just return sv.active... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
havoc | don't miscount the bgmvolume entry in the menu when... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
havoc | Changed the collision code used by sv_gameplayfix_nudge... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
havoc | Removed collision_enternudge, collision_leavenudge... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
havoc | Removed collision_prefernudgedfraction cvar and trace... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
havoc | Changed collision_enternudge and collision_leavenudge... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
havoc | Overhauled the tracebox extending code, it now lives... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
havoc | Reworked r_useportalculling to use expanded portal... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
havoc | Fixed LightPoint code to deal better with lightmap... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
havoc | Fix a compile error when using COLLISION_PARANOID 3. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
havoc | Fix sv_jumpstep cvar, whose behavior was completely... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
havoc | fix compile error caused by mixing of SDL2 and SDL1... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
divverent | Turn off alpha blending on vid_softsurface. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
havoc | changed macosx default LINK_LIB_JPEG from shared to... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
divverent | Argh, had to update the VM_sprintf extension spec.... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
havoc | patch from graphitemaster that changes r_fxaa use of... |
commit | commitdiff | tree | snapshot |
2014-04-05 |
divverent | Make r_fxaa also enable postprocessing shaders so only... |
commit | commitdiff | tree | snapshot |
2014-04-05 |
divverent | Properly make the blur conditional on non empty uservec... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
havoc | changed dpmaster.deathmask.net ip4 address, added ip6... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
divverent | Fix very stupid typo by me in counting coverage() state... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
divverent | Clarify what sprintf does on %1$s %s |
commit | commitdiff | tree | snapshot |
2014-03-04 |
havoc | increase MAX_PARTICLEEFFECTNAME and MAX_PARTICLEEFFECTI... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
havoc | make R_View_UpdateEntityVisible more readable and consi... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
havoc | don't skip nearclip plane in R_CullBox as it is possibl... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
havoc | allow .rtlights files to have style values outside... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
divverent | Fix some d0_blind_id related bugs: |
commit | commitdiff | tree | snapshot |
2014-01-18 |
divverent | Always pass CDS_FULLSCREEN to ChangeDisplaySettings... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
divverent | sdl2: fix mouse wheel |
commit | commitdiff | tree | snapshot |
2014-01-10 |
divverent | sdl2: fix compile. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
divverent | Support statementprofiling in the fast interpreter. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
divverent | Restructure profiling to allow easier statement coverag... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
divverent | Use PreError() for warnings too. Simpler code! |
commit | commitdiff | tree | snapshot |
2014-01-07 |
divverent | Use an explicit jump table for QCVM instruction dispatch. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
divverent | Better coverage output. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
divverent | COVERAGE! Also fixes prvm always running as PRVMSLOWINT... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
divverent | Fix some warnings. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
divverent | Patch by graphitemaster to support column number enhanc... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
divverent | Disable r_water_hideplayer while in chase camera view |
commit | commitdiff | tree | snapshot |
2014-01-06 |
divverent | CSQC entity sending rework. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
divverent | Kill csqcentityglobalhistory. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
divverent | Give CSQC entity scopes names. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
divverent | Fix cl_curl_maxspeed 0 + sv_curl_maxspeed > 0. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
divverent | Unbreak most of sv_ratelimitlocalplayer. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
divverent | "log_file_stripcolors" cvar to strip colors from log_file; |
commit | commitdiff | tree | snapshot |
2013-12-19 |
divverent | ENTITYSIZEPROFILING: also log entity number and sendflags. |
commit | commitdiff | tree | snapshot |
2013-12-15 |
havoc | Upgrade CL_VM_InputEvent to using floats rather than... |
commit | commitdiff | tree | snapshot |
2013-12-14 |
havoc | don't try to validate parameters to an opcode that... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
havoc | Patch from graphitemaster adding r_fxaa cvar, this... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
havoc | patch from Blub to make BSDmakefile work again, this... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
havoc | suppress shadow entities when preparing an rtlight... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
havoc | enable CONFIG_CD on Visual Studio projects, somehow... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
havoc | clarify in_pitch_* cvar descriptions about upward/downw... |
commit | commitdiff | tree | snapshot |
2013-10-13 |
divverent | Software tcmod/tcgen: skip if pass needs no texcoords... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
divverent | Netconn: when an encrypted connection is used, randomly... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
divverent | Update m_draw prototype in dpdefs. |
commit | commitdiff | tree | snapshot |
2013-10-10 |
divverent | Add SLIF_CATEGORY for the server list, and a menu QC... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
divverent | Allow refreshserverlist() to also clear the list like... |
commit | commitdiff | tree | snapshot |
2013-10-10 |
divverent | sv_checkforpacketsduringsleep: perform a netconn master... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
divverent | Fix cl_curl_enabled 0. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
divverent | support "declaring" particle effects at the top of... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
divverent | Initialize host_dirtytime. |
commit | commitdiff | tree | snapshot |
2013-09-26 |
havoc | fix several visual studio projects which did not have... |
commit | commitdiff | tree | snapshot |
2013-09-26 |
havoc | fix a typo |
commit | commitdiff | tree | snapshot |
2013-09-26 |
havoc | added GAME_SSAMMO |
commit | commitdiff | tree | snapshot |
2013-09-21 |
havoc | restore the wrapping behavior on tcMod scroll for compa... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
divverent | GLX: Fix desktopfullscreen size when we actually switch... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
divverent | Fix a compile error on win32 I introduced. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
divverent | Rework game specific hacks to have a special group... |
commit | commitdiff | tree | snapshot |
2013-09-19 |
divverent | Game definitions for Vore Tournament |
commit | commitdiff | tree | snapshot |
2013-09-19 |
divverent | TEMPHACK_origin is no longer needed. Begone! |
commit | commitdiff | tree | snapshot |
2013-09-18 |
divverent | vid_desktopfullscreen improvements; allow querying... |
commit | commitdiff | tree | snapshot |
2013-09-17 |
divverent | rename netwmfullscreen to desktopfullscreen; implement... |
commit | commitdiff | tree | snapshot |
next |