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 (85 - 87 of 5409)

Ticket Resolution Summary Owner Reporter
#6716 fixed Update gitignore for molten-vk Stan Langbart
Description

to reproduce

  • run
    ./libraries/osx/build-osx-libs.sh
    
  • check git status
    ❯ git status --short
    ?? libraries/osx/molten-vk/
    

bisect

[27488]

similar commits in the past

#6715 fixed GUI scaling messes up selection rectangle in ATLAS only trompetin17 AlThePhoenix
Description

I noticed that while I have GUI scaling set to 125% in the game's options, whenever I want to do a drag selection in ATLAS with the Move/Rotate cursor ONLY, the rectangle that appears (which shows you where you are going to select things) is in the wrong position.

I cannot really make a screenshot of this because the cursor doesn't appear in them, but just to make sure you understand what rectangle I'm talking about:

Rectangle and mouse positions

#6710 fixed --with-system-premake is broken Itms Stan
Description

As reported on Phab:D3127 A made a mistake was made when adding a the --with-system-premake option in Phab:D2519/ Phab:rP23675. It does not go in the correct folder.

Patch by sera:

  • build/workspaces/update-workspaces.sh

    a b fi  
    104104
    105105# Now run premake to create the makefiles
    106106
     107cd ../premake/premake5
     108
    107109premake_command="premake5"
    108110if [ "$with_system_premake5" = "false" ]; then
    109111  # Build bundled premake
    110   cd ../premake/premake5
    111112  PREMAKE_BUILD_DIR=build/gmake2.unix
    112113  # BSD and OS X need different Makefiles
    113114  case "`uname -s`" in
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.