Code Monkey home page Code Monkey logo

bnbnav-net-client's Introduction

bnbnav-net-client

Client for bnbnav map editing and navigation made in Avalonia.NET

bnbnav-net-client's People

Contributors

vicr123 avatar vrabbers avatar parlance-i18n avatar royce551 avatar martysh12 avatar reflectronic avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

bnbnav-net-client's Issues

Scrolling outside the window affects the map

Problem

When you scroll outside the window, it doesn't do anything, but it secretly affects some internal scroll counter.
After you finish scrolling, if you scroll inside the window, it updates the secret internal scroll counter, and the zoom "jumps" to it.

Here's a demo:
Peek 2023-01-19 01-33

Solution

This might be an upstream Avalonia UI bug, but I'm not sure. Needs more investigating.

``ArgumentOutOfRangeException`` on go mode, near the end (possible race condition?)

After nearly finishing a path, the following exception was thrown:
Instructions had count 7, and instructionIndex was 7.

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at BnbnavNetClient.Models.CalculatedRoute.UpdateCurrentInstruction() in C:\Users\vrabb\stuff\projects\bnbnav-net-client\BnbnavNetClient\Models\CalculatedRoute.cs:line 384
   at BnbnavNetClient.Models.CalculatedRoute.TrackedPlayerUpdate(Object sender, EventArgs eventArgs) in C:\Users\vrabb\stuff\projects\bnbnav-net-client\BnbnavNetClient\Models\CalculatedRoute.cs:line 463
   at BnbnavNetClient.Models.Player.<.ctor>b__48_0(Object _, ElapsedEventArgs _) in C:\Users\vrabb\stuff\projects\bnbnav-net-client\BnbnavNetClient\Models\Player.cs:line 104
   at System.Timers.Timer.MyTimerCallback(Object state)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.