2013-02-24 perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search physfslayer
koda [Sun, 24 Feb 2013 23:11:00 +0100] rev 8544
perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search
2013-02-22 Flush buffer on N command
unc0rr [Fri, 22 Feb 2013 11:33:30 +0400] rev 8543
Flush buffer on N command
2013-02-24 disable unneeded physfs archives (as of bug 529) physfslayer
koda [Sun, 24 Feb 2013 19:24:14 +0100] rev 8542
disable unneeded physfs archives (as of bug #529)
2013-02-21 Try to prevent hedgehogs number in team desync
unc0rr [Thu, 21 Feb 2013 22:43:00 +0400] rev 8541
Try to prevent hedgehogs number in team desync
2013-02-24 this should hijack the linker name and always pick the bundled physfs when another version is already prsent physfslayer
koda [Sun, 24 Feb 2013 19:11:58 +0100] rev 8540
this should hijack the linker name and always pick the bundled physfs when another version is already prsent
2013-02-21 Merge
unc0rr [Thu, 21 Feb 2013 22:31:03 +0400] rev 8539
Merge
2013-02-23 blindly updated Android build files for new physfs physfslayer
koda [Sat, 23 Feb 2013 18:49:45 +0100] rev 8538
blindly updated Android build files for new physfs
2013-02-21 Merge
unc0rr [Thu, 21 Feb 2013 11:13:00 +0400] rev 8537
Merge
2013-02-23 updated ios project files for the new phys build system physfslayer
koda [Sat, 23 Feb 2013 18:38:57 +0100] rev 8536
updated ios project files for the new phys build system
2013-02-21 Merge
unc0rr [Thu, 21 Feb 2013 11:12:42 +0400] rev 8535
Merge
2013-02-21 Workaround queued signals problem in netclient instead. Should fix everything.
unc0rr [Thu, 21 Feb 2013 22:20:43 +0400] rev 8534
Workaround queued signals problem in netclient instead. Should fix everything.
2013-02-22 this should make physfs happy to link on windows too, forcing every function in its proper dll and skipping linklib physfslayer
koda [Fri, 22 Feb 2013 10:12:17 +0100] rev 8533
this should make physfs happy to link on windows too, forcing every function in its proper dll and skipping linklib
2013-02-20 Updating Italian translation. In progress, as usual.
Marco Bresciani [Wed, 20 Feb 2013 16:13:08 +0100] rev 8532
Updating Italian translation. In progress, as usual.
2013-02-20 Unbreak build
unc0rr [Thu, 21 Feb 2013 01:37:04 +0400] rev 8531
Unbreak build
2013-02-22 workaround static physfs static linking on linux physfslayer
koda [Fri, 22 Feb 2013 09:53:09 +0100] rev 8530
workaround static physfs static linking on linux
2013-02-20 We need this to fix hedgehog numbers desync (workarounded in previous revision)
unc0rr [Thu, 21 Feb 2013 01:35:14 +0400] rev 8529
We need this to fix hedgehog numbers desync (workarounded in previous revision)
2013-02-22 and now compile and link properly physfslayer
koda [Fri, 22 Feb 2013 06:39:16 +0100] rev 8528
and now compile and link properly
2013-02-20 Fix stupid mistake which made checker desync almost always
unc0rr [Thu, 21 Feb 2013 01:27:21 +0400] rev 8527
Fix stupid mistake which made checker desync almost always
2013-02-22 update cmake files to use the two libraries independently physfslayer
koda [Fri, 22 Feb 2013 06:38:46 +0100] rev 8526
update cmake files to use the two libraries independently
2013-02-20 Found another possible source of desync, trying similar workaround on this
unc0rr [Thu, 21 Feb 2013 01:26:38 +0400] rev 8525
Found another possible source of desync, trying similar workaround on this
2013-02-22 split extras and src physfslayer
koda [Fri, 22 Feb 2013 05:43:56 +0100] rev 8524
split extras and src
2013-02-20 Forbit guest checkers
unc0rr [Thu, 21 Feb 2013 00:15:11 +0400] rev 8523
Forbit guest checkers
2013-02-22 use standard library prefix physfslayer
koda [Fri, 22 Feb 2013 05:15:48 +0100] rev 8522
use standard library prefix
2013-02-20 Workaround hGetContents blocking all threads with my own version of the function
unc0rr [Wed, 20 Feb 2013 23:57:01 +0400] rev 8521
Workaround hGetContents blocking all threads with my own version of the function
2013-02-22 reopen and update branch physfslayer
koda [Fri, 22 Feb 2013 05:05:32 +0100] rev 8520
reopen and update branch
2013-02-20 Workaround desync issue if I correctly understand its roots (barely tested)
unc0rr [Wed, 20 Feb 2013 22:54:16 +0400] rev 8519
Workaround desync issue if I correctly understand its roots (barely tested)
2013-02-20 fix compiling on osx when you have multiple linkers installed
koda [Wed, 20 Feb 2013 01:55:23 +0100] rev 8518
fix compiling on osx when you have multiple linkers installed
2013-02-19 Some fixes
unc0rr [Tue, 19 Feb 2013 22:03:33 +0400] rev 8517
Some fixes
2013-02-18 pretty sure esc here is just a holdover from past, and has no use in rearranged implementation.
nemo [Mon, 18 Feb 2013 14:06:16 -0500] rev 8516
pretty sure esc here is just a holdover from past, and has no use in rearranged implementation.
2013-02-18 Parse engine output to deside whether simulation ran to the end
unc0rr [Mon, 18 Feb 2013 23:04:38 +0400] rev 8515
Parse engine output to deside whether simulation ran to the end
2013-02-18 Clear player's clan info on room join
unc0rr [Mon, 18 Feb 2013 22:47:42 +0400] rev 8514
Clear player's clan info on room join
2013-02-18 Disallow kicking the opponent in duel
unc0rr [Mon, 18 Feb 2013 22:21:31 +0400] rev 8513
Disallow kicking the opponent in duel
2013-02-17 Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.
Medo <smaxein@googlemail.com> [Mon, 18 Feb 2013 00:22:16 +0100] rev 8512
Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.
2013-02-17 Catch exceptions when moving files
unc0rr [Mon, 18 Feb 2013 00:31:16 +0400] rev 8511
Catch exceptions when moving files
2013-02-17 No NFData instance for ByteString when ghc >= 7.6
unc0rr [Mon, 18 Feb 2013 00:28:09 +0400] rev 8510
No NFData instance for ByteString when ghc >= 7.6
2013-02-17 Sort checked files into dirs
unc0rr [Mon, 18 Feb 2013 00:22:13 +0400] rev 8509
Sort checked files into dirs
2013-02-16 - Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt)
unc0rr [Sun, 17 Feb 2013 00:25:53 +0400] rev 8508
- Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt) - Fix build with .pro file
2013-02-16 Some more work on checker
unc0rr [Sat, 16 Feb 2013 23:28:16 +0400] rev 8507
Some more work on checker
2013-02-14 - Fix check for void message
unc0rr [Fri, 15 Feb 2013 00:12:19 +0400] rev 8506
- Fix check for void message - Disable sound in checker
2013-02-13 Fix build
unc0rr [Thu, 14 Feb 2013 00:32:13 +0400] rev 8505
Fix build
2013-02-13 Ehm... probably this will improve situation with desyncs
unc0rr [Wed, 13 Feb 2013 23:00:57 +0400] rev 8504
Ehm... probably this will improve situation with desyncs
2013-02-13 Pass hogs names and hats
unc0rr [Wed, 13 Feb 2013 22:59:41 +0400] rev 8503
Pass hogs names and hats
2013-02-13 Fix order of messages
unc0rr [Wed, 13 Feb 2013 21:13:15 +0400] rev 8502
Fix order of messages
2013-02-11 restore prior modifier. I think the damage dealt is appropriate to intended uses
nemo [Mon, 11 Feb 2013 17:09:35 -0500] rev 8501
restore prior modifier. I think the damage dealt is appropriate to intended uses
2013-01-29 Some more Italian translation... still in progress.
Marco Bresciani [Tue, 29 Jan 2013 16:18:36 +0100] rev 8500
Some more Italian translation... still in progress.
2013-02-12 - Add forgotten ammo definitions
unc0rr [Tue, 12 Feb 2013 23:47:41 +0400] rev 8499
- Add forgotten ammo definitions - Fix addteam arguments
2013-02-11 Bring back full log strings for commands, just a bit sanitized
unc0rr [Mon, 11 Feb 2013 10:20:07 +0400] rev 8498
Bring back full log strings for commands, just a bit sanitized
2013-02-10 Hack checker to run engine with record file received (uses hardcoded paths)
unc0rr [Mon, 11 Feb 2013 00:19:15 +0400] rev 8497
Hack checker to run engine with record file received (uses hardcoded paths)
2013-02-10 Prevent 'black team color' error
unc0rr [Mon, 11 Feb 2013 00:14:05 +0400] rev 8496
Prevent 'black team color' error
2013-02-10 Oops, forgot path
unc0rr [Sun, 10 Feb 2013 22:58:16 +0400] rev 8495
Oops, forgot path
2013-02-10 Cleaver tweaks based on feedback. Nerf damage, shrink radius. This means cleaver will embed into ground quite a bit further.
nemo [Sun, 10 Feb 2013 09:50:09 -0500] rev 8494
Cleaver tweaks based on feedback. Nerf damage, shrink radius. This means cleaver will embed into ground quite a bit further.
2013-02-10 oops. more specific ammo tests. maybe could use a few more properties
nemo [Sun, 10 Feb 2013 09:22:29 -0500] rev 8493
oops. more specific ammo tests. maybe could use a few more properties
2013-02-10 Allow moving after firing cleaver. This changes multishoot behaviour quite a bit. Needs a lot of testing.
nemo [Sat, 09 Feb 2013 20:28:05 -0500] rev 8492
Allow moving after firing cleaver. This changes multishoot behaviour quite a bit. Needs a lot of testing.
2013-02-10 Credit links now yellow instead of blue.
dag10 [Sat, 09 Feb 2013 19:14:58 -0500] rev 8491
Credit links now yellow instead of blue.
2013-02-10 Remove Structure from localisation
nemo [Sat, 09 Feb 2013 19:11:32 -0500] rev 8490
Remove Structure from localisation
2013-02-09 Implements protocol message JOINING on frontend, so client in a room always displays correct room name, even when room name changes. Fixes issue 522.
dag10 [Sat, 09 Feb 2013 18:58:19 -0500] rev 8489
Implements protocol message JOINING on frontend, so client in a room always displays correct room name, even when room name changes. Fixes issue #522.
2013-02-09 Removed in-lineedit labels such as "search:" and "room name:" due to size issues with localization and platform differences.
dag10 [Sat, 09 Feb 2013 18:32:51 -0500] rev 8488
Removed in-lineedit labels such as "search:" and "room name:" due to size issues with localization and platform differences.
2013-02-09 Fine, merge :-\
unc0rr [Sun, 10 Feb 2013 01:54:24 +0400] rev 8487
Fine, merge :-\
2013-02-09 Send JOINING message in response to FOLLOW. Actual join may still fail due to room restrictions. Not tested.
unc0rr [Sun, 10 Feb 2013 01:52:13 +0400] rev 8486
Send JOINING message in response to FOLLOW. Actual join may still fail due to room restrictions. Not tested.
2013-02-09 Fix the checker after some testing
unc0rr [Sun, 10 Feb 2013 01:45:25 +0400] rev 8485
Fix the checker after some testing
2013-02-09 New checker of engine messages which is aware of glued together messages
unc0rr [Sun, 10 Feb 2013 01:27:32 +0400] rev 8484
New checker of engine messages which is aware of glued together messages
2013-02-08 Also convert teams to complete game config.
unc0rr [Sat, 09 Feb 2013 00:11:14 +0400] rev 8483
Also convert teams to complete game config. The whole feature is still untested at all.
2013-02-08 Fix official server build
unc0rr [Fri, 08 Feb 2013 23:38:14 +0400] rev 8482
Fix official server build
2013-02-07 - Handle mapgen-specific parameters
unc0rr [Fri, 08 Feb 2013 00:27:07 +0400] rev 8481
- Handle mapgen-specific parameters - Convert ammo set into engine messages
2013-02-06 Converter from game parameters to engine commands, not finished yet
unc0rr [Thu, 07 Feb 2013 00:07:32 +0400] rev 8480
Converter from game parameters to engine commands, not finished yet
2013-02-03 Some work on loading replay and interaction with checker
unc0rr [Mon, 04 Feb 2013 00:13:55 +0400] rev 8479
Some work on loading replay and interaction with checker
2013-02-02 /quit <msg> and /part <msg>
unc0rr [Sat, 02 Feb 2013 22:57:05 +0400] rev 8478
/quit <msg> and /part <msg>
2013-02-02 Don't confirm hogs number to room admin when no constraint hit
unc0rr [Sat, 02 Feb 2013 20:16:12 +0400] rev 8477
Don't confirm hogs number to room admin when no constraint hit
2013-02-01 Fix server crasher
unc0rr [Sat, 02 Feb 2013 00:47:34 +0400] rev 8476
Fix server crasher
2013-02-09 Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue 520)
dag10 [Sat, 09 Feb 2013 15:26:10 -0500] rev 8475
Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue #520)
2013-02-01 Start work on the checker. Not it could connect to the server and... crash it.
unc0rr [Sat, 02 Feb 2013 00:33:27 +0400] rev 8474
Start work on the checker. Not it could connect to the server and... crash it.
2013-02-09 this should not be exposed
nemo [Fri, 08 Feb 2013 21:22:11 -0500] rev 8473
this should not be exposed
2013-02-08 - Collect synced packets to send within 1 second (cSendEmptyPacketTime) into buffer which is flushed each second.
unc0rr [Fri, 08 Feb 2013 15:33:43 +0400] rev 8472
- Collect synced packets to send within 1 second (cSendEmptyPacketTime) into buffer which is flushed each second. - Send empty packet only if there was no other synced message within last second. This should reduce traffic load: less bytes and less packets (less packets is very good for the server too).
2013-02-05 Trying to prevent audio mute from endlessly spamming. Untested.
nemo [Tue, 05 Feb 2013 17:28:12 -0500] rev 8471
Trying to prevent audio mute from endlessly spamming. Untested.
2013-02-02 Hedgeroid: Removed reference to obsolete libphysfsrwops.so
Medo <smaxein@googlemail.com> [Sat, 02 Feb 2013 14:33:35 +0100] rev 8470
Hedgeroid: Removed reference to obsolete libphysfsrwops.so It is now compiled as part of libphysfs.so
2013-02-02 Merge
Medo <smaxein@googlemail.com> [Sat, 02 Feb 2013 14:22:57 +0100] rev 8469
Merge
2013-02-02 trying to prevent sticking. PS. code is hard to read when drunk.
nemo [Fri, 01 Feb 2013 20:15:22 -0500] rev 8468
trying to prevent sticking. PS. code is hard to read when drunk.
2013-02-01 Made map preview a random/edit button again.
dag10 [Fri, 01 Feb 2013 18:07:43 -0500] rev 8467
Made map preview a random/edit button again. Changed how I fixed a bug in r06541556df53. Removed newline delimiters used in maps' desc.txt. The description label actually auto-wraps :)
2013-02-01 forgot this one
nemo [Fri, 01 Feb 2013 08:47:07 -0500] rev 8466
forgot this one
2013-01-31 Fix Hedgeroid argc/argv parameter passing to the engine
Medo <smaxein@googlemail.com> [Thu, 31 Jan 2013 02:14:56 +0100] rev 8465
Fix Hedgeroid argc/argv parameter passing to the engine
2013-02-01 check datadir instead
nemo [Thu, 31 Jan 2013 22:13:30 -0500] rev 8464
check datadir instead
2013-01-31 Move libjnidispatch to jni/ and copy it to libs/ on build
Medo <smaxein@googlemail.com> [Thu, 31 Jan 2013 02:14:04 +0100] rev 8463
Move libjnidispatch to jni/ and copy it to libs/ on build This should fix the build issue where this file is missing after a clean.
2013-02-01 this might possibly appease the shoppa players
nemo [Thu, 31 Jan 2013 21:28:08 -0500] rev 8462
this might possibly appease the shoppa players
2013-01-29 Fix physfs compilation for android (still getting runtime link errors though)
Medo <smaxein@googlemail.com> [Wed, 30 Jan 2013 00:56:28 +0100] rev 8461
Fix physfs compilation for android (still getting runtime link errors though)
2013-01-29 fix EndGame call. w/o a proper exit, demos weren't being saved
nemo [Tue, 29 Jan 2013 13:45:31 -0500] rev 8460
fix EndGame call. w/o a proper exit, demos weren't being saved
2013-01-29 Merge
unc0rr [Tue, 29 Jan 2013 17:28:47 +0400] rev 8459
Merge
2013-01-29 Added roomnameprompt.h/cpp. Sorry 'bout that.
dag10 [Tue, 29 Jan 2013 01:41:41 -0500] rev 8458
Added roomnameprompt.h/cpp. Sorry 'bout that.
2013-01-29 Merge
unc0rr [Tue, 29 Jan 2013 10:10:23 +0400] rev 8457
Merge
2013-01-29 Added roomnameprompt.h/cpp. Sorry 'bout that.
dag10 [Tue, 29 Jan 2013 01:41:41 -0500] rev 8456
Added roomnameprompt.h/cpp. Sorry 'bout that.
2013-01-28 issue #518
nemo [Mon, 28 Jan 2013 15:54:40 -0500] rev 8455
issue #518
2013-01-28 Use Data.ByteString.copy on receive buffer to allow it free no longer used memory
unc0rr [Tue, 29 Jan 2013 00:03:56 +0400] rev 8454
Use Data.ByteString.copy on receive buffer to allow it free no longer used memory
2013-01-28 Reorganized layout and appearance of rooms list page.
dag10 [Sun, 27 Jan 2013 20:17:30 -0500] rev 8453
Reorganized layout and appearance of rooms list page. Creating a new room uses a dialog prompt for the room name, which is preset to whatever your last room name was. Removed dotted rectangle around selected cell in rooms list. Removed bug where gamecfgwidget would be in master mode when joining a game as a slave. Can now join selected room when return is pressed. Can also move room selection while room search box has focus.
2013-01-27 Also rooms per version stats
unc0rr [Mon, 28 Jan 2013 00:50:00 +0400] rev 8452
Also rooms per version stats
2013-01-27 Allow navigating backwards chat widget log while new lines are being added
unc0rr [Sun, 27 Jan 2013 21:46:25 +0400] rev 8451
Allow navigating backwards chat widget log while new lines are being added
2013-02-20 add support for clang 3.3 (although there has to be a better way for this) and output right version number webgl
koda [Wed, 20 Feb 2013 02:21:58 +0100] rev 8450
add support for clang 3.3 (although there has to be a better way for this) and output right version number
2013-01-27 shut a few frontend warnings out
koda [Sun, 27 Jan 2013 02:09:02 +0100] rev 8449
shut a few frontend warnings out
2013-02-20 update FindGLEW to use the same variables as in later CMake files and make sure to include its headers before compiling c stuff webgl
koda [Wed, 20 Feb 2013 02:21:14 +0100] rev 8448
update FindGLEW to use the same variables as in later CMake files and make sure to include its headers before compiling c stuff
2013-01-27 shorten the library label a little bit
koda [Sun, 27 Jan 2013 01:20:50 +0100] rev 8447
shorten the library label a little bit
2013-02-19 Fix sources so pas2c written in haskell could render them again webgl
unc0rr [Tue, 19 Feb 2013 22:45:02 +0400] rev 8446
Fix sources so pas2c written in haskell could render them again
2013-01-26 credits where credit is due
koda [Sun, 27 Jan 2013 00:44:31 +0100] rev 8445
credits where credit is due
2013-01-26 update branch webgl
koda [Sun, 27 Jan 2013 00:28:57 +0100] rev 8444
update branch
2013-01-26 remove trailing whitespaces from share too
koda [Sun, 27 Jan 2013 00:01:26 +0100] rev 8443
remove trailing whitespaces from share too
2013-01-26 whitespaces and tabs again
koda [Sun, 27 Jan 2013 00:00:33 +0100] rev 8442
whitespaces and tabs again
2013-01-26 some whitespaces from ios files
koda [Sat, 26 Jan 2013 23:57:37 +0100] rev 8441
some whitespaces from ios files
2013-01-26 complete tabs and trailing whitespace formatting on frontend
koda [Sat, 26 Jan 2013 23:56:10 +0100] rev 8440
complete tabs and trailing whitespace formatting on frontend
2013-01-26 Not needed anymore
unc0rr [Sat, 26 Jan 2013 22:59:48 +0400] rev 8439
Not needed anymore
2013-01-26 Don't resend "team quit" message when client closes engine, then quits room:
unc0rr [Sat, 26 Jan 2013 22:57:03 +0400] rev 8438
Don't resend "team quit" message when client closes engine, then quits room: - Fixes server crashes when client had more than one team in game - Fixes game freeze when half of players quit game
2013-01-26 uConsole on a diet
koda [Sat, 26 Jan 2013 19:28:37 +0100] rev 8437
uConsole on a diet
2013-01-25 - Also pass unknown cmds to the server when in room
unc0rr [Fri, 25 Jan 2013 22:33:26 +0400] rev 8436
- Also pass unknown cmds to the server when in room - Fix some warnings
2013-01-25 small cleanup
sheepluva [Fri, 25 Jan 2013 14:19:55 +0100] rev 8435
small cleanup
2013-01-25 big indentation/whitespaces cleanup
sheepluva [Fri, 25 Jan 2013 13:59:27 +0100] rev 8434
big indentation/whitespaces cleanup
2013-01-25 Some fixes
unc0rr [Fri, 25 Jan 2013 13:29:20 +0400] rev 8433
Some fixes
2013-01-25 small cleanup, fix ancient warning (the "itPlay" one)
sheepluva [Fri, 25 Jan 2013 12:54:24 +0100] rev 8432
small cleanup, fix ancient warning (the "itPlay" one)
2013-01-25 Fix finding player's another clan
unc0rr [Fri, 25 Jan 2013 12:59:06 +0400] rev 8431
Fix finding player's another clan
2013-01-23 Aesthetic improvements to chat widget. Also fixed the ghosting issue in a few areas by using repaint().
dag10 [Wed, 23 Jan 2013 16:35:26 -0500] rev 8430
Aesthetic improvements to chat widget. Also fixed the ghosting issue in a few areas by using repaint(). Restored "random" button next to "seed" button in mapcontainer widget when in hand-drawn mode.
2013-01-23 Oops, got too excited
unc0rr [Wed, 23 Jan 2013 23:57:47 +0400] rev 8429
Oops, got too excited
2013-01-23 Fix crashers
unc0rr [Wed, 23 Jan 2013 23:54:01 +0400] rev 8428
Fix crashers
2013-01-23 ios, show fps when debugging
koda [Wed, 23 Jan 2013 04:48:04 +0100] rev 8427
ios, show fps when debugging
2013-01-23 update sound preferences in ios settings ('sound' means 'sound effects' instead of 'sound enabled')
koda [Wed, 23 Jan 2013 04:42:18 +0100] rev 8426
update sound preferences in ios settings ('sound' means 'sound effects' instead of 'sound enabled')
2013-01-23 restored ios project file, updated Game() interface, tweaked arg parsing, updated log writing, minor warnings
koda [Wed, 23 Jan 2013 03:37:27 +0100] rev 8425
restored ios project file, updated Game() interface, tweaked arg parsing, updated log writing, minor warnings
(0) -3000 -1000 -120 +120 +1000 +3000 tip