Commit graph

70 commits

Author SHA1 Message Date
svdijk
444e20ba12 Add OpenAL to the dependency list in README 2013-05-25 21:57:38 +02:00
Yamagi Burmeister
073b5c5823 Mention the hrtf sound filter 2013-05-01 09:51:04 +02:00
Yamagi Burmeister
d394102712 Mention that gl_showtris needs gl_ext_multitexturing set to 0 2013-04-06 17:40:18 +02:00
Yamagi Burmeister
bc5c308684 Add a cvar "s_openal_maxgain" to clamp AL_GAIN
This cvar is a last resort if all other measures to prevent overdriven
preamplifation fail. Setting it to lower value than 1.0 limits the
overall dynamic range, so sound quality is lost. This is especially
hearable when low volume samples are encountered, like the shotgun
combined with the silencer.
2013-01-20 12:01:10 +01:00
Yamagi Burmeister
1f5012aec3 Calculate the AL_GAIN by s_volume and don't set a global AL_GAIN 2013-01-20 12:01:10 +01:00
Yamagi Burmeister
c6d3b4477c Some clarifications of build under OS X 2012-11-18 10:53:27 +01:00
svdijk
247e2baa3a More mouse grab/release tuning. 2012-11-14 21:08:07 +01:00
Yamagi Burmeister
c2f887c220 Documentation updates
- Fully explain the OS X support
- Clarify some things
- Update some FAQs
2012-11-05 21:13:27 +01:00
Yamagi Burmeister
01e262eb35 Add a new FAQ regarding the FOV 2012-10-28 11:05:46 +01:00
Yamagi Burmeister
a9bea1ede8 Fix some typos (spotted by caedes) 2012-10-06 16:26:38 +02:00
Yamagi Burmeister
915e5ff716 OS X installation instructions 2012-10-06 09:35:16 +02:00
Yamagi Burmeister
55e1c95eac Clarify some things in the README
- Mention OpenBSD
- Mention sparc64
- Point windows users to stdout.txt
- Refer to the windows configuration dir in a consistent manner
2012-08-22 17:52:12 +02:00
Yamagi Burmeister
6120963b62 Fix more README typos 2012-08-03 13:58:41 +02:00
Sander van Dijk
212cf49866 Fix README typo. 2012-08-03 08:06:50 +02:00
Yamagi Burmeister
dc9e06a13f The aspect ratio can now be set via the menu 2012-08-02 15:35:23 +02:00
Yamagi Burmeister
c87e8b280a Explain what yq2.cfg is for 2012-07-09 16:18:44 +02:00
Yamagi Burmeister
d70f510391 Spelling 2012-06-25 13:53:05 +02:00
Yamagi Burmeister
403c69d6c1 Center the header 2012-06-20 14:00:55 +02:00
Yamagi Burmeister
55c11e8475 Document the Windows support in the README 2012-06-06 12:39:53 +02:00
Yamagi Burmeister
6c0df994f1 Fix a typo 2012-06-03 01:15:27 +02:00
Yamagi Burmeister
a7a553f34e Add joystick FAQ 2012-05-12 09:42:12 +02:00
Christoph Mallon
ab034114b4 Whitespace fixes. 2012-04-30 08:25:59 +02:00
Yamagi Burmeister
4520d53b26 Alter the README for github
This is the Yamagi Quake II subversion repo converted to git. The
history was preserved, bit the older parts are in german and crap.
Sorry for that. Each releases is referenced ba a "git tag".
2012-04-29 14:59:49 +02:00
Daniel Gibson
31f9af817f Last fixes and cleanups for OpenAL support
* New license header in snd_al.c
* README fixes
* Fix printing of used OpenAL device
* Cleanup in snd_al.c
2012-04-28 15:44:14 +00:00
Yamagi Burmeister
774e7bf46f Document the OpenAL support 2012-04-27 11:52:38 +00:00
Yamagi Burmeister
a3f05e7be5 Mention the options framework in the Makefile 2012-04-25 09:52:38 +00:00
Daniel Gibson
1d6f8335a3 Major rework of the README 2012-03-31 19:52:56 +00:00
Yamagi Burmeister
b53e53fb32 Document the retexturing pack 2012-03-12 10:25:23 +00:00
Yamagi Burmeister
1f3ce73a75 Add gl_farsee (by Richard Allen) 2012-03-08 11:24:45 +00:00
Yamagi Burmeister
186242a64a Documentation updates 2012-02-17 08:24:16 +00:00
Yamagi Burmeister
7e5af5b8f1 - Update the particles session
- Remove the bot FAQ
2012-02-12 17:05:08 +00:00
Yamagi Burmeister
88183aa5f9 Add a note about the config file loaction 2011-10-27 16:34:12 +00:00
Yamagi Burmeister
55f51eb680 Add support for anisotropic filtering 2011-10-17 10:43:48 +00:00
Yamagi Burmeister
07ed4c8b5a Make the client and server IPv6 aware 2011-10-15 16:18:26 +00:00
Yamagi Burmeister
1077a7101c Clearify how to disable friendly fire in coop. 2011-10-13 13:44:11 +00:00
Yamagi Burmeister
8e846291e3 Correct some typos 2011-10-11 20:39:43 +00:00
Yamagi Burmeister
b04a04b96c Mention ctf as a separate download 2011-10-10 07:53:11 +00:00
Yamagi Burmeister
d4a60e7b77 - Add yq2.cfg to the code, an example to stuff/ and metion it in the
README
- Rename tools/ to stuff/
2011-10-09 17:55:10 +00:00
Yamagi Burmeister
0bd9096f7f Integrate caedes systemwide installation patch 2011-10-04 19:29:40 +00:00
Yamagi Burmeister
73d1b251d5 Add a note about texture packs 2011-10-04 15:36:57 +00:00
Yamagi Burmeister
b282f41093 Begrenze cl_maxfps per Default auf 95 2010-11-27 11:56:50 +00:00
Yamagi Burmeister
250f3e48f1 Einen Hinweis auf die Q2-Version des 125hz bugs 2010-11-27 11:48:55 +00:00
Yamagi Burmeister
5d310d1eda Hinweis auf Schatten 2010-11-27 10:24:05 +00:00
Daniel Gibson
8f055c9c97 Fixed typos and other minor stuff in README 2010-11-16 19:08:57 +00:00
Yamagi Burmeister
3354b12d77 README mit Typos gefixt 2010-11-16 11:50:23 +00:00
Yamagi Burmeister
24013859fb Überarbeite die README 2010-10-26 08:10:37 +00:00
Yamagi Burmeister
07fe1862c7 s/grap/grab/g 2010-10-23 10:19:02 +00:00
Yamagi Burmeister
b48a3d3c73 Benenne windowed_mouse_always in in_grap um 2010-10-23 10:16:25 +00:00
Yamagi Burmeister
6f79c383c4 Ein Kommentar zum gamma-problem 2010-09-01 09:12:55 +00:00
Yamagi Burmeister
00b9919587 Mausfilter erwähnt 2010-07-13 18:37:32 +00:00