Re: [Ohrrpgce] A proposal for TextSlices

2009-04-08 Thread S'orlok Reaves
An alternative to a copy() operator could be a ref() operator. Personally, I think a ref() operator is somewhat inconsistent. This is how I see it: 1) When I call copy(), some work is done, and a copy of my string is MADE --it didn't exist before. 2) When I call ref(), what happens? Is a

Re: [Ohrrpgce] A proposal for TextSlices

2009-04-08 Thread David Gowers
On Wed, Apr 8, 2009 at 11:03 PM, S'orlok Reaves sorlok_rea...@yahoo.com wrote: An alternative to a copy() operator could be a ref() operator. Personally, I think a ref() operator is somewhat inconsistent. This is how I see it: 1) When I call copy(), some work is done, and a copy of my

[Ohrrpgce] SVN: james/2649 TextSlice now automatically keeps a .line_count member that reports how

2009-04-08 Thread subversion
james 2009-04-08 13:41:56 -0700 (Wed, 08 Apr 2009) 112 TextSlice now automatically keeps a .line_count member that reports how many lines the text currently wraps to. --- U wip/slices.bas U wip/slices.bi ___ Ohrrpgce mailing list

[Ohrrpgce] SVN: james/2652 A few scancode constants in the maptile flipping code

2009-04-08 Thread subversion
james 2009-04-08 16:20:13 -0700 (Wed, 08 Apr 2009) 54 A few scancode constants in the maptile flipping code --- U wip/drawing.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

[Ohrrpgce] SVN: james/2653 separate helpkey for maptile picker when it is in default passability mo

2009-04-08 Thread subversion
james 2009-04-08 21:53:27 -0700 (Wed, 08 Apr 2009) 110 separate helpkey for maptile picker when it is in default passability mode as opposed to simple picker mode. --- U wip/drawing.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

[Ohrrpgce] SVN: james/2654 stredit() is now a function which returns the line the cursor is on

2009-04-08 Thread subversion
james 2009-04-08 21:54:35 -0700 (Wed, 08 Apr 2009) 134 stredit() is now a function which returns the line the cursor is on if called in multiline mode. Scrolling help now works much nicer. --- U wip/customsubs.bas U wip/customsubs.bi ___ Ohrrpgce

[Ohrrpgce] SVN: james/2655 Raise the arbitrary limit on help length

2009-04-08 Thread subversion
james 2009-04-08 22:02:28 -0700 (Wed, 08 Apr 2009) 41 Raise the arbitrary limit on help length --- U wip/customsubs.bas ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

[Ohrrpgce] SVN: james/2656 Add a bunch of help files, mostly for stuff in the graphics related menu

2009-04-08 Thread subversion
james 2009-04-08 22:35:21 -0700 (Wed, 08 Apr 2009) 75 Add a bunch of help files, mostly for stuff in the graphics related menus. --- A wip/ohrhelp/default_passability.txt A wip/ohrhelp/editbitset.txt U wip/ohrhelp/editmaptile.txt U wip/ohrhelp/helphelp.txt A

Re: [Ohrrpgce] regarding interpreter rewriting

2009-04-08 Thread Ralph Versteegen
2009/4/9 Jay Tennant hierand...@crazyleafgames.com: I've been working on interpreter data types since last week. It's a rewrite of an earlier exploration into interpreter writing. //data type definitions enum DDTYPE {     UNDEFINED = 0x0,     VARIABLE = 0x1,     STRUCTURE = 0x2,