QTfrontend/newnetclient.cpp
Thu, 27 Aug 2009 17:33:01 +0000 unc0rr Change password dialog to be more informative
Thu, 27 Aug 2009 17:26:21 +0000 unc0rr Ask user for a nickname on first run, suggest login name
Fri, 12 Jun 2009 08:47:05 +0000 unc0rr Implement ability for server admin to clear accounts cache
Sat, 06 Jun 2009 12:42:35 +0000 unc0rr Fix a bug in frontend leading to incorrect behaviour when dealing with names starting/ending with whitespace
Sun, 31 May 2009 19:42:49 +0000 nemo Remember password
Sun, 24 May 2009 13:47:07 +0000 unc0rr Silence frontend debug output
Mon, 13 Apr 2009 13:00:51 +0000 unc0rr Silence net debug messages
Sat, 28 Mar 2009 10:42:00 +0000 unc0rr - Fix bug with kicking players
Fri, 27 Mar 2009 15:58:54 +0000 unc0rr Allow admin to set server's motd
Sat, 21 Mar 2009 10:49:58 +0000 unc0rr - Use QCryptographicHash for md5
Wed, 18 Mar 2009 15:48:43 +0000 unc0rr Sync schemes config over net should work now (untested)
Mon, 16 Mar 2009 20:55:10 +0000 unc0rr Send scheme data over net (but recieving part isn't implemented yet)
Mon, 09 Mar 2009 20:47:17 +0000 unc0rr Implement kick from room
Mon, 09 Mar 2009 20:23:04 +0000 unc0rr own md5 function, no qca2 dependancy (patch by nemo with Qt adaptation by me)
Mon, 09 Mar 2009 10:54:44 +0000 unc0rr - Send initial room config
Sun, 08 Mar 2009 18:43:15 +0000 unc0rr Start refactoring some things. Frontend becomes temporarily unusable for network game
Sat, 07 Mar 2009 17:43:25 +0000 unc0rr Cut the length of most used net packet
Wed, 04 Mar 2009 16:35:36 +0000 unc0rr Some work on players lists context menus
Mon, 02 Mar 2009 21:20:45 +0000 unc0rr Enable admin button when have privilege. Button does nothing yet.
Thu, 26 Feb 2009 06:39:20 +0000 unc0rr Ask user password and send it to server
Wed, 25 Feb 2009 17:18:12 +0000 unc0rr Move from 'connecting' page to lobby only when account checked
Wed, 25 Feb 2009 17:12:32 +0000 unc0rr Retrieve client password from web database and ask for it
Tue, 24 Feb 2009 19:39:10 +0000 unc0rr Use another event to change state from 'logging in' to 'lobby'
Mon, 23 Feb 2009 18:56:48 +0000 unc0rr Accept new NOT_READY command format
Fri, 20 Feb 2009 19:49:34 +0000 unc0rr Oops, forgot a bunch of CONFIG_PARAM
Fri, 20 Feb 2009 19:48:44 +0000 unc0rr Prevent 'double team exiting' in egine
Fri, 20 Feb 2009 19:47:31 +0000 unc0rr Save some more bytes in protocol
Fri, 20 Feb 2009 19:46:22 +0000 unc0rr - Remove client teams on exit
Tue, 17 Feb 2009 12:58:25 +0000 unc0rr Move template filter to map widget (by nemo)
Sun, 15 Feb 2009 20:29:52 +0000 unc0rr "connecting" page
Sun, 15 Feb 2009 14:38:02 +0000 unc0rr Templates filter by nemo
Sat, 14 Feb 2009 16:44:50 +0000 unc0rr Fix initial room config
Sun, 01 Feb 2009 15:58:44 +0000 unc0rr Apply nemo's patch polished by me:
Sat, 31 Jan 2009 15:39:53 +0000 unc0rr Options for bonus box probability tuning and number of turn until sudden death
Sat, 24 Jan 2009 12:40:30 +0000 unc0rr Start fixing spectating bug (implement some routines)
Fri, 16 Jan 2009 15:43:19 +0000 unc0rr Show team owner in tooltip
Wed, 14 Jan 2009 16:49:44 +0000 unc0rr Implement isInRoom in client
Tue, 13 Jan 2009 22:38:08 +0000 unc0rr Disable net debug
Tue, 13 Jan 2009 20:36:02 +0000 unc0rr Fix handling team addition message
Tue, 13 Jan 2009 20:13:36 +0000 unc0rr Mention Josh on about page
Mon, 12 Jan 2009 16:38:52 +0000 unc0rr Draw ready status icon on ready button
Thu, 08 Jan 2009 15:34:51 +0000 unc0rr Go page back when room is abandoned by its admin
Tue, 06 Jan 2009 19:47:19 +0000 unc0rr Start converting network protocol to no-disconnecting religion
Tue, 06 Jan 2009 17:51:39 +0000 unc0rr Notify lobby when a room is created or deleted
Tue, 06 Jan 2009 14:29:34 +0000 unc0rr Don't escape chat strings which go to engine
Tue, 06 Jan 2009 11:30:50 +0000 unc0rr Escape html characters in chat messages, nicknames and info to prevent screwing chat
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)
Mon, 05 Jan 2009 19:44:43 +0000 unc0rr Don't send LEFT message for clients without nick
Sat, 03 Jan 2009 20:48:37 +0000 unc0rr - Decrease font size in chat
Sat, 03 Jan 2009 19:01:50 +0000 unc0rr Check for deprecated ammo schemes at startup and delete them
Fri, 02 Jan 2009 20:01:02 +0000 unc0rr - Update some copyrights
Fri, 02 Jan 2009 19:54:23 +0000 unc0rr Lobby chat should work now
Fri, 02 Jan 2009 19:44:52 +0000 unc0rr Start work on lobby: add/remove nick from the list on join/quit
Fri, 02 Jan 2009 14:22:33 +0000 unc0rr Quick replay round to spectators until current move
Fri, 02 Jan 2009 14:10:23 +0000 unc0rr Now spectating works for those who joined after game start
Fri, 02 Jan 2009 13:00:46 +0000 unc0rr - Send previous moves info to newly connected client when it joins a room with already started game
Sat, 06 Dec 2008 11:53:50 +0000 unc0rr Finalize ammo store fix
Fri, 05 Dec 2008 16:49:04 +0000 unc0rr Implement Solid Land checkbox
Thu, 04 Dec 2008 21:15:01 +0000 unc0rr Send QUIT message to server when netclient object is destroyed
Tue, 25 Nov 2008 15:43:10 +0000 unc0rr - Don't send 'Bad param' msg, as the only reason of it is just some lag
less more (0) -100 -60 tip