Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 126 to 150 of 500
Search took 0.01 seconds; generated 33 minute(s) ago.
Search: Posts Made By: Kristi
Forum: Code Gallery 01-24-2008, 12:28 AM
Replies: 31
Views: 9,073
Posted By Kristi
showimg is a fine function. I personally do...

showimg is a fine function. I personally do something like
this.whatevz = showimg(whatevz);
then generally reference the variable when i want to change anything
this.whatevz.red = rad;
Forum: Graal Main Forum (English) 01-24-2008, 12:08 AM
Replies: 46
Views: 4,668
Posted By Kristi
Best Playerworld Project - Arca Best Level...

Best Playerworld Project - Arca
Best Level Arist - Racil
Best Coder - PFA
Best Graphics Artist - Tom
Most Favorite Graalian - Spryte
Most Innovative Playerworld - Arca
Forum: NPC Scripting 01-23-2008, 06:34 PM
Replies: 21
Views: 23,926
Posted By Kristi
I'm guessing this hasn't been touched long enough...

I'm guessing this hasn't been touched long enough no one will add to this.
I would have presorted a file of all known words with the letters arranged in alphabetical order, then just saved that and...
Forum: NPC Scripting 01-16-2008, 09:30 AM
Replies: 21
Views: 23,926
Posted By Kristi
thats almost what i was looking for!

thats almost what i was looking for!
Forum: NPC Scripting 01-15-2008, 08:47 AM
Replies: 21
Views: 23,926
Posted By Kristi
thats definitely not the most efficient way at...

thats definitely not the most efficient way at all. just getting it done and doing it efficiently are two different things. this is often your faults ;)
Forum: NPC Scripting 01-15-2008, 08:07 AM
Replies: 21
Views: 23,926
Posted By Kristi
assumption says theres a dictionary. you cant...

assumption says theres a dictionary. you cant just return all possible combinations of the letters
Forum: NPC Scripting 01-15-2008, 05:31 AM
Replies: 21
Views: 23,926
Posted By Kristi
yes but you also have to find which arrangements...

yes but you also have to find which arrangements are actually words in the dictionary.... fun fun fun
Forum: NPC Scripting 01-15-2008, 04:23 AM
Replies: 21
Views: 23,926
Posted By Kristi
what does n represent

what does n represent
Forum: NPC Scripting 01-15-2008, 02:09 AM
Replies: 21
Views: 23,926
Posted By Kristi
those aren't even real words. Fail

those aren't even real words. Fail
Forum: Global Scripting Team 01-14-2008, 11:57 PM
Replies: 16
Views: 23,574
Posted By Kristi
Psh to applications. I just look at their current...

Psh to applications. I just look at their current work and make sure they aren't jerks to other people (which rules out 90% of the people that post in the scripting forum \m/)
Forum: NPC Scripting 01-14-2008, 11:38 PM
Replies: 21
Views: 23,926
Posted By Kristi
Programming Exercise #2

Problem: Make an anagram finder.

Say what?!?
An anagram is a word that uses the same letters as another word. For example, santa and satan are anagrams.

The exercise is to propose and/or code...
Forum: NPC Scripting 01-13-2008, 05:33 PM
Replies: 7
Views: 2,003
Posted By Kristi
Key statement here

Key statement here
Forum: NPC Scripting 01-13-2008, 05:27 PM
Replies: 8
Views: 1,730
Posted By Kristi
I think most the world dislikes yours! That...

I think most the world dislikes yours!

That point being made though, neither of our comments had a place in this thread :)
Forum: NPC Scripting 01-13-2008, 05:25 PM
Replies: 10
Views: 4,567
Posted By Kristi
There is nothing inaccurate about it. PS: I...

There is nothing inaccurate about it.

PS: I died laughing when I read the thread title.
Forum: NPC Scripting 01-10-2008, 12:21 AM
Replies: 20
Views: 4,616
Posted By Kristi
if you're talking about having serverside npcs...

if you're talking about having serverside npcs talk to each other even if they're level npc's, give it a name.

on the serverside part, do this
function onCreated() {
mylevelnpc = this;
}
...
Forum: NPC Scripting 11-30-2007, 09:36 AM
Replies: 51
Views: 48,219
Posted By Kristi
Doing it the dynamicvariables way seems to take...

Doing it the dynamicvariables way seems to take twice as long on average. My previous structure is still best
Forum: NPC Scripting 11-30-2007, 12:53 AM
Replies: 51
Views: 48,219
Posted By Kristi
Mathematical and computational efficiency is the...

Mathematical and computational efficiency is the basis of programming
Forum: NPC Scripting 11-29-2007, 11:11 PM
Replies: 51
Views: 48,219
Posted By Kristi
I changed it to falsify b instead, i guess while...

I changed it to falsify b instead, i guess while you were typing this up.
However, im not sure which would work faster. when i get home and have access to my rc ill find out by averaging the run...
Forum: NPC Scripting 11-29-2007, 10:54 PM
Replies: 51
Views: 48,219
Posted By Kristi
>_< temp.intersect =...

>_<

temp.intersect = new[smallerarray.size()];

for(e: temp.largerarray)
temp.b.("v"@e) = true;

for(e: smallerarray)
if(temp.b.("v"@e)) {
temp.intersect[temp.j] = e;
Forum: NPC Scripting 11-29-2007, 09:07 PM
Replies: 51
Views: 48,219
Posted By Kristi
I was half asleep, good point xD I actually...

I was half asleep, good point xD
I actually read my post before yours and was about to correct that (does so)
Forum: Questions about V6 11-29-2007, 08:54 AM
Replies: 49
Views: 48,190
Posted By Kristi
If RC is your issue, you can always use crossover...

If RC is your issue, you can always use crossover for mac (not free i think) or darwine (wine [windows emulator] for darwin, is free) and run the rc. You need an intel mac but it works
Forum: NPC Scripting 11-29-2007, 08:47 AM
Replies: 51
Views: 48,219
Posted By Kristi
Deleting elements from the array and etc is...

Deleting elements from the array and etc is actually going to make it take longer to process.

Anyway, hashes would optimize finding the intersect, but graal has no support for it. However, we can...
Forum: NPC Scripting 11-20-2007, 11:46 AM
Replies: 51
Views: 48,219
Posted By Kristi
^_^ this is an open discussion. Please explain...

^_^ this is an open discussion. Please explain why this is better then the naive algorithm
Also, in your big O, did you include the search time for the "in" operator in your intersect portion? I can...
Forum: NPC Scripting 11-20-2007, 01:17 AM
Replies: 51
Views: 48,219
Posted By Kristi
Zero, that is incredibly inefficient. We want...

Zero, that is incredibly inefficient. We want something better then the naive algorithm
Forum: NPC Scripting 11-20-2007, 12:35 AM
Replies: 51
Views: 48,219
Posted By Kristi
Posted a sample to clarify for you tards.

Posted a sample to clarify for you tards.
Showing results 126 to 150 of 500

 
Forum Jump

All times are GMT +2. The time now is 09:17 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.