Time Nick Message 03:04 jyfl987_ thexyz: i dont know how to using vc for compiling 15:44 OldCoder I have merged some pulls and started a server-client fork. People are welcome to submit patches in the format: diff -ruN 15:44 OldCoder A new Windows client has been compiled just now and is being tested 15:45 OldCoder Additionally, it appears that full gcc optimizations cause crashes on some platforms. I'm dropping down to straight -O2 for now. 15:49 celeron55_ OldCoder: put up some links so people can easily take a quick look 16:09 OldCoder Back 16:09 OldCoder celeron55_, of course 16:09 OldCoder I am preparing things this morning 16:09 OldCoder Windows client seems to work. Stuff will be posted in the next few hours. 16:23 OldCoder My previous Windows client, built with essentially the same scripts, loaded and saved the minetest.conf in the program tree. The new version seems to use c:\users instead. Is anybody able to comment on how to make it use the internal copy? 16:25 OldCoder Similarly the cache now goes to c:\users\name\Application Data 16:26 celeron55_ RUN_IN_PLACE 16:26 celeron55_ documented in README.txt 16:26 OldCoder Yes 16:26 OldCoder I am familiar with the option. Thought it was the same as before. 16:26 OldCoder Checking 16:26 OldCoder I am necessarily familiar as I have been building the server and clients both 16:27 celeron55_ it is the only thing that affects the behavior 16:27 OldCoder yes 16:27 OldCoder I must be using a different script. Thank you.