Tue, 04 Apr 2017 23:43:19 +0200 whitespace fixes (SEE, I AM USEFUL!)
sheepluva [Tue, 04 Apr 2017 23:43:19 +0200] rev 12159
whitespace fixes (SEE, I AM USEFUL!)
Sun, 09 Oct 2016 19:59:00 +0200 added CloudsL and FlakeL
KoBeWi <kobewi4e@gmail.com> [Sun, 09 Oct 2016 19:59:00 +0200] rev 12158
added CloudsL and FlakeL
Tue, 04 Apr 2017 21:17:02 +0200 Fix hedgehogs/ticker ignoring kills without damage (#149)
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 21:17:02 +0200] rev 12157
Fix hedgehogs/ticker ignoring kills without damage (#149)
Tue, 04 Apr 2017 17:02:38 +0200 Lua callback: onUsedAmmo, after using up an ammo
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 17:02:38 +0200] rev 12156
Lua callback: onUsedAmmo, after using up an ammo Useful to know when e.g. shotgun attack has finished Syntax: onUsedAmmo(ammoType) * ammoType: Ammo type of used ammo Note: Not called for ammo type amNothing Thanks to KoBeWi
Tue, 04 Apr 2017 05:35:11 +0200 Disable incorrect “%1” messages in German home run messages
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 05:35:11 +0200] rev 12155
Disable incorrect “%1” messages in German home run messages %1 is not yet supported for home runs
Tue, 04 Apr 2017 05:33:15 +0200 Add a bunch of funny ticker messages for English
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 05:33:15 +0200] rev 12154
Add a bunch of funny ticker messages for English
Tue, 04 Apr 2017 02:41:11 +0200 Fix incorrect size of Beach theme icons
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 02:41:11 +0200] rev 12153
Fix incorrect size of Beach theme icons The icons had about double the required size. This caused a graphical glitch when selecting Beach and hand-drawn map.
Tue, 04 Apr 2017 02:22:30 +0200 Mention addition of Beach theme in changelog
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 02:22:30 +0200] rev 12152
Mention addition of Beach theme in changelog
Tue, 04 Apr 2017 02:06:35 +0200 Update German frontend translation
Wuzzy <almikes@aol.com> [Tue, 04 Apr 2017 02:06:35 +0200] rev 12151
Update German frontend translation
Mon, 20 Mar 2017 08:58:30 -0400 sanity cutoff for splash sound
nemo [Mon, 20 Mar 2017 08:58:30 -0400] rev 12150
sanity cutoff for splash sound
Mon, 06 Feb 2017 18:15:29 +0300 Fix handlers module
unc0rr [Mon, 06 Feb 2017 18:15:29 +0300] rev 12149
Fix handlers module
Mon, 06 Feb 2017 17:54:27 +0300 Store room protocol number
unc0rr [Mon, 06 Feb 2017 17:54:27 +0300] rev 12148
Store room protocol number
Sat, 04 Feb 2017 19:52:38 +0300 Room creation halfplemented
unc0rr [Sat, 04 Feb 2017 19:52:38 +0300] rev 12147
Room creation halfplemented
Fri, 27 Jan 2017 23:03:31 +0300 SendAllButMe action, list all clients in lobby in LobbyJoined message to newcomers
unc0rr [Fri, 27 Jan 2017 23:03:31 +0300] rev 12146
SendAllButMe action, list all clients in lobby in LobbyJoined message to newcomers
Thu, 26 Jan 2017 14:45:44 +0300 Lobby joining action
unc0rr [Thu, 26 Jan 2017 14:45:44 +0300] rev 12145
Lobby joining action
Wed, 25 Jan 2017 23:48:23 +0300 More refactoring
unc0rr [Wed, 25 Jan 2017 23:48:23 +0300] rev 12144
More refactoring
Tue, 24 Jan 2017 20:28:16 +0300 Toss code around
unc0rr [Tue, 24 Jan 2017 20:28:16 +0300] rev 12143
Toss code around
Mon, 23 Jan 2017 23:43:29 +0300 Start refactoring path from getting message from client to reacting to it
unc0rr [Mon, 23 Jan 2017 23:43:29 +0300] rev 12142
Start refactoring path from getting message from client to reacting to it
Wed, 18 Jan 2017 22:54:02 +0300 Basic support for NICK message
unc0rr [Wed, 18 Jan 2017 22:54:02 +0300] rev 12141
Basic support for NICK message
Wed, 18 Jan 2017 22:23:41 +0300 Fix malformed messages parsing
unc0rr [Wed, 18 Jan 2017 22:23:41 +0300] rev 12140
Fix malformed messages parsing
Wed, 18 Jan 2017 22:15:55 +0300 - Handle errors
unc0rr [Wed, 18 Jan 2017 22:15:55 +0300] rev 12139
- Handle errors - Client removal routine - Handle QUIT message
Sun, 15 Jan 2017 00:34:36 +0300 Introduce actions, just like in the old server
unc0rr [Sun, 15 Jan 2017 00:34:36 +0300] rev 12138
Introduce actions, just like in the old server
Sat, 14 Jan 2017 22:30:09 +0300 - Use logging facilities instead of plain println!
unc0rr [Sat, 14 Jan 2017 22:30:09 +0300] rev 12137
- Use logging facilities instead of plain println! - Parse malformed messages, parser doesn't get stuck anymore
Sat, 14 Jan 2017 00:46:52 +0300 - Render messages to string
unc0rr [Sat, 14 Jan 2017 00:46:52 +0300] rev 12136
- Render messages to string - Respond to PING messages
Wed, 11 Jan 2017 22:42:59 +0300 Add more messages to the parser
unc0rr [Wed, 11 Jan 2017 22:42:59 +0300] rev 12135
Add more messages to the parser
Wed, 11 Jan 2017 17:39:21 +0300 Optional parameters parsing function
unc0rr [Wed, 11 Jan 2017 17:39:21 +0300] rev 12134
Optional parameters parsing function
Sun, 08 Jan 2017 23:57:45 +0300 Some parsing using nom
unc0rr [Sun, 08 Jan 2017 23:57:45 +0300] rev 12133
Some parsing using nom
Sat, 07 Jan 2017 21:34:00 +0300 Give up on lalrpop, let's try nom
unc0rr [Sat, 07 Jan 2017 21:34:00 +0300] rev 12132
Give up on lalrpop, let's try nom
Fri, 06 Jan 2017 01:00:21 +0300 Still trying to make parser work
unc0rr [Fri, 06 Jan 2017 01:00:21 +0300] rev 12131
Still trying to make parser work
Thu, 05 Jan 2017 19:07:01 +0300 Start on messages parser
unc0rr [Thu, 05 Jan 2017 19:07:01 +0300] rev 12130
Start on messages parser
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip