Age | Commit message (Expand) | Author |
2013-01-09 | Refactoring patch by DevHC | Thilo Schulz |
2013-01-09 | whoops, that one was not Com_Error() | Thilo Schulz |
2013-01-09 | - Remove newlines in Com_Error() - Update register description | Thilo Schulz |
2013-01-09 | Add opStack protection to defend against malicious QVMs | Thilo Schulz |
2013-01-09 | Choose better alignment for heavy-duty rendering structures, patch by Matt Tu... | Thilo Schulz |
2013-01-09 | Add codec fallback support for sound files not found, Patch by Zack Middleton... | Thilo Schulz |
2013-01-09 | Fix nasty crash bug | Thilo Schulz |
2013-01-09 | Add error handling to malloc as well | Thilo Schulz |
2013-01-09 | fix overzealous cvar cheat protection, patch by cyrri (#4974) | Thilo Schulz |
2013-01-09 | IQM skin support and print limit info, make other limit info consistent, patc... | Thilo Schulz |
2013-01-09 | Remove 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-09 | Do 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-09 | Fix sending reliable commands before being connected, patch by Eugene C. (#4971) | Thilo Schulz |
2013-01-09 | Do 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-09 | Revert 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-09 | Replace a few numeric constants with already defined macros, patch by ZTurtleMan | Thilo Schulz |
2013-01-09 | Fix a little quirk still | Thilo Schulz |
2013-01-09 | Use memcmp instead of self-built while loop | Thilo Schulz |
2013-01-02 | CG_CopyLine was ignoring array length (9a5f541) | M. Kristall |
2013-01-03 | * Fix bad merge (DevHC) | Tim Angus |
2013-01-03 | * Refactor some of CG_ParseParticle | M. Kristall |
2013-01-03 | * Fix a couple of errors parsing particle scripts | M. Kristall |
2013-01-03 | * Revision 2273 modified the previous ban instead of the specified one | M. Kristall |
2013-01-03 | * Add information about /mask banning to adjustban help text | M. Kristall |
2013-01-03 | * Expire bans with unban instead of immediately removing them so that things | M. 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 upgrade | M. Kristall |
2013-01-03 | * Fix a bunch of variable set but not used warnings | M. Kristall |
2013-01-03 | * (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t | M. Kristall |
2013-01-03 | * Remove now unused join-during-warmup error | M. Kristall |
2013-01-03 | * Fix status command's rate value | M. Kristall |
2013-01-03 | * Allow joining teams during warmup | M. Kristall |
2013-01-03 | * Periodically update scoreboard when visible if +scores is held down a while | M. Kristall |
2013-01-03 | * Oops, clean up some variables unused after last commit | Ben Millwood |
2013-01-03 | * Calculate some exponentiation more efficiently/sensibly in bg_lib.c | Ben Millwood |
2013-01-03 | * (bug 5269) reverted buildables don't have the original builder named in | M. Kristall |
2013-01-03 | * Revert didn't restore marked status | M. Kristall |
2013-01-03 | * Fix some (most) commands not unregistering when disconnecting | M. Kristall |
2013-01-03 | * (bug 5231) use the specified trace height correctly in G_WideTrace() (r4sh) | M. Kristall |
2013-01-03 | * Remove unused variable | M. Kristall |
2013-01-03 | * (bug 5004) use current player origin in G_RoomForClassChange() | M. Kristall |
2013-01-03 | * (bug 4984) Show who built a destroyed structure in buildlog | M. Kristall |
2013-01-03 | * Unregister commands advertised by the server when disconnecting | M. Kristall |
2013-01-03 | * CANIPBAN allows banning not-necessarily-connected players with CIDR notation | M. Kristall |
2013-01-03 | * Change the distance of zap chains from 200->150, and make zap chain damage ... | Asa Kravets |