GithubHelp home page GithubHelp logo

drybyte / aos.dll Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 2.0 173 KB

A DLL for classic Ace of Spades aiming to add the current clients features and customizing the current game.

License: GNU General Public License v3.0

CMake 1.80% C 98.20%
ace-of-spades aos piqueserver pysnip pyspades

aos.dll's People

Contributors

drybyte avatar yobonez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

yobonez viereck

aos.dll's Issues

Fix aos bug wrong name in map change

When a map change happens sometimes player's get another player name, we should fix it by updating the name in the CreatePlayer packet always, and probably do a real cleanup in PlayerLeft (that's what i believe its the reason for the bug)

From what i heard of another player, he told me the bug happens when someone leaves in middle of map change... Probably the map change packet handler doesn't handle PlayerLeft packet so that's the issue.

Move functions from hooks folder

Fix chat background

Chat background right now is rendering wrongly, it renders in the back of kv6 models... Probably we just need to find a new hook place for rendering before interface

Render menu's as buffers

Use buffers to render menus, so it's easier to make a scrolling system and probably in future it will be easier for other stuff as well...

  • Draw line support
  • Scrolling system
  • Drawtile support (basically draw rectangle)
  • Custom font support
  • Create buffer rendering (use drawtile after the menu is done)

Map not getting update after block place

Im not sure if this is a bug related to classic (i believe its classic) or to aos.dll, the minimap doesn't update after block place... Only if you open the map with the bound key.

What can be done to fix it? Just call the minimap update function after block action packet... But we will need a new hook for hooking after the packet normal behaviour, since right now the packet hook only hooks before stuff happens not allowing us to take actions after it.

Add macro menu

Add a macro menu, allowing to add how many macros a player wants.

When pressing the add button, displays a new menu for editing macro. When a macro entry is selected in the macros menu, show two buttons, one for editing and another one for deleting.

Add config system

We should add a config system, so skins can auto load, and it can be used to change some game aspects.

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.