Sat, 29 Oct 2011 09:19:04 +0200 |
sheepluva |
disconnect when going back from lobby page (regression fix)
|
file |
diff |
annotate
|
Fri, 28 Oct 2011 19:20:35 +0400 |
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
|
Tue, 25 Oct 2011 19:46:59 +0200 |
sheepluva |
remove any thread-safe stuff I introduced since it's not needed
|
file |
diff |
annotate
|
Sun, 23 Oct 2011 09:01:53 +0200 |
sheepluva |
potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 07:00:49 +0200 |
sheepluva |
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
|
file |
diff |
annotate
|
Tue, 27 Sep 2011 04:31:08 +0200 |
sheepluva |
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
|
file |
diff |
annotate
|
Tue, 27 Sep 2011 00:38:39 +0200 |
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
|
Sun, 25 Sep 2011 19:30:10 +0200 |
sheepluva |
some more cleanups and refactoring.
|
file |
diff |
annotate
|
Fri, 23 Sep 2011 22:42:30 +0200 |
sheepluva |
many many netclient/frondent changes (just the beginning though):
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 15:18:46 +0200 |
sheepluva |
fix for issue #269
|
file |
diff |
annotate
|
Fri, 02 Sep 2011 12:06:24 +0400 |
unc0rr |
Implement save button on game statistics page.
|
file |
diff |
annotate
|
Mon, 22 Aug 2011 16:20:28 +0200 |
koda |
allow accessing the snapshot folder from the about page in the frontend (button could use a nicer icon)
|
file |
diff |
annotate
|
Sun, 14 Aug 2011 23:00:12 -0400 |
nemo |
Tiny bit of progress on download page - hooked it up to "Info" button for now.
|
file |
diff |
annotate
|
Sat, 18 Jun 2011 03:14:45 +0200 |
koda |
file association for mac!
|
file |
diff |
annotate
|
Tue, 17 May 2011 19:05:13 -0400 |
nemo |
make the associate button use the user's settings for loading demos/saves
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Tue, 21 Dec 2010 10:46:52 +0100 |
sheepluva |
disable fix for issue 24 in order to fix issue 123, as suggested by koda
|
file |
diff |
annotate
|
Mon, 13 Dec 2010 20:54:18 +0300 |
unc0rr |
Use pageSwitchMapper in some more places
|
file |
diff |
annotate
|
Sat, 11 Dec 2010 23:28:52 +0300 |
unc0rr |
Use QSignalMapper instead of GoToPage*() functions (not all calls converted yet)
|
file |
diff |
annotate
|
Sat, 11 Dec 2010 21:27:15 +0300 |
unc0rr |
Add a stub for draw map page
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 22:05:46 +0100 |
Henek |
adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 00:34:53 +0100 |
Henek |
a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
|
file |
diff |
annotate
|
Fri, 08 Oct 2010 17:47:00 +0200 |
koda |
fix issue 24 and issue 81
|
file |
diff |
annotate
|
Wed, 06 Oct 2010 22:36:41 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Mon, 23 Aug 2010 19:06:34 +0200 |
smaxx |
Frontend:
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 16:08:09 +0000 |
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
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 18:50:22 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 19:52:22 +0000 |
nemo |
A simple hat reservation mechanism. Can be worked around with a little effort, but to make it useful, you'd have to get everyone you played with to work around it too. Quite a bit of effort for a small reward feature.
|
file |
diff |
annotate
|
Wed, 17 Feb 2010 19:50:22 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 01:47:50 +0000 |
nemo |
Have game beep when someone joins lobby/room. Controlled by Sound option
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 01:28:49 +0000 |
koda |
revert audio to use SDL_mixer -- also frontend uses it, so it needs sdlmixer sources
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:44:30 +0000 |
unc0rr |
Huge Smaxx patch with some fixes by me:
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 18:44:37 +0000 |
koda |
fixes & co.
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 16:49:31 +0000 |
koda |
added a utility that warns the user to install hedgewars when it's run from the diskimage
|
file |
diff |
annotate
|
Sun, 27 Sep 2009 22:25:27 +0000 |
koda |
fix a bug that prevented from hearing team voicepacks if frontend started with music disabled
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 15:30:11 +0000 |
nemo |
And in frontend
|
file |
diff |
annotate
|
Wed, 02 Sep 2009 09:04:06 +0000 |
unc0rr |
- Frontend: reorganize code controlling widgets state, fix problems getting room admin status
|
file |
diff |
annotate
|
Sun, 24 May 2009 02:41:34 +0000 |
nemo |
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 13:54:25 +0000 |
unc0rr |
TheXception's patch:
|
file |
diff |
annotate
|
Sun, 19 Apr 2009 15:44:47 +0000 |
unc0rr |
TheXception's patch:
|
file |
diff |
annotate
|
Fri, 10 Apr 2009 18:38:01 +0000 |
unc0rr |
Implement two buttons
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 14:35:45 +0000 |
unc0rr |
Random team generator rework by ttsmj
|
file |
diff |
annotate
|
Sat, 21 Mar 2009 10:49:58 +0000 |
unc0rr |
- Use QCryptographicHash for md5
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 22:02:55 +0000 |
unc0rr |
- Fix warnings in frontend
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 15:48:43 +0000 |
unc0rr |
Sync schemes config over net should work now (untested)
|
file |
diff |
annotate
|
Mon, 16 Mar 2009 19:55:56 +0000 |
unc0rr |
- Some style changes by nemo
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 13:54:32 +0000 |
unc0rr |
Continue work on new schemes
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 14:32:28 +0000 |
unc0rr |
Continue work on new schemes implementation
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 21:47:17 +0000 |
unc0rr |
ttsmj2's random teams patch
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 20:29:52 +0000 |
unc0rr |
"connecting" page
|
file |
diff |
annotate
|
Fri, 09 Jan 2009 11:27:52 +0000 |
unc0rr |
Fully separate statistics code from main form code
|
file |
diff |
annotate
|
Thu, 08 Jan 2009 15:34:51 +0000 |
unc0rr |
Go page back when room is abandoned by its admin
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 16:55:20 +0000 |
unc0rr |
- Less crossclass dependancies
|
file |
diff |
annotate
|
Sun, 26 Oct 2008 14:49:47 +0000 |
unc0rr |
Set custom palette to scrollbars
|
file |
diff |
annotate
|
Sun, 26 Oct 2008 14:45:07 +0000 |
unc0rr |
Delay for 250 msec before connect to local server
|
file |
diff |
annotate
|
Fri, 24 Oct 2008 17:30:30 +0000 |
unc0rr |
Add button for controlling room options (no usefull yet)
|
file |
diff |
annotate
|
Fri, 24 Oct 2008 12:57:06 +0000 |
unc0rr |
- Fix a bug in READY message handling
|
file |
diff |
annotate
|
Wed, 22 Oct 2008 14:01:43 +0000 |
unc0rr |
Add "Join official server" button
|
file |
diff |
annotate
|