Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwathlobal committed Aug 9, 2020
1 parent d099b74 commit 538c905
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 52 deletions.
34 changes: 8 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,14 @@ It is written in Common Lisp using SDL.

LATEST RELEASE

August 1, 2020 v2.0.0

- Added campaigns as a whole new mode for the game. A city map is generated for the campaign where the missions take place. Each side of the conflict (angels, demons, and the military) have their own goals in the campaign. Each campaign day the player shall be presented with several available missions. The player can take one and play it as a usual game scenario. Or the player can choose to pass the day without taking a mission. Either way, all missions where the did no actively participate will be resolved automatically and the mission outcome will directly affect the campaign map.
- Added saving and loading of campaigns and standalone scenarios.
- A new type of mission added: Satanist elimination. The military tries to eradicate the satanists' lair and kill all satanists in the district.
- A new type of mission added: Celestial sabotage. The mission takes place in a hell dimension where the angels try to destroy dimensional engines that give demons the ability to open portals to Earth
- A new type of mission added: Military sabotage. The mission takes place in a hell dimension where the military tries to destroy stockpiles of raw flesh that the demons have stolen from Earth
- A new type of level map: hell jungle. Similar to the corrupted districts (the ground is covered with creep and demonic outgrowth is here and there) except it is even more otherworldly and sinister.
- The player shall now see what is happening on the upper or lower Z level whenever something interesting is nearby.
- Added a new terrain tile to the corrupted districts - glowshrooms. Glowshrooms emit faint light and illuminate everything around them.
- Message log can be now quickly skimmed using Shift+Up/Down.
- Added craters from artillery fire to abandoned and corrupted districts.
- Added a new terrain tile to the corrupted districts and hell maps - glowing creep. If somebody steps on this tile, it will give irradiation to this character.
- Added an ability to purge demonic runes to angels. Purging runes provides 4 power to the angel.
- The following abilities:
mount a horse, fiend, or Gargantaur,
merge trinity mimics
decipher runes
will now show up only when the corresponding target is next to you to avoid confusion.
- Malseraph's Puppet irradiation strength will now depend on his favor with Malseraph.
- Malseraph's Puppet gets an ability to draw breath and exhale irradiation around them on the next turn.
- Made an option to hide messages that are visible through Angel's 'Singlemind' ability.
- Restructured the main menu: moved all quick scenario options into a submenu.
- Highscores shall be reset in the new version.
- Fixed the bug when merged angels did not merge their power values.
- Fixed the bug when slowed characters did not have their speed returned to normal.
August 9, 2020 v2.0.1

- Fixed the bug with crashing at the start of a mission in a hell dimension.
- Fixed the issue when Satanist Elimination missions could end because of the Primordials instant win. Now, the Primordials goal for this mission shall be eating a certain number of corpses.
- Fixed the bug when a new demon name was not announced when an imp evolved into a demon.
- In Demonic Raid and Demonic Thievery missions, the direction to the nearest portal shall be indicated when playing for demons and satanists.
- During Satanist Elimination missions, satanists shall flee from enemies so that they do not get killed too quickly.
- You can press 'u' to bring up a menu of usable items (and use them from this menu, instead of going to inventory).



Expand Down
34 changes: 8 additions & 26 deletions src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,14 @@ The year is 1915. The Great War thunders in the west, but the Hinterland is not
This is a simple fast-paced coffee-break roguelike inspired by a 7DRL entry "City of the Condemned" by Tapio (http://www.roguebasin.com/index.php?title=City_of_the_Condemned).

--------------------
LATEST CHANGES v2.0.0

- Added campaigns as a whole new mode for the game. A city map is generated for the campaign where the missions take place. Each side of the conflict (angels, demons, and the military) have their own goals in the campaign. Each campaign day the player shall be presented with several available missions. The player can take one and play it as a usual game scenario. Or the player can choose to pass the day without taking a mission. Either way, all missions where the did no actively participate will be resolved automatically and the mission outcome will directly affect the campaign map.
- Added saving and loading of campaigns and standalone scenarios.
- A new type of mission added: Satanist elimination. The military tries to eradicate the satanists' lair and kill all satanists in the district.
- A new type of mission added: Celestial sabotage. The mission takes place in a hell dimension where the angels try to destroy dimensional engines that give demons the ability to open portals to Earth
- A new type of mission added: Military sabotage. The mission takes place in a hell dimension where the military tries to destroy stockpiles of raw flesh that the demons have stolen from Earth
- A new type of level map: hell jungle. Similar to the corrupted districts (the ground is covered with creep and demonic outgrowth is here and there) except it is even more otherworldly and sinister.
- The player shall now see what is happening on the upper or lower Z level whenever something interesting is nearby.
- Added a new terrain tile to the corrupted districts - glowshrooms. Glowshrooms emit faint light and illuminate everything around them.
- Message log can be now quickly skimmed using Shift+Up/Down.
- Added craters from artillery fire to abandoned and corrupted districts.
- Added a new terrain tile to the corrupted districts and hell maps - glowing creep. If somebody steps on this tile, it will give irradiation to this character.
- Added an ability to purge demonic runes to angels. Purging runes provides 4 power to the angel.
- The following abilities:
mount a horse, fiend, or Gargantaur,
merge trinity mimics
decipher runes
will now show up only when the corresponding target is next to you to avoid confusion.
- Malseraph's Puppet irradiation strength will now depend on his favor with Malseraph.
- Malseraph's Puppet gets an ability to draw breath and exhale irradiation around them on the next turn.
- Made an option to hide messages that are visible through Angel's 'Singlemind' ability.
- Restructured the main menu: moved all quick scenario options into a submenu.
- Highscores shall be reset in the new version.
- Fixed the bug when merged angels did not merge their power values.
- Fixed the bug when slowed characters did not have their speed returned to normal.
LATEST CHANGES v2.0.1

- Fixed the bug with crashing at the start of a mission in a hell dimension.
- Fixed the issue when Satanist Elimination missions could end because of the Primordials instant win. Now, the Primordials goal for this mission shall be eating a certain number of corpses.
- Fixed the bug when a new demon name was not announced when an imp evolved into a demon.
- In Demonic Raid and Demonic Thievery missions, the direction to the nearest portal shall be indicated when playing for demons and satanists.
- During Satanist Elimination missions, satanists shall flee from enemies so that they do not get killed too quickly.
- You can press 'u' to bring up a menu of usable items (and use them from this menu, instead of going to inventory).


--------------------
Expand Down

0 comments on commit 538c905

Please sign in to comment.