2016-10-14 update Changelog
sheepluva [Fri, 14 Oct 2016 23:25:51 +0200] rev 11869
update Changelog
2016-10-14 rising flakes will no longer fly forever [reviewed, cleaned up and committed by sheepluva]
KoBeWi <kobewi4e@gmail.com> [Fri, 14 Oct 2016 22:52:04 +0200] rev 11868
rising flakes will no longer fly forever [reviewed, cleaned up and committed by sheepluva]
2016-10-03 Make frozen hogs poison immune
nemo [Mon, 03 Oct 2016 14:10:25 -0400] rev 11867
Make frozen hogs poison immune
2016-10-02 lupdate-qt4
sheepluva [Sun, 02 Oct 2016 18:30:15 +0200] rev 11866
lupdate-qt4
2016-10-02 fix for Bug 91 - Make DELEGATE action available in frontend
sheepluva [Sun, 02 Oct 2016 18:29:55 +0200] rev 11865
fix for bug #91 - Make DELEGATE action available in frontend
2016-10-02 fix a typo back from may that apparently completely broke online-multiplayer due to causing a frontend crash on joining somebody else's room
sheepluva [Sun, 02 Oct 2016 17:39:42 +0200] rev 11864
fix a typo back from may that apparently completely broke online-multiplayer due to causing a frontend crash on joining somebody else's room
2016-10-02 Bug 115 - Application icon is missing
sheepluva [Sun, 02 Oct 2016 15:15:39 +0200] rev 11863
bug #115 - Application icon is missing
2016-10-02 also update ghc info in INSTALL file
sheepluva [Sun, 02 Oct 2016 12:42:16 +0200] rev 11862
also update ghc info in INSTALL file
2016-10-02 travis: also add libghc-regex-tdfa-dev to dependencies
sheepluva [Sun, 02 Oct 2016 12:00:39 +0200] rev 11861
travis: also add libghc-regex-tdfa-dev to dependencies
2016-10-01 increase heart count in seduction effect. FPS are overrated anyway
sheepluva [Sun, 02 Oct 2016 01:26:59 +0200] rev 11860
increase heart count in seduction effect. FPS are overrated anyway
2016-10-01 reflect dataenc->sandi change in travis file
sheepluva [Sun, 02 Oct 2016 01:17:33 +0200] rev 11859
reflect dataenc->sandi change in travis file
2016-10-01 and while I'm at it, fix seduction... kinda ♥
sheepluva [Sun, 02 Oct 2016 00:42:29 +0200] rev 11858
and while I'm at it, fix seduction... kinda ♥
2016-10-01 pimp up random droplet movement vector init to create half-elliptic rather than square patterns - makes using piano less painful to the eyes
sheepluva [Sat, 01 Oct 2016 22:48:00 +0200] rev 11857
pimp up random droplet movement vector init to create half-elliptic rather than square patterns - makes using piano less painful to the eyes
2016-10-01 adding some frontend stuff to changelog
sheepluva [Sat, 01 Oct 2016 22:35:14 +0200] rev 11856
adding some frontend stuff to changelog
2016-10-01 - Use sandi instead of dataenc (bugs.debian.org/836686)
unc0rr [Sat, 01 Oct 2016 21:27:05 +0300] rev 11855
- Use sandi instead of dataenc (bugs.debian.org/836686) - Only try to import module from the package being tested (sometimes packages have modules with equal names, so a test for module presence could succeed when you have one package installed instead of another)
2016-10-01 Use regex match for bans
unc0rr [Sat, 01 Oct 2016 20:56:42 +0300] rev 11854
Use regex match for bans
2016-10-01 fix issue 110
sheepluva [Sat, 01 Oct 2016 19:06:12 +0200] rev 11853
fix issue #110
2016-10-01 fix build
sheepluva [Sat, 01 Oct 2016 16:45:59 +0200] rev 11852
fix build
2016-09-27 Drop xfire module
koda [Mon, 26 Sep 2016 23:36:00 -0400] rev 11851
Drop xfire module The service shut down, this is now dead code with potential GPL license incompatibility.
2016-09-24 minor german translation adjustment
sheepluva [Sat, 24 Sep 2016 21:01:12 +0200] rev 11850
minor german translation adjustment
2016-09-15 fix typo and hopefully also pas2c
sheepluva [Fri, 16 Sep 2016 00:41:03 +0200] rev 11849
fix typo and hopefully also pas2c
2016-09-15 Highlander: give visual and acustic feedback when weapons are collected from a kill, similar to collecting a crate
sheepluva [Fri, 16 Sep 2016 00:22:05 +0200] rev 11848
Highlander: give visual and acustic feedback when weapons are collected from a kill, similar to collecting a crate
2016-09-15 Lua API: IsHogLocal(gearUid)
sheepluva [Fri, 16 Sep 2016 00:01:43 +0200] rev 11847
Lua API: IsHogLocal(gearUid)
2016-09-15 Lua API: GetAmmoName(ammoType)
sheepluva [Thu, 15 Sep 2016 23:16:49 +0200] rev 11846
Lua API: GetAmmoName(ammoType)
2016-09-09 merge with github
koda [Fri, 09 Sep 2016 15:57:30 +0000] rev 11845
merge with github
2016-09-04 Lua API: fix incorrect error message. thanks to TheAnachron and rhino for pointing this out
sheepluva [Sun, 04 Sep 2016 21:23:00 +0200] rev 11844
Lua API: fix incorrect error message. thanks to TheAnachron and rhino for pointing this out
2016-08-11 Make in-game chat work qmlfrontend
unc0rr [Thu, 11 Aug 2016 23:05:14 +0300] rev 11843
Make in-game chat work
2016-08-02 Preparation to sending engine messages to net. qmlfrontend
unc0rr [Tue, 02 Aug 2016 23:08:17 +0300] rev 11842
Preparation to sending engine messages to net.
2016-07-15 merge default qmlfrontend
unc0rr [Fri, 15 Jul 2016 22:39:07 +0300] rev 11841
merge default
2016-07-09 Use less weird options
unc0rr [Sat, 09 Jul 2016 22:40:44 +0300] rev 11840
Use less weird options
2016-07-02 Remove some more bytestring-show references, e.g. INSTALL file and travis file
LocutusOfBorg [Sat, 02 Jul 2016 17:56:10 +0200] rev 11839
Remove some more bytestring-show references, e.g. INSTALL file and travis file
2016-06-29 bytestring-show RIP
unc0rr [Wed, 29 Jun 2016 20:16:29 +0300] rev 11838
bytestring-show RIP
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 tip