Skip to content
Snippets Groups Projects
Commit 4b87f855 authored by dg's avatar dg
Browse files

bump to b20

git-svn-id: http://svn.net-core.org/repos/t-engine4@2503 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5ae6f878
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
-- Engine Version
engine.version = {0,9,19,"te4",10}
engine.version = {0,9,20,"te4",10}
engine.require_c_core = engine.version[5]
engine.version_id = ("%s-%d_%d.%d.%d"):format(engine.version[4], engine.require_c_core, engine.version[1], engine.version[2], engine.version[3])
......
......@@ -23,8 +23,8 @@ short_name = "boot"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/"
is_boot = true
version = {0,9,19}
engine = {0,9,19,"te4"}
version = {0,9,20}
engine = {0,9,20,"te4"}
description = [[
Bootmenu!
]]
......
......@@ -23,7 +23,7 @@ short_name = "angband"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:angband"
version = {1,0,0}
engine = {0,9,19,"te4"}
engine = {0,9,20,"te4"}
description = [[
This is a port of Angband to T-Engine4.
]]
......
......@@ -23,7 +23,7 @@ short_name = "example"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {0,9,19,"te4"}
engine = {0,9,20,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -23,7 +23,7 @@ short_name = "example_realtime"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {0,9,19,"te4"}
engine = {0,9,20,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -23,7 +23,7 @@ short_name = "gruesome"
author = { "Darren Grey", "darrenjohngrey@hotmail.com" }
homepage = "http://gruesomegames.com/"
version = {1,0,0}
engine = {0,9,19,"te4"}
engine = {0,9,20,"te4"}
description = [[
"It is pitch black. You are likely to eat someone..."
......
......@@ -1202,6 +1202,7 @@ function _M:countBirthUnlocks()
undead_ghoul = true,
undead_skeleton = true,
yeek = true,
mage = true,
mage_tempest = true,
......@@ -1220,6 +1221,10 @@ function _M:countBirthUnlocks()
afflicted_cursed = true,
afflicted_doomed = true,
chronomancer_temporal_warden = true,
psionic_mindslayer = true,
}
for name, _ in pairs(list) do
......
......@@ -22,8 +22,8 @@ long_name = "Tales of Maj'Eyal: Age of Ascendancy"
short_name = "tome"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://tome.te4.org/"
version = {3,9,19}
engine = {0,9,19,"te4"}
version = {3,9,20}
engine = {0,9,20,"te4"}
description = [[
Welcome to Maj'Eyal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment