]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2015-03-02 divverentJust in case, make decalsequence always unsigned too.
2015-03-02 divverentMake the move sequence an unsigned int.
2015-03-02 divverentFix a VERY LONG loop caused by high unreliable sequence...
2015-03-02 divverentRemove an unused type.
2015-03-02 divverentFix warnings for missing prototypes.
2015-03-02 divverentAdd a Code::Blocks project file for the SDL build.
2015-03-02 divverentArgh. Fix my last fix :( changed the wrong field to...
2015-03-01 divverentFix texture type of renderbuffers (was random crap...
2015-02-27 divverentGet rid of some funny console spam on some invalid...
2015-02-27 divverentBetter handle invalid clc_ackframe commands.
2015-02-09 divverentCrypto: handle properly whether the a server key is...
2015-02-09 divverentFix an useless NULL check, and a very funny overrun.
2015-02-09 divverentFix dodgy use of plane.normal[3] as alias to plane...
2015-02-07 divverentOops, fix a printf.
2015-02-07 divverentRemove an useless null check.
2015-02-07 divverentFix registered/shareware detection.
2015-02-07 divverentTest return values of remove().
2015-02-07 divverentFix userdir detection on Unix systems.
2015-02-07 divverentFix pak loading bugs.
2015-02-07 divverentMake FS_mkdir static, and test for errors.
2015-02-07 divverentDetect negative name size in pk3s.
2015-02-07 divverentCheck lseek return values.
2015-02-07 divverentReject pk3s with obviously broken central directory.
2015-02-05 divverentMore coverity.
2015-02-04 divverentFix $# in aliases.
2015-02-04 divverentKill more unreachable code.
2015-02-04 divverentFix check order of keygen_i.
2015-02-04 divverentFix dead code.
2015-02-04 divverentFix check/write order in LHNETADDRESS_ToString.
2015-02-04 divverentMake vabuf static in rcon authentication check as it...
2015-02-04 divverentUse the correct bones count when parsing E5_COMPLEXANIM...
2015-02-04 divverentKill an useless NULL check that only confuses.
2015-02-03 divverentFix buffer size for injecting netname into demo files.
2015-01-31 divverentDon't match *default.cfg for default config matching.
2015-01-27 divverentSet the proper @rpath in the OS X binaries.
2015-01-18 divverentTry to insert the Xonotic icon another way (without...
2015-01-17 divverentSet basealpha on sprites too. Makes them visible again :)
2015-01-10 divverentLooks we can get WinXP support back by sacrificing...
2015-01-09 divverentFix static linking.
2015-01-09 divverentUse a newer build chain for win32/win64.
2015-01-09 divverentDisable even mod_skeletal_animatevertices_sse on win32...
2015-01-08 divverentNow that SSE is off, we can also kill -mstackrealign...
2015-01-08 divverentTurn off SSE in the win32 binaries. Damn travis.
2015-01-08 divverentMake 64bit binaries the new default in our travis scripts.
2015-01-08 divverentRevert "If one compiler fails, try another."
2015-01-08 divverentIf one compiler fails, try another.
2015-01-08 divverentRevert "Try using incoming-stack-boundary=2 instead...
2015-01-08 divverentTry using incoming-stack-boundary=2 instead of stackrea...
2015-01-06 divverentODE depends on C++. So let's link that in too...
2015-01-06 divverentOops, fix whitespace again. Aw man.
2015-01-06 divverentArgh. Fix quotes.
2015-01-06 divverentOops. Fix whitespace.
2015-01-06 divverentReformat the makeflags.
2015-01-06 divverentAdd missing CFLAGS for ODE.
2015-01-06 divverentStatically link to libjpeg again on Linux. Damn jpeg8...
2015-01-04 divverentFix the name again.
2015-01-04 divverentFix an executable name (darkplaces.exe)
2015-01-03 divverentXonotic/Windows: make SDL the default build.
2014-12-29 divverentSDL2: Fix dprint spam in the console when toggling...
2014-12-29 divverentUse proper Unicode defined characters for the "......
2014-12-29 divverentRealign stack for SDL/win32 builds. Yes, annoying,...
2014-12-09 eihrulfix Con_Printf in Mod_Q2BSP_LoadNodes
2014-12-09 eihrulmore miscellaneous fixes from graphitemaster
2014-12-09 eihrulspecify depth and stencil attachments separately (combi...
2014-12-09 eihrulgltexture_t->glisdepthstencil fix
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2014-12-07 divverentcurl: do not output requirements for files that are...
2014-11-26 divverentfixes some more Mac OS X buffer overlap errors
2014-11-26 divverentfix a buffer overlap with newer mac osx strlcpy
2014-10-16 divverentFix _alpha image loading.
2014-10-15 divverentIn current gccs, it is -mfpmath=sse, not -fpmath=sse.
2014-10-15 divverentFix possible endless loop in VM_sprintf.
2014-10-09 divverentRegenerate SSH key.
2014-10-04 divverentIf vid_desktopfullscreen is set, manually initialize...
2014-10-04 divverentImplement proper support for utf8 characters in SDL2
2014-10-04 divverentSDL2: Make work numeric keypad keys when numlock is...
2014-10-04 divverentCache corona occlusion buffer
2014-10-04 divverentImplement GPU-side corona fading
2014-08-28 divverentDisable SDLmain.m for SDL2.
2014-08-28 divverentMore Travis changes :) Use SDL2 in all builds now.
2014-08-27 divverentAdd Travis-CI integration for Xonotic.
2014-08-27 divverentFix build on OS X. Previously, building on OS X always...
2014-06-18 havocfix a /* warning in a comment
2014-06-14 havocraise system requirements to Pentium3 so that we can...
2014-06-08 havocFixed many issues with q2bsp support, it now works...
2014-06-08 havocMake PAK loading case insensitive for quake2 pak files...
2014-06-04 divverentSome fixes to the keyboard handler:
2014-06-01 havocCorrected two comments regarding IBSP version of the...
2014-06-01 havocAdded Quake2 BSP support (IBSP38), this is a work in...
2014-05-29 divverentClarify comment in CURL_fwrite.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-29 havocEnable multiprocessor compilation in the VS2012 project...
2014-05-28 divverentwhichpack: distinguish file not found from file is...
2014-05-27 havocchange the isserver builtin to just return sv.active...
2014-05-21 havocdon't miscount the bgmvolume entry in the menu when...
2014-05-13 havocChanged the collision code used by sv_gameplayfix_nudge... v20140513
2014-05-13 havocRemoved collision_enternudge, collision_leavenudge...
2014-05-13 havocRemoved collision_prefernudgedfraction cvar and trace...
2014-05-13 havocChanged collision_enternudge and collision_leavenudge...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
next