Skip to content

EndlessClient 0.4.002

Compare
Choose a tag to compare
@ethanmoffat ethanmoffat released this 11 Feb 03:15
720aa58

Changes:

  • 720aa58 Merge pull request #107 from ethanmoffat/linuxdev
  • 0eac61f Rev version to 0.4.x
  • cd1ff4d Install fonts in pipeline on linux builds
  • 65f3c02 Fix file path separators for Linux in pipeline. Use different variable name than platform
  • 4052054 Use correct drop directory for publishing build artifacts
  • bf06878 Update pipeline to build windows and linux
  • 43bba8a Make EOBot debuggable from vscode on Linux
  • a021caa Fix casing in EOBot output directory
  • f56d5fd Use cross-platform ctrl+c handler for EOBot
  • d52a781 Add solution file for building on Linux
See More
  • a477871 Remove references to System.Drawing in EOLib.Graphics.Test
  • 7745fd4 Fix casing for expected directory in PEFileCollectionTest so it works on Linux
  • fbe53b6 Update XNAControls for bugfixes
  • 00bfe8e Don't crash when calculating chat type if message is null/empty
  • 36c44cd Add vscode launch/build configurations
  • a675f12 Use ImageSharp for image loading/transparency. Game runs on Linux again!
  • adc091b Make project build on Linux. Fix issue with HairClip shader being compiled for previous MonoGame version.
  • 794129b Update HairClip shader to be compiled with latest monogame
  • 5844315 Merge pull request #106 from ethanmoffat/convert_netcore
  • d171b11 Update output directories to be different for client, utils, lib, and test. Zip artifacts before publishing.
  • fc6a1a8 Fix quote issue
  • 90b7ea5 Add variable back
  • f404863 Try removing quotes around configuration argument
  • 4ae89cb Properly pass configuration to tasks
  • 76bc973 Ensure build configuration is set on dotnet core tasks
  • ed9bec2 Try specifying full path to copy directories
  • 5d065ff Use default versions of nunit/test packages. Fixes issue with test filter not working
  • d9461d0 Use Build.SourcesDirectory instead of System.WorkingDirectory
  • 64525ec Install .net core runtime for monogame content builder task
  • aa19acb Rev version to 0.3.x
  • ad04201 Use dotnet build in yaml pipeline
  • 28b8672 Fix incorrect backbuffer size
  • b026cbf Update project file to remove automatically added files and build content as part of the pipeline. Reference updated XNAControls.
  • c6bbafd Make tests run with dotnet test command
  • c6022ff Restore output paths to previous scheme
  • 1b092e2 Convert BatchPub/PacketDecoder to sdk style projects
  • 40fb1d1 Convert EndlessClient to sdk style project. Remove references to LINUX compilation symbol
  • c36d64b Use sdk projects for EOLib.Graphics
  • 27d3f9b Retarget platform from x86 to any cpu
  • d136bbb Migrate EOBot and library projects to .netstandard/.net 6
  • 3897910 Remove EOCLI project
  • 6bbc99c Fix bug in 'if' evaluation where else blocks wouldn't be skipped if the first 'if' condition was true
  • 3f3ace5 Fix parameter checking in functions (copy/paste error)

This list of changes was auto generated.