summaryrefslogtreecommitdiff
path: root/src/qcommon/q_shared.h
AgeCommit message (Expand)Author
2014-06-17Various adjustments so it compilesTim Angus
2014-06-17Bunch of comment fixesTequila
2014-06-17Check for shaders without closing braceZack Middleton
2013-03-27Fix some warnings caused by lack of noreturnTim Angus
2013-02-16Update copyright noticesTim Angus
2013-01-13Update src/qcommon/q_shared.hM. Kristall
2013-01-12Fix a bunch of warningsTim Angus
2013-01-12Remove old FIXME, pmove_framecount isn't networkedZack Middleton
2013-01-12Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform.Zack Middleton
2013-01-12Remove references to non-existent functions CM_MarkFragments and CM_LerpTag.Zack Middleton
2013-01-12REFACTOR [reletive -> relative]Zack Middleton
2013-01-12never set groundEntityNum to -1, use ENTITYNUM_NONE insteadZack Middleton
2013-01-12Enable zone and hunk debug in debug build.Zack Middleton
2013-01-10* Fix various warnings with GCC and clangTim Angus
2013-01-10Fix auto game-restart when disconnecting from a server that explicitly set fs...Thilo Schulz
2013-01-10Fix compilation on non-x86 platforms, by Simon McVittieThilo Schulz
2013-01-10- Switch master server protocol to dpmaster for better game separation. Based...Thilo Schulz
2013-01-10- Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI...Thilo Schulz
2013-01-10Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack M...Thilo Schulz
2013-01-10Fix extension name comparison for DLL filesThilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10Make naming a bit more foolproof for new macroThilo Schulz
2013-01-10- Add better protection against DoSing connecting users from connecting - Hav...Thilo Schulz
2013-01-10More color fixes for railgunThilo Schulz
2013-01-10- align sse control word storage space to 16 byte boundary for snapvector - r...Thilo Schulz
2013-01-09Fix #if macros for idx64 and id386Thilo Schulz
2013-01-09- Fix macro that uses constant float suffix as argument - retval variables in...Thilo Schulz
2013-01-09- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...Thilo Schulz
2013-01-09- Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr...Thilo Schulz
2013-01-09Choose better alignment for heavy-duty rendering structures, patch by Matt Tu...Thilo Schulz
2013-01-09- Add HOMEPATH default name define to q_shared.c, patch by uZu (#4973) - Reve...Thilo Schulz
2013-01-09Revert protocol 69 pending further discussion (#4962)Thilo Schulz
2013-01-09- Harden the client and server protocol against UDP spoofing attacks. This wi...Thilo Schulz
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* Refactor emoticon codeM. Kristall
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* Indent wrapped chat lines to avoid potential imitation exploitsTim Angus
2013-01-03* (bug 3961) Fix the taunt delay to no longer be cancelled by jumping. Note t...Christopher Schwarz
2013-01-03* Various small style fixes/corrections/changes (Undeference, Timbo, benmachine)Christopher Schwarz
2013-01-03* (bug 4306) Fix display formatting between different types of chat textChristopher Schwarz
2013-01-03* Merge ioq3-r1666Tim Angus
2013-01-03* (bug 4295) Add an option to view Tremulous news to the main menuChristopher Schwarz
2013-01-03* (bug 3998) linewrap cp, parse newlines in cp and motdChristopher Schwarz
2013-01-03* (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents someTim Angus
2013-01-03* Remove tell, tell_target, tell_attacker. Depreciated by /mChristopher Schwarz
2013-01-03* Merge ioq3-r1637Tim Angus
2013-01-03* Automatically prompt the user for what to do when files are needed from the...Christopher Schwarz
2013-01-03* separate dodge and sprint onto their own keys (dodge +button6, sprint +butt...Roman Tetelman