1206 Commits

Author SHA1 Message Date
Thomas Debesse
435a763426 better #75 2014-11-02 06:59:10 +01:00
Thomas Debesse
de0b3f4a22 Rename Wolfenstein to RTCW to avoid confusing with the 2009 game that was simply named Wolfenstein, fix 75 2014-11-02 06:50:55 +01:00
Thomas Debesse
986594493f Merge pull request #74 from zturtleman/gametype_fixes
Fix gametype strings for a few games #72 #63
2014-11-02 06:20:49 +01:00
Thomas Debesse
38b2f0b6f8 Fix Turtle Arena, Xonotic and Urban Terror LAN browsing, fix #73 2014-11-02 06:00:29 +01:00
Zack Middleton
3b7256345c Fix gametype strings for a few games
Fix standalone openarena.
Update var name for Warsow game type string.
Fix ioq3 and iostvef basegame gametype strings (caused by qstat issue?
There is different gamename in info and status response!)
2014-11-01 23:54:55 -05:00
Thomas Debesse
9e0e56560a Browse Unvanquished LAN servers, fix #73 2014-11-02 03:53:57 +01:00
Thomas Debesse
97afad6998 Bumped version to 1.0.6.2, LinuxFr.org special edition (#61) 2014-11-02 01:43:18 +01:00
Thomas Debesse
3924ba71ae only announce N.N.N versions in NEWS.md 2014-11-02 00:50:10 +01:00
Thomas Debesse
8a1f79ac3c Documentation 2014-11-01 23:29:58 +01:00
Thomas Debesse
cae6c992e9 better french translation 2014-11-01 23:29:58 +01:00
Thomas Debesse
fd19c38be3 better french translation 2014-10-28 01:54:57 +01:00
Thomas Debesse
b6f73f2796 fix a memleak in pref.c:custom_args_compare_func() 2014-10-28 01:54:57 +01:00
Thomas Debesse
f23101fb0d fix gamesxml2c bad signedness warnings, fix #66 2014-10-28 01:54:57 +01:00
Thomas Debesse
11338a5135 cosmetic 2014-10-28 01:54:57 +01:00
Thomas Debesse
434c6518e5 remove unnecessary include mistakenly added 2014-10-28 01:54:57 +01:00
Thomas Debesse
4aa1504aa7 move non-ascii filtering to a dedicated function 2014-10-28 01:54:57 +01:00
Thomas Debesse
95c592384d some french translation fixes 2014-10-28 01:54:57 +01:00
Thomas Debesse
ec8edfbcf4 Bumped version number to 1.0.6.1 2014-10-28 01:52:46 +01:00
Jordi Mallach
9758e8f3cd Add qstat_savage.sh to EXTRA_DIST. 2014-10-28 01:44:22 +01:00
Thomas Debesse
8165dd94df Bumped version number to 1.0.6 2014-10-26 07:13:28 +01:00
Thomas Debesse
cd256a8650 q3_unescape enhancement 2014-10-26 07:12:17 +01:00
Thomas Debesse
d3b59bd694 repair standard q3 color codes 2014-10-26 06:18:24 +01:00
Thomas Debesse
5316ac6918 use now ~/.config/xqf config dir instead of ~/.config/qf fix #51 2014-10-26 05:24:59 +01:00
Thomas Debesse
d4c5287d2a use new repository url in about dialog 2014-10-26 05:14:18 +01:00
Thomas Debesse
82192d3935 Github knows how to build tarball 2014-10-26 05:07:30 +01:00
Thomas Debesse
0bf6e2ba86 Documentation 2014-10-26 05:00:46 +01:00
Thomas Debesse
00b32621f9 filter savage color codes 2014-10-26 04:45:07 +01:00
Thomas Debesse
69f6cce3fa Documentation 2014-10-26 03:13:34 +01:00
Thomas Debesse
0594c8d77a fix some memleaks 2014-10-26 02:53:32 +01:00
Thomas Debesse
94053e99f2 bikeshedding 2014-10-26 02:47:13 +01:00
Thomas Debesse
1f3790133a new savage hack, fix #43 2014-10-26 02:30:36 +01:00
Thomas Debesse
7315793004 Merge pull request #57 from zturtleman/fix_turtle_arena
fix getting Turtle Arena servers #28
2014-10-25 00:13:22 +02:00
Zack Middleton
a3f041f452 fix getting Turtle Arena servers
Gamespy, Turtle Arena, and Alien Arena in side plane were switching around
(mixing up titles and masters). The Options tab in perferences was connected
to wrong game too. Caused by mismatch of server_type enum and games array in
src/games.c. Some functions like game_get_attribute assume the same order.

Add missing qstat config for Turtle Arena.
2014-10-24 16:18:34 -05:00
Thomas Debesse
e16cd6919d delete bad vim modelines 2014-10-24 08:09:15 +02:00
Thomas Debesse
7ae5d10ac9 rewrite GNU old-style field designator with C99 syntax, fix #56 2014-10-24 07:43:50 +02:00
Thomas Debesse
ebe29969a6 sanitise boundaries in q3_unescape when string is terminated by an escape code 2014-10-24 06:04:24 +02:00
Thomas Debesse
61999ed36d discriminate “^P” from wolf:et and “^P000o” from Unvanquished escape codes 2014-10-24 05:52:01 +02:00
Thomas Debesse
bd88931fd7 unescape wolf:et extended escape code, fix #55 2014-10-24 04:16:03 +02:00
Thomas Debesse
398aef823f fix a little mistake in q3_unescape, #46 2014-10-24 04:02:17 +02:00
Thomas Debesse
4f03154459 fix non-ascii filter #44 #54 2014-10-24 03:51:43 +02:00
Thomas Debesse
b876d41733 Merge pull request #53 from zturtleman/fix_clang_debug
fix compiling debug build using clang #35
2014-10-24 03:40:03 +02:00
Thomas Debesse
5037d1cc96 fix “make -C src gamelist”, fix #24 2014-10-24 03:08:26 +02:00
Thomas Debesse
39ee9ce198 revert 8bedb44 2014-10-24 03:02:45 +02:00
Thomas Debesse
374e0cc0fb Merge pull request #52 from zturtleman/fix_make_gamelist
help to fix generating src/games.c using 'make -C src gamelist' #24
2014-10-24 03:00:26 +02:00
Zack Middleton
43c86ddaf7 fix compiling debug build using clang #35
clang doesn't allow inline on function in external file.
2014-10-23 19:24:55 -05:00
Zack Middleton
6a2a90dcc0 fix generating src/games.c using 'make -C src gamelist' #24 2014-10-23 18:57:19 -05:00
Thomas Debesse
32cd237b1d typo 2014-10-24 01:17:27 +02:00
Thomas Debesse
b5b8d83c41 Ennemy → Enemy 2014-10-24 01:02:03 +02:00
Thomas Debesse
58d0cf5cd4 Documentation 2014-10-24 00:43:03 +02:00
Thomas Debesse
fc25fe0d35 Documentation 2014-10-23 22:50:55 +02:00