QTfrontend/hwform.cpp
2014-08-21 alfadur - Support for pausing multiplayer games
2014-06-15 sheepluva do not get stuck on "in game..." page just because of game crash. output a message instead. could still need some tweaking, but a man gotta sleep. and sheep too...
2014-02-04 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
2014-01-21 koda fixwhitespace and dos2unix
2014-01-21 koda partial merge of the webgl branch
2014-01-17 sheepluva update copyright to 2014
2014-01-04 unc0rr merge default webgl
2015-06-01 koda Fix building on OSX when autoupdate is disabled 0.9.20
2013-10-28 koda merge spacecampaign
2013-09-25 Periklis Ntanasis merge with default spacecampaign
2013-09-18 Periklis Ntanasis fixes bug that doesn't display mission name in drop down list spacecampaign
2013-10-15 unc0rr Allow user to enter password for the room he joins
2013-10-14 unc0rr - Frontend finally learns how to create passworded room
2013-10-11 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
2013-08-07 Periklis Ntanasis removing the Mission prefix from the campaign front end page spacecampaign
2013-08-16 unc0rr Take care of some warnings from issue 688
2013-07-10 Periklis Ntanasis added slot for starting campaign by clicking the image and some events in moon mission spacecampaign
2013-07-01 Periklis Ntanasis merge and changed also spacecampaign name spacecampaign
2013-07-01 Periklis Ntanasis changed mission dir name to use underscores instead of whitespaces
2013-07-01 Periklis Ntanasis added deafult image if not one available in campaign spacecampaign
2013-06-28 Periklis Ntanasis y! code clean up :) spacecampaign
2013-06-28 Periklis Ntanasis this seems to work ok, but I have to clean up the code spacecampaign
2013-06-28 Periklis Ntanasis wright script is called on StartCampaign but maybe cause problems if i.e. set a default image spacecampaign
2013-06-28 Periklis Ntanasis fixed bug about starting campaign page with not descriptions/images and with wrong description/image mathcing spacecampaign
2013-06-28 Periklis Ntanasis images works, but not description/title displayed first time page is opened spacecampaign
2013-06-28 Periklis Ntanasis cleanup, descriptions work, images no spacecampaign
2013-06-28 Periklis Ntanasis this seems to works, still wip spacecampaign
2013-06-28 Periklis Ntanasis more on campaign page - wip spacecampaign
2013-06-27 Periklis Ntanasis changes in campaign page - not tested wip spacecampaign
2013-06-23 nemo Configuration for tag display default
2013-06-17 koda really update with default webgl
2013-06-17 koda issue 672, frontend less spammy
2013-06-13 koda bring windows fixes from main repo
2013-06-17 koda update with default webgl
2013-06-12 Periklis Ntanasis added images and corrected bug that didn't show correct description at some occasions
2013-05-27 Periklis Ntanasis issue 562, image and description for the campaign page
2013-06-06 koda port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
2013-06-04 koda update branch webgl
2013-06-03 unc0rr Fix issue 652 and fix issue 645
2013-05-29 unc0rr bump copyright year for Andrey entries
2013-05-27 unc0rr Fix "try again" button in "reconnected to fast" dialog trying to connect to port 0
2013-05-27 nemo Default to random guest username in all places net/nick is fetched. Fixes issue #588
2013-05-21 unc0rr Fix issue 570 (GoBack() slot connected twice)
2013-05-13 koda fix issue 590, load nick after asking for it...
2013-05-13 nemo Needs to reset net button, not toggle it.
2013-05-12 nemo Change net button back on leaving main page.
2013-04-17 unc0rr Switch to 'settings.ini'. Copies old ini file if necessary on startup.
2013-04-10 thunderstruck implementation of a restart-game button. location and appearance is not final :P
2013-04-09 unc0rr Don't set Default scheme/ammo when switching script if not room admin. Prevents game config desync.
2013-04-08 unc0rr - Better fix to friends joins/quits highlighting problem
2013-04-07 sheepluva merge
2013-04-05 koda check for network for feedback dialog too
2013-04-02 koda update webgl branch webgl
2013-03-27 koda define NETGAME_DEFAULT_SERVER
2013-03-26 sheepluva merge
2013-03-22 koda scheme association for linux (although it stops during connection)
2013-03-21 sheepluva fix/hack so that (own) messages sent in frontend are also visible in the game chat
2013-03-21 sheepluva fix player info
2013-03-20 sheepluva add lobby chat features to room chat
2013-03-12 koda this should supposedly add hwplay:// schemes to windows, after user presses file association
2013-03-12 koda this should prevent the password prompt from appearing on local games (issue 548)
2013-03-10 koda hit hwplay://server:port and automatically join an unofficial server (on osx right now)
2013-03-10 koda fix loading files on osx too, the cause was different than other systems
2013-03-04 koda fix file association on windows too
2013-03-04 koda hopefully fix bug 523, file extension association
2013-02-28 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)
2013-02-28 koda use NETGAME_DEFAULT_PORT macro across frontend sources
2013-02-23 unc0rr Fix issue 537 (empty team created on startup)
2013-02-22 unc0rr Support 'registered only' room flag in frontend
2013-02-21 unc0rr Workaround queued signals problem in netclient instead. Should fix everything.
2013-02-20 unc0rr We need this to fix hedgehog numbers desync (workarounded in previous revision)
2013-02-13 unc0rr Ehm... probably this will improve situation with desyncs
2013-02-09 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.
2013-01-28 dag10 Reorganized layout and appearance of rooms list page.
2013-01-27 unc0rr Allow navigating backwards chat widget log while new lines are being added
2013-01-26 koda update branch webgl
2013-01-25 unc0rr - Also pass unknown cmds to the server when in room
2013-01-25 sheepluva big indentation/whitespaces cleanup
2013-01-22 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.
2013-01-21 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.
2013-01-21 dag10 Moved room name edit box from footer to top of page. Also shows room name when in slave mode.
2013-01-19 dag10 Fixes password not actually saving when "save password" is checked in the HWPasswordDialog called by HWForm.
2013-01-17 unc0rr - Pass unknown chat commands to server
2013-01-14 dag10 Convert feedback page to dialog (+some fixes from unC0Rr)
2013-01-14 dag10 GCI2012: Abstract Page Load
2013-01-14 dag10 GCI2012: Abstract Hedgewars Dialogs
2013-01-14 koda GCI2012: Subscribe for Network
2013-01-14 dag10 GCI2012: Improve Game Configuration Widget
2013-01-08 vitiv Added "New account" button when connectiong to the official server
2013-01-04 unc0rr Merge from default flibqtfrontend
2013-01-04 koda GCI2012: Resolution Freedom
2013-01-03 vitiv Separated fullscreen and windowed hwengine resolution parameters.
2013-01-02 koda simplify entering/leaving pages debug
2012-12-29 dag10 GCI2012: Advanced Keyboard Configuration
2012-12-25 koda update branch with default webgl
2012-12-25 dag10 GCI2012: Feedback Redo
2012-12-20 dag10 GCI2012: Beautify Network Page
2012-12-16 RowanD GCI2012: Optional Second Argument
2012-12-16 unc0rr Merge from default flibqtfrontend
2012-12-16 RowanD improve engine cmd line parsing and its documentation
2012-12-14 Ondrej Skopek Added handling of not registered nicks (no change-server side tho), clearPasswordHash() also now sets the savepassword setting to false
2012-12-14 Ondrej Skopek Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog
2012-12-13 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
2012-12-12 Ondrej Skopek fixed minor problem with saving hash
2012-12-12 Ondrej Skopek Removed whitespaces, refactored hash setting getting and clearing
2012-12-11 Ondrej Skopek Removed commented-out unused code
2012-12-10 Ondrej Skopek Patched login dialog bugs, added retry dialogs
2012-12-10 unc0rr Fix non-osx build broken in ra874d00df4a4. Dudes... :(
2012-12-10 Drew Gottlieb GCI2012: Autoupdate Button in Settings
2012-12-13 unc0rr Delete poller when game is over flibqtfrontend
2012-12-08 Drew Gottlieb GCI2012: Google Issue Login
2012-12-07 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
2012-12-04 Mitchell Kember Removed redundant "enable"s on checkboxes and variable names.
2012-12-03 Ondrej GCI2012: Navigation Output
2012-12-02 Mitchell Kember Fixed crash that occured after recording a video (pagevideos' config wasn't set).
2012-12-02 Mitchell Kember Merged changes from upstream.
2012-12-01 Ondrej GCI2012: User/Pass Single Prompt
2012-12-01 unc0rr Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
2012-11-30 unc0rr Bans manager
2012-12-02 Mitchell Kember Google Code-in: Move video preferences in settings tab
less more (0) -120 tip