Giter Site home page Giter Site logo

freeablo's People

Contributors

akuskis avatar alexey-lysiuk avatar balintkissdev avatar d33tah avatar danyshaanan avatar dft-sbuggay avatar doggan avatar enti avatar exairnous avatar fuco1 avatar gbudny avatar grantramsay avatar ibara avatar kiliankoe avatar konopka90 avatar lanodan avatar mewmew avatar necrolis avatar neveza avatar ni-ku avatar pengyz avatar predelnik avatar rohit-n avatar setronn avatar theotime avatar vieiraa avatar wheybags 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  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  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  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

freeablo's Issues

magic

This will probably need to be split into a bunch of dub-issues for each type of magic

mod support

using sensible image formats, scripting support, etc
kindof a meta-issue for all mod-related bits

save/load

first implementation need only cover random levels + player position

bows

firing animation and show arrows

gear display

displaying the correct player image for the gear you have equipped

image viewer

This already sorta exists in apps/celview, but it's a bit shit
It would be nice to have a proper gui (I would lean towards qt for this)

2 compilation warnings

First warning

freeablo/components/render/sdl2backend.cpp:55:47: warning: narrowing conversion of ‘x’ from ‘size_t {aka long unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowing]

SDL_Rect dest = { x, y, width, height };

Possible fix

Either change the function definition from void drawAt(SDL_Texture* sprite, size_t x, size_t y) to void drawAt(SDL_Texture* sprite, int x, int y) or make an explicit case SDL_Rect dest = { int(x), int(y), width, height };

Second warning

freeablo/apps/freeablo/faworld/actor.cpp:20:5: warning: control reaches end of non-void function [-Wreturn-type]

Possible fix?

Should the function raise an exception, return NULL or simply be restructured so that one case is considered the default in which case it would always return.

Video playback

ffmpeg is probably what we want here, but I'm no expert

Example mod

make an example mod that doesn't depend on diablo at all, once modding is supported

Physics in town

Whether or not a tile is passable is currently calculated by checking if any but the bottom two boxes in the min pillar for the tile are non empty. This works fine for generated dungeons (with the current algorithm), but fails in town in a number of places (most notably, the rivers)

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.