Small corrections in CHANGELOG and LICENSE

* Write "LADSPA" correctly
* Mention Q2Pro and zeq2 because we use their OpenAL code
* Mention libjpeg (for retexturing) and libopenal in used but not included libs
This commit is contained in:
Daniel Gibson 2012-04-29 16:11:45 +02:00
parent 8612950e0a
commit 164defb856
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Quake II 4.10 to 4.20
- Integrate OpenAL support, enabling surround sound - Integrate OpenAL support, enabling surround sound
and better stereo sound calculations. and better stereo sound calculations.
- Enforce the "C" locale to prevent libraries like - Enforce the "C" locale to prevent libraries like
broken LASPA plugins to override it and break broken LADSPA plugins to override it and break
printf, scanf, etc. printf, scanf, etc.
Quake II 4.03 to 4.10 Quake II 4.03 to 4.10

View File

@ -12,11 +12,15 @@ covered by the same GPLv2 license as Quake II itself:
- r1q2 - r1q2
- QuDoS - QuDoS
- KMQuake2 - KMQuake2
- Q2Pro
- zeq2
The following code is used in library form and thus not part of Yamagi The following code is used in library form and thus not part of Yamagi
Quake II: Quake II:
- libjpeg
- libogg - libogg
- libopenal
- libvorbis - libvorbis
- libz - libz
- libsdl - libsdl