Commit Graph
1208 Commits
Author SHA1 Message Date
lotodore 4196f1be3a Very graceful auto-reconnect for the server irc bot. Will give up after two attempts within 60 seconds. 2007-12-08 00:40:46 +00:00
lotodore 5f0fc7ab93 Workaround for boost uncaught exception problem on MacOS 10.5. 2007-12-07 23:29:49 +00:00
doitux a798e051d6 adds manpage, desktop-file and debian install patch 2007-12-07 11:04:33 +00:00
doitux ab202938af 2007-12-07 07:52:10 +00:00
lotodore 87c1713926 rc2 2007-12-06 23:59:15 +00:00
doitux 97e97e7c9a 2007-12-06 23:51:14 +00:00
doitux 46293e3455 2007-12-06 23:37:40 +00:00
doitux 8b1ae5be8e bugfix chat nick highlighting 2007-12-06 22:32:56 +00:00
doitux 88749498cb gfx update + rename 2007-12-05 23:22:28 +00:00
doitux dea278f84f windows fonts fix (next try) 2007-12-05 00:39:51 +00:00
doitux f51cba271f windows fonts fix (next try) 2007-12-04 22:41:38 +00:00
doitux a3152ba87e close-button fix ONLY for macosx 2007-12-04 01:37:43 +00:00
doitux 006c12e5b6 windows fonts fix (first try) + new button gfx 2007-12-04 00:25:02 +00:00
doitux 207c35fba2 0.6-rc 2007-12-02 21:25:24 +00:00
floty 544c7ec952 blind logging 2007-12-02 20:52:18 +00:00
lotodore 20a6cdf49a Use MacOS 10.4u SDK (instead of 10.5, which causes libiconv incompatibility). Use libboost 1.34.1 universal as built for adobe open source lib. 2007-12-02 20:01:21 +00:00
doitux c0693e3b3e macosx gui fixes + brighter green on table 2007-12-02 18:23:38 +00:00
doitux b528e9d89d update gfx files (thx to thiger) + uniform fonts color on table 2007-12-02 00:41:56 +00:00
lotodore c76f6eaa91 Display uptime in days, not hours. 2007-11-30 21:29:42 +00:00
lotodore b97c56cd26 Use alternate dns name if name resolution fails for internet server (6dns.org seems to be unreliable, but is still the only one to provide both ipv4 and ipv6 name resolution for free). 2007-11-30 21:28:38 +00:00
doitux 3838b2e22f translation update - stringfreeze for 0.6 final 2007-11-29 22:23:26 +00:00
doitux 7ed125c256 quit application fix 2007-11-29 21:25:55 +00:00
doitux 80f4e068ea macosx lobby redraw bugfix 2007-11-29 21:14:26 +00:00
doitux 173df346e3 macosx lobby redraw bugfix (first try) 2007-11-29 11:58:23 +00:00
lotodore e0b6e16994 Added uptime stat in admin irc. 2007-11-28 23:31:34 +00:00
doitux a71fda5ec2 macosx default dialog font fix (next try) 2007-11-28 22:32:26 +00:00
doitux f1191f0b6f close-button fix for macosx 2007-11-28 22:00:42 +00:00
doitux fb8833624e macosx default dialog font fix (next try) 2007-11-27 08:11:03 +00:00
doitux f776ea16c9 a close-button fix for macosx (next try) 2007-11-26 23:28:57 +00:00
doitux 42f4c3ee91 macosx default dialog font fix 2007-11-26 22:13:12 +00:00
lotodore d500712ec8 Fixed compiler warning. 2007-11-26 19:52:14 +00:00
lotodore f76bfece37 Fixed compiler warning. 2007-11-26 19:34:35 +00:00
doitux a43de47dba 2007-11-25 23:29:40 +00:00
doitux e4dc85c350 new fonts for macosx 2007-11-25 21:49:59 +00:00
doitux 2124d94659 changes dollar prefix: $ 1000 -> $1000 2007-11-25 13:51:34 +00:00
doitux f4bee363c1 2007-11-25 12:18:48 +00:00
lotodore 1b53a64fbb Changes for MacOS. Can be compiled, but there are still some issues. 2007-11-24 14:04:18 +00:00
doitux f935b41ed8 2007-11-24 01:43:14 +00:00
doitux 21ed2a95f4 dutch translation update + many gui fixes (thx to thiger) 2007-11-24 01:30:00 +00:00
doitux d17572cbb5 join any game button fix 2007-11-24 00:37:33 +00:00
doitux 6be04404a5 adds "join any game" button + translation strings update 2007-11-23 00:57:40 +00:00
lotodore 4ff47b70bd Report all stats in irc admin channel. 2007-11-22 22:16:52 +00:00
lotodore ad2f568a7c Fixed issue with irc auto rename. 2007-11-22 21:37:52 +00:00
lotodore 37d905e1d3 Fixed avatar message, as it was misleading. 2007-11-22 20:43:03 +00:00
lotodore c0ba1a04e6 Fixed sender buffer (push to front if send or select successful). 2007-11-22 20:18:19 +00:00
lotodore 49e39adfbb Fixed typo. 2007-11-22 20:08:45 +00:00
lotodore af12e4f35e Enable logging of netpacket errors. 2007-11-22 20:07:41 +00:00
lotodore 49162870a1 Use one sender thread for everything, as there may occur conflicts with multiple sender threads. This is a temporary solution, the best solution would be having multiple sender threads, but sending all packets for the same target using the same thread, so that no packets are corrupted. 2007-11-22 19:11:45 +00:00
lotodore 6489f28e93 Remove sender thread for avatars, it caused loads of problems, one of these being that packets were "destroyed" because half-sent packets were made invalid. Use main sender instead. 2007-11-22 17:56:49 +00:00
lotodore 65a3f969bf Log to file as dedicated server (do not use syslog any more). 2007-11-22 17:25:55 +00:00