QTfrontend/hwform.cpp
2008-08-16 unc0rr Play music in menu also, with fading effects when run game
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 fullscreen disabling fixed
2008-08-07 displacer Frontend Fullscreen mode added
2008-08-04 unc0rr - Make look better
2008-07-07 unc0rr Update copyright headers a bit
2008-06-11 unc0rr Fix demo records of rounds restored after saving
2008-04-27 unc0rr Update copyright info in source files headers
2008-04-24 unc0rr - New statistics
2008-02-22 unc0rr - Get rid of PageSimpleGame, now pressing 'quick game' just starts round
2008-01-20 displacer delete weapon set should work fine now
2008-01-20 displacer delete weapon button added
2008-01-20 displacer edit weapons is really edit now
2008-01-14 unc0rr There is weapon scheme combo also on pageSimpleGame
2008-01-12 displacer weapon names transmitted over network
2008-01-12 displacer "Default" weapon is now default :)
2008-01-11 displacer pre-alpha network weapons selection
2008-01-09 displacer working multiplayer weapons combo
2008-01-09 displacer update weapons combo fixed
2008-01-08 displacer working save weapons to file
2007-12-26 unc0rr Header cleanup in hwform.cpp
2007-12-26 unc0rr - Header cleanup in game.cpp
2007-12-20 displacer select default and save weapons added
2007-12-19 displacer working weapons select
2007-12-16 unc0rr Save and restore window size
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 - Share much code between models
2007-12-15 unc0rr Abstract HWForm from custom PageNet implementation
2007-12-15 unc0rr Start move from custom widgets to custom models
2007-12-15 unc0rr Fully implement www server list via model
2007-12-14 unc0rr Unregister server in servers list when the game is started
2007-12-14 unc0rr - Simplify net game objects relationship
2007-12-14 unc0rr - Fix some stupid object casts
2007-12-14 unc0rr Make use of server port option
2007-12-13 unc0rr Basic concept for net server options page (subject to change)
2007-12-13 unc0rr Finish asking host/port dialog implementation
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 bad behavior when quickly click Connect button more than once
2007-12-09 unc0rr - Switch between local and internet game
2007-12-09 unc0rr Register in www works
2007-12-09 unc0rr Fix some bugs
2007-12-09 unc0rr Half implement possibility for different backends of servers list
2007-12-01 unc0rr Sample WWW server list class
2007-09-24 displacer abstract class for items container (hedgehogs num, bullets, etc.)
2007-09-20 unc0rr Special game mode allowing the only clan on map for training mode
2007-09-18 unc0rr Select weapon scheme page
2007-09-18 displacer kdevelop project add, initial weapons scheme button
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 Better 'Load' page
2007-08-20 unc0rr Working 'Load' page
2007-08-20 unc0rr - Some changes to make build process clear
2007-06-11 unc0rr Small fixes
2007-06-03 displacer "Setup" button instead of "New team", exclude playing teams from setup
2007-05-30 unc0rr Save saves in Save directory
2007-05-29 unc0rr Easter egg (with stub image, will paint later)
2007-05-02 unc0rr Fix build with CMake & gcc 4.1.2 on my system (treating #include <QtGui> as including directory)
2007-03-15 displacer merged new team from branch
2007-02-24 unc0rr - Fix warning
2007-02-24 displacer disable start game button with teams num < 2
2007-02-23 unc0rr - Change proto version to 4
2007-02-23 displacer connect to removed signal fixed (console warning)
2007-02-21 unc0rr Small cleanup + fix showing wrong page at startup
2007-02-21 unc0rr Small cleanup, faster compilation as a result
2007-02-20 displacer chatWidget with nicks ready
2007-02-20 displacer chatWidget with layout
2007-02-18 displacer simple net cha added
2007-02-18 unc0rr - Fix creating net server in Windows issue
2007-02-18 displacer waiting state for net Go button
2007-02-10 unc0rr - Better AI thinking behavior
2007-02-08 displacer update net servers when going to net page
2007-02-08 displacer update button for udp servers list
2007-02-07 displacer udp server detecting experimental version
2007-02-07 displacer lost connection to server warning message
2007-02-04 displacer some disconnect and remove teams bugfixes
2007-01-27 displacer network team add can be denied by server
2007-01-27 displacer network colors (alpha)
2007-01-21 displacer first buggy hedgehogs num net change
2007-01-18 displacer more correct net disconnection
2007-01-17 displacer more correct remove net teams
2007-01-15 unc0rr - Store more team specific values in HWTeam
2007-01-15 displacer Run game message added, team and config info provided for net game
2007-01-14 displacer multiple teams now available per host (still alpha)
2007-01-14 displacer protocol changes
2007-01-14 unc0rr Fix infinite loop
2007-01-14 unc0rr Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
2007-01-14 unc0rr Oops, I should be more careful
2007-01-14 unc0rr Connect signal and slot directly for AddTeam event
2007-01-13 unc0rr Don't show game stats in case of interrupted by command '/quit' game
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 Use new parameters, small protocol change
2007-01-08 unc0rr - Limit list of teams in game with 200 px
2007-01-04 unc0rr More statistics
2007-01-04 unc0rr - Better blowtorch
2006-12-15 unc0rr Use QSettings to storing config
2006-12-07 unc0rr - Further work on stack of pages
2006-12-07 unc0rr Stacked walking trough pages
2006-11-24 unc0rr Protocol version sets in CMake
2006-11-18 unc0rr - Fix infinite loop when selecting weapon with ammo menu
2006-11-16 unc0rr Make teams config file name be team name
2006-11-12 displacer temporary team names fix
2006-11-12 displacer bots power icons added
2006-10-28 displacer multiplayer colors enabled
2006-10-27 displacer coosing colors 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-21 unc0rr Fix demos usability
2006-09-18 displacer teams moving order fixed
2006-09-18 displacer reset playing teams
2006-09-13 unc0rr - Fix 'new team' regression
2006-09-09 displacer teams and hedgedogs num selection added to HWgame
2006-09-03 unc0rr Get game modes from right GameCFGWidget
2006-09-03 unc0rr - Multiplayer game start button
less more (0) -120 tip