Re: [Ohrrpgce] better palette options

2010-10-10 Thread Ralph Versteegen
On 9 October 2010 14:39, David Gowers (kampu) 00a...@gmail.com wrote: On Sat, Oct 9, 2010 at 5:07 AM, Ralph Versteegen teeem...@gmail.com wrote: On 9 October 2010 02:48, David Gowers (kampu) 00a...@gmail.com wrote: On Fri, Oct 8, 2010 at 11:42 PM, David Gowers (kampu) 00a...@gmail.com wrote:

Re: [Ohrrpgce] better palette options

2010-10-10 Thread Mike Caron
On 10/10/2010 7:04, Ralph Versteegen wrote: On 9 October 2010 14:39, David Gowers (kampu)00a...@gmail.com wrote: On Sat, Oct 9, 2010 at 5:07 AM, Ralph Versteegenteeem...@gmail.com wrote: On 9 October 2010 02:48, David Gowers (kampu)00a...@gmail.com wrote: On Fri, Oct 8, 2010 at 11:42 PM,

[Ohrrpgce] Sprites, animation food for thought

2010-10-10 Thread Mike Caron
First off, a disclaimer: This is not an actual proposal for a data format for the OHR. This is something I've cooked up for another project which may or may not ever see the light of day (hopefully, it will, but it's immaterial to this discussion). This is how I've implemented sprites and

[Ohrrpgce] Sprites, animation food for thought

2010-10-10 Thread Mike Caron
First off, a disclaimer: This is not an actual proposal for a data format for the OHR. This is something I've cooked up for another project which may or may not ever see the light of day (hopefully, it will, but it's immaterial to this discussion). This is how I've implemented sprites and

[Ohrrpgce] Sprites, animation food for thought

2010-10-10 Thread Mike Caron
First off, a disclaimer: This is not an actual proposal for a data format for the OHR. This is something I've cooked up for another project which may or may not ever see the light of day (hopefully, it will, but it's immaterial to this discussion). This is how I've implemented sprites and

Re: [Ohrrpgce] Sprites, animation food for thought

2010-10-10 Thread Mike
Shoot, if this email went out multiple times, I apologise. If not, please disregard this. -- Mike Caron -Original Message- From: Mike Caron caron.m...@gmail.com Date: Sun, 10 Oct 2010 13:37:53 To: ohrrpgce@lists.motherhamster.org Subject: Sprites, animation food for thought First off,

[Ohrrpgce] SVN: james/3859 Add CloneNodeTree to reload

2010-10-10 Thread subversion
james 2010-10-10 13:05:38 -0700 (Sun, 10 Oct 2010) 28 Add CloneNodeTree to reload --- U wip/reload.bas U wip/reload.bi ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

[Ohrrpgce] SVN: james/3860 Add NodeHasAncestor() checking function to reload

2010-10-10 Thread subversion
james 2010-10-10 13:50:53 -0700 (Sun, 10 Oct 2010) 50 Add NodeHasAncestor() checking function to reload --- U wip/reload.bas U wip/reload.bi ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

[Ohrrpgce] SVN: james/3861 Reload editor now supports copy and paste of nodes.

2010-10-10 Thread subversion
james 2010-10-10 13:53:35 -0700 (Sun, 10 Oct 2010) 164 Reload editor now supports copy and paste of nodes. I had to make it CTRL+SHIFT+C and CTRL+SHIFT+V to avoid conflict with copying and pasting node names and values --- U wip/ohrhelp/reload_editor.txt U wip/reloadedit.bas

Re: [Ohrrpgce] better palette options

2010-10-10 Thread David Gowers (kampu)
On Mon, Oct 11, 2010 at 3:36 AM, Mike Caron caron.m...@gmail.com wrote: What about RELOAD (or, I guess, XML's) data model don't you like? That nodes with children can also have values. That's a pretty extraordinary behaviour for a tree data model, IMO. Unless you expect people to XSLT their XML

Re: [Ohrrpgce] better palette options

2010-10-10 Thread Mike Caron
On Sun, Oct 10, 2010 at 6:20 PM, David Gowers (kampu) 00a...@gmail.com wrote: On Mon, Oct 11, 2010 at 3:36 AM, Mike Caron caron.m...@gmail.com wrote: What about RELOAD (or, I guess, XML's) data model don't you like? That nodes with children can also have values. That's a pretty extraordinary

Re: [Ohrrpgce] better palette options

2010-10-10 Thread James Paige
On Mon, Oct 11, 2010 at 08:50:58AM +1030, David Gowers (kampu) wrote: On Mon, Oct 11, 2010 at 3:36 AM, Mike Caron caron.m...@gmail.com wrote: What about RELOAD (or, I guess, XML's) data model don't you like? That nodes with children can also have values. That's a pretty extraordinary

[Ohrrpgce] SVN: james/3862 Some cleanup of browse.bas including option explict for the whole file

2010-10-10 Thread subversion
james 2010-10-10 18:39:45 -0700 (Sun, 10 Oct 2010) 71 Some cleanup of browse.bas including option explict for the whole file --- U wip/browse.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

[Ohrrpgce] SVN: james/3863 Get rid of the remaining GOSUB in browse.bas

2010-10-10 Thread subversion
james 2010-10-10 18:55:18 -0700 (Sun, 10 Oct 2010) 122 Get rid of the remaining GOSUB in browse.bas clean up a place where f was an integer in one place and a string in another --- U wip/browse.bas ___ Ohrrpgce mailing list

Re: [Ohrrpgce] Sprites, animation food for thought

2010-10-10 Thread Seth Hetu
3 times, but nevermind that. I've got a question about animations. Is it possible to add a delay value, which delays the next frame in the animation? Like:     animation name=stand deftime=1 loop=no         dir dir=down             framestand-down/frame         /dir         dir dir=up

[Ohrrpgce] Fwd: Sprites, animation food for thought

2010-10-10 Thread Mike Caron
Yikes, I fail at email forever. This was meant to go to the rest of the list. -- Forwarded message -- From: Mike caron.m...@gmail.com Date: Sun, Oct 10, 2010 at 11:35 PM Subject: Re: [Ohrrpgce] Sprites, animation food for thought To: Seth Hetu seth.h...@gmail.com (Oops, I

[Ohrrpgce] SVN: james/3864 Reload editor and both browse for and export filenames *.reld *.reload *

2010-10-10 Thread subversion
james 2010-10-10 22:32:10 -0700 (Sun, 10 Oct 2010) 236 Reload editor and both browse for and export filenames *.reld *.reload *.slice *.rsav File browser is smart enough to tell the difference between valid and invalid reload files. . is no longer a forbidden character in inputfilename() --- U

[Ohrrpgce] SVN: james/3865 Reload editor also browses for *.editor

2010-10-10 Thread subversion
james 2010-10-10 22:44:57 -0700 (Sun, 10 Oct 2010) 40 Reload editor also browses for *.editor --- U wip/browse.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org