2013-06-12 |
Periklis Ntanasis |
added images and corrected bug that didn't show correct description at some occasions
|
file |
diff |
annotate
|
2013-05-27 |
Periklis Ntanasis |
issue 562, image and description for the campaign page
|
file |
diff |
annotate
|
2013-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-06-03 |
unc0rr |
Fix issue 652 and fix issue 645
|
file |
diff |
annotate
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
2013-04-10 |
thunderstruck |
implementation of a restart-game button. location and appearance is not final :P
|
file |
diff |
annotate
|
2013-04-05 |
koda |
check for network for feedback dialog too
|
file |
diff |
annotate
|
2013-04-02 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
2013-03-12 |
koda |
this should prevent the password prompt from appearing on local games (issue 548)
|
file |
diff |
annotate
|
2013-03-10 |
koda |
hit hwplay://server:port and automatically join an unofficial server (on osx right now)
|
file |
diff |
annotate
|
2013-01-26 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-01-25 |
sheepluva |
big indentation/whitespaces cleanup
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2013-01-14 |
dag10 |
Convert feedback page to dialog (+some fixes from unC0Rr)
|
file |
diff |
annotate
|
2013-01-08 |
vitiv |
Added "New account" button when connectiong to the official server
|
file |
diff |
annotate
|
2013-01-02 |
koda |
simplify entering/leaving pages debug
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-12-25 |
dag10 |
GCI2012: Feedback Redo
|
file |
diff |
annotate
|
2012-12-20 |
dag10 |
GCI2012: Beautify Network Page
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2012-12-12 |
Ondrej Skopek |
Removed whitespaces, refactored hash setting getting and clearing
|
file |
diff |
annotate
|
2012-12-10 |
Ondrej Skopek |
Patched login dialog bugs, added retry dialogs
|
file |
diff |
annotate
|
2012-12-08 |
Drew Gottlieb |
GCI2012: Google Issue Login
|
file |
diff |
annotate
|
2012-12-03 |
Ondrej |
GCI2012: Navigation Output
|
file |
diff |
annotate
|
2012-12-01 |
unc0rr |
Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
|
file |
diff |
annotate
|
2012-11-29 |
unc0rr |
A bit of refactoring
|
file |
diff |
annotate
|
2012-08-30 |
nemo |
Checking merge against latest trunk
|
file |
diff |
annotate
|
2012-08-19 |
belphegorr |
Fixed a typo, frontend is now working properly
|
file |
diff |
annotate
|
2012-07-06 |
Stepan777 |
When there are videos that are being encoded and user tries to quit display dialog with warning.
|
file |
diff |
annotate
|
2012-07-08 |
belphegorr |
Modified frontend so that updating campaogn progress no longer changes current index of the mission combo box
|
file |
diff |
annotate
|
2012-06-11 |
Stepan777 |
1. Implement new page in frontend with options for video recording.
|
file |
diff |
annotate
|
2012-06-25 |
belphegorr |
The first campaign commit with a lot of changes...
|
file |
diff |
annotate
|
2012-06-04 |
Stepan777 |
here it is
|
file |
diff |
annotate
|
2012-05-02 |
nemo |
Workaround for stuck pages.
|
file |
diff |
annotate
|
2012-04-28 |
sheepluva |
license header year range adjustments
|
file |
diff |
annotate
|
2012-02-17 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
2012-01-30 |
nemo |
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
|
file |
diff |
annotate
|
2012-01-15 |
bovi |
GCI task: stars
|
file |
diff |
annotate
|
2012-01-15 |
bovi |
GCI task: ping
|
file |
diff |
annotate
|
2012-01-14 |
valnut |
GCI task: feedback is important
|
file |
diff |
annotate
|
2011-12-03 |
Oranger |
GCI task: describez
|
file |
diff |
annotate
|
2011-11-26 |
Oranger |
eyecandy
|
file |
diff |
annotate
|
2011-10-29 |
sheepluva |
disconnect when going back from lobby page (regression fix)
|
file |
diff |
annotate
|
2011-10-28 |
unc0rr |
It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
|
file |
diff |
annotate
|
2011-10-25 |
sheepluva |
remove any thread-safe stuff I introduced since it's not needed
|
file |
diff |
annotate
|
2011-10-23 |
sheepluva |
potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
|
file |
diff |
annotate
|
2011-10-21 |
sheepluva |
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
|
file |
diff |
annotate
|
2011-09-27 |
sheepluva |
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
|
file |
diff |
annotate
|
2011-09-26 |
sheepluva |
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
|
file |
diff |
annotate
|
2011-09-25 |
sheepluva |
some more cleanups and refactoring.
|
file |
diff |
annotate
|
2011-09-23 |
sheepluva |
many many netclient/frondent changes (just the beginning though):
|
file |
diff |
annotate
|
2011-09-11 |
sheepluva |
fix for issue #269
|
file |
diff |
annotate
|
2011-09-02 |
unc0rr |
Implement save button on game statistics page.
|
file |
diff |
annotate
|
2011-08-22 |
koda |
allow accessing the snapshot folder from the about page in the frontend (button could use a nicer icon)
|
file |
diff |
annotate
|
2011-08-15 |
nemo |
Tiny bit of progress on download page - hooked it up to "Info" button for now.
|
file |
diff |
annotate
|
2011-06-18 |
koda |
file association for mac!
|
file |
diff |
annotate
|
2011-05-17 |
nemo |
make the associate button use the user's settings for loading demos/saves
|
file |
diff |
annotate
|
2011-03-01 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
2010-12-21 |
sheepluva |
disable fix for issue 24 in order to fix issue 123, as suggested by koda
|
file |
diff |
annotate
|
2010-12-13 |
unc0rr |
Use pageSwitchMapper in some more places
|
file |
diff |
annotate
|