Zack Middleton
dc2941584e
Add link in Lilium Voyager README.md to README-ioq3.md
2018-05-18 05:10:46 -05:00
Zack Middleton
b9a643264d
Change version to 1.39, update README
2018-03-04 01:52:27 -06:00
Zack Middleton
98272de2ea
Update README for adding libmad source to local tree
2018-03-03 23:01:54 -06:00
Zack Middleton
b9131e5980
Add note about MP3 to Elite Force README
2018-03-03 19:28:37 -06:00
Zack Middleton
198620b941
Update readme
2017-09-20 18:22:01 -05:00
Zack Middleton
003f36a527
Add readme for Lilium Voyager
2017-09-18 02:15:18 -05:00
Zack Middleton
94a709dd68
Rename ioq3 readme
2017-09-18 01:20:55 -05:00
Zack Middleton
4837f4619e
Merge branch 'master' into game/eliteforce
...
Conflicts:
code/client/cl_main.c
code/qcommon/common.c
code/qcommon/files.c
code/qcommon/msg.c
code/qcommon/q_shared.h
code/renderercommon/tr_common.h
code/renderergl2/tr_extensions.c
code/sdl/sdl_glimp.c
2017-09-17 23:16:55 -05:00
Zack Middleton
4b5067cce2
Add 'addbot random' to README
2017-06-29 19:57:13 -05:00
Zack Middleton
dfce71929a
Add con_autochat and con_autoclear cvars
2017-06-08 15:46:19 -05:00
Zack Middleton
148d54bf54
Remove libspeex from README
2017-05-23 09:05:38 -05:00
Zachary J. Slater
879fb555a5
Minor updates to README.md
...
Removed some language about the old mailing list, pointed to forums,
and more accurately to the
wiki, updated reference to SDL.
Zardoz speaks to you, His chosen ones.
2016-08-04 21:05:33 -10:00
Zack Middleton
0ad4381a11
Make using Yacc optional, disabled by default
...
A built-in GNU Make rule causes code/tools/lcc/lburg/gram.y to replace
gram.c if gram.y has a newer modified time. This causes git diff to
pick up changes to gram.c, which seems to have been manually modified
to fix warnings and may vary by Yacc used to create it. It also
requires installing a program to generate a file that already exists
in a usable state in the code repository.
So replace the built-in rule so it is only used if USE_YACC is 1
(defaults to 0). The Yacc executable name can be overriden using
`make YACC=yacc` like before.
I preferred to touch gram.c instead of installing Yacc because of the
problems it causes. It doesn't really seem like a good idea to recommend
others do that instead of disabling Yacc the Makefile though.
2016-07-11 07:51:34 -05:00
Zack Middleton
69f9c7d692
Merge branch 'master' into game/eliteforce
...
Conflicts:
Makefile
code/qcommon/q_shared.h
2016-06-17 02:22:52 -05:00
Zack Middleton
9f6c4942ee
Remove note that r_allowResize requires SDL backend
2016-06-15 14:01:13 -05:00
Zachary J. Slater
11a65db8bb
Removing more large chunks of outdated text
2015-08-28 14:45:36 -07:00
Zachary J. Slater
752b9bafa8
Point to the moved information
2015-08-28 14:30:55 -07:00
Zachary J. Slater
80a61f5b30
Moving large chunks of README to wiki step 1
2015-08-28 14:26:32 -07:00
Zachary J. Slater
ede113b7b0
Githalytics seems to have stopped being a thing.
2015-08-28 11:08:01 -07:00
Zack Middleton
956bea9cda
Merge branch 'master' into game/eliteforce
2015-03-23 23:54:32 -05:00
Zack Middleton
1ff28f2389
Merge pull request #22 from zturtleman/cvar_modified
...
Add cvar_modified command
2015-01-07 19:48:16 -06:00
Zack Middleton
0e412276c5
Add support for playing MP3s using libmad
...
Based on Thilo's Elite Force patch for ioq3.
Updated Makefile changes. Left out in-tree win32 lib support.
Striped trailing whitespace from snd_codec_mp3.c.
Changed two #if USE_CODEC_MP3 to use #ifdef.
2014-10-29 05:49:57 -05:00
Tim Angus
494aa4100e
Fix screwed up whitespace in README
2014-09-05 10:30:33 +01:00
Tim Angus
441fa1dd71
Add USE_RENDERER_DLOPEN note to README
2014-09-05 10:26:26 +01:00
Zack Middleton
1d95ef210e
SDL 2 scroll/caps/num lock keys send KEYUP event when key is released
2014-08-28 20:09:37 -05:00
Zack Middleton
efa9555d74
Merge branch 'pkg-config' of github.com:smcv/ioq3 into master
...
Conflicts:
Makefile
2014-07-20 05:51:17 -05:00
Zack Middleton
37de879211
Add cvar_modified command
...
Based on cvarlist command, it only lists modified cvars.
2013-12-01 23:16:51 -06:00
Zachary J. Slater
9d9715c63d
Updating the tracking code properly.
...
Hopefully this new code will track properly.
2013-11-25 16:23:26 -08:00
Zack Middleton
d31bf95493
Add header for standalone game licensing
2013-11-23 20:19:41 -06:00
Zack Middleton
94bffacdb2
Improve github interperation of README.md
2013-11-23 19:38:09 -06:00
Zachary J. Slater
fe09fb77b9
Update and rename README to README.md
...
adding analytics, I'm ready for DevHC to get upset.
2013-11-22 18:07:09 -08:00