This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Custom Query (5409 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 5409)

Ticket Resolution Summary Owner Reporter
#6726 duplicate Set HiDPI as default Langbart
Description

HiDPI makes the icon/text look sharper.


Under macOS you can use HiDPI with Vulkan, only problem so far is that a lot of text is not rendered, but no errors occur and it is playable.

# start HiDPI in macos
pyrogenesis -mod=public -mod=0ad-spirv -conf=rendererbackend:vulkan -conf=hidpi:true
#6724 fixed Requirement tooltip errors for Ptolemaic barracks Freagarach Langbart
Description

to reproduce

  • start map with ptol
  • build && select a Barrack
  • errors
  • the Royal Guard Infantry has two requirements phase_city and unlock_champion_infantry

errors

ERROR: JavaScript error: gui/common/l10n.js line 69
Script value conversion check failed: v.isString() || v.isNumber() || v.isBoolean() (got type undefined)
  translate@gui/common/l10n.js:69:36
  getRequirementsTooltip@gui/common/tooltips.js:975:23
  setupButton@gui/session/selection_panels.js:1051:4
  setupUnitPanel@gui/session/unit_commands.js:94:35
  updateUnitCommands@gui/session/unit_commands.js:152:18
  updateSelectionDetails@gui/session/selection_details.js:537:20
  updateGUIObjects@gui/session/session.js:730:2
  onSimulationUpdate@gui/session/session.js:680:2
  __eventhandler6 (SimulationUpdate)@session SimulationUpdate:1:1
ERROR: Errors executing script event "SimulationUpdate"

bisect

likley [27245]

possible solution

related ticket to requirement feature

#6705

#6723 fixed [Vulkan] Lowering shader effects causes black spots on fields Langbart
Description

to reproduce

  • go to settings, enable Vulkan and set Shader effects to a value between 1 ≤ x < 8
  • restart the game (even if Vulkan was already set, and you only adjusted Shader effects)
  • start a map with any civ except Han (rice fields don't have this issue)
    • Hint: skirmishes/nile_river_4p has pre-placed farm fields, well-suited for testing this issue
  • build a farm field and notice the issue seen in the image
    # command line
    pyrogenesis -mod=public -mod=0ad-spirv -conf=rendererbackend:vulkan -autostart="skirmishes/nile_river_4p"  -autostart-civ=1:athen -conf=materialmgr.quality:5
    

further actors with the same issue

  • the problem can also be found in actor|props/flora/grass_tropic_field.xml, which often occurs in the India biome

bisect (update)

[27368] ~35 files contain the basic_trans_wind_grain_norm_spec.xml file, undo the change and the issue disappears

cd binaries/data/mods/public/art
rg --stats --files-with-matches --type xml "basic_trans_wind_grain_norm_spec.xml"

actors/props/flora/grass_summer.xml
actors/props/flora/grass_tropic_field.xml
actors/props/flora/grass_soft_small_tall.xml
actors/props/flora/reeds_giant.xml
actors/props/flora/grass_soft_dry_small_tall.xml
actors/props/flora/grass_soft_large.xml
actors/props/flora/grass_medit_field.xml
actors/props/flora/grass_soft_small.xml
actors/props/flora/grass_field_flowering_tall.xml
actors/props/flora/grass_wispy.xml
actors/props/flora/farming_wheat_harvest_b.xml
actors/props/flora/grass_woody.xml
actors/props/flora/grass_leafy.xml
actors/props/flora/grass_field_dry_tall.xml
actors/props/flora/farming_wheat_harvest_a.xml
actors/props/flora/grass_tropical.xml
actors/props/flora/papyrus.xml
actors/props/flora/grass_soft_dry_small.xml
actors/props/flora/grass_woody_dry.xml
actors/props/flora/cattails_autumn.xml
actors/props/flora/grass_soft_dry_large_tall.xml
actors/props/flora/grass_savanna.xml
actors/props/flora/grass_soft_dry_large.xml
actors/props/flora/grass_temp_field.xml
actors/props/flora/grass_field_dry_tall_b.xml
actors/props/flora/grass_soft_large_tall.xml
actors/props/flora/farming_millet_harvest_d.xml
actors/props/flora/grass_temp_field_dry.xml
actors/props/flora/cattails.xml
actors/props/flora/farming_millet_harvest_b.xml
actors/props/flora/farming_millet_harvest_c.xml
actors/props/flora/farming_barley_harvest_a.xml
actors/props/flora/farming_millet_harvest_a.xml
actors/props/flora/grass_temp_field_brown.xml
actors/props/flora/farming_barley_harvest_b.xml

35 matches
35 matched lines
35 files contained matches
7347 files searched
0 bytes printed
8144330 bytes searched
1.657385 seconds spent searching
0.304723 seconds

note

  • 0ad-spirv version
    {
        "name": "0ad-spirv",
        "version": "0.27.13",
        "label": "SPIR-V shaders",
        "url": "https://play0ad.com",
        "description": "SPIR-V shaders for Vulkan backend.",
        "dependencies": ["0ad>=0.0.27"]
    }
    
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.