2008-12-05 - Less crossclass dependancies
unc0rr [Fri, 05 Dec 2008 16:55:20 +0000] rev 1531
- Less crossclass dependancies - Eliminate one more reason for different ammo schemes
2008-12-05 Implement Solid Land checkbox
unc0rr [Fri, 05 Dec 2008 16:49:04 +0000] rev 1530
Implement Solid Land checkbox
2008-12-05 Don't hide ammo menu when user clicks on not yet available weapon
unc0rr [Fri, 05 Dec 2008 13:48:29 +0000] rev 1529
Don't hide ammo menu when user clicks on not yet available weapon
2008-12-04 More stable blowtorch:
unc0rr [Thu, 04 Dec 2008 21:59:25 +0000] rev 1528
More stable blowtorch: - Isn't affected by flying around hedgehogs - Doesn't turn off when hedgehog falls a bit
2008-12-04 Try to fix problem with playing music when path contains non-latin letters
unc0rr [Thu, 04 Dec 2008 21:17:03 +0000] rev 1527
Try to fix problem with playing music when path contains non-latin letters
2008-12-04 Send QUIT message to server when netclient object is destroyed
unc0rr [Thu, 04 Dec 2008 21:15:01 +0000] rev 1526
Send QUIT message to server when netclient object is destroyed
2008-12-04 Don't call SDL_FreeSurface with null pointer
unc0rr [Thu, 04 Dec 2008 21:14:03 +0000] rev 1525
Don't call SDL_FreeSurface with null pointer
2008-12-01 Draw world before processing gears, as this should improve performance by introducing cpu-gpu parallelizm
unc0rr [Mon, 01 Dec 2008 14:24:17 +0000] rev 1524
Draw world before processing gears, as this should improve performance by introducing cpu-gpu parallelizm
2008-11-30 Don't forget brazilian translation
unc0rr [Sun, 30 Nov 2008 16:32:53 +0000] rev 1523
Don't forget brazilian translation
2008-11-28 Add chat widget to lobby page (not usable yet)
unc0rr [Fri, 28 Nov 2008 18:41:31 +0000] rev 1522
Add chat widget to lobby page (not usable yet)
2008-11-28 Limit max chat string length to 300 letters
unc0rr [Fri, 28 Nov 2008 16:46:56 +0000] rev 1521
Limit max chat string length to 300 letters
2008-11-28 Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr [Fri, 28 Nov 2008 16:45:31 +0000] rev 1520
Refactor chat widget to use QTextBrower instead of QListWidget: - Fixes visual glitches when the string is too long - Allows to select text
2008-11-28 More delay after jump, less delay after small fall for hedgehog
unc0rr [Fri, 28 Nov 2008 14:52:00 +0000] rev 1519
More delay after jump, less delay after small fall for hedgehog
2008-11-27 Fix jump landing after turn end
unc0rr [Thu, 27 Nov 2008 22:45:41 +0000] rev 1518
Fix jump landing after turn end
2008-11-27 Store ammo info directly in combobox
unc0rr [Thu, 27 Nov 2008 18:33:47 +0000] rev 1517
Store ammo info directly in combobox
2008-11-27 Limit chat history to 250 entries to avoid DoS attack with its use
unc0rr [Thu, 27 Nov 2008 15:01:12 +0000] rev 1516
Limit chat history to 250 entries to avoid DoS attack with its use
2008-11-27 Fix silent crash when cannot place all hedgehogs
unc0rr [Thu, 27 Nov 2008 14:55:49 +0000] rev 1515
Fix silent crash when cannot place all hedgehogs
2008-11-27 oops, remove leftovers
unc0rr [Thu, 27 Nov 2008 14:36:22 +0000] rev 1514
oops, remove leftovers
2008-11-27 Refactor server a bit, now all socket operations are in own threads, two per client
unc0rr [Thu, 27 Nov 2008 14:34:52 +0000] rev 1513
Refactor server a bit, now all socket operations are in own threads, two per client
2008-11-25 - Don't send 'Bad param' msg, as the only reason of it is just some lag
unc0rr [Tue, 25 Nov 2008 15:43:10 +0000] rev 1512
- Don't send 'Bad param' msg, as the only reason of it is just some lag - Show quit reason message
2008-11-24 Make ghc 6.10 happy
unc0rr [Mon, 24 Nov 2008 21:47:59 +0000] rev 1511
Make ghc 6.10 happy
2008-11-24 Add some type info
unc0rr [Mon, 24 Nov 2008 21:46:32 +0000] rev 1510
Add some type info
2008-11-24 Small fixes mixed with formatting changes
unc0rr [Mon, 24 Nov 2008 13:27:31 +0000] rev 1509
Small fixes mixed with formatting changes
2008-11-23 small fixes
unc0rr [Sun, 23 Nov 2008 23:16:33 +0000] rev 1508
small fixes
2008-11-22 Quick and dirty napalm implementation
unc0rr [Sat, 22 Nov 2008 14:39:14 +0000] rev 1507
Quick and dirty napalm implementation
2008-11-21 - Some reformatting
unc0rr [Fri, 21 Nov 2008 21:47:51 +0000] rev 1506
- Some reformatting - Fix megabug leading to engine silent crash when using whip, bat or firepunch (and probably flame)
2008-11-21 - Convert small damage tag to visual gears
unc0rr [Fri, 21 Nov 2008 15:58:36 +0000] rev 1505
- Convert small damage tag to visual gears - Fixes weird fire behavior leading to queue error
2008-11-20 Some reformatting
unc0rr [Thu, 20 Nov 2008 15:48:50 +0000] rev 1504
Some reformatting
2008-11-20 Mark each gear with unique id
unc0rr [Thu, 20 Nov 2008 15:18:38 +0000] rev 1503
Mark each gear with unique id
2008-11-18 Add new thread which would close handles for us (fixes forced disconnection problem)
unc0rr [Tue, 18 Nov 2008 15:43:03 +0000] rev 1502
Add new thread which would close handles for us (fixes forced disconnection problem)
2008-11-17 Tune blowtorch a bit
unc0rr [Mon, 17 Nov 2008 20:35:11 +0000] rev 1501
Tune blowtorch a bit
2008-11-17 Oops, accidentaly commented hFlush out
unc0rr [Mon, 17 Nov 2008 18:27:47 +0000] rev 1500
Oops, accidentaly commented hFlush out
2008-11-17 Don't close socket handles, just leave that job for garbage collector, as doing it manually seems to be the cause of server hangs
unc0rr [Mon, 17 Nov 2008 18:24:34 +0000] rev 1499
Don't close socket handles, just leave that job for garbage collector, as doing it manually seems to be the cause of server hangs
2008-11-17 Stress testing app
unc0rr [Mon, 17 Nov 2008 16:48:52 +0000] rev 1498
Stress testing app
2008-11-17 Include CPP option into source file for easy use
unc0rr [Mon, 17 Nov 2008 16:48:38 +0000] rev 1497
Include CPP option into source file for easy use
2008-11-16 Modify melon pieces spread a bit
unc0rr [Sun, 16 Nov 2008 18:16:34 +0000] rev 1496
Modify melon pieces spread a bit
2008-11-14 More verbose gear delete debuglog message
unc0rr [Fri, 14 Nov 2008 16:44:39 +0000] rev 1495
More verbose gear delete debuglog message
2008-11-11 Fix wrong filter
unc0rr [Tue, 11 Nov 2008 15:44:27 +0000] rev 1494
Fix wrong filter
2008-11-10 Show last hour logins number
unc0rr [Mon, 10 Nov 2008 19:44:54 +0000] rev 1493
Show last hour logins number
2008-11-10 Finish refactoring
unc0rr [Mon, 10 Nov 2008 15:57:59 +0000] rev 1492
Finish refactoring
2008-11-10 Make answers creation more abstract, in prepare for a conversion
unc0rr [Mon, 10 Nov 2008 15:50:46 +0000] rev 1491
Make answers creation more abstract, in prepare for a conversion
2008-11-09 Don't rerecord a demo
unc0rr [Sun, 09 Nov 2008 12:35:54 +0000] rev 1490
Don't rerecord a demo
2008-11-09 Ooops, sorry for forgetting about this
unc0rr [Sun, 09 Nov 2008 09:49:06 +0000] rev 1489
Ooops, sorry for forgetting about this
2008-11-09 - Update russian translation
unc0rr [Sun, 09 Nov 2008 09:48:04 +0000] rev 1488
- Update russian translation - lupdate-qt4 && lrelease-qt4
2008-11-09 Add an option to name records with current date and time
unc0rr [Sun, 09 Nov 2008 09:47:10 +0000] rev 1487
Add an option to name records with current date and time
2008-11-09 Update frgotten changelog
unc0rr [Sun, 09 Nov 2008 07:58:56 +0000] rev 1486
Update frgotten changelog
2008-11-09 Fix chat bugs leading to serialized data corruption
unc0rr [Sun, 09 Nov 2008 07:51:53 +0000] rev 1485
Fix chat bugs leading to serialized data corruption
2008-11-08 - Add es and sv translations to hedgewars.pro
unc0rr [Sat, 08 Nov 2008 11:54:46 +0000] rev 1484
- Add es and sv translations to hedgewars.pro - perform lupdate-qt4 && lrelease-qt4
2008-11-07 Make code flow more clear
unc0rr [Fri, 07 Nov 2008 22:03:43 +0000] rev 1483
Make code flow more clear
2008-11-07 Just better syntax
unc0rr [Fri, 07 Nov 2008 17:02:22 +0000] rev 1482
Just better syntax
2008-11-07 Show time of connection start
unc0rr [Fri, 07 Nov 2008 16:42:10 +0000] rev 1481
Show time of connection start
2008-11-07 Remove redundant function parameter
unc0rr [Fri, 07 Nov 2008 16:33:23 +0000] rev 1480
Remove redundant function parameter
2008-11-07 Allow turn time to be 1-99 seconds
unc0rr [Fri, 07 Nov 2008 16:29:41 +0000] rev 1479
Allow turn time to be 1-99 seconds
2008-11-07 Add simple DoS protection
unc0rr [Fri, 07 Nov 2008 15:58:36 +0000] rev 1478
Add simple DoS protection
2008-11-05 Add some verbosity to server's console messages
unc0rr [Wed, 05 Nov 2008 08:02:12 +0000] rev 1477
Add some verbosity to server's console messages
2008-11-04 Disconnect clients on BYE message
unc0rr [Tue, 04 Nov 2008 22:56:36 +0000] rev 1476
Disconnect clients on BYE message
2008-11-04 - Fix ConfigAsked not sending full config (leads to team divide checkbox inconsistency)
unc0rr [Tue, 04 Nov 2008 22:49:13 +0000] rev 1475
- Fix ConfigAsked not sending full config (leads to team divide checkbox inconsistency) - Allow getting back from non-interactive mode
2008-11-04 Oops, fix build
unc0rr [Tue, 04 Nov 2008 22:42:08 +0000] rev 1474
Oops, fix build
2008-11-04 Cleanup code a bit, some reformatting
unc0rr [Tue, 04 Nov 2008 21:53:30 +0000] rev 1473
Cleanup code a bit, some reformatting
2008-11-04 Back to normal hedgehog icon in teams select widget
unc0rr [Tue, 04 Nov 2008 17:04:54 +0000] rev 1472
Back to normal hedgehog icon in teams select widget
2008-11-04 Follow protocol more precisely in frontend
unc0rr [Tue, 04 Nov 2008 16:53:02 +0000] rev 1471
Follow protocol more precisely in frontend
2008-11-04 Give more specific explanation when deny to add team
unc0rr [Tue, 04 Nov 2008 15:02:18 +0000] rev 1470
Give more specific explanation when deny to add team
2008-11-04 Handle exceptions on accept
unc0rr [Tue, 04 Nov 2008 14:43:31 +0000] rev 1469
Handle exceptions on accept
2008-11-03 Reformat code a bit
unc0rr [Mon, 03 Nov 2008 14:47:23 +0000] rev 1468
Reformat code a bit
2008-11-03 Update Polish translation
unc0rr [Mon, 03 Nov 2008 14:24:54 +0000] rev 1467
Update Polish translation
2008-11-03 It seems, I finally got the solution
unc0rr [Mon, 03 Nov 2008 11:28:41 +0000] rev 1466
It seems, I finally got the solution
2008-11-03 Bring back old behavior
unc0rr [Mon, 03 Nov 2008 09:55:30 +0000] rev 1465
Bring back old behavior
2008-11-03 Print comprehensive info about what's going on, don't try to close already closed handle
unc0rr [Mon, 03 Nov 2008 09:49:25 +0000] rev 1464
Print comprehensive info about what's going on, don't try to close already closed handle
2008-11-03 Close socket on exception anyway
unc0rr [Mon, 03 Nov 2008 09:43:03 +0000] rev 1463
Close socket on exception anyway
2008-11-02 Client sends PONG to server's PING
unc0rr [Sun, 02 Nov 2008 20:48:10 +0000] rev 1462
Client sends PONG to server's PING
2008-11-02 Ping clients every 30 seconds, should help with ghosts on server
unc0rr [Sun, 02 Nov 2008 20:41:02 +0000] rev 1461
Ping clients every 30 seconds, should help with ghosts on server
2008-11-02 Update Italian translation
unc0rr [Sun, 02 Nov 2008 11:46:58 +0000] rev 1460
Update Italian translation
2008-10-31 Fix generator name (TBZ2 instead of BZ2)
unc0rr [Fri, 31 Oct 2008 22:47:07 +0000] rev 1459
Fix generator name (TBZ2 instead of BZ2)
2008-10-31 - unban here too
unc0rr [Fri, 31 Oct 2008 22:11:38 +0000] rev 1458
- unban here too - set version to 0.9.8-dev, protocol 20
2008-10-31 Add lightbulbs, some more changes to look 0.9.7-release
unc0rr [Fri, 31 Oct 2008 20:50:40 +0000] rev 1457
Add lightbulbs, some more changes to look
2008-10-31 Reset default weapon set on restart
unc0rr [Fri, 31 Oct 2008 20:48:09 +0000] rev 1456
Reset default weapon set on restart
2008-10-31 Better look for weapon sets page
unc0rr [Fri, 31 Oct 2008 20:47:48 +0000] rev 1455
Better look for weapon sets page
2008-10-31 Add anchor to the list for packaging
unc0rr [Fri, 31 Oct 2008 20:04:30 +0000] rev 1454
Add anchor to the list for packaging
2008-10-31 Add theme icons to the list of packaged files
unc0rr [Fri, 31 Oct 2008 17:58:18 +0000] rev 1453
Add theme icons to the list of packaged files
2008-10-31 Show clients list in server message
unc0rr [Fri, 31 Oct 2008 17:53:59 +0000] rev 1452
Show clients list in server message
2008-10-31 - lupdate-qt4 && lrelease-qt4
unc0rr [Fri, 31 Oct 2008 17:48:17 +0000] rev 1451
- lupdate-qt4 && lrelease-qt4 - Update russian translation
2008-10-31 Add tooltips
unc0rr [Fri, 31 Oct 2008 17:46:54 +0000] rev 1450
Add tooltips
2008-10-31 Remove darthvader_sabre hat
unc0rr [Fri, 31 Oct 2008 17:33:02 +0000] rev 1449
Remove darthvader_sabre hat
2008-10-31 Add two more hats
unc0rr [Fri, 31 Oct 2008 17:32:05 +0000] rev 1448
Add two more hats
2008-10-31 - Fix a message
unc0rr [Fri, 31 Oct 2008 14:58:01 +0000] rev 1447
- Fix a message - Add anchor to Island theme
2008-10-31 Update Czech translation
unc0rr [Fri, 31 Oct 2008 14:56:30 +0000] rev 1446
Update Czech translation
2008-10-31 Activate cake after 4 turns
unc0rr [Fri, 31 Oct 2008 14:55:00 +0000] rev 1445
Activate cake after 4 turns
2008-10-31 Finish reorganizing local game page
unc0rr [Fri, 31 Oct 2008 14:49:16 +0000] rev 1444
Finish reorganizing local game page
2008-10-31 Reorganize single player menu
unc0rr [Fri, 31 Oct 2008 14:40:00 +0000] rev 1443
Reorganize single player menu
2008-10-31 Fix a bug (check parameters)
unc0rr [Fri, 31 Oct 2008 14:35:59 +0000] rev 1442
Fix a bug (check parameters)
2008-10-31 Fix fire sprite
unc0rr [Fri, 31 Oct 2008 14:30:08 +0000] rev 1441
Fix fire sprite
2008-10-31 Replace grey hedgehogs
unc0rr [Fri, 31 Oct 2008 14:27:44 +0000] rev 1440
Replace grey hedgehogs
2008-10-31 - Add a bunch of hats
unc0rr [Fri, 31 Oct 2008 14:01:26 +0000] rev 1439
- Add a bunch of hats - Fix water sprites rendering
2008-10-31 - Make disbled controls look better
unc0rr [Fri, 31 Oct 2008 13:02:04 +0000] rev 1438
- Make disbled controls look better - Update sprites
2008-10-28 That const is better...
unc0rr [Tue, 28 Oct 2008 22:22:26 +0000] rev 1437
That const is better...
2008-10-28 Well, okay, better fix
unc0rr [Tue, 28 Oct 2008 20:58:25 +0000] rev 1436
Well, okay, better fix
2008-10-28 Fix using freed memory (could be the cause of queue error problem and other bugs)
unc0rr [Tue, 28 Oct 2008 20:56:02 +0000] rev 1435
Fix using freed memory (could be the cause of queue error problem and other bugs)
2008-10-28 Shut up flames debug messages
unc0rr [Tue, 28 Oct 2008 18:45:38 +0000] rev 1434
Shut up flames debug messages
2008-10-28 Repair flame dependancy on wind
unc0rr [Tue, 28 Oct 2008 18:42:21 +0000] rev 1433
Repair flame dependancy on wind
2008-10-27 Make debug messages not to screw text log
unc0rr [Mon, 27 Oct 2008 21:01:18 +0000] rev 1432
Make debug messages not to screw text log
2008-10-27 Draw dark background under chat text
unc0rr [Mon, 27 Oct 2008 16:49:42 +0000] rev 1431
Draw dark background under chat text
2008-10-27 Correct default ammo set
unc0rr [Mon, 27 Oct 2008 14:54:38 +0000] rev 1430
Correct default ammo set
2008-10-26 Update Czech translation
unc0rr [Sun, 26 Oct 2008 17:56:07 +0000] rev 1429
Update Czech translation
2008-10-26 Support 'Divide teams' option in engine
unc0rr [Sun, 26 Oct 2008 17:41:03 +0000] rev 1428
Support 'Divide teams' option in engine
2008-10-26 Add 'Divide teams' option to frontend
unc0rr [Sun, 26 Oct 2008 17:39:33 +0000] rev 1427
Add 'Divide teams' option to frontend
2008-10-26 SetMinimumHeight of TeamShowWidget. Probably solves tiny team select widget look
unc0rr [Sun, 26 Oct 2008 17:23:04 +0000] rev 1426
SetMinimumHeight of TeamShowWidget. Probably solves tiny team select widget look
2008-10-26 Add background image to team select widget
unc0rr [Sun, 26 Oct 2008 17:18:58 +0000] rev 1425
Add background image to team select widget
2008-10-26 - Some work on team select widget look
unc0rr [Sun, 26 Oct 2008 17:17:07 +0000] rev 1424
- Some work on team select widget look - Fix IconedGroupBox drawing logic
2008-10-26 Mention czech translator on about page
unc0rr [Sun, 26 Oct 2008 15:02:55 +0000] rev 1423
Mention czech translator on about page
2008-10-26 Add Czech translation
unc0rr [Sun, 26 Oct 2008 15:02:10 +0000] rev 1422
Add Czech translation
2008-10-26 Update Italian translation
unc0rr [Sun, 26 Oct 2008 14:54:10 +0000] rev 1421
Update Italian translation
2008-10-26 Fix training
unc0rr [Sun, 26 Oct 2008 14:50:20 +0000] rev 1420
Fix training
2008-10-26 Set custom palette to scrollbars
unc0rr [Sun, 26 Oct 2008 14:49:47 +0000] rev 1419
Set custom palette to scrollbars
2008-10-26 Delay for 250 msec before connect to local server
unc0rr [Sun, 26 Oct 2008 14:45:07 +0000] rev 1418
Delay for 250 msec before connect to local server
2008-10-26 Fix some problems with water rising
unc0rr [Sun, 26 Oct 2008 14:37:50 +0000] rev 1417
Fix some problems with water rising
2008-10-26 Force plastique style, as others don't fully support stylesheets
unc0rr [Sun, 26 Oct 2008 14:28:49 +0000] rev 1416
Force plastique style, as others don't fully support stylesheets
2008-10-26 Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr [Sun, 26 Oct 2008 13:00:35 +0000] rev 1415
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
2008-10-25 - Perform lupdate-q4 && lrelease-qt4
unc0rr [Sat, 25 Oct 2008 09:55:58 +0000] rev 1414
- Perform lupdate-q4 && lrelease-qt4 - Update russian translation
2008-10-25 Customize menu look
unc0rr [Sat, 25 Oct 2008 09:55:09 +0000] rev 1413
Customize menu look
2008-10-25 Don't list rooms with restricted joining
unc0rr [Sat, 25 Oct 2008 09:54:53 +0000] rev 1412
Don't list rooms with restricted joining
(0) -1000 -120 +120 +1000 +3000 +10000 tip