It's been open source and "ambiguously" GPL for a long time but as of yesterday it is super duper official definitely under GPLv2. Just source code, not assets of course.
It's been open source and "ambiguously" GPL for a long time but as of yesterday it is super duper official definitely under GPLv2. Just source code, not assets of course.
"wow to make a code project of that scale they must have been brilliant programmers with highly organized code"
// translates between frame-buffer and map coordinates #define CXMTOF(x) (f_x + MTOF((x)-m_x)) #define CYMTOF(y) (f_y + (f_h - MTOF((y)-m_y))) // the following is crap #define LINE_NEVERSEE ML_DONTDRAW
...
So many switch statements