]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2015-08-25 divverentFix an annoying bug in the d0_blind_id protocol handling: xonotic-v0.8.1
2015-06-06 havocAdded MSVC++ 2013 projects, fixed a casting issue in...
2015-06-06 divverentAdd a cvar: r_water_cameraentitiesonly.
2015-03-21 divverentAdd a cvar: r_shadow_realtime_world_importlightentities...
2015-03-21 havocFix a crash when playing q2bsp maps where t->currentfra...
2015-03-11 divverentLimit number of particles created at once.
2015-03-09 divverentTE_EXPLOSION2: don't crash on colorLength == 0.
2015-03-09 divverentFix a curl-related hang when exiting.
2015-03-06 Rudolf Polzer::stable-branch::reset=704d101890948f0f496ce4fe73be5231...
2015-03-05 divverentFix rephrased altstr code.
2015-03-05 divverentFix warnings.
2015-03-05 divverentRephrase VM_altstr_prepare to no longer annoy Coverity.
2015-03-05 divverentFix a coverity false positive.
2015-03-05 divverentAccessing invalid palette colors now access black.
2015-03-05 divverentFix overrun in buf_loadfile.
2015-03-05 divverentFix crash in inputline.
2015-03-05 divverentDon't crash on too-many-water-planes.
2015-03-05 divverentCoverity fix.
2015-03-05 divverentFix a dpsnprintf use.
2015-03-05 divverentFix an overrun in altstr_prepare.
2015-03-05 divverentFix buffer overrun in font loading.
2015-03-05 divverentAnother NULL with broken worldmodel.
2015-03-05 divverentFix a NULL with missing worldmodel.
2015-03-05 divverentFix a dead initialization. Fix a use of an uninitialize...
2015-03-04 divverentFix a mdfour.c oops, sorry. Forgot the argument.
2015-03-04 divverentFix clang-analyzer false positives.
2015-03-04 divverentFix (harmless) use-after-free in zone.c.
2015-03-04 divverentFix uninitialized gunangles.
2015-03-04 divverentMake mdfour thread-safe.
2015-03-04 divverentFix a return-from-stack error.
2015-03-04 divverentFix memory corruption in loadconfig while in game/menu.
2015-03-04 divverentFix another buffer overrun in loadfont.
2015-03-04 divverentFix underflow in various commands when using an empty...
2015-03-04 divverentFix NULL crash in QW_CL_RequestNextDownload without...
2015-03-04 divverentRemove some useless paranoid comparisons.
2015-03-04 divverentFix some signed/unsigned mess. Not a real problem though.
2015-03-04 divverentFix overrun in fullinfo.
2015-03-04 divverentFix NULL in pause command.
2015-03-04 divverentFix memory corruption in loadconfig while in game/menu.
2015-03-04 divverentFix another buffer overrun in loadfont.
2015-03-04 divverentFix underflow in various commands when using an empty...
2015-03-04 divverentFix NULL crash in QW_CL_RequestNextDownload without...
2015-03-04 divverentRemove some useless paranoid comparisons.
2015-03-04 divverentFix some signed/unsigned mess. Not a real problem though.
2015-03-04 divverentFix overrun in fullinfo.
2015-03-04 divverentFix NULL in pause command.
2015-03-02 divverentJust in case, make collision cache sequence numbers...
2015-03-02 divverentJust in case, make loadsequence 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-02 divverentFix texture type of renderbuffers (was random crap...
2015-03-02 divverentJust in case, make collision cache sequence numbers...
2015-03-02 divverentJust in case, make QW sequence numbers unsigned too.
2015-03-02 divverentJust in case, make loadsequence unsigned too.
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-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 divverentCrypto: handle properly whether the a server key is...
2015-02-09 Rudolf Polzer::stable-branch::reset=bb9d5e97ff495d6908929a7bdf832e60...
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-02-03 divverentDon't match *default.cfg for default config matching.
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-29 divverentSet the proper @rpath in the OS X binaries.
2015-01-27 divverentSet the proper @rpath in the OS X binaries.
next