Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tome/tome-addon-dev
  • otowakotori/tome-addon-dev
2 results
Show changes
Commits on Source (3)
data/gfx/default_addon_preview.png

379 KiB | W: 0px | H: 0px

data/gfx/default_addon_preview.png

381 KiB | W: 0px | H: 0px

data/gfx/default_addon_preview.png
data/gfx/default_addon_preview.png
data/gfx/default_addon_preview.png
data/gfx/default_addon_preview.png
  • 2-up
  • Swipe
  • Onion skin
-- ToME - Tales of Maj'Eyal:
-- Copyright (C) 2009 - 2017 Nicolas Casalini
-- Copyright (C) 2009 - 2019 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
......
-- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2017 Nicolas Casalini
-- Copyright (C) 2009 - 2019 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
......@@ -100,6 +100,9 @@ function _M:zipAddon(add, silent)
local more = ""
if profile.auth then
more = _t[[
- Your profile has been enabled for addon uploading, you can go to #{italic}##LIGHT_BLUE#https://te4.org/addons/tome#LAST##{normal}# and upload your addon.
=======
more = _t[[
- Your profile has been enabled for addon uploading, you can go to #{italic}##LIGHT_BLUE#http://te4.org/addons/tome#LAST##{normal}# and upload your addon.
]]
profile:addonEnableUpload()
......
-- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2017 Nicolas Casalini
-- Copyright (C) 2009 - 2019 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
......