QTfrontend/hwform.cpp
2019-06-23 Wuzzy Backed out changeset a5fb73335a87 - This violated the string freeze declared on June 20, 2019
2019-06-22 nemo Someone didn't understand why they couldn't rejoin a game. Maybe this will help
2019-05-31 Wuzzy PageEditTeam: Disable sound test button when frontend sounds are disabled
2019-05-13 Wuzzy Frontend: Select appropriate localized Default voicepack for new teams
2019-05-10 Wuzzy Teach frontend how to deal with official server replays (/watch)
2019-04-30 alfadur add argument flag for tls connections
2019-04-25 alfadur accept redirect messages
2019-04-25 Wuzzy Frontend: Force plain text mode for many message windows
2019-04-19 Wuzzy Select appropriate schemes when taking room control (bug 461)
2019-04-15 Wuzzy Add extra button in main menu for opening credits page
2019-04-01 Wuzzy Fix inconsistencies in guest nick name generation
2019-02-05 Wuzzy Add setting to set default/initial zoom
2019-01-25 Wuzzy Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
2019-01-21 Wuzzy Frontend: Gray out campaign/training start buttons when no human team available
2019-01-16 Wuzzy Campaign: Try to auto-select an open mission after selecting team or campaign
2019-01-16 Wuzzy Campaign: Select next unfinished mission after completing one
2019-01-16 Wuzzy Frontend: Don't reset campaign mission selection to top of list after each play
2019-01-06 Wuzzy Display team records in training menu
2019-01-02 Wuzzy Initialize mission completion status on frontend load
2018-12-18 Wuzzy Save and restore last campaign/training team selection in settings.ini
2018-12-18 Wuzzy Sync team comboboxes in campaign and training page
2018-12-18 Wuzzy Training page: Don't change selection after changing team or playing
2018-12-18 Wuzzy Update training page after completing a training
2018-12-18 Wuzzy Add team selection in training page and basic check mark support
2018-10-05 Wuzzy Simplify /quit chat command
2018-10-03 Wuzzy Make frontend forward server error and warning messages to engine
2018-09-30 Wuzzy Add help button in main menu (opens Hedgewars Wiki in browser)
2018-08-22 Wuzzy Fix critical failure to cleanup teams list after rejoining game after a force-quit. Fixes bug 597
2018-08-21 Wuzzy Fix some string/translation inconsistencies in strings related to leaving
2018-08-13 Wuzzy Tweak some connection failure messages
2018-08-07 Wuzzy Add setting to disable audio dampening if losing window focus
2018-07-17 Wuzzy Increase hedgehog limit to 64
2018-07-15 Wuzzy Clean up cMaxHHs and cMaxTeams a bit, get rid of hardcoded numbers
2018-04-17 alfadur fix/workaround for fullscreen crash in 0.9.24
2018-03-14 Wuzzy Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
2018-03-07 Wuzzy Frontend: Lead first-time player to training page on start
2018-02-08 Wuzzy Fix failure to read game scheme (.hwg) files
2018-02-08 KoBeWi Keep game/weapon schemes in separate files
2017-10-31 Wuzzy Fix host not re-sending ammo scheme after editing an existing ammo scheme
2017-10-29 Wuzzy Fix broken cancel button on the login window (bug 373)
2017-10-24 unc0rr Remove silly toUtf8 which caused bug with default team name
2017-10-20 Wuzzy Fix GCC warnings: -Wimplicit-fallthrough and -Wint-in-bool-context
2017-10-08 alfadur Improve error messages when feedback or DLC fail to reach Internet
2017-10-07 Wuzzy Make sure new teams start with an unique name
2017-10-07 Wuzzy Rework weapon scheme handling in frontend and fix a couple of bugs
2017-10-02 nemo fine. I will
2017-10-02 Wuzzy Reduce number of initial teams: 4 human, 2 AI teams
2017-10-02 Wuzzy Create 5 human teams + 5 AI teams on first start
2017-04-22 sheepluva fix campaign missions not showing up for me
2017-04-21 Wuzzy Only select from default graves and forts for new themes
2017-04-13 Wuzzy Refactor team name generator
2017-04-13 Wuzzy Randomize forts and graves in new teams
2017-04-13 Wuzzy Add 4 teams on first start of Hedgewars
2017-04-10 Wuzzy Use the same link color consistently in frontend
2017-04-10 Wuzzy Prevent frontend from starting game w/ >48 hogs
2016-11-22 Wuzzy Align drop-down text of unfinished campaign missions with finished icons
2016-04-13 Wuzzy Mission recategorization into trainings, challenges and scenarios.
2016-05-04 Wuzzy Don't show AI-controlled teams in campaigns page
2016-05-04 Wuzzy Make campaign mission names translatable
2016-05-04 Wuzzy Make campaign names translatable
2016-05-04 Wuzzy Update campaign drop-down list after campaign victory
2016-05-04 Wuzzy Add support for storing and displaying success of campaign missions
2016-05-03 Wuzzy Update campaign victory status when changing selection
2016-05-03 Wuzzy Show check marks for campaigns with Won=true
2016-10-02 sheepluva fix for Bug 91 - Make DELEGATE action available in frontend
2016-10-02 sheepluva Bug 115 - Application icon is missing
2016-10-01 sheepluva fix build
2016-09-27 koda Drop xfire module
2016-05-21 nemo http → https
2016-05-04 unC0Rr Fix some warnings
2015-08-10 sheepluva more copyright fixes
2015-06-01 koda Fix building on OSX when autoupdate is disabled
2015-01-18 nemo merge 0.9.21, hopefully without screwing anything up due to this having been left for a while + parallel commits that occurred...
2015-01-18 unc0rr Fix here too
2015-06-01 koda Fix building on OSX when autoupdate is disabled 0.9.21
2015-01-01 unc0rr Revert 5f34d3341fc1 and 28d5cebdf660, fix 9b789de8e5df instead 0.9.21
2014-12-30 nemo revert 9b789de8e5df on branch based on feedback from zorg - seems to be breaking gameplay 0.9.21
2014-12-27 unc0rr Workaround bug (each time losing room master status, even when joining mutliple rooms, new instance of NetAmmoSchemeModel created, receiving schemeConfig and modifying its 43rd member, thus the last model which accepts this signal has the string cut down several times, workaround creates copy of qstringlist to avoid modifying shared message instance. Proper fix would delete unneeded instances of NetAmmoSchemeModel, but who cares) 0.9.21
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
less more (0) -120 tip