Sat, 29 Oct 2011 11:47:37 +0200 |
sheepluva |
update name autocompletion after nick change (since own nick isn't suggested)
|
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, 26 Oct 2011 01:50:08 +0200 |
sheepluva |
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
|
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
|
Sat, 22 Oct 2011 06:55:14 +0200 |
sheepluva |
some changes to the css... display:none; works now (e.g. you can use it for user join/leave messages that are not your friends)
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 08:41:21 +0200 |
sheepluva |
simplified some stuff I wrote
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 08:03:42 +0200 |
sheepluva |
finishing SDLInterface cleanup (wrt audio)
|
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
|
Thu, 20 Oct 2011 23:25:16 +0200 |
sheepluva |
cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 16:10:18 +0200 |
sheepluva |
give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
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
|
Mon, 26 Sep 2011 00:15:10 +0200 |
sheepluva |
small cleanup: enum instead of magic numbers
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 21:54:26 +0200 |
sheepluva |
fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 20:54:51 +0200 |
sheepluva |
get rid of that annoying 'Invalid state: in Lobby' message after room being closed or player being kicked from room. (the frontend always tried to leave the room he already left again)
|
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
|
Sat, 24 Sep 2011 16:22:10 +0200 |
sheepluva |
code cleanup/etc
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 19:00:31 +0200 |
koda |
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
0.9.16
|
file |
diff |
annotate
|
Fri, 23 Sep 2011 22:42:30 +0200 |
sheepluva |
many many netclient/frondent changes (just the beginning though):
|
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
|
Sun, 11 Sep 2011 21:45:28 +0400 |
unc0rr |
Save demo when loaded from save game finishes
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 15:18:46 +0200 |
sheepluva |
fix for issue #269
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 21:40:47 +0400 |
unc0rr |
Some renaming
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 21:39:50 +0400 |
unc0rr |
Replace iterators with simple declarative foreach (not tested if it works)
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 12:06:10 -0400 |
nemo |
Add a crappy button to encourage artists to make another one. Restore Info page.
|
file |
diff |
annotate
|
Sat, 03 Sep 2011 21:23:20 +0400 |
unc0rr |
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
|
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 17:26:13 +0200 |
koda |
under osx don't load a file in case a game is already running (also a little of code formatting)
|
file |
diff |
annotate
|
Sat, 18 Jun 2011 03:14:45 +0200 |
koda |
file association for mac!
|
file |
diff |
annotate
|
Sun, 12 Jun 2011 21:06:48 -0400 |
nemo |
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
|
file |
diff |
annotate
|
Sun, 29 May 2011 23:21:59 +0200 |
koda |
unbreak compiling frontend under osx
|
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
|
Mon, 09 May 2011 18:00:39 +0200 |
koda |
some headers cleanup and rename of stats and playrecord pages for consistency
|
file |
diff |
annotate
|
Mon, 09 May 2011 16:56:29 +0200 |
koda |
split pages.h into several header files
|
file |
diff |
annotate
|
Fri, 15 Apr 2011 22:38:50 +0400 |
unc0rr |
Add 'Cancel connection' button. Fixes issue #162
|
file |
diff |
annotate
|
Mon, 11 Apr 2011 11:22:10 -0400 |
nemo |
Change a few iterations over list to what is apparently a modification safe syntax, may fix issue #208 and #217 - needs testing of course.
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 18:50:12 +0200 |
claymore |
Frontend: room rename
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 22:56:05 +0200 |
Jonathan |
Improved random name generation (now a random fort and random grave is choosen
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 11:51:23 +0200 |
Jonathan |
avoided some ambiguous function calls
|
file |
diff |
annotate
|
Sun, 03 Apr 2011 16:34:12 +0200 |
koda |
fix autorelease pools not being set (issue 209) and format code a little
|
file |
diff |
annotate
|
Sat, 02 Apr 2011 20:57:40 +0200 |
koda |
cmd+m should minimize the app as per apple human guidelines
|
file |
diff |
annotate
|
Mon, 28 Mar 2011 19:31:47 +0200 |
claymore |
don't disable the light-bulb button when less than 3 teams
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Wed, 02 Feb 2011 22:14:00 +0300 |
unc0rr |
Frontend sends ROUNDFINISHED with information about whether the round was played till end (will be needed for stats)
|
file |
diff |
annotate
|
Wed, 02 Feb 2011 07:40:36 +0100 |
sheepluva |
if on dev version append hg revision id to demos/saves' filenames
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 06:06:38 +0100 |
sheepluva |
make names in chats clickable. still color adjustments needed; and testing
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 00:18:25 +0100 |
koda |
merge 0.9.15 once again
|
file |
diff |
annotate
|
Sat, 22 Jan 2011 22:43:54 +0100 |
sheepluva |
trim net nick in frontend
|
file |
diff |
annotate
|
Mon, 17 Jan 2011 23:22:52 +0100 |
koda |
merge latest 0.9.15 changes into head
|
file |
diff |
annotate
|
Mon, 10 Jan 2011 18:20:58 +0300 |
unc0rr |
Prevent frontend crash in certain circumstances
|
file |
diff |
annotate
|
Mon, 17 Jan 2011 14:53:14 +0100 |
koda |
ctrl+q closes frontend also on linux and windows
0.9.15
|
file |
diff |
annotate
|
Sat, 15 Jan 2011 21:32:44 +0100 |
koda |
possible fix hanging server on ctlr+w
0.9.15
|
file |
diff |
annotate
|
Sat, 15 Jan 2011 16:44:32 +0100 |
koda |
implemented actions for closing/enging program (needs testing over the net)
0.9.15
|
file |
diff |
annotate
|
Tue, 21 Dec 2010 14:42:47 +0100 |
Henek |
removing all " " in filenames under share and replacing "_" with " " in missions
|
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, 20 Dec 2010 02:00:22 +0100 |
Henek |
fixed and enabled removing of game scheme from options page
|
file |
diff |
annotate
|
Sat, 18 Dec 2010 23:02:39 +0300 |
unc0rr |
- Some work on drawMap widget and scene to allow undo, clear, save and load operations
|
file |
diff |
annotate
|
Wed, 15 Dec 2010 21:48:54 +0300 |
unc0rr |
Fix crash on forced disconnect
|
file |
diff |
annotate
|
Wed, 15 Dec 2010 21:40:16 +0300 |
unc0rr |
The Fix
|
file |
diff |
annotate
|
Tue, 14 Dec 2010 20:46:50 +0300 |
unc0rr |
Try to send drawn map data to net server
|
file |
diff |
annotate
|
Tue, 14 Dec 2010 20:01:27 +0300 |
unc0rr |
Don't reset teams when returning from draw map page
|
file |
diff |
annotate
|
Mon, 13 Dec 2010 22:12:30 +0300 |
unc0rr |
Allow to draw maps in frontend and play them (only locally, some bugs to fix)
|
file |
diff |
annotate
|
Mon, 13 Dec 2010 20:54:18 +0300 |
unc0rr |
Use pageSwitchMapper in some more places
|
file |
diff |
annotate
|
Sun, 12 Dec 2010 21:47:55 +0300 |
unc0rr |
Pretension to switch to draw map page
|
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
|
Sun, 28 Nov 2010 15:07:26 -0500 |
nemo |
do GoBack if also INGAME due to kick
|
file |
diff |
annotate
|
Sun, 28 Nov 2010 14:38:42 -0500 |
nemo |
disable last commit w/ comment
|
file |
diff |
annotate
|
Sun, 28 Nov 2010 14:25:24 -0500 |
nemo |
suppress PART if game is running. testing, etc.
|
file |
diff |
annotate
|
Sun, 28 Nov 2010 13:58:25 -0500 |
nemo |
Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
|
file |
diff |
annotate
|
Sun, 28 Nov 2010 13:12:00 -0500 |
nemo |
add null check
|
file |
diff |
annotate
|
Sun, 28 Nov 2010 12:55:57 -0500 |
nemo |
Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
|
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
|
Sun, 21 Nov 2010 01:26:31 -0500 |
nemo |
Fix koda's esc key binding so leaving rooms works correctly with it
|
file |
diff |
annotate
|
Wed, 10 Nov 2010 03:08:14 +0100 |
koda |
tweak interface, there is no need to manually add new weapons and schemes to the filter list
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 19:13:00 -0400 |
nemo |
set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 23:30:33 +0100 |
koda |
disable file association on mac for now
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 18:07:36 -0400 |
nemo |
check for subs first
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 17:58:59 -0400 |
nemo |
Add opendesktop association of files for non-windows. NEEDS TESTING.
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 02:06:42 +0200 |
koda |
some optimizations to drawing and fetching data of new ammomenu
|
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
|
Mon, 23 Aug 2010 13:58:46 +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, 08 Apr 2010 17:56:30 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Sat, 03 Apr 2010 10:26:24 +0000 |
sheepluva |
Palewolf:
|
file |
diff |
annotate
|
Sat, 03 Apr 2010 08:47:06 +0000 |
unc0rr |
Some stuff for game server administration task
|
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
|
Thu, 18 Mar 2010 09:55: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
|
Mon, 22 Feb 2010 22:51:21 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Wed, 17 Feb 2010 20:03:25 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Wed, 17 Feb 2010 19:50:22 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Wed, 17 Feb 2010 17:38:32 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 03:21:09 +0000 |
nemo |
Only enable chirp for room owner
|
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
|
Wed, 03 Feb 2010 13:02:28 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 13:38:14 +0000 |
koda |
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 21:30:10 +0000 |
nemo |
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 23:03:31 +0000 |
nemo |
Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits.
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 13:44:50 +0000 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 20:45:07 +0000 |
koda |
update appcast link
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 21:47:05 +0000 |
nemo |
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
|
file |
diff |
annotate
|
Wed, 14 Oct 2009 22:12:02 +0000 |
koda |
Smaxx patch for fixing all sound related issues on any system
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 21:52:51 +0000 |
koda |
smaxx patch for hardware sound
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:44:30 +0000 |
unc0rr |
Huge Smaxx patch with some fixes by me:
|
file |
diff |
annotate
|
Sat, 03 Oct 2009 09:35:14 +0000 |
unc0rr |
- Proper /team command implementation
|
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
|
Sat, 26 Sep 2009 20:54:13 +0000 |
koda |
makes the updater optional at compile time
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 21:58:08 +0000 |
koda |
Smaxx's patch fixing openal sound issues with poor card drivers
|
file |
diff |
annotate
|