2015-03-21 |
divverent | Add a cvar: r_shadow_realtime_world_importlightentities... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
havoc | Fix a crash when playing q2bsp maps where t->currentfra... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
divverent | Limit number of particles created at once. |
commit | commitdiff | tree | snapshot |
2015-03-09 |
divverent | TE_EXPLOSION2: don't crash on colorLength == 0. |
commit | commitdiff | tree | snapshot |
2015-03-09 |
divverent | Fix a curl-related hang when exiting. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix rephrased altstr code. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix warnings. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Rephrase VM_altstr_prepare to no longer annoy Coverity. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix a coverity false positive. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Accessing invalid palette colors now access black. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix overrun in buf_loadfile. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix crash in inputline. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Don't crash on too-many-water-planes. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Coverity fix. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix a dpsnprintf use. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix an overrun in altstr_prepare. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix buffer overrun in font loading. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Another NULL with broken worldmodel. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix a NULL with missing worldmodel. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
divverent | Fix a dead initialization. Fix a use of an uninitialize... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix a mdfour.c oops, sorry. Forgot the argument. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix clang-analyzer false positives. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix (harmless) use-after-free in zone.c. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix uninitialized gunangles. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Make mdfour thread-safe. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix a return-from-stack error. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix memory corruption in loadconfig while in game/menu. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix another buffer overrun in loadfont. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix underflow in various commands when using an empty... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix NULL crash in QW_CL_RequestNextDownload without... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Remove some useless paranoid comparisons. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix some signed/unsigned mess. Not a real problem though. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix overrun in fullinfo. |
commit | commitdiff | tree | snapshot |
2015-03-04 |
divverent | Fix NULL in pause command. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Just in case, make collision cache sequence numbers... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Just in case, make QW sequence numbers unsigned too. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Just in case, make loadsequence unsigned too. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Just in case, make decalsequence always unsigned too. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Make the move sequence an unsigned int. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Fix a VERY LONG loop caused by high unreliable sequence... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Remove an unused type. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Fix warnings for missing prototypes. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Add a Code::Blocks project file for the SDL build. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
divverent | Argh. Fix my last fix :( changed the wrong field to... |
commit | commitdiff | tree | snapshot |
2015-03-01 |
divverent | Fix texture type of renderbuffers (was random crap... |
commit | commitdiff | tree | snapshot |
2015-02-27 |
divverent | Get rid of some funny console spam on some invalid... |
commit | commitdiff | tree | snapshot |
2015-02-27 |
divverent | Better handle invalid clc_ackframe commands. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
divverent | Crypto: handle properly whether the a server key is... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
divverent | Fix an useless NULL check, and a very funny overrun. |
commit | commitdiff | tree | snapshot |
2015-02-09 |
divverent | Fix dodgy use of plane.normal[3] as alias to plane... |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Oops, fix a printf. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Remove an useless null check. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Fix registered/shareware detection. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Test return values of remove(). |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Fix userdir detection on Unix systems. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Fix pak loading bugs. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Make FS_mkdir static, and test for errors. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Detect negative name size in pk3s. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Check lseek return values. |
commit | commitdiff | tree | snapshot |
2015-02-07 |
divverent | Reject pk3s with obviously broken central directory. |
commit | commitdiff | tree | snapshot |
2015-02-05 |
divverent | More coverity. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Fix $# in aliases. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Kill more unreachable code. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Fix check order of keygen_i. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Fix dead code. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Fix check/write order in LHNETADDRESS_ToString. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Make vabuf static in rcon authentication check as it... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Use the correct bones count when parsing E5_COMPLEXANIM... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
divverent | Kill an useless NULL check that only confuses. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
divverent | Fix buffer size for injecting netname into demo files. |
commit | commitdiff | tree | snapshot |
2015-01-31 |
divverent | Don't match *default.cfg for default config matching. |
commit | commitdiff | tree | snapshot |
2015-01-27 |
divverent | Set the proper @rpath in the OS X binaries. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
divverent | Try to insert the Xonotic icon another way (without... |
commit | commitdiff | tree | snapshot |
2015-01-17 |
divverent | Set basealpha on sprites too. Makes them visible again :) |
commit | commitdiff | tree | snapshot |
2015-01-10 |
divverent | Looks we can get WinXP support back by sacrificing... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
divverent | Fix static linking. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
divverent | Use a newer build chain for win32/win64. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
divverent | Disable even mod_skeletal_animatevertices_sse on win32... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | Now that SSE is off, we can also kill -mstackrealign... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | Turn off SSE in the win32 binaries. Damn travis. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | Make 64bit binaries the new default in our travis scripts. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | Revert "If one compiler fails, try another." |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | If one compiler fails, try another. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | Revert "Try using incoming-stack-boundary=2 instead... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
divverent | Try using incoming-stack-boundary=2 instead of stackrea... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | ODE depends on C++. So let's link that in too... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | Oops, fix whitespace again. Aw man. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | Argh. Fix quotes. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | Oops. Fix whitespace. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | Reformat the makeflags. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | Add missing CFLAGS for ODE. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
divverent | Statically link to libjpeg again on Linux. Damn jpeg8... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
divverent | Fix the name again. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
divverent | Fix an executable name (darkplaces.exe) |
commit | commitdiff | tree | snapshot |
2015-01-03 |
divverent | Xonotic/Windows: make SDL the default build. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
divverent | SDL2: Fix dprint spam in the console when toggling... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
divverent | Use proper Unicode defined characters for the "...... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
divverent | Realign stack for SDL/win32 builds. Yes, annoying,... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
eihrul | fix Con_Printf in Mod_Q2BSP_LoadNodes |
commit | commitdiff | tree | snapshot |
2014-12-09 |
eihrul | more miscellaneous fixes from graphitemaster |
commit | commitdiff | tree | snapshot |
next |