summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-09* Fixed display of long server namesTim Angus
* Fixed sort by ping * Changed default source to internet * Added simple options menu to frontend * Removed PB menu file * Changed default net rate * Fixed scoreboard alignment * Implemented "scoresUp" and "scoresDown"
2006-03-28* Increase Dragoon range slighlyTim Angus
* Disable static_transform particle system warning
2006-03-21* MinGW fixes merged from ioq3-r652Tim Angus
* Manual updates
2006-03-15* Merged ioq3-r647Tim Angus
2006-03-09* Removed media license exception following evillair's licensing agreementTim Angus
2006-03-07* Fix to a crash when cg_depthSortParticles was set to 0Tim Angus
2006-03-05* No tutorial text during demo playbackTim Angus
2006-03-04* Merged ioq3-r620Tim Angus
- NX stuff
2006-03-03* Moved COPYING to GPLTim Angus
* Added CC (creative commons license) * Write COPYING * OpenAL now off by default * Consolidated chipset specific GL initialisation * Defaults for r_picmip now 0 and r_textureMode GL_LINEAR_MIPMAP_LINEAR
2006-02-28* Merged ioq3-r594Tim Angus
- OpenAL fixes - SV_Shutdown message fixes
2006-02-27* Removed cg_brassTime option from menuTim Angus
* Added OpenAL option to sound menu
2006-02-27* Can't use upgrades while dead anymore (not that you could before, but you'dTim Angus
get console messages) * Added build option BUILD_MASTER_SERVER
2006-02-26* Merged ioq3-r589Tim Angus
2006-02-26* Merged ioq3-r587Tim Angus
- Symlink following stuff - Sound fixes
2006-02-26* Fixed bogus tutorial text when spectatingTim Angus
* Fixed tesla/reactor trails getting too long
2006-02-25* Changed default master server portTim Angus
* Fixed a dumb bug that prevented servers from being listed
2006-02-24* Manual tweaksTim Angus
2006-02-24* Merged ioq3-r584Tim Angus
2006-02-24* Changed main menu copyright datesTim Angus
* Changed default port
2006-02-24* Added ChangeLog to svnTim Angus
2006-02-13* Merged ioq3-r540Tim Angus
2006-01-29* s/lauch/launch/Tim Angus
2006-01-27* Merged ioq3-r529Tim Angus
- Quick fullscreen changes - Fix to that server crashing memory leak - Some FreeBSD changes * Default for r_znear changed
2006-01-26* Removed sv_floodProtect, the functionality is in the game moduleTim Angus
2006-01-26* Added some level 1 text to tutorial systemTim Angus
2006-01-24* Merged ioq3-r522Tim Angus
- i586 is now default -march - Couple of OpenAL "bug" fixes - Fancy autocompletion - Delete key on *nix fixed - Client now sleeps when inactive - Persistent console history
2006-01-20* Master server now logs version and renderer stringsTim Angus
* Master server now responsible for logging game statistics
2006-01-20* Fixed a couple of subtle bugs in the tutorial systemTim Angus
2006-01-18* Merged ioq3-r506Tim Angus
* Removed copyfiles rule from Makefile
2006-01-18* Changed order of build errorsTim Angus
2006-01-18* Added BG_FindUsableForUpgradeTim Angus
* Added BG_UpgradeClassAvailable * Added generalised BG_*IsAllowed functions * Added some binding traps to cgame * Added tutorial mode (cg_tutorial)
2006-01-15* Fix "make dist"Tim Angus
2006-01-15* Merged ioq3-r492Tim Angus
2006-01-15* Small entities.def correctionTim Angus
2006-01-14* s/i386/x86/Tim Angus
* s/qagame/game/
2006-01-12* Increase boost time to 30 seconds from 20 secondsTim Angus
2006-01-12* Gameplay changes updates to the manualTim Angus
2006-01-12* Fixed lcannon charge storage exploitTim Angus
* Fixed psaw/cgun inappropriate effects bug * Lcannon now has a minimum charge value
2006-01-11* Flamer damage down to 20 from 31Tim Angus
* Zap repeat rate down to 1500ms from 2000ms * Knockback from pouncing now 3 times as strong * Updates to the particle and trail systems sections of the manual * Merged ioq3-r470
2006-01-10* Rename winquake.rc to win_resource.rcTim Angus
2006-01-10* Removed Q3 iconsTim Angus
* Removed ludwig's loki setup dir * Added Tremulous icons
2006-01-09* Merged ioq3-468Tim Angus
2006-01-06* Added traps to query demo stateTim Angus
* Demo state now displayed from cgame * Merged ioq3-r464 - gcc4/-O0 bug fix - zone/hunk megs faffage
2006-01-05* Merged ioq3-460Tim Angus
- avi exporter - cl_autoRecordDemo - .asm dependencies
2005-12-29* OopsTim Angus
2005-12-29* Merged ioq3-r451 into trunkTim Angus
2005-12-29* Added script to merge ioq3 into tremTim Angus
2005-12-28* Some win32 fixesTim Angus
2005-12-28* Use select instead of poll for the master server -- apparently windows has noTim Angus
poll implementation
2005-12-28* Added master server to source, based on dpmasterTim 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