QTfrontend/hwform.cpp
Wed, 27 Mar 2013 14:12:19 +0100 koda define NETGAME_DEFAULT_SERVER
Tue, 26 Mar 2013 18:52:42 +0100 sheepluva merge
Fri, 22 Mar 2013 11:08:42 +0100 koda scheme association for linux (although it stops during connection)
Thu, 21 Mar 2013 10:08:30 +0100 sheepluva fix/hack so that (own) messages sent in frontend are also visible in the game chat
Thu, 21 Mar 2013 09:27:35 +0100 sheepluva fix player info
Wed, 20 Mar 2013 23:18:46 +0100 sheepluva add lobby chat features to room chat
Tue, 12 Mar 2013 17:18:55 +0100 koda this should supposedly add hwplay:// schemes to windows, after user presses file association
Tue, 12 Mar 2013 01:32:39 +0100 koda this should prevent the password prompt from appearing on local games (issue 548)
Sun, 10 Mar 2013 15:44:03 +0100 koda hit hwplay://server:port and automatically join an unofficial server (on osx right now)
Sun, 10 Mar 2013 01:27:48 +0100 koda fix loading files on osx too, the cause was different than other systems
Mon, 04 Mar 2013 15:16:06 +0100 koda fix file association on windows too
Mon, 04 Mar 2013 11:09:36 +0100 koda hopefully fix bug 523, file extension association
Fri, 01 Mar 2013 00:06:05 +0100 koda split cVersionString into its three separate components (version, revision, hash) and apply the new values sensibly on the frontend (esp. title, info and feedback)
Thu, 28 Feb 2013 22:59:22 +0100 koda use NETGAME_DEFAULT_PORT macro across frontend sources
Sat, 23 Feb 2013 23:23:02 +0400 unc0rr Fix issue 537 (empty team created on startup)
Fri, 22 Feb 2013 23:59:52 +0400 unc0rr Support 'registered only' room flag in frontend
Thu, 21 Feb 2013 22:20:43 +0400 unc0rr Workaround queued signals problem in netclient instead. Should fix everything.
Thu, 21 Feb 2013 01:35:14 +0400 unc0rr We need this to fix hedgehog numbers desync (workarounded in previous revision)
Wed, 13 Feb 2013 23:00:57 +0400 unc0rr Ehm... probably this will improve situation with desyncs
Sat, 09 Feb 2013 18:58:19 -0500 dag10 Implements protocol message JOINING on frontend, so client in a room always displays correct room name, even when room name changes. Fixes issue 522.
Sun, 27 Jan 2013 20:17:30 -0500 dag10 Reorganized layout and appearance of rooms list page.
Sun, 27 Jan 2013 21:46:25 +0400 unc0rr Allow navigating backwards chat widget log while new lines are being added
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Fri, 25 Jan 2013 22:33:26 +0400 unc0rr - Also pass unknown cmds to the server when in room
Fri, 25 Jan 2013 13:59:27 +0100 sheepluva big indentation/whitespaces cleanup
Mon, 21 Jan 2013 21:52:49 -0500 dag10 On pagenetgame, when window is too small the map/game options becomes a tabbed interface to allow for a few lines of chat to always be visible.
Mon, 21 Jan 2013 02:21:04 -0500 dag10 It is now possible to start a game even if not all players are "ready"; a confirmation prompt is shown. This commit updates the server.
Mon, 21 Jan 2013 00:30:18 -0500 dag10 Moved room name edit box from footer to top of page. Also shows room name when in slave mode.
Sat, 19 Jan 2013 18:48:21 -0500 dag10 Fixes password not actually saving when "save password" is checked in the HWPasswordDialog called by HWForm.
Thu, 17 Jan 2013 23:17:39 +0400 unc0rr - Pass unknown chat commands to server
Mon, 14 Jan 2013 21:17:42 +0400 dag10 Convert feedback page to dialog (+some fixes from unC0Rr)
Mon, 14 Jan 2013 13:28:03 +0100 dag10 GCI2012: Abstract Page Load
Mon, 14 Jan 2013 13:19:47 +0100 dag10 GCI2012: Abstract Hedgewars Dialogs
Mon, 14 Jan 2013 12:07:51 +0100 koda GCI2012: Subscribe for Network
Mon, 14 Jan 2013 11:19:59 +0100 dag10 GCI2012: Improve Game Configuration Widget
Tue, 08 Jan 2013 21:27:35 +0200 vitiv Added "New account" button when connectiong to the official server
Fri, 04 Jan 2013 21:44:40 +0400 unc0rr Merge from default flibqtfrontend
Fri, 04 Jan 2013 02:58:19 +0100 koda GCI2012: Resolution Freedom
Thu, 03 Jan 2013 15:59:30 +0200 vitiv Separated fullscreen and windowed hwengine resolution parameters.
Wed, 02 Jan 2013 12:39:50 +0100 koda simplify entering/leaving pages debug
Sat, 29 Dec 2012 22:50:10 +0100 dag10 GCI2012: Advanced Keyboard Configuration
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Tue, 25 Dec 2012 02:30:00 +0100 dag10 GCI2012: Feedback Redo
Thu, 20 Dec 2012 23:54:41 +0100 dag10 GCI2012: Beautify Network Page
Mon, 17 Dec 2012 00:18:18 +0100 RowanD GCI2012: Optional Second Argument
Sun, 16 Dec 2012 12:25:13 +0400 unc0rr Merge from default flibqtfrontend
Sun, 16 Dec 2012 01:25:11 +0100 RowanD improve engine cmd line parsing and its documentation
Fri, 14 Dec 2012 21:09:07 +0100 Ondrej Skopek Added handling of not registered nicks (no change-server side tho), clearPasswordHash() also now sets the savepassword setting to false
Fri, 14 Dec 2012 18:49:25 +0100 Ondrej Skopek Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog
Thu, 13 Dec 2012 20:34:44 +0100 Ondrej Skopek Added a hack that activates a RetryDialog in case the user is banned for 'Reconnect too fast'. Set all string used in RetryDialog to be translated
Wed, 12 Dec 2012 16:17:32 +0100 Ondrej Skopek fixed minor problem with saving hash
Wed, 12 Dec 2012 15:57:01 +0100 Ondrej Skopek Removed whitespaces, refactored hash setting getting and clearing
Tue, 11 Dec 2012 15:45:20 +0100 Ondrej Skopek Removed commented-out unused code
Mon, 10 Dec 2012 22:09:54 +0100 Ondrej Skopek Patched login dialog bugs, added retry dialogs
Mon, 10 Dec 2012 12:06:02 +0400 unc0rr Fix non-osx build broken in ra874d00df4a4. Dudes... :(
Mon, 10 Dec 2012 03:07:25 +0100 Drew Gottlieb GCI2012: Autoupdate Button in Settings
Fri, 14 Dec 2012 00:12:00 +0400 unc0rr Delete poller when game is over flibqtfrontend
Sat, 08 Dec 2012 15:06:30 +0100 Drew Gottlieb GCI2012: Google Issue Login
Fri, 07 Dec 2012 16:03:53 -0500 mk12 will fix this http://code.google.com/p/hedgewars/source/detail?r=9f0e79ab51f00f3b1e133ae70cdd63f6963439c0 and will allow hedgewars to build without video recording enabled, for the time being although i want to talk to koda or someone to understand what should be #ifdef'd and if i've done too much or too little.. but at least that will let it build
Tue, 04 Dec 2012 16:37:02 -0500 Mitchell Kember Removed redundant "enable"s on checkboxes and variable names.
less more (0) -300 -100 -60 tip