Search lua-l
This index contains 143,604 documents and
1,774,497 keywords. Last update on
2023-03-08 .
- 281. Re: LuaPlus (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Thu, 26 Jun 2003 11:11:01 -0400
- Hi Dylan, As far as C++ wrappers, I haven't had the opportunity to use it yet, but have you looked at luabind (http://luabind.sourceforge.net/)? I think it's unfortunate that the various extentions o
- 282. Re: LuaPlus (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Fri, 27 Jun 2003 11:56:54 -0400
- Well I found that New York city is enough like Tokyo to keep me happy. I don't think I'll be finding a replacement for Kyoto though. I hope I'm not causing too many waves of disapproval in the Lua cr
- 283. Re: The real problem with vectors and Lua (Atomic Tuples) (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 30 Jun 2003 13:55:42 -0400
- position = << 10, 20, 30 >> -- create a "tuple" position.another_value = 10 -- ERROR.. position isn't a table and is a "const" in effect position<<x>> = 30 -- creates a new "const" vector with x as 3
- 284. lua-users lottery results (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 30 Jun 2003 14:48:40 -0400
- Despite my forgetting to announce last call for the lottery, we still had a few more participants than last year. Thanks to everyone who signed up. Also thanks to the winner, John Passaniti, who agre
- 285. Re: Vectors/Atomic Tuples/Garbage Collection (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Tue, 01 Jul 2003 02:45:19 -0400
- Are 6 "value" objects created here and not deleted until the garbage collector runs? No frog = Vector{ 10, 20, 30 } + Vector{ 20, 30, 40 } + Vector{ 30, 40, 50 } Are 3 Vector userdata (or table) obje
- 286. Re: Vectors/Atomic Tuples/Garbage Collection (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Tue, 01 Jul 2003 11:06:17 -0400
- frog = Vector{ 10, 20, 30 } + Vector{ 20, 30, 40 } + Vector{ 30, 40, 50 } Right now, If I have 400 aliens each doing pos = pos + vec1 + vec2 + vec3, I get a leak of 400x3x16=20K each frame.. at 60fp
- 287. Re: IUP 2.0.1 New release (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Fri, 01 Aug 2003 18:21:28 -0400
- Hello, I tried to build this on Linux but gave up. It seems to depend on tecmake which itself doesn't seem very Linux friendly and has no English docs. Any help would be appreciated. -John -- http://
- 288. Re: IUP 2.0.1 New release (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 04 Aug 2003 10:51:21 -0400
- Please let me know if you still need help. There are many problems and I gave up again. I suggest that you try to build your tools on a modern Linux account. I can offer you one if necessary. * scrip
- 289. Re: IUP 2.0.1 New release (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 04 Aug 2003 14:06:00 -0400
- They must be in a folder that is in the PATH. I guess is not necessary that the PATH contains current directory. It is necessary that PATH contains the current directory. For example, make_all calls
- 290. Re: IUP 2.0.1 New release (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 04 Aug 2003 16:31:05 -0400
- I see. I thought tec_uname was run by some other program, not that I had to run it manually. However tec_uname is useless in my case, because an executable script cannot change the environment variab
- 291. Re: ANN: luacheia alpha1 release (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Tue, 05 Aug 2003 11:09:22 -0400
- This is looking good and builds without any fuss. I wonder if a few points could be improved: * support for use of external Lua library. Do you use a stock Lua library compile? This will be significa
- 292. Re: wiki software error (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Sun, 05 Oct 2003 09:36:38 -0400
- Could not get editing lock at (eval 8) line 765. I keep getting this when I save edits at lua-users.org/wiki or try to edit preferences. Is it just me? Sometimes a lock is left around. I'm not sure o
- 293. Re: Lua on the PlayStation2 (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 06 Oct 2003 11:41:24 -0400
- I'd say so, because we try to make each version of Lua more friendly to more platforms, based on the reports from users who have tried Lua on those platforms, but I'm not familiar with nor have acces
- 294. Re: Problem editing the Wiki (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 13 Oct 2003 10:37:46 -0400
- Software error: Could not get editing lock at (eval 8) line 765. For help, please send mail to the webmaster (staff@sourceforge.net), giving this error message and the time and date of the error. whe
- 295. Re: Problem editing the Wiki (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 13 Oct 2003 14:31:19 -0400
- lua-users.org is not just the wiki. There is also the mailing list archive, and the potential for other services in the future. What is the rationale behind "I'll host the site if the wiki gets rewri
- 296. Re: I can't edit the Wiki ever! (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Fri, 17 Oct 2003 21:11:02 -0400
- Reuben Thomas wrote: I have tried several times (including just now) since I last complained that I couldn't edit the lua-users Wiki, every time without success. I've tried different browsers just to
- 297. Re: Lua wiki content in other languages (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 27 Oct 2003 17:41:14 -0500
- Like most things, I think it's best to divide up the problem space and be lazy. But before I go on, I have a question. You said that the original desire was to add a non-English tutorial to the wiki.
- 298. Re: Lua wiki content in other languages (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Mon, 27 Oct 2003 19:18:30 -0500
- It may be more practical. I don't think I'd fancy the job of having to untangle 3 or 4 different languages if the wiki got to stage where it needed to be split. Well, here is what I mean about dividi
- 299. Re: Lua wiki content in other languages (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Tue, 28 Oct 2003 09:08:31 -0500
- Nick Trout wrote: These sound like good rules. There are pros and cons for splitting other language wikis off and keeping it on the same site. Splitting off would allow the other language site to dev
- 300. Re: Lua-users Wiki (score: 1)
- Author: John Belmonte <jvb@...>
- Date: Wed, 24 Dec 2003 00:25:54 -0600
- Software error: Could not get editing lock at (eval 8) line 765. Sorry. If you run into this again, see http://lua-users.org/wiki/WikiBugs. I'll try to track down this bug. -John -- http:// if ile.o
Search by
Namazu v2.0.21