2011-09-14 |
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
|
2011-09-11 |
unc0rr |
Save demo when loaded from save game finishes
|
file |
diff |
annotate
|
2011-09-11 |
sheepluva |
fix for issue #269
|
file |
diff |
annotate
|
2011-09-04 |
unc0rr |
Some renaming
|
file |
diff |
annotate
|
2011-09-04 |
unc0rr |
Replace iterators with simple declarative foreach (not tested if it works)
|
file |
diff |
annotate
|
2011-09-04 |
nemo |
Add a crappy button to encourage artists to make another one. Restore Info page.
|
file |
diff |
annotate
|
2011-09-03 |
unc0rr |
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
|
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 |
under osx don't load a file in case a game is already running (also a little of code formatting)
|
file |
diff |
annotate
|
2011-06-18 |
koda |
file association for mac!
|
file |
diff |
annotate
|
2011-06-13 |
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
|
2011-05-29 |
koda |
unbreak compiling frontend under osx
|
file |
diff |
annotate
|
2011-05-17 |
nemo |
make the associate button use the user's settings for loading demos/saves
|
file |
diff |
annotate
|
2011-05-09 |
koda |
some headers cleanup and rename of stats and playrecord pages for consistency
|
file |
diff |
annotate
|
2011-05-09 |
koda |
split pages.h into several header files
|
file |
diff |
annotate
|
2011-04-15 |
unc0rr |
Add 'Cancel connection' button. Fixes issue #162
|
file |
diff |
annotate
|
2011-04-11 |
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
|
2011-04-08 |
claymore |
Frontend: room rename
|
file |
diff |
annotate
|
2011-04-06 |
Jonathan |
Improved random name generation (now a random fort and random grave is choosen
|
file |
diff |
annotate
|
2011-04-06 |
Jonathan |
avoided some ambiguous function calls
|
file |
diff |
annotate
|
2011-04-03 |
koda |
fix autorelease pools not being set (issue 209) and format code a little
|
file |
diff |
annotate
|
2011-04-02 |
koda |
cmd+m should minimize the app as per apple human guidelines
|
file |
diff |
annotate
|
2011-03-28 |
claymore |
don't disable the light-bulb button when less than 3 teams
|
file |
diff |
annotate
|
2011-03-01 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Frontend sends ROUNDFINISHED with information about whether the round was played till end (will be needed for stats)
|
file |
diff |
annotate
|
2011-02-02 |
sheepluva |
if on dev version append hg revision id to demos/saves' filenames
|
file |
diff |
annotate
|
2011-02-01 |
sheepluva |
make names in chats clickable. still color adjustments needed; and testing
|
file |
diff |
annotate
|
2011-01-31 |
koda |
merge 0.9.15 once again
|
file |
diff |
annotate
|
2011-01-22 |
sheepluva |
trim net nick in frontend
|
file |
diff |
annotate
|
2011-01-17 |
koda |
merge latest 0.9.15 changes into head
|
file |
diff |
annotate
|
2011-01-10 |
unc0rr |
Prevent frontend crash in certain circumstances
|
file |
diff |
annotate
|
2011-01-17 |
koda |
ctrl+q closes frontend also on linux and windows
0.9.15
|
file |
diff |
annotate
|
2011-01-15 |
koda |
possible fix hanging server on ctlr+w
0.9.15
|
file |
diff |
annotate
|
2011-01-15 |
koda |
implemented actions for closing/enging program (needs testing over the net)
0.9.15
|
file |
diff |
annotate
|
2010-12-21 |
Henek |
removing all " " in filenames under share and replacing "_" with " " in missions
|
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-20 |
Henek |
fixed and enabled removing of game scheme from options page
|
file |
diff |
annotate
|
2010-12-18 |
unc0rr |
- Some work on drawMap widget and scene to allow undo, clear, save and load operations
|
file |
diff |
annotate
|
2010-12-15 |
unc0rr |
Fix crash on forced disconnect
|
file |
diff |
annotate
|
2010-12-15 |
unc0rr |
The Fix
|
file |
diff |
annotate
|
2010-12-14 |
unc0rr |
Try to send drawn map data to net server
|
file |
diff |
annotate
|
2010-12-14 |
unc0rr |
Don't reset teams when returning from draw map page
|
file |
diff |
annotate
|
2010-12-13 |
unc0rr |
Allow to draw maps in frontend and play them (only locally, some bugs to fix)
|
file |
diff |
annotate
|
2010-12-13 |
unc0rr |
Use pageSwitchMapper in some more places
|
file |
diff |
annotate
|
2010-12-12 |
unc0rr |
Pretension to switch to draw map page
|
file |
diff |
annotate
|
2010-12-11 |
unc0rr |
Use QSignalMapper instead of GoToPage*() functions (not all calls converted yet)
|
file |
diff |
annotate
|
2010-11-28 |
nemo |
do GoBack if also INGAME due to kick
|
file |
diff |
annotate
|
2010-11-28 |
nemo |
disable last commit w/ comment
|
file |
diff |
annotate
|
2010-11-28 |
nemo |
suppress PART if game is running. testing, etc.
|
file |
diff |
annotate
|
2010-11-28 |
nemo |
Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
|
file |
diff |
annotate
|
2010-11-28 |
nemo |
add null check
|
file |
diff |
annotate
|
2010-11-28 |
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
|
2010-11-22 |
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
|
2010-11-21 |
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
|
2010-11-21 |
nemo |
Fix koda's esc key binding so leaving rooms works correctly with it
|
file |
diff |
annotate
|
2010-11-10 |
koda |
tweak interface, there is no need to manually add new weapons and schemes to the filter list
|
file |
diff |
annotate
|
2010-11-01 |
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
|
2010-11-01 |
koda |
disable file association on mac for now
|
file |
diff |
annotate
|
2010-11-01 |
nemo |
check for subs first
|
file |
diff |
annotate
|
2010-11-01 |
nemo |
Add opendesktop association of files for non-windows. NEEDS TESTING.
|
file |
diff |
annotate
|
2010-10-10 |
koda |
some optimizations to drawing and fetching data of new ammomenu
|
file |
diff |
annotate
|
2010-10-08 |
koda |
fix issue 24 and issue 81
|
file |
diff |
annotate
|
2010-10-06 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-08-23 |
smaxx |
Frontend:
|
file |
diff |
annotate
|
2010-08-23 |
smaxx |
Frontend:
|
file |
diff |
annotate
|
2010-07-31 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
2010-04-08 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-04-03 |
sheepluva |
Palewolf:
|
file |
diff |
annotate
|
2010-04-03 |
unc0rr |
Some stuff for game server administration task
|
file |
diff |
annotate
|
2010-04-01 |
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
|
2010-03-29 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-03-18 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
2010-02-26 |
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
|
2010-02-22 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-02-17 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-17 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-02-17 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-02-09 |
nemo |
Only enable chirp for room owner
|
file |
diff |
annotate
|
2010-02-09 |
nemo |
Have game beep when someone joins lobby/room. Controlled by Sound option
|
file |
diff |
annotate
|
2010-02-03 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-01-24 |
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
|
2009-11-20 |
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
|
2009-10-17 |
nemo |
Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits.
|
file |
diff |
annotate
|
2009-10-17 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
2009-10-16 |
koda |
update appcast link
|
file |
diff |
annotate
|
2009-10-15 |
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
|
2009-10-14 |
koda |
Smaxx patch for fixing all sound related issues on any system
|
file |
diff |
annotate
|
2009-10-12 |
koda |
smaxx patch for hardware sound
|
file |
diff |
annotate
|
2009-10-12 |
unc0rr |
Huge Smaxx patch with some fixes by me:
|
file |
diff |
annotate
|
2009-10-03 |
unc0rr |
- Proper /team command implementation
|
file |
diff |
annotate
|
2009-10-02 |
koda |
added a utility that warns the user to install hedgewars when it's run from the diskimage
|
file |
diff |
annotate
|
2009-09-27 |
koda |
fix a bug that prevented from hearing team voicepacks if frontend started with music disabled
|
file |
diff |
annotate
|
2009-09-26 |
koda |
makes the updater optional at compile time
|
file |
diff |
annotate
|
2009-09-22 |
koda |
Smaxx's patch fixing openal sound issues with poor card drivers
|
file |
diff |
annotate
|
2009-09-10 |
nemo |
And in frontend
|
file |
diff |
annotate
|
2009-09-10 |
unc0rr |
Move connect call to more appropriate place
|
file |
diff |
annotate
|
2009-09-02 |
unc0rr |
- Frontend: reorganize code controlling widgets state, fix problems getting room admin status
|
file |
diff |
annotate
|
2009-07-14 |
koda |
a lot of stuff:
|
file |
diff |
annotate
|
2009-06-12 |
unc0rr |
Implement ability for server admin to clear accounts cache
|
file |
diff |
annotate
|
2009-05-24 |
unc0rr |
Silence frontend debug output
|
file |
diff |
annotate
|
2009-05-24 |
nemo |
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
|
file |
diff |
annotate
|
2009-05-20 |
unc0rr |
This should resend scheme info to net server when scheme got edited (not tested)
|
file |
diff |
annotate
|
2009-05-03 |
nemo |
oops - checked in my disabling of frontend sound/animation
|
file |
diff |
annotate
|
2009-05-03 |
nemo |
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
|
file |
diff |
annotate
|
2009-04-23 |
unc0rr |
TheXception's patch:
|
file |
diff |
annotate
|
2009-04-20 |
unc0rr |
Fix team lists reset when editing weapon sets
|
file |
diff |
annotate
|
2009-04-19 |
unc0rr |
TheXception's patch:
|
file |
diff |
annotate
|
2009-04-17 |
unc0rr |
Fix disconnection from server
|
file |
diff |
annotate
|
2009-04-10 |
unc0rr |
Move game starting action outside menu
|
file |
diff |
annotate
|
2009-04-10 |
unc0rr |
Implement two buttons
|
file |
diff |
annotate
|
2009-03-27 |
unc0rr |
Allow admin to set server's motd
|
file |
diff |
annotate
|
2009-03-27 |
unc0rr |
Prepare to add ability for admin to set MOTD
|
file |
diff |
annotate
|
2009-03-22 |
unc0rr |
Random team generator rework by ttsmj
|
file |
diff |
annotate
|
2009-03-21 |
unc0rr |
- Use QCryptographicHash for md5
|
file |
diff |
annotate
|
2009-03-18 |
unc0rr |
Add delete button and scheme selection combobox to scheme edit page
|
file |
diff |
annotate
|
2009-03-18 |
unc0rr |
Sync schemes config over net should work now (untested)
|
file |
diff |
annotate
|
2009-03-16 |
unc0rr |
Send scheme data over net (but recieving part isn't implemented yet)
|
file |
diff |
annotate
|