QTfrontend/gameuiconfig.cpp
2013-06-23 nemo Configuration for tag display default
2013-06-04 koda update branch webgl
2013-05-29 unc0rr bump copyright year for Andrey entries
2013-05-24 nemo Quick and dirty fix for fact that we no longer prompt for a username on connect, so blank username simply errors on connect.
2013-05-24 nemo Fix config save problems, bug #510
2013-04-20 koda update 0.9.19 with dev branch 0.9.19
2013-04-18 unc0rr Store colors in human-readable form
2013-04-17 sheepluva fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p 0.9.19
2013-04-02 koda update webgl branch webgl
2013-03-27 koda drop QApplication in favor of HWApplication and minor refactor of MessageDialog
2013-02-28 koda use NETGAME_DEFAULT_PORT macro across frontend sources
2013-01-26 koda update branch webgl
2013-01-25 sheepluva big indentation/whitespaces cleanup
2013-01-14 dag10 Organized options into more relavant tabs.
2013-01-14 unc0rr - Fix another ton of bugs and misbehavior
2013-01-14 dag10 Convert feedback page to dialog (+some fixes from unC0Rr)
2013-01-04 koda have the default window size to 5/6, save fullscreen resolution on 'fullscreenResolution' instead of 'resolution', make sure cFullscreenStuff is initialised
2013-01-03 vitiv Separated fullscreen and windowed hwengine resolution parameters.
2012-12-31 vitiv merged changes
2012-12-29 dag10 GCI2012: Advanced Keyboard Configuration
2012-12-29 vitiv Added Support for variable windowed resolution.
2012-12-25 koda update branch with default webgl
2012-12-24 RowanD GCI2012: Change Argument Passing Between Frontend and Engine
2012-12-15 Ondrej Skopek Documented an unclear method call
2012-12-15 Ondrej Skopek Reloads PAGE_SETUP values after clearing passwordhash
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 Merge from parent
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-12 Ondrej Skopek fixed minor problem with saving hash
2012-12-12 Ondrej Skopek Removed whitespaces, refactored hash setting getting and clearing
2012-12-14 nemo *sigh*
2012-12-10 Ondrej Skopek Patched login dialog bugs, added retry dialogs
2012-12-14 nemo Try to be friendlier to small screen sizes. Use 800x600 if width/height of 2/3rds is smaller than 800x600 (things don't look smaller than that size), use desktop size if it is for some reason smaller than 800x600
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-04 koda readd this debug line, commented out, could be useful flibqtfrontend
2012-12-03 unc0rr Create hedgewars.ini if not exists manually,
2012-12-02 Mitchell Kember Merged changes from upstream.
2012-12-02 koda unify default videorec values loading/reloading, fix setting index/value from previous commit
2012-12-02 O. Michael Hartman GCI2012: Check for Non-Standard Recorder Framerate
2012-12-02 koda resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
2012-12-02 Mitchell Kember Merged changes from upstream.
2012-12-01 unc0rr Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
2012-12-02 Mitchell Kember Google Code-in: Move video preferences in settings tab
2012-11-22 unc0rr - Fix saving .ini files
2012-10-23 koda QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
2012-09-22 unc0rr Make sheepluva happy
2012-09-22 unc0rr Allow using system proxy settings
2012-09-21 unc0rr Support for proxies (not tested)
2012-09-04 nemo retain frontend effects setting exiting/leaving settings
2012-08-31 nemo Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
2012-08-19 Stepan777 merge
2012-08-15 unc0rr Allow customization of colors in ui, store custom colors in config
2012-07-06 Stepan777 merge
2012-06-27 nemo Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.
2012-06-24 Stepan777 pagevideos is now much better that before:
2012-06-12 Stepan777 fix very stupid bug :)
2012-06-11 Stepan777 1. Implement new page in frontend with options for video recording.
2012-05-30 sheepluva minor tweaks for options page; should improve readability at small window size... a bit...
2012-04-28 sheepluva license header year range adjustments
2012-04-22 koda added savepassword checkbox to options page, which now reloads values at every acces
2012-02-17 koda the most important commit of the year
2012-01-30 nemo astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
2012-01-17 bovi skip button sound when exiting
2011-07-04 koda (fix issue 126) moved initial nickname popup to the netconnection page
2011-06-20 Zorg Oops, don't need this.
2011-06-20 Zorg When the password field is filled with null characters and when the user tries to edit the field, clear it.
2011-06-18 koda file association for mac!
2011-06-12 nemo If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
2011-06-08 Zorg Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
2011-05-09 koda split pages.h into several header files
2011-03-01 koda Happy 2011 :)
2011-01-17 koda merge default into experimental3D experimental3D
2011-01-04 nemo Small tweak to filter
2011-01-04 koda merge with HEAD after 0.9.15 release, move consts and vars in their proper files experimental3D
2011-01-02 koda rearrange quality flags a little, disable snow rendering on rqLowRes
2010-10-27 koda update branch with latest head, most likely breaking water color in stereo mode experimental3D
2010-10-08 koda fix issue 24 and issue 81
2010-08-23 smaxx Frontend:
2010-08-02 koda applied from experimental3D, use a slider to set up quality
2010-08-18 smaxx Engine: experimental3D
2010-07-31 koda reverted stereo craziness - the experimental3D branch has been created for a reason
2010-08-02 koda new quality slider widget (needs to be customized), removed obsolete arguments experimental3D
2010-07-31 koda applying smaxx patch where it should be experimental3D
2010-04-10 smxx Frontend:
2010-04-01 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
2010-03-18 smxx Frontend:
2010-03-06 unc0rr Replace tabs with spaces using 'expand -t 4' command
2010-03-02 smxx Engine:
2010-03-01 smxx Frontend:
2010-02-09 nemo Only enable chirp for room owner
2010-02-09 nemo Have game beep when someone joins lobby/room. Controlled by Sound option
2010-02-04 smxx Server:
2009-11-20 nemo A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
2009-10-17 nemo Remove option windows for hardware sound, unneeded w/o openal, update german locale, remove a restriction on modelist
2009-10-14 koda Smaxx patch for fixing all sound related issues on any system
2009-09-26 koda makes the updater optional at compile time
2009-09-22 koda Smaxx's patch fixing openal sound issues with poor card drivers
2009-09-10 nemo And in frontend
2009-08-27 unc0rr Ask user for a nickname on first run, suggest login name
2009-07-26 nemo Remove this check since I got confused as to why my sound still wasn't working even after I had fixed the lock caused by bad flash plugin and restarted hedgewars
2009-07-14 koda a lot of stuff:
2009-06-30 koda -Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
2009-05-24 unc0rr Fix fullscreen bug
2009-05-24 nemo make lookup consistent
2009-05-24 nemo Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
2009-02-20 unc0rr 'Reduce quality' patch by nemo
2009-01-30 unc0rr Implement initial sound volume option
2008-11-09 unc0rr Add an option to name records with current date and time
2008-08-29 unc0rr - Set frontend's music volume level to 50%
2008-08-16 unc0rr Hackish way to play music in frontend... to be fixed
2008-08-07 displacer correct restoring window size after fullscreen mode
2008-08-07 displacer Frontend Fullscreen mode added
2008-07-27 unc0rr Add a checkbox in frontend to turn music off
2008-07-07 unc0rr Update copyright headers a bit
2008-05-25 unc0rr Use nick from frontend to prepend chat messages
2008-04-27 unc0rr Update copyright info in source files headers
2007-12-16 unc0rr Save and restore window size
2007-12-13 unc0rr Basic concept for net server options page (subject to change)
2007-12-13 unc0rr Finish asking host/port dialog implementation
less more (0) -120 tip