Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ricott1/rebels-in-the-sky

v1.1.0

13 Oct 19:52
ca5122b

Choose a tag to compare

Main change is gating ssh server and relayer behind feature flags. From now on the binaries will not contain those (saving a bit of binary size).

  • Some code improvements here and there.
  • Add per-game stats in pirate stats view.

v1.0.31

03 Sep 20:32
a865748

Choose a tag to compare

Added the option to accept automatically local and network challenges. Old saves default to auto-accepting local challenges.

v1.0.30

16 May 17:10
1770c95

Choose a tag to compare

Just some bug fixes.

World

  • Make old pirates un-hirable.

BUGs

  • Retired age players still appear as free agents
  • Go to team from player page fails if filter is applied in crews page
  • Rename 'team' to 'crew' in players page
  • Fix crash when toggling music with no tracks (#25)
  • Remove debug print.

v1.0.29

23 Feb 21:36
fd8ec64

Choose a tag to compare

Very small release, just to bump dependencies, remove some radio from default list, and fix a small bug where
retired players were still available for hire.

v1.0.28

18 Jan 15:27
be3025b

Choose a tag to compare

Some updates to the game engine plus we finally got rid of Luca's team.

  • Space adventure: gold finding probability should depend on planet.
  • Add relayer messages to team.
  • Engine: Decreases morale influnce on rolls.
  • Charisma modifies morale lost when scored against.
  • Add morale boost is scoring while losing within a range.
  • Add requirement of 1 rum for pirate when teleporting.
  • Relentless effect is increased.
  • Add emperor's crew: new Crumiro trait and auto accept challenge functionalities.
  • Fix jester storage upgrade.
  • Add flag to disable input reader (useful if you want to run the game with a bot).

v1.0.27

27 Dec 17:32
940a046

Choose a tag to compare

Mostly boring release, only some gameplay improvements.

World

  • Add engineer crew role. Diminishes upgrade time for ship and asteroid and improves ship damage during space
    adventure.
  • Refactor asteroid upgrades to be akin to spaceship upgrades.

Spaceship

  • Add storage update for last ship

Player

  • Add historical game stats.

Space adventure

  • Add pilot bonus to thrust.
  • Add engineer bonus to damage.

Engine

  • Add brawls stats.
  • Realign recovery rate to current tiredness rate.
  • Add new pitches.

UI

  • Add access to player historical stats in pirates panel.

Code quality

  • Added first e2e network challenge test.
  • Enable link-time optimizer for release build #24 (thank @zamazan4ik).

v1.0.26

08 Dec 21:10
c1a759c

Choose a tag to compare

More UX improvements, some re-balancing.

World

  • Relax requirements for local games.
  • Revamped potential and player growth mechanism.
  • Limit max number of players in a game to 7. Extra players can stay in the crew but do not participate to games.
  • Local teams auto-adjust formation.
  • Add new jersey type.

Image

  • Add more (and hopefully more distinguishable) colors.

Engine

  • Add more descriptions for start of game.

Network

  • Improve error handling of challenges and trades.

UI

  • Display team average energy in spaceship description.
  • Fix minor padding inconsistencies for lists.

swarm panel

  • Indicate idle peers as disconnected.

Bugs

  • Fix skills modifier due to age.
  • Quitting while in a space adventure now loses all resources but satoshis.

v1.0.25

29 Nov 22:35
6ddfe30

Choose a tag to compare

Mostly improvements to balancing and some new functionalities around asteroids :)

World

  • Allow to gather resources after exploration even if an asteroid is found.
  • Local challenges are refuted if the challenged team is too tired. This make it more difficult to cheese the game and gain lots of reputation for your team (shame on you Luca).
  • Add small extra reputation bonus for winning network games.
  • Some adjustements to potential and skill increase.
  • Add option to abandon asteroids.
  • Don't give reputation bonus if team teleported.

Space adventure

  • No planet asteroids are spawned if team has already reached limit (5).
  • Decrease base thrust and remove pilot bonus (it was making the ship too uncontrollable).

Engine

  • Add more descriptions for start of game.

UI

popups

  • New popups to abandon asteroid.

games panel

  • Display current team tactics in 'status view'.

myTeam panel

  • New buttons to build teleportation pad and abandon asteroids.

Code cleanup

  • Public APIs to add and subtract resources to team.

v1.0.24

27 Nov 16:00
90bdaac

Choose a tag to compare

Summary

  • Some important bug fixes.
  • Update the game engine and have tactics have a bigger influence on games.
  • Solve a possible hardlock if players get stranded on an asteroid without fuel.

World

  • Calculate fuel necessary for travel consistently.
  • Travelling to home planet is now istantaneous and free.

Engine

  • Add tactic bonus to attack and defense.
  • Add 'Shooters' tactic.

Relayer

  • Send top 20 pirates rather than top 10.

UI

new team screen

  • Adjust how remaining balance is displayed.
  • Sort available players by hiring cost.

myTeam panel

  • Fix info bars in market panel.

Bugs

  • Fix team rating displayed in swarm panel.
  • Set team fuel consistently during space adventure.
  • Fix asteroid image displayed when landing on an asteroid.
  • Fix players leaving team when was not possible to release them.
  • Fix bug when adding fuel to resources, which sometimes resulted in panic when getting the fuel spans in the UI.
  • In off-the-screen action it was possible for players to pass the ball to themselves.

v1.0.23

24 Nov 17:10
d04ed2b

Choose a tag to compare

Some bug fixes and a couple improvements on the player creation balance. Also, the Readme has been updated following
#19.

Player

  • Adjust some skill population bonus.
  • Adjust skill bonus due to wooden legs, eye patches, and hooks.

Bugs

  • Handle all crossterm events to avoid a panic when focus is changed.
  • Calculate hitbox size correctly in space adventure.
  • Fix used storage calculation when adding resources.
  • Fix some typos: #20 (Thanks @halostatue!)