Mon, 10 Aug 2015 03:53:11 +0200 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
Mon, 25 Aug 2014 00:11:19 +0400 |
unc0rr |
This should make frontend aware of your own teams in game on rejoin
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 19:45:22 +0100 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
file |
diff |
annotate
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 22:38:09 +0400 |
unc0rr |
Display team owner in teams widget (addresses issue 174)
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 22:14:02 +0400 |
unc0rr |
- /owner command to specify team owner
|
file |
diff |
annotate
|
Fri, 27 Sep 2013 00:54:18 +0400 |
unc0rr |
- Load default binds from settings.ini
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 16:02:08 +0400 |
unc0rr |
Engine loads team binds from team config. Frontend still sends default binds commands, and default binds in team config aren't processed.
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 12:27:41 +0400 |
unc0rr |
Take care of issue #146
|
file |
diff |
annotate
|
Wed, 29 May 2013 15:12:06 -0400 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
Sun, 17 Feb 2013 00:25:53 +0400 |
unc0rr |
- Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt)
|
file |
diff |
annotate
|
Fri, 04 Jan 2013 21:44:40 +0400 |
unc0rr |
Merge from default
flibqtfrontend
|
file |
diff |
annotate
|
Sat, 29 Dec 2012 22:50:10 +0100 |
dag10 |
GCI2012: Advanced Keyboard Configuration
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 10:05:24 +0400 |
unc0rr |
Some fixes
flibqtfrontend
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 00:29:41 +0400 |
unc0rr |
No more crashes when running quick game
flibqtfrontend
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 00:28:47 +0400 |
unc0rr |
Try to setup weapon sets for quick game
flibqtfrontend
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 00:09:54 +0400 |
unc0rr |
Merge from default to have recent fixes
flibqtfrontend
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 00:06:42 +0400 |
unc0rr |
Oops, temporary objects involved
flibqtfrontend
|
file |
diff |
annotate
|
Sun, 25 Nov 2012 22:17:11 +0400 |
unc0rr |
Convert HWTeam to be a wrapper to flib_team
flibqtfrontend
|
file |
diff |
annotate
|
Sun, 25 Nov 2012 01:13:51 +0400 |
unc0rr |
- frontlib loads team config via physfs
flibqtfrontend
|
file |
diff |
annotate
|
Thu, 22 Nov 2012 15:24:10 +0400 |
unc0rr |
- Fix saving .ini files
|
file |
diff |
annotate
|
Mon, 05 Nov 2012 23:03:01 +0400 |
unc0rr |
- Load teams via physfs
physfslayer
|
file |
diff |
annotate
|
Wed, 27 Jun 2012 13:47:42 -0400 |
nemo |
Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.
|
file |
diff |
annotate
|
Sun, 17 Jun 2012 21:45:49 +0400 |
unc0rr |
- Move colorsModel to appropriate place
|
file |
diff |
annotate
|
Sun, 17 Jun 2012 14:13:19 +0400 |
unc0rr |
This should fix default hogs names in network game
|
file |
diff |
annotate
|
Mon, 28 May 2012 22:42:59 +0400 |
unc0rr |
Fix a bug with wrong state of teams list when color isn't changed manually
|
file |
diff |
annotate
|
Mon, 28 May 2012 00:44:51 +0400 |
unc0rr |
Fix a remote crasher
|
file |
diff |
annotate
|
Mon, 28 May 2012 00:43:36 +0400 |
unc0rr |
Make frontend compile with clang
|
file |
diff |
annotate
|
Sun, 27 May 2012 23:42:43 +0400 |
unc0rr |
- Allow switching colors with mouse wheel
|
file |
diff |
annotate
|
Sun, 29 Apr 2012 14:00:35 +0200 |
sheepluva |
* make HatModel update automatically (also renamed class and files)
|
file |
diff |
annotate
|
Sat, 28 Apr 2012 18:56:31 +0200 |
sheepluva |
license header year range adjustments
|
file |
diff |
annotate
|
Fri, 17 Feb 2012 18:23:36 +0100 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
Mon, 30 Jan 2012 17:32:18 -0500 |
nemo |
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
|
file |
diff |
annotate
|
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
|
Wed, 28 Sep 2011 19:27:56 +0200 |
sheepluva |
I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 19:30:10 +0200 |
sheepluva |
some more cleanups and refactoring.
|
file |
diff |
annotate
|
Sat, 24 Sep 2011 22:14:10 +0200 |
sheepluva |
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 00:47:05 +0200 |
sheepluva |
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
|
file |
diff |
annotate
|
Sat, 18 Jun 2011 03:14:45 +0200 |
koda |
file association for mac!
|
file |
diff |
annotate
|
Mon, 09 May 2011 16:56:29 +0200 |
koda |
split pages.h into several header files
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Wed, 08 Sep 2010 19:01:11 -0400 |
nemo |
Probably fix missing hats.
|
file |
diff |
annotate
|
Thu, 02 Sep 2010 21:49:36 +0400 |
unc0rr |
use built-in method QString::isEmpty()
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 12:28:37 +0200 |
smaxx |
Frontend:
|
file |
diff |
annotate
|
Mon, 23 Aug 2010 16:29:12 +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, 29 Apr 2010 21:25:51 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 13:31:08 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 12:38:31 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Sat, 10 Apr 2010 21:36:40 +0000 |
smxx |
Frontend:
|
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
|
Sun, 28 Feb 2010 02:42:37 +0000 |
nemo |
Typo
|
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
|
Sun, 21 Feb 2010 16:28:46 +0000 |
nemo |
Check for empty hat, somehow claymore managed this, this should be a workaround pending figuring out how he did it.
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 20:45:03 +0000 |
smxx |
Server:
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:44:30 +0000 |
unc0rr |
Huge Smaxx patch with some fixes by me:
|
file |
diff |
annotate
|
Wed, 24 Jun 2009 19:47:32 +0000 |
unc0rr |
- Fix quickplay sound bug triggered by two faults: ttsmj's (passing voicepack with empty name in team config) and koda's (he changed fallback to default scheme condition)
|
file |
diff |
annotate
|