News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

pak48.Excentrique v0.19 RC3 Released

Started by _Hajo_, January 22, 2022, 05:59:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

_Hajo_

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:

  • Gave more tool icons a consistent design
  • The twin laser bridge now has a glow effect
  • Improved the "remover" tool
  • Green magnatrack and magnatrack depot got slightly improved shadows
  • Added more missing translation entries

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


prissi

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

_Hajo_

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.