Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Engine changes (LuaJIT)

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
5/22/2021 4:49:13 AMGBrankPresstabstart before revert after revert
5/22/2021 4:46:48 AMGBrankPresstabstart before revert after revert
5/22/2021 4:36:10 AMGBrankPresstabstart before revert after revert
Before After
1 I've updated the release, but only on Linux due to my MXE environment messing up or something. This one actually turns on the JIT. . . which I embarrassingly forgot to do. It now works with the lobby as well, or at least it should. 1 I've updated the release, but only on Linux due to my MXE environment messing up or something. This one actually turns on the JIT. . . which I embarrassingly forgot to do ( it relied on the interpreter beforehand, which is still very fast) . It now works with the lobby as well, or at least it should.
2 \n 2 \n
3 Again it's here: https://github.com/pts1667/spring/releases/tag/105.1.0 3 Again it's here: https://github.com/pts1667/spring/releases/tag/105.1.0
4 \n 4 \n
5 To use it with the lobby (Linux): 5 To use it with the lobby (Linux):
6 'cd' to the Zero-K folder 6 'cd' to the Zero-K folder
7 type 'mkdir engines/105 && wget -qO- https://github.com/pts1667/spring/releases/download/105.1.0/spring-build-maintainence.tar.xz | tar xvz - && cp -a ./spring-build-maintainence/. engines/105/ && rm -rf ./spring-build-maintainence' 7 type 'mkdir engines/105 && wget -qO- https://github.com/pts1667/spring/releases/download/105.1.0/spring-build-maintainence.tar.xz | tar xvz - && cp -a ./spring-build-maintainence/. engines/105/ && rm -rf ./spring-build-maintainence'
8 this will download and extract the engine ver. 8 this will download and extract the engine ver.
9 \n 9 \n
10 type 'cd engines/105 && cp -a bin/. ./ && cp -a lib/. ./ && cp -a share/games/spring/. ./ && touch done.txt && cd ../../' 10 type 'cd engines/105 && cp -a bin/. ./ && cp -a lib/. ./ && cp -a share/games/spring/. ./ && touch done.txt && cd ../../'
11 \n 11 \n
12 this will set up the folders 12 this will set up the folders
13 \n 13 \n
14 type 'Zero-K_linux64.sh rapid://zk:test 105', this will launch zk (could also use zk:stable instead) on the engine ver you just downloaded 14 type 'Zero-K_linux64.sh rapid://zk:test 105', this will launch zk (could also use zk:stable instead) on the engine ver you just downloaded
15 \n 15 \n
16 (note I haven't actually tested these commands yet, but this is "generally" how I set it up) 16 (note I haven't actually tested these commands yet, but this is "generally" how I set it up)
17 \n 17 \n
18 To use it with lobby (Windows): 18 To use it with lobby (Windows):
19 idk 19 idk