(RFC3E) Releases and Git update log

voigt

Chieftain
Joined
Aug 13, 2023
Messages
51
Location
Paris, France
This is a separate thread for RFC3E commit logs and releases.

Merged a pull request in main branch that adds the BUG mod v4.4. This adds all the UI enhancements included in the BUG mod (scoreboard, progress bar etc...)
This PR also adds minor UI improvements:
  • added RFC DOC advisor background
  • added RFC DOC new espionage advisor
  • added RFC DOC new road building icon
Spoiler screenshots :

Screenshot (3).png
Screenshot (4).png
Screenshot (5).png
Screenshot (6).png
Screenshot (7).png
Screenshot (8).png
Screenshot (9).png

 
Merged few pull requests (#39, #40, #41). These improve XML texts and future changes by converting them to UTF8. Also fills in remaining translations that have not been done with English values.
 
As you know by now, I'm not familiar with git, how much effort would it be to use SVN update? Since rfce players are used to that? If maybe more of them appears? 🤔
 
@gilgames git has become ubiquitous in software development since almost 15 years (google trend).
The equivalent command to svn update is git pull.
Here's the GitHub tutorial for Github Desktop, here's for Git itself. This is a nice tutorial for git and GitHub.
With GitHub Desktop, you can do most of thing as a user of a git repository (which is fetching new changes (ie. commits) and moving between branches).
 
Last edited:
Merged a pull request that adds the ability to display the stability value in scoreboard. I've added a checkbox to enable or disable this option. This option is disabled by default. Suggested by @gilgames

Spoiler screenshots :

2024-05-25_22-05-1716669320.jpg
2024-05-25_22-05-1716669837.jpg
2024-05-25_23-05-1716671813.jpg

 
Last edited:
Top Bottom