unc0rr [Fri, 28 Oct 2022 21:12:01 +0200] rev 15913
- Run engine and socket listener in parallel to avoid ping timeouts
- Update dependencies
nemo [Mon, 24 Oct 2022 10:07:35 -0400] rev 15912
merge branch
nemo [Mon, 24 Oct 2022 10:06:52 -0400] rev 15911
cfgdir needs a default value to avoid writing stubs to current path
nemo [Mon, 24 Oct 2022 10:02:06 -0400] rev 15910
bump version
S.D. [Sun, 16 Oct 2022 20:15:57 +0300] rev 15909
Make direct messages (/msg) look nicer for the next version clients
S.D. [Sun, 16 Oct 2022 13:14:16 +0300] rev 15908
Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D. [Thu, 06 Oct 2022 20:58:54 +0300] rev 15907
Don't abort ready timer if the game is in Confirm state
unC0Rr [Thu, 06 Oct 2022 12:38:07 +0200] rev 15906
Simplify code
S.D. [Wed, 05 Oct 2022 22:39:07 +0300] rev 15905
Add direct message server command (/msg <nick_name>|<[nick name]> <message>)
unC0Rr [Thu, 29 Sep 2022 16:30:02 +0200] rev 15904
Add some work towards having checker work with the new server
unC0Rr [Thu, 29 Sep 2022 16:29:23 +0200] rev 15903
Add replay storage to the new server implementation
unC0Rr [Thu, 29 Sep 2022 16:28:52 +0200] rev 15902
Fix a couple issues
S.D. [Tue, 27 Sep 2022 15:10:52 +0300] rev 15901
Change the next major release version number to 1.1.0
S.D. [Tue, 27 Sep 2022 14:59:03 +0300] rev 15900
Allow to see rooms of incompatible versions in the lobby
For the new clients the room version is shown in a separate column.
There is also a hack for previous versions clients: the room vesion
specifier is prepended to the room names for rooms of incompatible versions,
and the server shows 'incompatible version' error if the client tries to join them.
LocutusOfBorg [Fri, 23 Sep 2022 12:47:47 -0400] rev 15899
Fix clang-15 compile error
S.D. [Fri, 23 Sep 2022 02:45:49 +0300] rev 15898
Add GHC_DYNAMIC cmake option - allows building dynamically-linked haskell object files and executables (needed for some distributions)
S.D. [Fri, 23 Sep 2022 02:21:21 +0300] rev 15897
Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
alfadur [Wed, 21 Sep 2022 06:55:31 +0300] rev 15896
fix the other 2 pred/succ conversions
alfadur [Wed, 21 Sep 2022 06:36:05 +0300] rev 15895
fix pred/succ conversion
alfadur [Wed, 21 Sep 2022 06:55:31 +0300] rev 15894
fix the other 2 pred/succ conversions
alfadur [Wed, 21 Sep 2022 06:36:05 +0300] rev 15893
fix pred/succ conversion
nemo [Mon, 12 Sep 2022 18:56:28 -0400] rev 15892
merge from 1.0 branch
nemo [Mon, 12 Sep 2022 18:37:04 -0400] rev 15891
tag a 1.0.2
nemo [Mon, 12 Sep 2022 18:36:39 -0400] rev 15890
I keep forgetting to bump the patch version
nemo [Mon, 12 Sep 2022 18:36:27 -0400] rev 15889
Removed tag 1.0.2-release
nemo [Mon, 12 Sep 2022 18:31:43 -0400] rev 15888
tag a 1.0.2
unC0Rr [Thu, 22 Oct 2020 12:33:35 +0200] rev 15887
Mark global variables in implementation section static
unc0rr [Tue, 20 Oct 2020 20:09:44 +0200] rev 15886
Fix lack of declaration decorations for dynamic arrays in Pas2C
LocutusOfBorg [Mon, 12 Sep 2022 18:23:24 -0400] rev 15885
removed at request
"basically, you copy pasted from some really old cmake version not shipping it, I don't know"
LocutusOfBorg [Mon, 12 Sep 2022 12:51:41 -0400] rev 15884
Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro