Skip to content

Releases: ricott1/rebels-in-the-sky

v1.0.15

17 Sep 21:33
0e1f61c
Compare
Choose a tag to compare

Lot of updates 😄 and breaking changes 😢

World

  • Team gets reputation when finishing a travel
  • Add Octopulp population
  • Free pirates generated depend on team reputation
  • Lower chance of local team starting a game (wait for full rest?)
  • Reduce amount of gold that can be found and in general rewrite resource finding system
  • Allow to travel and explore only if there is at least one pirate. We still allow trade to ensure resources can still be sold.
  • Forbid to start game if team has less than 5 pirates
  • Generate at least 2 teams per planet at new game

Spaceship

  • Make double and triple engines quicker

Player

  • Add potential, hidden value
  • On apply game end logic, only clone player tiredness and morale
  • Player training should be applied only at long tick in the general skill update logic
  • training bonus after game depends on wether player is above/below potential
  • tick_players_update: add malus to stats depending on age.
  • On player creation, initial age should depend on population
  • Add age APIs to population
  • Improve player hire cost calculation
  • Allow for pirates to leave the team due to morale or old age (only if not playing, should be checked on medium tick. If player leaves own team, notify with popup)
  • Generated random players initial skills depend on age

Team

  • Team stores open trades and challenges

Engine

  • add morale updates similar to tiredness but more swingy.
  • morale affects the minimum roll
  • If knocked out, morale goes to 0
  • Planet location should have effect on game (e.g., at beginning of game, native players get morale bonus)

Network

  • Introduce trades
  • Include trades in swarm requests. Challenge button redirects to team panel, trade button to player panel.

UI

players panel

  • Free pirates filter should be only for pirate on current/target planet. Maybe rename filter to "Tavern"?

myTeam panel

  • Rename to team name in tab
  • Format satoshi resource as bitcoin if necessary (if team has a lot)
  • Add game tactic description

new game screen

  • only 3 starting base ships (one per type)

widgets

  • Player widget: morale value is taken from ongoing game if necessary (like tiredness)
  • Challenge button now renders it directly and indicates whether there is an open challenge from the team

galaxy panel

  • Add top free pirates list
  • Add resource list

Audio

  • Move radios to assets file
  • Add streaming timeout for radios

v1.0.14

30 Jul 16:07
fedb570
Compare
Choose a tag to compare

Changelog

  • Various engine parameter updates to balance shooting and rebounding
  • Removed sounds library. Music is now streamed from online radios (only one at the moment, planned to have planet-customized radios). This greatly reduces the binary size
  • Fix shipyard upgrade costs to avoid having non-upgradable ships

v1.0.13

11 Jul 21:42
6860f06
Compare
Choose a tag to compare

Changelog

  • Merge #9
  • Minor game bugs fixing
  • Breaking change: renamed dunk to brawl
  • A lot of improvements to SSH server. Now an SSH game can be persisted (just log in with the same username), networking and mouse are also supported. Only thing not working over SSH is the music ;)

v1.0.12

07 Jun 22:14
a301ffb
Compare
Choose a tag to compare

Changelog

  • Fix bug about updating spaceship speed bonus during travel
  • Add shipyard upgrades!
  • Rebalance game revenue

v1.0.11

30 May 20:54
1c6cd3f
Compare
Choose a tag to compare

Changelog

  • Fix various bugs
  • Improve Game panel
  • Spugna pirates can open portals!
  • Add long exploration
  • Add partial scores in game summary

v1.0.10

27 May 19:44
b82e7fe
Compare
Choose a tag to compare

Changelog

  • Add new team bonus and improve player traits
  • Generic UI improvements
  • Some bug fixes

v1.0.9

21 May 16:47
201d183
Compare
Choose a tag to compare

Changelog

  • drink rum to restore morale
  • improved MyTeam UI
  • Show team rating in online challenge
  • Breaking change: training is now a team property

v1.0.8

20 May 20:13
d61f281
Compare
Choose a tag to compare

Lot of new stuff, but mainly:

  • Exploration: you can explore around a planet to find some resources, free agents, and even asteroids!
  • Market: You can now buy and sell resources on planets
  • Lots of UI and engine improvements

As always, these are breaking changes, so you must start a new game :( The game will become stable eventually tho :)

v1.0.7

22 Mar 17:28
54ac26c
Compare
Choose a tag to compare

Breaking changes (need to reset your save file :( )

  • Player special trait
  • Added team resources

New planet actions

  • Added resource trading
  • Added exploration

Alienssssss

  • New aliens: Pupparoll

Good life

  • Added logging to file
  • Added hover text to some buttons and text adding explanation to functionality (work in progress)

v1.0.6

09 Mar 13:32
af90efd
Compare
Choose a tag to compare

Breaking changes

  • Added new game action: Brawl
  • Game engine: when a team is exhausted, the game ends
  • There is only a single team tactic for both offense and defense

Fixes

  • Various fixes in game timer display

Extra

  • Added shadows for jerseys
  • Added SSH server
  • Added logging to file