2020-06-03 |
havoc | Fix gamedir command by removing the forced video subsys... |
blob | commitdiff | raw |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
blob | commitdiff | raw | diff to current |
2020-05-24 |
cloudwalk | Fix FS_Seek for compressed file from PK3 |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2016-09-10 |
havoc | Fix MSVC++ 2015 warnings about variable scope and some... |
blob | commitdiff | raw | diff to current |
2016-07-20 |
divverent | OOPS. Enable USE_RWOPS only on Android. |
blob | commitdiff | raw | diff to current |
2016-07-20 |
divverent | Add DP_FS_USERDIR macro consistent to DP_FS_BASEDIR. |
blob | commitdiff | raw | diff to current |
2016-07-20 |
divverent | File system: Android assets support. |
blob | commitdiff | raw | diff to current |
2016-04-25 |
divverent | Support darkplaces.opt from local files too. |
blob | commitdiff | raw | diff to current |
2015-03-04 |
divverent | Fix a return-from-stack error. |
blob | commitdiff | raw | diff to current |
2015-03-04 |
divverent | Fix underflow in various commands when using an empty... |
blob | commitdiff | raw | diff to current |
2015-03-04 |
divverent | Remove some useless paranoid comparisons. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Oops, fix a printf. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Remove an useless null check. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Fix registered/shareware detection. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Test return values of remove(). |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Fix userdir detection on Unix systems. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Fix pak loading bugs. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Make FS_mkdir static, and test for errors. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Detect negative name size in pk3s. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Check lseek return values. |
blob | commitdiff | raw | diff to current |
2015-02-07 |
divverent | Reject pk3s with obviously broken central directory. |
blob | commitdiff | raw | diff to current |
2015-02-05 |
divverent | More coverity. |
blob | commitdiff | raw | diff to current |
2014-08-27 |
divverent | Fix build on OS X. Previously, building on OS X always... |
blob | commitdiff | raw | diff to current |
2014-06-08 |
havoc | Make PAK loading case insensitive for quake2 pak files... |
blob | commitdiff | raw | diff to current |
2014-05-29 |
havoc | Fixed a large number of WIN64 type conversion warnings. |
blob | commitdiff | raw | diff to current |
2014-05-28 |
divverent | whichpack: distinguish file not found from file is... |
blob | commitdiff | raw | diff to current |
2013-07-17 |
havoc | Steel Storm additions for mobile (EluanCM) |
blob | commitdiff | raw | diff to current |
2013-02-07 |
havoc | fix a sizeof using an array index variable that is... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
divverent | command line option -readonly to turn off all writing |
blob | commitdiff | raw | diff to current |
2012-02-10 |
divverent | fix a few clang warnings that try to hint to buffer... |
blob | commitdiff | raw | diff to current |
2011-11-02 |
divverent | win32: add two includes to make sure the constants... |
blob | commitdiff | raw | diff to current |
2011-11-02 |
divverent | fix some typos |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | Command line: -sessionid, cvars: locksession, (R/O... |
blob | commitdiff | raw | diff to current |
2011-10-30 |
havoc | fix compile error on OSX |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | added sv_threaded cvar, the server can now be moved... |
blob | commitdiff | raw | diff to current |
2011-08-31 |
divverent | on Unix, avoid actually creating config.cfg when testin... |
blob | commitdiff | raw | diff to current |
2011-06-12 |
divverent | remove duplicate names from file search results |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | mac builds now detect if the gamedir exists in the... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | lovely untested OSX code for detecting gamedir inside... |
blob | commitdiff | raw | diff to current |
2011-05-05 |
havoc | avoid creating an empty config.cfg in the basedir folde... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
havoc | fix screenshot prefix updates on gamedir change |
blob | commitdiff | raw | diff to current |
2011-05-03 |
havoc | fix two bugs with the Windows handling of GAMEDIRMODE_S... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
havoc | reworked userdir path selection, now has 4 "tiers": |
blob | commitdiff | raw | diff to current |
2011-04-29 |
havoc | on OSX use ~/Library/Application Support/<gamename... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
divverent | instead, define the FILE_OFFSET_BITS part in the build... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
divverent | fix compile problem on win32 |
blob | commitdiff | raw | diff to current |
2011-03-04 |
divverent | move the "quakedef.h" include, which gives us _FILE_OFF... |
blob | commitdiff | raw | diff to current |
2011-03-04 |
divverent | put back the changes that make >2GB work (fix signedness) |
blob | commitdiff | raw | diff to current |
2011-03-04 |
divverent | Revert "properly use lseek64 on Linux for files larger... |
blob | commitdiff | raw | diff to current |
2011-02-28 |
havoc | properly use lseek64 on Linux for files larger than 2GB |
blob | commitdiff | raw | diff to current |
2011-02-25 |
havoc | reworked the entire config loading system for the gamed... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
havoc | changed the fs_userdir on iOS |
blob | commitdiff | raw | diff to current |
2011-02-08 |
havoc | DPiOS almost works now... |
blob | commitdiff | raw | diff to current |
2010-12-12 |
divverent | be more silent about self-pack |
blob | commitdiff | raw | diff to current |
2010-10-15 |
divverent | Cryptographic authentication support for the d0_blind_i... |
blob | commitdiff | raw | diff to current |
2010-08-12 |
havoc | fix a warning |
blob | commitdiff | raw | diff to current |
2010-08-12 |
havoc | set registered cvar consistently regardless of game... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
havoc | improved include order to fix some compile errors using... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | fix a bunch of warnings if compiling darkplaces as... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
divverent | screenshot: get rid of the 3*w*h+18 TGA buffer; instead... |
blob | commitdiff | raw | diff to current |
2010-05-02 |
divverent | Add QC/cfg facilities to control deletion of automatica... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
havoc | fix some warnings |
blob | commitdiff | raw | diff to current |
2010-03-29 |
divverent | APPEND forced args, not PREPEND, as earlier arguments... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
eihrul | cast Mem_Allocs in FS_Init_SelfPack |
blob | commitdiff | raw | diff to current |
2010-02-28 |
divverent | Detect appended data to the DP executable. |
blob | commitdiff | raw | diff to current |
2010-01-09 |
divverent | fix compile error |
blob | commitdiff | raw | diff to current |
2010-01-09 |
divverent | .dir -> .pk3dir only |
blob | commitdiff | raw | diff to current |
2010-01-09 |
divverent | also support the .dir and .d extensions for virtual... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
divverent | fix vpack support to actually work; use a pack_s struct... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
divverent | fix some compile errors. Now it should work. |
blob | commitdiff | raw | diff to current |
2010-01-09 |
divverent | first vpack stuff |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed several Con_Printf calls to Con_DPrintf |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | don't use ssize_t |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | change a few WIN64 checks to _WIN64 (which actually... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | added LINK_TO_ZLIB define checks, to allow direct linking |
blob | commitdiff | raw | diff to current |
2009-09-08 |
havoc | fix C++ compilation errors |
blob | commitdiff | raw | diff to current |
2009-09-02 |
divverent | do not crash when zlib is missing, but instead do not... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
divverent | change two more MAX_QPATH to MAX_OSPATH |
blob | commitdiff | raw | diff to current |
2009-08-20 |
divverent | fix all the () problems, and make gcc warn for them |
blob | commitdiff | raw | diff to current |
2009-08-08 |
divverent | new command line option -modname to override DP's idea... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
divverent | add a fs_gamedir cvar containing the currently active... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
divverent | fix use of variable name "dir" |
blob | commitdiff | raw | diff to current |
2009-08-06 |
divverent | provide a list of all gamedirs with modinfo.txt in... |
blob | commitdiff | raw | diff to current |
2009-08-06 |
divverent | restructuring for gamedir enumerating (cannot enumerate... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
divverent | doxygen comments and config file |
blob | commitdiff | raw | diff to current |
2009-05-12 |
divverent | a new "which" command showing which pk3 a file is from |
blob | commitdiff | raw | diff to current |
2009-03-03 |
divverent | add a strftime reference to the cvar descriptions so... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2009-01-08 |
divverent | Blub's "deflate" extension to the download system. |
blob | commitdiff | raw | diff to current |
2009-01-08 |
divverent | FS_LoadFile: don't segfault when trying to open a non... |
blob | commitdiff | raw | diff to current |
2008-11-05 |
divverent | remove warning about signed/unsigned |
blob | commitdiff | raw | diff to current |
2008-11-04 |
divverent | fix some format string errors, and return value of... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
havoc | split FS_Open into FS_OpenRealFile and FS_OpenVirtualFi... |
blob | commitdiff | raw | diff to current |
2008-07-14 |
divverent | fix return value of FS_WhichPack to NOT include the... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
divverent | Support file symlinks inside pk3 files. Directory symli... |
blob | commitdiff | raw | diff to current |
next |