Here developers can put down their ideas and plans for the future for all to see and comment.

ToME 3

Developer Documentation and Announcements

DarkGod plans

Other things

ToME 4 (Yes yes very far away)

DarkGod plans

ToME 2

NeilStevens had up some discussion and exploration of ToME skill changes at NeilStevens/2.3 Warrior Mages and NeilStevens/Lessons From 2.3 before the Developers Corner was created.

/ToME 2.3.2 Must Do List

/Future Game Features : After all, ToME is still a game, too, so here one can list game improvements that could or would be done in 2.4, if we were going to have such a release.

Chatter

(Mac OS compliation problems discussion moved to /Mac OS compilation issues )

ArthurReyes: Any chance someone could post some compile instructions? I'm using lcc-win32.

AndreyEgoshin: After 1.3.4.1 revision of readdib.c at 2005/08/1 by NeilStevens, my CVS snapshot is unable to build itself on Windows using makefile.bcc by Cbuilder4. Seems that error is at #ifdef WINDOWS. Sorry for submitting late. Removed that #ifdef, worked fine. Thinking of workaround...

IainMac: Maybe a stupid question but.... should we be using 4 spaces per tab or 8 ?

NeilStevens: You shouldn't be using spaces for indentation.

IainMac: What I meant was, when you are viewing the code should you have your tabs being displayed as 4 or 8 character spacing, as this will affect how stuff "lines up". I am asking this as when I am viewsing some of the C code some of the indentation for the comments etc do not line up and I was wondering what the "official" length is.

NeilStevens: It doesn't matter with correctly indented code. If you consistently use tabs to indent, and spaces to format, things will be lined up correctly regardless of the width of a tab. So anything that's not lining up correctly for you at one width or another is broken and needs reformatted.

Developers Corner (last edited 2007-07-16 04:02:23 by NeilStevens)