diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-24 23:12:18 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-24 23:12:18 +0000 |
commit | 147db6f24a38f039ccafd8e1879343058544c745 (patch) | |
tree | f4faf81d0523c9ec715930d2233c6fa03426a49d /ChangeLog | |
parent | b151077f143e8fa9c76784ee1bce6a45924cf18e (diff) | |
download | ioquake3-aero-147db6f24a38f039ccafd8e1879343058544c745.tar.gz ioquake3-aero-147db6f24a38f039ccafd8e1879343058544c745.zip |
* Updated the ChangeLog
* Reorganised the README
git-svn-id: svn://svn.icculus.org/quake3/trunk@523 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2006-01-24 Various contributors + + Persistent console history + + Added code to sleep a bit when q3 has no focus and sleep a lot when it's + minimised (SDL only) + + Cull excess speaker entities when using OpenAL + + Fix the operation of the delete key in *nix + + Only check the checksum on baseq3 pak0.pk3 + + Overhaul of console autocompletion + - No longer does weird stuff like move the cursor inappropriately + - Autocomplete works with compound commands + - Special autocomplete on some commands e.g. \map, \demo + - Removed various hacks used to counter the original autocomplete code + + Fixed the ability to disable Ogg Vorbis + + s/i686/i586/ - see bug #2578 + + Some sloppily coded mods call the Q3 sound API with NaNs -- sanitise this + + Removed advertising clause from BSD license as per mailing list discussion + + "make distclean" now does what you'd expect + + "make clean toolsclean" now does what "make distclean" did before + + GPL MD4 implementation + 2006-01-16 Various contributors + Move code/unix/Makefile to ./Makefile + x86 OS X support |