QTfrontend/pages.cpp
2008-10-26 unc0rr Allow build without net game server: introduce -DWITH_SERVER configuration parameter
2008-10-24 unc0rr Add button for controlling room options (no usefull yet)
2008-10-24 unc0rr - Fix a bug in READY message handling
2008-10-22 unc0rr Fix rooms list
2008-10-22 unc0rr Show additional info in rooms list
2008-10-22 unc0rr Add "Join official server" button
2008-10-21 unc0rr Customize team select widget background
2008-10-18 unc0rr - Customize QTextBrowser look
2008-10-09 unc0rr Send team removal message to others in room when client disconnects
2008-10-08 unc0rr Implement rooms list refresh
2008-10-08 unc0rr Implement room create and join
2008-10-08 unc0rr - Introduce a bit of state miachine in client code (should be more robust and verbosive now)
2008-10-08 unc0rr Create a page for rooms list
2008-10-07 unc0rr - Add stub page for rooms list
2008-10-06 unc0rr Get rid of "internet" network game mode
2008-09-28 unc0rr Fix frontend
2008-09-28 unc0rr Reorganize team edit page a little (save a lot of space)
2008-09-28 unc0rr Move preview icons into comboboxes
2008-09-20 unc0rr Full-size hedgehog in hats selection widget
2008-09-11 unc0rr - Reorganize headers according to Qt's style guide
2008-09-08 unc0rr Remove 25pix margin on every page, so exit button is almost in the same place on all pages
2008-08-31 unc0rr Store selected hats in team config
2008-08-29 unc0rr - Finish hat selection widget
2008-08-29 unc0rr Add hat selection control to team editing page (it's empty combobox yet)
2008-08-29 unc0rr Add stubs for hats implementation
2008-08-16 unc0rr Play music in menu also, with fading effects when run game
2008-08-15 unc0rr Save some pixels for chat widget
2008-08-15 unc0rr Allow team and hh name length be up to 64 letters length
2008-08-14 unc0rr Fix "Hedgewars" button look
2008-08-12 unc0rr More work on options page
2008-08-12 unc0rr Reorganize widgets on options page
2008-08-12 unc0rr Iconize more groupboxes
2008-08-12 unc0rr Finish iconed groupbox implementation
2008-08-12 unc0rr Add iconed groupbox class
2008-08-07 unc0rr Finally fix save button look
2008-08-07 displacer Frontend Fullscreen mode added
2008-08-06 unc0rr Try to modify QGroupBox view
2008-08-05 unc0rr Iconed "Back" button everywhere
2008-08-05 unc0rr Make buttons border have different colors when mouse is over or it is pressed
2008-08-05 unc0rr Unbreak build
2008-08-04 unc0rr - Make look better
2008-08-04 displacer transparent background for buttons at main page
2008-08-04 displacer images at main page
2008-07-27 unc0rr Add a checkbox in frontend to turn music off
2008-07-07 unc0rr Update copyright headers a bit
2008-05-10 unc0rr Use default ammostore string size for weapons number instead of predefined const
2008-02-22 unc0rr - Get rid of PageSimpleGame, now pressing 'quick game' just starts round
2008-01-20 displacer tr()s everywhere
2008-01-20 displacer strange tr()
2008-01-20 unc0rr - Fix layout on options page
2008-01-20 displacer delete weapon button added
2008-01-09 displacer working multiplayer weapons combo
2008-01-07 displacer prepare weapons combo
2008-01-07 displacer code size reduse
2007-12-26 unc0rr - Header cleanup in game.cpp
2007-12-20 displacer some copy/paste code removed
2007-12-20 displacer select default and save weapons added
2007-12-16 unc0rr Remake widgets layout on PageNetServer
2007-12-16 unc0rr - Save after save now works
2007-12-15 unc0rr - Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
2007-12-15 unc0rr Actually pass host and port values to NetConnect method
2007-12-15 unc0rr - Share much code between models
2007-12-15 unc0rr UDP server list model
2007-12-15 unc0rr Start move from custom widgets to custom models
2007-12-14 unc0rr - Fix some stupid object casts
2007-12-13 unc0rr Basic concept for net server options page (subject to change)
2007-12-13 unc0rr Class to ask host/port to connect to ('Specify' button on PageNet)
2007-12-13 unc0rr Move nick edit to PageOptions
2007-12-13 unc0rr Some work on network widgets
2007-12-09 unc0rr Fix some bugs
2007-12-09 unc0rr - Switch between local and internet game
2007-12-09 unc0rr Half implement possibility for different backends of servers list
2007-10-07 unc0rr Better Net page
2007-09-24 displacer abstract class for items container (hedgehogs num, bullets, etc.)
2007-09-21 unc0rr - Use current screen color depth in engine
2007-09-18 unc0rr Select weapon scheme page
2007-09-18 displacer kdevelop project add, initial weapons scheme button
2007-09-08 unc0rr Better stub for Training mode
2007-09-06 unc0rr More work on Training mode
2007-09-06 unc0rr Prepare to new page 'Training'
2007-09-06 unc0rr Rename PageLocalGame -> PageSimpleGame due to future changes
2007-08-20 unc0rr - Some changes to make build process clear
2007-07-12 unc0rr Get possible screen resolutions from SDL library
2007-05-27 unc0rr Option for alternative damage tags
2007-02-24 displacer disable start game button with teams num < 2
2007-02-23 unc0rr - Change proto version to 4
2007-02-21 unc0rr Small cleanup, faster compilation as a result
2007-02-20 displacer vertical size fix for chatwidget
2007-02-20 displacer fixes last commit problems
2007-02-20 displacer chatWidget with layout
2007-02-18 displacer simple net cha added
2007-02-18 displacer problems with widget sizes for net chat
2007-02-18 unc0rr Fix regression with binds layouting
2007-02-13 unc0rr Better local game page layout
2007-02-11 unc0rr Fix runtime warning
2007-02-10 unc0rr New widgets layout on PageOptions
2007-02-09 unc0rr - Remake net game page
2007-02-08 displacer update button for udp servers list
2007-02-07 displacer udp server detecting experimental version
2007-01-27 displacer network team add can be denied by server
2007-01-14 unc0rr Team level at new place on team config page
2007-01-14 unc0rr Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
2007-01-13 displacer remove some old stuff
2007-01-13 displacer first new widgets added to net game
2007-01-10 displacer client/server net pre-alpha
2007-01-08 unc0rr - Limit list of teams in game with 200 px
2007-01-07 unc0rr Fix for middle column not being growing in width
2007-01-04 unc0rr More statistics
2007-01-04 unc0rr - Better blowtorch
2006-12-10 unc0rr 'Show FPS' and 'FPS limit' options
2006-12-07 unc0rr - Further work on stack of pages
2006-11-19 unc0rr Some options for 0.8 release
2006-11-13 unc0rr Russian translations
2006-11-12 displacer bots power icons added
2006-10-05 unc0rr "About" page, not yet filled with content
2006-10-05 unc0rr - Update more headers
2006-10-05 unc0rr Relicense to GPL
2006-09-24 displacer first map preview added (still experimental)
2006-09-03 unc0rr - Multiplayer game start button
2006-08-27 unc0rr All pages are "layouted" now
less more (0) -120 tip