1039 Commits

Author SHA1 Message Date
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
Thomas Debesse
77afd4fe8d Add the Turtle Arena game, issue #28, thanks to Zack Middleton help 2014-10-14 23:14:48 +02:00
Thomas Debesse
0e9e24b612 better Wolf:ET/ET:L detection #23 (thanks to zturtleman) 2014-10-14 05:47:40 +02:00
Thomas Debesse
fd31c4126f g_basename(name) → g_path_get_basename(name) #26 2014-10-14 05:04:46 +02:00
Thomas Debesse
525b58369e g_strdown(str) → g_ascii_strdown(str, -1) #6 #22 #11 2014-10-14 04:43:18 +02:00
Thomas Debesse
e740bd3389 g_strncasecmp(str, len) → g_ascii_strncasecmp(str, len) #6 #22 #11 2014-10-14 04:43:05 +02:00
Thomas Debesse
2cac58c2bb g_strcasecmp(str) → g_ascii_strcasecmp(str) #6 #22 #11 2014-10-14 04:42:53 +02:00
Thomas Debesse
969b0bc0b4 typo 2014-10-13 21:07:37 +02:00
Thomas Debesse
01643dc742 Changelog 2014-10-13 21:05:00 +02:00
Thomas Debesse
41dc225802 cosmetic 2014-10-13 05:15:22 +02:00
Thomas Debesse
ae43d5f4b3 missing comma since year 2000, solve bug #16 2014-10-13 05:03:45 +02:00
Thomas Debesse
1d406f6e4d massive reindentation 2014-10-13 03:32:40 +02:00
Thomas Debesse
83d8c473b5 fix tremulousgpp qstat arg mistake 2014-10-12 15:25:04 +02:00
Thomas Debesse
6689e511b3 cleaning 2014-10-12 01:25:10 +02:00
Thomas Debesse
edcf3bf100 fixing the “pre Y2K bug” 2014-10-12 01:25:01 +02:00
Thomas Debesse
c21605e3ee port to GIOchannel done, thanks to Chris Vine for his precious and generous help 2014-10-11 22:58:29 +02:00
Thomas Debesse
1b11933a4b extra: shutdown the channel before forget it (fd already closed) 2014-10-11 22:18:16 +02:00
Thomas Debesse
2b2d61e065 free the GIOChannel 2014-10-11 22:13:04 +02:00
Thomas Debesse
7dad859aad cosmetic: editor knows how to wrap lines, and it's better for diff 2014-10-11 21:58:02 +02:00
Thomas Debesse
4553122053 do NOT call g_source_remove twice, NEVER 2014-10-11 21:50:13 +02:00
Thomas Debesse
54ea248c79 pointers… 2014-10-11 21:21:03 +02:00
Thomas Debesse
f084f666a6 callback takes (chan, condition, user_data) not (user_data, chan, condition) 2014-10-11 21:08:50 +02:00
Thomas Debesse
eaa69fdc5f one more fd → chan 2014-10-11 15:28:10 +02:00
Thomas Debesse
89dafe5669 replace read() with g_io_channel_read_chars() 2014-10-11 14:42:17 +02:00
Thomas Debesse
0351e93fc4 input_callback functions must return gboolean 2014-10-11 12:07:08 +02:00
Thomas Debesse
a2487a7ea8 fix type mistakes 2014-10-11 12:07:08 +02:00
Thomas Debesse
0cd0af311a porting to g_io 2014-10-11 12:07:08 +02:00
Thomas Debesse
53c82e43f7 better debug info 2014-10-11 12:05:13 +02:00
Thomas Debesse
e68963090e documentation 2014-10-10 13:33:12 +02:00
Thomas Debesse
09354fc97e documentation 2014-10-10 07:55:52 +02:00
Thomas Debesse
450d875f63 documentation 2014-10-10 07:46:40 +02:00
Thomas Debesse
523e3d2916 documentation 2014-10-10 07:41:08 +02:00
Thomas Debesse
9cde00e053 documentation 2014-10-10 07:39:17 +02:00
Thomas Debesse
48aec4806c add support to ZEQ2 Lite 2014-10-10 07:31:50 +02:00
Thomas Debesse
4aaba42f4b revert to legacy code (working on another branch) 2014-10-10 02:23:06 +02:00
Thomas Debesse
06aaf5af6f bikeshedding 2014-10-10 02:13:32 +02:00
Thomas Debesse
1d033148ec bump protocol for Jedi Outcast (JK2): 16 → 26 2014-10-08 03:31:28 +02:00
VictorBE
0b22235580 Jedi Knight 2 support by victorbe [sf.net patch 13](http://sourceforge.net/p/xqf/patches/13/) 2014-10-08 03:31:19 +02:00