Alchemy removal branch

Everything about ToME 2.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

Alchemy removal branch

#1 Post by Lord Estraven »

So, I'm starting a branch of T2 master (current cpp version) for the complete removal of Alchemists and their craft.

a) They're very unbalanced etc. etc. etc.
b) I'm tired of seeing essences everywhere as a non-Alchemist
c) I would like to do something to reduce the size of the C++ code base, since it still takes ~5 times longer to compile than the pure C version

Hopefully I will have a push request ready by the end of the day... Just a heads up for @AnonymousHero, and anyone else still involved in T2 development. If you have any advice/suggestions feel free to say.

Edit: OMG. cmd7.cc is full of huge alchemy related functions. So much code! :shock:

AnonymousHero
Spiderkin
Posts: 482
Joined: Sat Mar 18, 2006 12:48 pm

Re: Alchemy removal branch

#2 Post by AnonymousHero »

Already done, though I mightn't have pushed it yet.

EDIT: I'm sick at the moment, but I'll see if I can't get it pushed somewhere during the next few days.

Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

Re: Alchemy removal branch

#3 Post by Lord Estraven »

Heh, it figures... Thanks, and thanks.

(And hope you feel better soon.)

Yottle
Reaper
Posts: 1753
Joined: Sun Jan 26, 2003 11:49 pm
Location: West Virginia

Re: Alchemy removal branch

#4 Post by Yottle »

Good idea (says someone who plays Alchemists more than he should).

AnonymousHero
Spiderkin
Posts: 482
Joined: Sat Mar 18, 2006 12:48 pm

Re: Alchemy removal branch

#5 Post by AnonymousHero »

Pushed, see the "v2.4" branch on gitlab.

Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

Re: Alchemy removal branch

#6 Post by Lord Estraven »

Thanks! I'll take a look. :D

Edit: so far, so good. No obvious bugs, everything works, and no alchemical junk.

AnonymousHero
Spiderkin
Posts: 482
Joined: Sat Mar 18, 2006 12:48 pm

Re: Alchemy removal branch

#7 Post by AnonymousHero »

git diff --stat says: 64 files changed, 73 insertions(+), 7301 deletions(-)

... which is nice :).

Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

Re: Alchemy removal branch

#8 Post by Lord Estraven »

Yeah, I'd say that was a productive endeavor then. :lol:

Post Reply