Page 1 of 1

older source code

PostPosted: Sun May 05, 2013 20:23
by ch98
Is there any older (minetest 0.4.4) source code download existing? If there is, can you get the link for it?

PostPosted: Sun May 05, 2013 20:38
by PilzAdam
You can use the git history to get older source trees.

PostPosted: Mon May 06, 2013 05:07
by sfan5
You can find old commits at https://github.com/minetest/minetest/commits/master
Click on e.g. "Add new drawtype GLASSLIKE_FRAMED", then click on Browse Code
You should see the commit you clicked on below the "Files, Commits, Branches" Tabs.
Now click on ↓ZIP and it will download the source code at the point where the commit was made