Coder Social home page Coder Social logo

avalanche's People

Contributors

plushmonkey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

avalanche's Issues

1.17 Support

Noticed that the latest version was for 1.12.x so I was hoping that you might update it to 1.17.x?

Problem when compiling

$ make
clang++ -std=c++14 -fPIC -O2 -I/usr/include/jsoncpp -Ilib/mclib/mclib/include   -c -o avalanche/behavior/attack/AttackCreativeWorldLag.o avalanche/behavior/attack/AttackCreativeWorldLag.cpp
avalanche/behavior/attack/AttackCreativeWorldLag.cpp:69:35: error: no viable overloaded operator[] for type 'const Json::Value'
    auto&& methodNode = attackNode["method"];
                        ~~~~~~~~~~^~~~~~~~~
avalanche/behavior/attack/AttackCreativeWorldLag.cpp:73:40: error: no viable overloaded operator[] for type 'const Json::Value'
    auto&& sendPerTickNode = attackNode["send-per-tick"];
                             ~~~~~~~~~~^~~~~~~~~~~~~~~~
avalanche/behavior/attack/AttackCreativeWorldLag.cpp:77:37: error: no viable overloaded operator[] for type 'const Json::Value'
    auto&& positionNode = attackNode["position"];
                          ~~~~~~~~~~^~~~~~~~~~~
In file included from avalanche/behavior/attack/AttackCreativeWorldLag.cpp:1:
In file included from avalanche/behavior/attack/AttackCreativeWorldLag.h:4:
In file included from avalanche/behavior/attack/../Behavior.h:4:
In file included from avalanche/behavior/attack/../../Factory.h:5:
In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../include/c++/9.1.0/memory:80:
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../include/c++/9.1.0/bits/unique_ptr.h:81:2: warning: delete called on 'avalanche::PositionProvider' that is abstract but has
      non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
        delete __ptr;
        ^
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../include/c++/9.1.0/bits/unique_ptr.h:289:4: note: in instantiation of member function
      'std::default_delete<avalanche::PositionProvider>::operator()' requested here
          get_deleter()(std::move(__ptr));
          ^
avalanche/behavior/attack/AttackCreativeWorldLag.cpp:11:25: note: in instantiation of member function 'std::unique_ptr<avalanche::PositionProvider,
      std::default_delete<avalanche::PositionProvider> >::~unique_ptr' requested here
AttackCreativeWorldLag::AttackCreativeWorldLag(mc::core::Client* client, mc::protocol::Version version)
                        ^
1 warning and 3 errors generated.
make: *** [<builtin>: avalanche/behavior/attack/AttackCreativeWorldLag.o] Error 1

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.