Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1765 | Tim Angus | |
2013-01-03 | * Remove unnecessary security code introduced from ioq3 merge | M. Kristall | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Remove sv_www* cvars, which were in mgdev for 1.1 client compatibility and ↵ | Christopher Schwarz | |
shouldn't be in trunk | |||
2013-01-03 | * Server- and client-side tab completion for commands handled by the game module | M. Kristall | |
* Admin commands are just like all other commands now: no more ! ("!map" was renamed to "changemap" since "map" already exists) * Text in the chat ui beginning with / or \ is treated as a command unless ui_chatCommands = 0 (default 1) | |||
2013-01-03 | * Merge ioq3-r1680 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1666 | Tim Angus | |
2013-01-03 | * Fix restart causing a crash due to the new configstrings code (kevlarman, ↵ | Christopher Schwarz | |
Rezyn) | |||
2013-01-03 | * (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents some | Tim Angus | |
clients receiving a config string * Move BG_ClientList* to Com_ClientList* * Split CS_STAGES into CS_ALIEN_STAGES and CS_HUMAN_STAGES | |||
2013-01-03 | * Remove some experimental code accidentally introduced during the merge | Christopher Schwarz | |
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2013-01-03 | * Convert master address resolution to IPv6-compatible API | Ben Millwood | |
* MOTD parsing should use the whole string rather than just arg1 | |||
2013-01-03 | * Make sv_dlUrl default to use the official downloads repository (Khalsa) | Christopher Schwarz | |
2013-01-03 | * Merge ioq3-r1498, by popular demand | Tim Angus | |
2013-01-03 | * Move some server commands into game and refactor game commands | M. Kristall | |
2013-01-03 | * (bug 3416) Overlapping strings with strcpy (thanks Jacques Boscq) | M. Kristall | |
* (bug 3576) Allow % since people promise it is safe (/dev/humancontroller) | |||
2013-01-03 | Fix server-side team voip check | Ben Millwood | |
2013-01-03 | * Experimental cg_voipTeamOnly handling on the server | Ben Millwood | |
2013-01-03 | * Your wish is my command, Amanieu | Tim Angus | |
2013-01-03 | * Remove sv_rankings.c, which the ioq3 merge resurrected | Tim Angus | |
* Remove NSIS reference from Makefile | |||
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
2013-01-03 | * (bug 3517) connect.menu isn't properly opened on connection | Tim Angus | |
* Partially revert 772 * Strip off trailing '\n' from server denial messages | |||
2013-01-03 | Found a stray bit of tjw's patch that didn't make it in, and removed extra ↵ | Ben Millwood | |
newline on console say | |||
2013-01-03 | Added armour files to version control. | Michael Levin | |
2007-11-28 | * Merge ioq3-r1220 | Tim Angus | |
2007-09-15 | * Merge of ioq3-r1183 | Tim Angus | |
+ Windows dedicated console + MSVC project + Makefile tweaks | |||
2007-09-05 | * Merge of ioq3-r1163 | Tim Angus | |
+ SDL everywhere + New R_LoadImage + net_ip.c + Window icon + GUI based dedicated server support + Compile time linked OpenGL * Remove ui_menuFiles cvar | |||
2007-08-13 | * sv_masterX cvars were being cleared by the server whenever a DNS lookup | Tony J. White | |
failed on the cvar value. This behaviour went unnoticed in Q3 since lookups were typically only done when the server started or sv_masterX cvars were manually changed. Now that Tremulous does fresh DNS lookups after every map change, any network hiccup could clear out the sv_masterX settings. This cvar clearing is now removed. * removes a duplicate line setting sv_master[ X ]->modified. | |||
2007-07-15 | * Merge of ioq3-r1112 | Tim Angus | |
2007-03-21 | * ioq3-r1052 merge | Tim Angus | |
2006-12-03 | * Strip leading whitespace when displaying server names in the browser | Tim Angus | |
* Sort by server name on alpha characters only * Refresh master server IP address cache on map change | |||
2006-11-28 | * Merge ioq3-989 | Tim Angus | |
2006-08-14 | * Merged ioq3-r838 | Tim Angus | |
- OS X Universal Binary creation script - OS X x86 support - OS X vm support - SDL video mode selection bug fix - "Home directory" support on windows - Windows SMP deadlock fix - Improved JPEG quality (screenshots/video) - AVIs recorded with \video command are now actually AVIs - Usual assortment of ioq3 tweaks and fixes | |||
2006-06-17 | * Merged ioq3-r810 | Tim Angus | |
2006-05-16 | * Merged ioq3-r783 | Tim Angus | |
* Added back the syscalls things I didn't mean to remove | |||
2006-05-16 | * Removal of bot code | Tim Angus | |
* Refactored botlib parsing code into qcommon | |||
2006-05-06 | * Merged ioq3-r775 | Tim Angus | |
- SDL_GammaRamp stuff - Anisotropic texture filtering - q3testesque r_flares - cl_guid - Security fixes | |||
2006-04-24 | * Removed some \n from server connection messages | Tim Angus | |
* Removed nextmap cvar and associated code, replaced with "advanceMapRotation" command * Rework the text displayed during votes to be more verbose * "destroy" command now only works when cheats are enabled * Voting UI is now a frontend for "clientkick" instead of plain "kick" | |||
2006-04-22 | * Fixed retarded exploitable "kick" command | Tim Angus | |
* Removed ability to change the timelimit by vote * Added sprint ability to human tutorial text | |||
2006-04-16 | * Merged ioq3-r708 | Tim Angus | |
2006-04-16 | * Removed server command queueing -- that was a silly idea | Tim Angus | |
2006-04-09 | * Removed CS_SCORE? config strings -- they were unused | Tim Angus | |
* Moved server command queuing from game to server -- sv_dequeuePeriod probably needs to be lowered * Added g_friendlyBuildableFire to enable friendly buildable fire | |||
2006-02-28 | * Merged ioq3-r594 | Tim Angus | |
- OpenAL fixes - SV_Shutdown message fixes | |||
2006-02-24 | * Merged ioq3-r584 | Tim Angus | |
2006-01-26 | * Removed sv_floodProtect, the functionality is in the game module | Tim Angus | |
2006-01-20 | * Master server now logs version and renderer strings | Tim Angus | |
* Master server now responsible for logging game statistics | |||
2006-01-14 | * s/i386/x86/ | Tim Angus | |
* s/qagame/game/ | |||
2005-12-28 | * Added master server to source, based on dpmaster | Tim Angus | |
* Removed gametype, fraglimit and dmflags cvars * Removed CD key authentication stuff * Implemented a means to save and restore cmd context * Bumped protocol version up to 69 (same as 68) * Removed various references to punkbuster * Maps on create server menu now sorted by name * Fixed some warnings | |||
2005-12-23 | * Crudely removed CD key authentication | Tim Angus | |
* Changed defaults for r_picmip and r_textureMode * Changed internal alien weapon names * Removed playback of the intro movie * Fixed painblend reset bug * Added multiple chat sounds * Player splash wake now uses mark system |