Windows Server

Additional files for the client such as sound, music or fonts.
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

4.5.9 version: https://tokariew.xyz/nextcloud/s/gfXEikeqrZ8EnPx

and few notes for guys who want compile server for windows on linux using mingw
you should have wine. it's neccesary to compile.

you should from version 4.5.9, maybe 4.5.8.a too from cmd1.c and slash.c in src/server folder delete this lines

Code: Select all

#define BACKTRACE_NOTHINGS
#ifdef BACKTRACE_NOTHINGS
 #include <execinfo.h>
#endif
probably they should look like it for adding execinfo.h to linux builds of servers and not adding them for rest of systems:

Code: Select all

#if defined(__linux__)
 #include <execinfo.h>
#endif
but i not sure if it works good.
Last edited by tokariew on Sun Aug 08, 2021 2:23 pm, edited 4 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

4.6.0 version of server is here: https://tokariew.xyz/nextcloud/s/pfYTFL99patnbRe
Last edited by tokariew on Sun Aug 08, 2021 2:24 pm, edited 4 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

4.6.1 version: https://tokariew.xyz/nextcloud/s/SBLWsQHdkqdbXwz
don't use gcc 5.1.0 to compile. After that i have problem with connecting to server, maybe some error with my network.
Last edited by tokariew on Sun Aug 08, 2021 2:24 pm, edited 4 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

ancient snapshot…
newest snapshot: https://www.dropbox.com/s/i30yur2hki0i6 ... 1.zip?dl=0

It keep increase in size, I should start to learn more about compiling probably…
to compile it was used: i686-w64-mingw32-gcc (GCC) 6.1.0 20160427 (Fedora MinGW 6.1.0-1.fc24)
It's snapshot, so beware of Dragon eating your dog
Last edited by tokariew on Sat May 22, 2021 8:23 am, edited 1 time in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

Snapshot deleted
slighty newer snapshot TomeNET 4.6.1.2 (Compiled Sep 17 2016 15:56:01):
https://www.dropbox.com/s/agtmkxedi8jxd ... 7.zip?dl=0
Last edited by tokariew on Mon Apr 19, 2021 6:37 pm, edited 1 time in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

4.7.0 version of server: https://tokariew.xyz/nextcloud/s/kystxYPNHGyaaPa

If you want it to report to meta, and be visible for everyone, edit tomenet.cfg file in lib/config directory and run as admin

It's have already updated lua from 2016-10-09
Last edited by tokariew on Sun Aug 08, 2021 2:25 pm, edited 3 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

4.7.0a version: https://tokariew.xyz/nextcloud/s/RPGTFsZLXf9D56E
That was quick :D
Last edited by tokariew on Sun Aug 08, 2021 2:25 pm, edited 3 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

so little update, for ninja update of source code
link is the same.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

Last edited by tokariew on Sun Aug 08, 2021 2:25 pm, edited 3 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
User avatar
tokariew
Posts: 373
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: Windows Server

Post by tokariew »

Last edited by tokariew on Sun Aug 08, 2021 2:25 pm, edited 3 times in total.
img {
max-width: 100%;
}
https://tokariew.xyz
Post Reply