Search found 3444 matches

by zorg
Sat Apr 19, 2014 4:20 pm
Forum: Libraries and Tools
Topic: Lovebird : A browser-based debug console
Replies: 17
Views: 16693

Re: Lovebird : A browser-based debug console

It lagged for me as well, every few seconds; although setting the client timeout to 0 did not do good for me, but setting it to 0.1 did work...
by zorg
Fri Apr 18, 2014 2:47 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1021968

Re: Avatars: OBEY!

Not really new, but took this long to make an avatar for myself for here
no hints :3
by zorg
Mon Apr 14, 2014 7:25 pm
Forum: Support and Development
Topic: Keeping track of memory used by images
Replies: 4
Views: 3466

Re: Keeping track of memory used by images

And that worked very well also. Not only did it look nice, but it automatically cut that quad out of the main image, and pasted it into a new ImageData, so that each section could be treated like a separate image, as if they all had separate files. Though not your main issue, it might be relevant; ...
by zorg
Mon Apr 14, 2014 6:22 pm
Forum: Support and Development
Topic: Question for tables and variables :3
Replies: 12
Views: 8496

Re: Question for tables and variables :3

i could be wrong, but maybe Volgoza wants this: table.insert(someTable[var], 1) Basically, if you do the dot syntax like you did before, it will interpret that as the string "var", or more visually, as: someTable['var'] -- is the same as: someTable.var Note that this is how it works everyw...