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
Thomas Debesse
f928fa4c23
Documentation
2014-10-23 22:45:53 +02:00
Thomas Debesse
1668190258
Merge pull request #49 from aufau/faufixes
...
Fix build on singular system and improve Jedi Outcast support
2014-10-23 21:05:48 +02:00
Witold Piłat
c8f6c25c06
fix Jedi Outcast support
2014-10-23 18:41:19 +02:00
Witold Piłat
8c08cd1522
define missing OF macro
2014-10-23 18:22:49 +02:00
Thomas Debesse
3c81949f19
Documentation
2014-10-23 14:15:41 +02:00
Thomas Debesse
ccf4c36b58
Documentation
2014-10-23 05:59:24 +02:00
Thomas Debesse
cb53939fa5
Documentation
2014-10-23 05:53:30 +02:00
Thomas Debesse
737826b5d4
be careful with buffer boundaries
2014-10-23 02:40:42 +02:00
Thomas Debesse
8f4846c6c7
rewrite q3_unescape to manage memory correctly, fix #46
2014-10-23 02:40:42 +02:00
Thomas Debesse
c719f51b8a
“drop non-ascii character” workaround to fix #44
2014-10-23 02:37:50 +02:00
Thomas Debesse
c5c04e9cfe
allocate a dynamic token to split buffer in GSList #40 #41 , fix #45
2014-10-22 21:15:20 +02:00
Thomas Debesse
3853298e88
unify coding guidelines
2014-10-22 13:52:35 +02:00
Thomas Debesse
cc38d62c4e
rewrite stat_update_master_callback, fix #41
2014-10-22 03:44:51 +02:00
Thomas Debesse
fb22c3bb14
fix refresh interruption, fix #40
2014-10-22 02:19:57 +02:00
Thomas Debesse
e9e5da8931
bikeshedding
2014-10-22 02:04:56 +02:00
Thomas Debesse
4e8f26d21f
correct channel handling with Gstatus, fix #37
2014-10-17 03:42:47 +02:00
Thomas Debesse
9ed270dd5a
missing turtlearena icon, #28
2014-10-17 01:23:50 +02:00
Thomas Debesse
6e24880b0e
do not print repeated “Updating lists...” to stdout, there is more usefull information to read
2014-10-17 01:22:54 +02:00
Thomas Debesse
8176441089
use GError and G_IO_Status of g_io_channel_read_chars in input_callback, #37
2014-10-16 13:57:02 +02:00
Thomas Debesse
850fa0f6ff
unused variable, fix #36
2014-10-16 03:14:47 +02:00
Thomas Debesse
8bedb441fc
fix “make gamelist” (warning: GNU Make-centric), fix #24
2014-10-16 02:44:04 +02:00
Thomas Debesse
a92d0e36b9
more reindentation, #15
2014-10-16 02:04:09 +02:00
Thomas Debesse
91f5f61b92
little fixes
2014-10-16 00:51:38 +02:00
Thomas Debesse
50dfe85c8a
add mod and gametype recognition to some games, fix #33
2014-10-15 21:56:50 +02:00
Thomas Debesse
23f0903951
bad signedness pointer, fix #32
2014-10-15 13:32:30 +02:00
Thomas Debesse
48d994f3e0
Merge branch 'gdk_pixbuf_ref'
2014-10-15 12:52:34 +02:00
Thomas Debesse
ebc2ebeda5
some little fixes
2014-10-15 12:50:26 +02:00
Thomas Debesse
51aac88fd2
fix g_ascii_strdown usage, fix #31
2014-10-15 03:21:18 +02:00
Thomas Debesse
219c5fbe03
gdk_pixbuf_*ref → g_object_*ref
2014-10-15 01:49:37 +02:00
Thomas Debesse
90c1931e66
missing g_callback cast
2014-10-15 01:14:47 +02:00