From mint-bounce@lists.fishpool.fi Mon Dec 7 02:37:01 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=oQ3HKwc/DLcHL00ElQP01koYZUR5ZFNBlIHoVYVzJCE=; b=e13Mn65JDe2WrwvvQzXhj4Dx0LfHk3CesrVlwICUePBhA8u8CwfWqf2o/fvrx5rdKk z37DluE4HXnFv3tAh0rNuup8JkX2ZYDlBMT0y7MnJJWi/UF5wqzqS/oxguEHxWDXvtEx PL/8ukTqd7annJEEMcFMeGm9C1oQNJusp2Myg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xu02Q4Rm1u1qpRhyr5nzQOwEZ1OgDpnxQR51lDF4myq/AubjTlJNwytqM37fj5g7s6 CM50FFPI1Yjk9oiGS1jYN5oIUp5crzjr1R8Xp1ZLlhcD/bLxCy8ewSdRPx7F+wknrpRn 7M/D2HEO8t75tyRlebTTv2rJ/qpgG4rjukp2E= MIME-Version: 1.0 Date: Mon, 7 Dec 2009 18:35:32 +1100 Message-ID: <11a6f2b10912062335m6ddf1448ta688bf63f67730a@mail.gmail.com> Subject: [MiNT] Fresh Mint anyone? From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: or Lime? how about Bronze? six in all, check them out here: http://paulwratt.110mb.com/afros/skins/xaaes/ I also have extra config "stuff" working, atm only XWIDGETS will be of interest to anyone, same as WIDGETS, but for custom XA_XTOBJ (thats readio and check boxes for anyone who doesn't know) (1.16.3) I will offer up a 040 binary pack for download, if there are other CPU target request, I'll pack those as well. But you can do these chages (gradient includes) youself, like so: download the gradient sources in RENDER_OBJ.C cut all XA_GRADIENT structs at top add #define RENDER_OBJ #ifdef USE_GRADIENT_FILE #include USE_GRADIENT_FILE #else #include "gradients.c" #endif if you want to use the "recolor.sh" script, new Makefile, and other bits, else: #define RENDER_OBJ #include "gradients.c" will do. The gradients files are combined for 2 seperate C includes, so this one will load only the xa_gradient structs that originally came from RENDER_OBJ.C do the same for WIN_DRAW.C (xa_gradient structs are in three separate sections this time, not one block) and a new # section at the top. Its pretty simple, but I will release these sources for easy of use, as combined they can be dropped straight into CVS for 1.16.3, and provide the texture extensions as well I expect to see a 1.17 version floating around soon Have fun