summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-09Remove newlines from Com_Error message format strings, patch by DevHCThilo Schulz
2013-01-09More codec loader troubles with extensionsThilo Schulz
2013-01-09Fix crash bug in new codec audio loader, thanks brain for reportingThilo Schulz
2013-01-09DevHC messed upThilo Schulz
2013-01-09Refactoring patch by DevHCThilo Schulz
2013-01-09Fix one byte overflowThilo Schulz
2013-01-09Fix spawnflag behaviour for trigger_hurt, patch by DevHCThilo Schulz
2013-01-09whoops, that one was not Com_Error()Thilo Schulz
2013-01-09- Remove newlines in Com_Error() - Update register descriptionThilo Schulz
2013-01-09Add opStack protection to defend against malicious QVMsThilo Schulz
2013-01-09Choose better alignment for heavy-duty rendering structures, patch by Matt Tu...Thilo Schulz
2013-01-09Add codec fallback support for sound files not found, Patch by Zack Middleton...Thilo Schulz
2013-01-09Fix nasty crash bugThilo Schulz
2013-01-09Add error handling to malloc as wellThilo Schulz
2013-01-09fix overzealous cvar cheat protection, patch by cyrri (#4974)Thilo Schulz
2013-01-09IQM skin support and print limit info, make other limit info consistent, patc...Thilo Schulz
2013-01-09Remove C99 code constructs from IQM code, patch by gimhael (#4974)Thilo Schulz
2013-01-09- Add HOMEPATH default name define to q_shared.c, patch by uZu (#4973) - Reve...Thilo Schulz
2013-01-09Do use the SV_Game{Error,Print} functions (#4972)Thilo Schulz
2013-01-09<ZTurtleMan> Thilo: altName (created using va) does not point to model filena...Thilo Schulz
2013-01-09- Add licence headers to new files - Add patch from Zack Middleton which fixe...Thilo Schulz
2013-01-09Fix sending reliable commands before being connected, patch by Eugene C. (#4971)Thilo Schulz
2013-01-09Fix out of bounds array index (#4960) patch by Ben MillwoodThilo Schulz
2013-01-09Do not retry image loader for image that failed, patch by Zack Middleton (#4968)Thilo Schulz
2013-01-09- Add Inter-Quake Model (IQM) Format support, patch by gimhael with minor mod...Thilo Schulz
2013-01-09Revert protocol 69 pending further discussion (#4962)Thilo Schulz
2013-01-09- Change the layout of the README and split "misc" section into a part for en...Thilo Schulz
2013-01-09- Harden the client and server protocol against UDP spoofing attacks. This wi...Thilo Schulz
2013-01-09Replace a few numeric constants with already defined macros, patch by ZTurtleManThilo Schulz
2013-01-09Fix a little quirk stillThilo Schulz
2013-01-09Use memcmp instead of self-built while loopThilo Schulz
2013-01-02CG_CopyLine was ignoring array length (9a5f541)M. Kristall
2013-01-03* Fix bad merge (DevHC)Tim Angus
2013-01-03* Refactor some of CG_ParseParticleM. Kristall
2013-01-03* Fix a couple of errors parsing particle scriptsM. Kristall
2013-01-03* Revision 2273 modified the previous ban instead of the specified oneM. Kristall
2013-01-03* Add information about /mask banning to adjustban help textM. Kristall
2013-01-03* Expire bans with unban instead of immediately removing them so that thingsM. Kristall
2013-01-03* Simplify some weapon-related code (re r1431)M. Kristall
2013-01-03* Smarter way to check if teamoverlay info should be sent; don't send upgradeM. Kristall
2013-01-03* Fix a bunch of variable set but not used warningsM. Kristall
2013-01-03* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. Kristall
2013-01-03* Remove now unused join-during-warmup errorM. Kristall
2013-01-03* Fix status command's rate valueM. Kristall
2013-01-03* Allow joining teams during warmupM. Kristall
2013-01-03* Periodically update scoreboard when visible if +scores is held down a whileM. Kristall
2013-01-03* Oops, clean up some variables unused after last commitBen Millwood
2013-01-03* Calculate some exponentiation more efficiently/sensibly in bg_lib.cBen Millwood
2013-01-03* (bug 5269) reverted buildables don't have the original builder named inM. Kristall
2013-01-03* Revert didn't restore marked statusM. Kristall