QTfrontend/chatwidget.cpp
Sun, 04 Sep 2011 21:39:50 +0400 unc0rr Replace iterators with simple declarative foreach (not tested if it works)
Fri, 02 Sep 2011 12:27:15 +0400 unc0rr Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with issue #189.
Mon, 20 Jun 2011 01:28:21 +0200 sheepluva display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
Sat, 18 Jun 2011 03:14:45 +0200 koda file association for mac!
Sun, 12 Jun 2011 21:06:48 -0400 nemo Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
Mon, 11 Apr 2011 11:22:10 -0400 nemo Change a few iterations over list to what is apparently a modification safe syntax, may fix issue #208 and #217 - needs testing of course.
Sun, 03 Apr 2011 19:26:53 +0400 unc0rr - Update .pro file
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Sat, 05 Feb 2011 11:05:16 +0300 unc0rr Convert READY and NOT_READY messages to CLIENT_FLAGS message
Tue, 01 Feb 2011 08:15:01 +0100 sheepluva automatically convert hedgewars.org urls to actual links (in order to make support in the lobby/rooms easier
Tue, 01 Feb 2011 07:52:50 +0100 sheepluva stylesheet-based chat coloring (only internal for now)
Tue, 01 Feb 2011 06:06:38 +0100 sheepluva make names in chats clickable. still color adjustments needed; and testing
Mon, 31 Jan 2011 08:45:05 +0100 sheepluva nicklist actions:
Sun, 30 Jan 2011 06:56:12 +0100 sheepluva nicklists:
Sat, 29 Jan 2011 05:39:24 +0100 sheepluva nick sorting: give letters priority over all other chars
Sat, 29 Jan 2011 01:08:39 +0100 sheepluva sort nick lists case-insensitive
Sat, 18 Dec 2010 23:02:39 +0300 unc0rr - Some work on drawMap widget and scene to allow undo, clear, save and load operations
Mon, 04 Oct 2010 14:03:59 -0400 nemo Missing file extensions for icons was screwing up Qt 4.7
Thu, 02 Sep 2010 20:19:27 +0400 unc0rr zero span is undefined, use -1 instead
Mon, 30 Aug 2010 01:43:21 +0200 koda patch by inu to fix a glitch in netgame chatbox
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
Thu, 01 Apr 2010 16:08:09 +0000 nemo Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
Sat, 27 Mar 2010 20:51:53 +0000 smxx Engine:
Wed, 24 Mar 2010 14:03:03 +0000 smxx Engine:
Thu, 18 Mar 2010 09:55:22 +0000 smxx Frontend:
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Tue, 23 Feb 2010 00:18:57 +0000 smxx Frontend:
Mon, 22 Feb 2010 23:03:50 +0000 smxx Frontend:
Mon, 22 Feb 2010 22:51:21 +0000 smxx Frontend:
Tue, 09 Feb 2010 14:24:25 +0000 nemo Suggestion from Tiy. Use a random hi. Could maybe be shorter sounds, using the 4 shortest voicepacks already
Tue, 09 Feb 2010 13:04:11 +0000 nemo tweak. no chirp on room creation.
Tue, 09 Feb 2010 03:21:09 +0000 nemo Only enable chirp for room owner
Tue, 09 Feb 2010 02:03:31 +0000 nemo Only beep in room, load sound in constructor
Tue, 09 Feb 2010 01:50:36 +0000 nemo Switch to PlayChannel so as not to interrupt background music.
Tue, 09 Feb 2010 01:47:50 +0000 nemo Have game beep when someone joins lobby/room. Controlled by Sound option
Sun, 24 Jan 2010 13:38:14 +0000 koda sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
Mon, 12 Oct 2009 16:44:30 +0000 unc0rr Huge Smaxx patch with some fixes by me:
Sun, 27 Sep 2009 10:26:36 +0000 unc0rr Colorize chat messages in frontend and engine
Sun, 13 Sep 2009 17:51:25 +0000 unc0rr - Fix join/leave messages color
Thu, 10 Sep 2009 15:30:11 +0000 nemo And in frontend
Thu, 26 Mar 2009 16:54:16 +0000 unc0rr - User from localhost is server admin
Wed, 04 Mar 2009 16:35:36 +0000 unc0rr Some work on players lists context menus
Tue, 13 Jan 2009 20:40:43 +0000 unc0rr Sort nicks in chat widget
Fri, 09 Jan 2009 17:27:13 +0000 unc0rr Colorize join/quit messages
Tue, 06 Jan 2009 14:53:49 +0000 unc0rr Correctly handle urls in chat widget
Tue, 06 Jan 2009 14:30:03 +0000 unc0rr Place server message between two horizontal lines
Tue, 06 Jan 2009 14:29:34 +0000 unc0rr Don't escape chat strings which go to engine
Tue, 06 Jan 2009 11:28:13 +0000 unc0rr Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
Sat, 03 Jan 2009 20:48:37 +0000 unc0rr - Decrease font size in chat
Fri, 28 Nov 2008 16:46:56 +0000 unc0rr Limit max chat string length to 300 letters
Fri, 28 Nov 2008 16:45:31 +0000 unc0rr Refactor chat widget to use QTextBrower instead of QListWidget:
Thu, 27 Nov 2008 15:01:12 +0000 unc0rr Limit chat history to 250 entries to avoid DoS attack with its use
Fri, 31 Oct 2008 20:50:40 +0000 unc0rr Add lightbulbs, some more changes to look 0.9.7-release
Fri, 24 Oct 2008 13:00:53 +0000 unc0rr Show players ready status in chat nick list
Tue, 21 Oct 2008 16:53:34 +0000 unc0rr Implement kick
Wed, 15 Oct 2008 16:59:11 +0000 unc0rr Fix doubling chat message
Wed, 15 Oct 2008 15:59:19 +0000 unc0rr Oops... fix introduced bug
Wed, 15 Oct 2008 15:02:39 +0000 unc0rr Share chat between frontend and engine
Wed, 08 Oct 2008 13:58:27 +0000 unc0rr - Add join and leave messages to chat box
Tue, 07 Oct 2008 12:37:06 +0000 unc0rr - Add stub page for rooms list
less more (0) -60 tip