blobbyvolley2 icon indicating copy to clipboard operation
blobbyvolley2 copied to clipboard

Official continuation of the famous Blobby Volley 1.x arcade game.

Results 28 blobbyvolley2 issues
Sort by recently updated
recently updated
newest added

Hello Daniel, I've just bought Blobby on Android and found that the screen ratio is incorrect on my phone : everything is stretched. Is there an option to fix that...

enhancement

Steps to reproduce: (Find a second player with own computer) > both open https://blobbyvolley.de/data/bv2browser/index.html > both select "Online" > (both wait on screen "Waiting for opponent") Expected result: Matchmaking connects...

My [last PR](https://github.com/danielknobe/blobbyvolley2/pull/25), which introduced support for Nintendo Switch Homebrew is almost 2 years old and wildly outdated. This PR brings the Switch build up to date, fixes build problems...

When we shutdown the ThreadSafeRakServer (Disconnect method) we wait for the other thread (by observing isMainLoopThreadActive) to finish. Because of the lock it is possible that the thread never stops...

The game should save settings in proper directory, defined by XDG specification, instead of just ~/.blobby, by default it should be ~/.config/blobby for example. Please take a look at: -...

Getting closer to 1.1 release we can start thinking about what we can do next. My idea would be to extend blobby volley with features that bring real added value...

Collection PR for c++14 improvements. Let us add everything here @ngc92 .

ready for merge

Preparations for the implementation of a ranking

Fixes error from issue #106 . Seems to be a variable naming error. Renamed an previous unused variable which hopefully make sense ;).