The International Simutrans Forum

PakSets and Customization => Other paksets => Pak48.Excentrique => Topic started by: _Hajo_ on January 22, 2022, 05:59:14 PM

Title: pak48.Excentrique v0.19 RC3 Released
Post by: _Hajo_ on January 22, 2022, 05:59:14 PM
I've become really rusty at this. Screwed branches and commits ... and suddenly had all updates on the wrong branch. I tried to fix but I would not be surprised if the archive contains some stuff that belong to v0.20 rather.

Download:
==> https://github.com/Varkalandar/pak48.Excentrique/releases/download/v0.19_RC3/pak48.excentrique_v019rc3.zip

Changes since RC2:

(I'll have another go at the saucer part of the remover tool. It became too blurred.)

(https://user-images.githubusercontent.com/62077919/150649859-1c77d030-263b-4259-bc1a-3edbcbb3a0bd.png)
Title: Re: pak48.Excentrique v0.19 RC3 Released
Post by: prissi on January 23, 2022, 01:49:52 AM
I like the tool design.

I can understand your issues with git(hub) it is still very different from the SVN style development ...

May I suggest changing your makefile a little (like the pak128 one) to have a commit or a revision in the ground outside automatically? This would allow the installer to automatically update the pakset.

Also you could use github to build nightly releases. An example for both in the pak128: https://github.com/simutrans/pak128 in the Makfile (see OUTSIDE) and .github/workflows/pak128-nightly.yml
Title: Re: pak48.Excentrique v0.19 RC3 Released
Post by: _Hajo_ on January 24, 2022, 06:52:58 PM
Quote from: prissi on January 23, 2022, 01:49:52 AM
May I suggest changing your makefile a little (like the pak128 one) to have a commit or a revision in the ground outside automatically? This would allow the installer to automatically update the pakset.

Also you could use github to build nightly releases.

Yes, the github actions are something very convenient. I am surprised to see this offered in a free tool.
I'll take a look and see if I can expand the makefile to include revision info from git commits.