Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Std r11091 aliasing fonts #664

Open
wants to merge 57 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2024

  1. ADD: Aliasing fonts, but default font loading still broken

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11091
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	Simutrans.sln
    #	src/simutrans/sys/simsys.cc
    
    NOTE:
    Changes to symsys have been skipped.
    Need to check this out.
    prissi authored and Ranran-the-JuicyPork committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3d492d0 View commit details
    Browse the repository at this point in the history
  2. FIX: start also with a wrong unloadable font specified

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11093
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/display/simgraph16.cc
    
    Changes to simgraph16 related to dr_get_system_font() have been skipped.
    Need to recheck it.
    prissi authored and Ranran-the-JuicyPork committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    194305c View commit details
    Browse the repository at this point in the history
  3. CHG: Almost impossible to have a language selected with a non-matchin…

    …g font
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11094
    8aca7d54-2c30-db11-9de9-000461428c89
    prissi authored and Ranran-the-JuicyPork committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8cdc75e View commit details
    Browse the repository at this point in the history
  4. FIX: default char for cyr.bdf and revision detection fpor MSVC

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11095
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	simutrans/text/be.tab
    #	simutrans/text/bg.tab
    #	simutrans/text/ca.tab
    #	simutrans/text/cn.tab
    #	simutrans/text/cz.tab
    #	simutrans/text/de.tab
    #	simutrans/text/dk.tab
    #	simutrans/text/en.tab
    #	simutrans/text/en/depot.txt
    #	simutrans/text/eo.tab
    #	simutrans/text/es.tab
    #	simutrans/text/et.tab
    #	simutrans/text/fi.tab
    #	simutrans/text/fp.tab
    #	simutrans/text/fr.tab
    #	simutrans/text/gr.tab
    #	simutrans/text/hr.tab
    #	simutrans/text/hu.tab
    #	simutrans/text/id.tab
    #	simutrans/text/it.tab
    #	simutrans/text/ja.tab
    #	simutrans/text/ko.tab
    #	simutrans/text/lt.tab
    #	simutrans/text/nl.tab
    #	simutrans/text/no.tab
    #	simutrans/text/pl.tab
    #	simutrans/text/pt.tab
    #	simutrans/text/ro.tab
    #	simutrans/text/ru.tab
    #	simutrans/text/sk.tab
    #	simutrans/text/sv.tab
    #	simutrans/text/th.tab
    #	simutrans/text/uk.tab
    #	simutrans/text/zh.tab
    #	tools/get_revision.ps1
    prissi authored and Ranran-the-JuicyPork committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6c53d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    277e8bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27d4f3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51b6167 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    335fd1f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Fix: Font selection dialogue shown even for headless server

    Headless server does not need a font as it's never shown anyway.
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11127
    8aca7d54-2c30-db11-9de9-000461428c89
    ceeac authored and Ranran-the-JuicyPork committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5d04046 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/std-r10996' into st…

    …d-r11091-aliasing-fonts
    
    # Conflicts:
    #	documentation/cherry-picked-commits.txt
    #	gui/banner.h
    Ranran-the-JuicyPork committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9b7d8b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. ADD: function find backend specific default TTF font dr_get_system_fo…

    …nt()
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10908
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/dataobj/environment.cc
    prissi authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7ebb547 View commit details
    Browse the repository at this point in the history
  2. FIX: actually return anything ...

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10910
    8aca7d54-2c30-db11-9de9-000461428c89
    prissi authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4c77f96 View commit details
    Browse the repository at this point in the history
  3. FIX: Crash when trying to load TTF font without family or style name

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10925
    8aca7d54-2c30-db11-9de9-000461428c89
    ceeac authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e3cda35 View commit details
    Browse the repository at this point in the history
  4. Display only family name if TTF font has no style name

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10926
    8aca7d54-2c30-db11-9de9-000461428c89
    ceeac authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d2eebb0 View commit details
    Browse the repository at this point in the history
  5. dr_mkdir now makes directories recusively

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11049
    8aca7d54-2c30-db11-9de9-000461428c89
    prissi authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9584db3 View commit details
    Browse the repository at this point in the history
  6. FIX: Height conversion mode ignored if selected after heightmap

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11081
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	simutrans/history.txt
    ceeac authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8f24f0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0763bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d56839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6de1cb3 View commit details
    Browse the repository at this point in the history
  10. Remove superfluous newline from makeobj log message

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11111
    8aca7d54-2c30-db11-9de9-000461428c89
    ceeac authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c7f8c50 View commit details
    Browse the repository at this point in the history
  11. CODE: Const correctness

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11112
    8aca7d54-2c30-db11-9de9-000461428c89
    ceeac authored and Ranran-the-JuicyPork committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7752e5a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    32bf00f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f6bc466 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. CHG: Since we need anyway a wide string, jus use the windows font to …

    …ask for wide font names
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11129
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/sys/simsys.cc
    prissi authored and Ranran-the-JuicyPork committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b9cd1c7 View commit details
    Browse the repository at this point in the history
  2. Allow also for C++20 standard compilation

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11130
    8aca7d54-2c30-db11-9de9-000461428c89
    prissi authored and Ranran-the-JuicyPork committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c4ee63c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    0fc02ab View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    4b9a818 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    7bcdccb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/std-r10996' into st…

    …d-r11091-aliasing-fonts
    
    # Conflicts:
    #	display/font.cc
    Ranran-the-JuicyPork committed May 26, 2024
    Configuration menu
    Copy the full SHA
    39451cb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    fb62b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e64cc View commit details
    Browse the repository at this point in the history
  3. Silence compiler warnings

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11162
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/gui/components/gui_convoiinfo.h
    #	src/simutrans/gui/components/gui_textinput.cc
    ceeac authored and Ranran-the-JuicyPork committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2db287c View commit details
    Browse the repository at this point in the history
  4. CODE: remove unused parameter

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10827
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/gui/signal_info.cc
    #	src/simutrans/script/api/api_command.cc
    #	src/simutrans/siminteraction.cc
    #	src/simutrans/world/simworld.cc
    #	src/simutrans/world/simworld.h
    Dwachs authored and Ranran-the-JuicyPork committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    0216d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8447ed View commit details
    Browse the repository at this point in the history
  6. FIX: call init/work directly if call is network-safe or call is not d…

    …uring sync_step, FIX crash in scripted tools
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10826
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/world/simworld.cc
    
    # Conflicts:
    #	documentation/cherry-picked-commits.txt
    #	simworld.cc
    Dwachs authored and Ranran-the-JuicyPork committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c06ff41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6f471b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d948922 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. FIX: layout issue

    Scrollable panels that span multiple cells have positioning and sizing
    anomalies.
    Ranran-the-JuicyPork committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f3a21a2 View commit details
    Browse the repository at this point in the history
  2. (ranran) remove undefined declaration

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11268
    8aca7d54-2c30-db11-9de9-000461428c89
    prissi authored and Ranran-the-JuicyPork committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    29dd94f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e77d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    5c1ff0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599cf2b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. CHG: remove magic offset for display_outline_proportional_rgb, and fa…

    …ctory is now real tooltip
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10081
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	boden/grund.cc
    prissi authored and Ranran-the-JuicyPork committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    4b1d865 View commit details
    Browse the repository at this point in the history
  2. FIX: width of tooltip boxes

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10106
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	display/simgraph0.cc
    #	display/simgraph16.cc
    #	gui/components/gui_chart.cc
    #	gui/minimap.cc
    #	gui/simwin.cc
    prissi authored and Ranran-the-JuicyPork committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    25e3e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d710971 View commit details
    Browse the repository at this point in the history
  4. (HJ) Nicer borders around labels

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10534
    8aca7d54-2c30-db11-9de9-000461428c89
    prissi authored and Ranran-the-JuicyPork committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2e42c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    236e77a View commit details
    Browse the repository at this point in the history
  6. FIX: Label colours when label is unowned

    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11001
    8aca7d54-2c30-db11-9de9-000461428c89
    ceeac authored and Ranran-the-JuicyPork committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    4b6c12f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a8221f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    2bab711 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    522b69d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    20db861 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. ADD: function find backend specific default TTF font dr_get_system_fo…

    …nt()
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@10908
    8aca7d54-2c30-db11-9de9-000461428c89
    
    # Conflicts:
    #	src/simutrans/dataobj/environment.cc
    
    retake for missing changes
    prissi authored and Ranran-the-JuicyPork committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c65ba11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338c834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858623f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    f0a7e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76bbcd View commit details
    Browse the repository at this point in the history