News:

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

Comment for "Incorporating changes from Standard#524"

Started by mirror176, September 19, 2025, 01:24:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mirror176

Don't know if I am locked from commenting on existing threads for a reason and hope the question was not still relevant but in case neroden still wanted to know where and is still around maybe this will help. I was searching for how to find such a thing. I used `git log -S'city_history_month[0][HIST_CITICENS] = get_einwohner();' simcity.cc` then read general file changes with `git log -c -m -p simcity.cc`. Pressed '/' to search and pasted the commit ID then began reading.
commit 7379e13c0ebd8458b2360975d845be6cef6531e8
Author: ceeac <git.ceeac@gmail.com>
Date:   Fri Oct 16 20:27:04 2020 +0000

    CODE: Fix typos: citicen -> citizen
   
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@9296
    8aca7d54-2c30-db11-9de9-000461428c89
now that I knew I may need to look for a variation of the line I redid the search but with spelling of CITICEN and found
commit 72f6d3332c6e6decaab7f451598fc51e8389cae5
Author: James E. Petts <jamespetts@yahoo.com>
Date:   Wed Oct 9 00:29:52 2013 +0100

    ADD: Proper city statistics for jobs/population/visitor demand according to the new system.
    NOTE: The statistics use unadjusted figures, whereas the buildings display the adjusted figures. Consider synchronising these or else this could be confusing to players.

seems to be the point it was removed. Before that there was c290b66883d9285eefffe64f63c94aa73a4ea93e which prissi additional renaming so further before-delete history is hidden without additional searching. I hope conversation is just moved elsewhere instead of the import efforts stopping again.