rustarok icon indicating copy to clipboard operation
rustarok copied to clipboard

Multiplayer, fast-paced Moba style game

Results 11 rustarok issues
Sort by recently updated
recently updated
newest added

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.13 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). Commits 5757ac5 Fix potential buffer overflow in insert_many...

dependencies

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.2.6 to 0.5.5. Release notes Sourced from crossbeam-channel's releases. crossbeam-channel 0.5.5 Replace Spinlock with Mutex. (#835) crossbeam-channel 0.5.4 Workaround a bug in upstream related to TLS access...

dependencies

Bumps [atom](https://github.com/slide-rs/atom) from 0.3.5 to 0.3.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=atom&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.2.1 to 0.6.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memoffset&package-manager=cargo&previous-version=0.2.1&new-version=0.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...

dependencies

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.5.2 to 0.8.1. Release notes Sourced from crossbeam-deque's releases. crossbeam-deque 0.8.1 Fix deque steal race condition. (https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-pqqp-xmhj-wgcw) Add Stealer::len method. (#708) Changelog Sourced from crossbeam-deque's changelog. Version...

dependencies

# 2019W30 This is the first weekly blog post about the project. This was a very productive week, I spent around 30 hours on the project. ## Status system The...

blog

# Graphics Here, the term entity is used as in Entity Component Systems. ## Who should initiate rendering sprites/effects Currently, utilizing the Entity Component System, specific entities are responsible for...

enhancement
design

![rustarok_ExMsRXxb6W](https://user-images.githubusercontent.com/2362136/61824271-df1e3080-ae5d-11e9-8c06-6c3b8315a9dd.png)

bug

Use SDL_TTF and create an atlas texture from the letters. Should work both in 2d and 3d.

enhancement