Skip to content

Commit

Permalink
0.04a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Natlies committed Nov 14, 2019
1 parent 45d1025 commit e58a2ea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions empires-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

# import logging.config

version = "0.03a"
release_date = 'Monday, 14 Oct 2019'
version = "0.04a"
release_date = 'Thursday, 14 Nov 2019'

COMPRESS_MIMETYPES = ['text/html', 'text/css', 'text/xml', 'application/json', 'application/javascript',
'application/x-amf']
Expand Down
5 changes: 5 additions & 0 deletions save_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from game_settings import unlock_expansion
from quest_engine import handle_quest_progress
from save_engine import create_backup


def migrate(meta, version, target_version):
Expand All @@ -23,6 +24,10 @@ def migrate(meta, version, target_version):

version = "0.03a"
session['save_version'] = version
if version == "0.03a" and version != target_version:
create_backup("Update to 0.04a")
version = "0.04a"
session['save_version'] = version


def zero_yield(extra):
Expand Down
18 changes: 18 additions & 0 deletions templates/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
alpha v0.04a
0.04a release Nat 14/11/2019 23:26
collateral damage amplified by type, incing 1 health enemies Nat 14/11/2019 23:18
energy max level Nat 14/11/2019 22:35
Consumables: barrage collateral damage Nat 14/11/2019 22:16
modifying roads Nat 14/11/2019 19:17
Consumables: Z-support units secondary fire Nat 14/11/2019 00:49
Consumables: accuracy, target jammer, evasion & nukes, direct consumables, direct heal[+] button, steele is your level+5 Nat 11/11/2019 18:48
Consumables: ammo & hunker down power-up, targeting alive baddies, win by consumable Nat 11/11/2019 00:30
Consumables: heal & stun power-up, enemy skips turn when fully stunned, patch & seed testing links Nat 08/11/2019 00:48
Visual C++ and Adobe Flash Redistributables AcidCaos 08/11/2019 19:17
Consumables: random power-up by allies/mercs, or player power-up, support for direct impact and damage over time power-ups Nat 01/11/2019 16:03
Added command line options to have the server listen on certain ip addresses, ports, ...(e.g. setting it public). Random player image. Nat 28/10/2019 21:33
Initial map: filled upper island, left part. AcidCaos 20/10/2019 18:31
Initial map: filled upper island, left part. AcidCaos 20/10/2019 18:31
add map extensions AcidCaos 19/10/2019 18:15
web front AcidCaos 19/10/2019 15:11
add game-page menu and game trailer AcidCaos 17/10/2019 15:54
alpha v0.03a
0.03a release, dependencies fix Nat 14/10/2019 01:36
battle damage quest fix, release build, readme Nat 13/10/2019 22:42
Expand Down

0 comments on commit e58a2ea

Please sign in to comment.