Graal Forums  

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

Showing results 1 to 25 of 366
Search took 0.01 seconds.
Search: Posts Made By: Novo
Forum: Hello and Goodbyes 10-17-2013, 10:58 PM
Replies: 41
Views: 6,919
Posted By Novo
It's sad to see you go Bell; you will be missed.

It's sad to see you go Bell; you will be missed.
Forum: Gani Construction 02-15-2009, 06:23 PM
Replies: 5
Views: 1,459
Posted By Novo
I get ye... I had this situation way back in the...

I get ye... I had this situation way back in the time. I don't think you can display a calculated sprite.

We had facial emoticons that we wanted to use on the ganis. What we ended up doing was...
Forum: Tech Support 12-08-2008, 01:07 PM
Replies: 4
Views: 1,278
Posted By Novo
Hrm... In this case, there was scripts in the...

Hrm... In this case, there was scripts in the database npc (it managed the database), but it was on a reactionary bases (via function calls).

I'll just add a trigger after setting functions!
...
Forum: Tech Support 12-07-2008, 04:32 PM
Replies: 4
Views: 1,278
Posted By Novo
NPC DB not saving on disconnect. Alternative?

When the npcserver crashes or is disconnected by evil people with RC's, the variables in the database npcs are rolled back to some arbitrary past date. As such, a lot of information is being lost.
...
Forum: PlayerWorlds Main Forum 11-27-2008, 11:35 AM
Replies: 93
Views: 9,380
Posted By Novo
WhiteDragon, I have only seen some of your...

WhiteDragon, I have only seen some of your scripts, and I must admit... They are tremendously well made. I aspire to be as focused as you are. There is no doubt in your ability to effectively...
Forum: PlayerWorlds Main Forum 11-26-2008, 09:10 AM
Replies: 93
Views: 9,380
Posted By Novo
I'm surprised no-one mentioned BirdBird. ...

I'm surprised no-one mentioned BirdBird.

BirdBird - Levels, Graphics
I've worked with him in the past, and it has been an incredible experience. He is competent, motivated, a true visionary......
Forum: Future Improvements 11-26-2008, 08:47 AM
Replies: 1
Views: 970
Posted By Novo
Script-Based CPU Usage

Baddies on Zodiac generate a tremendous amount of CPU load, however, due to each baddy generating a low CPU load individually, the CPU usage is psychologically insignificant.

An improvement would...
Forum: Bug Report 11-24-2008, 02:35 PM
Replies: 8
Views: 4,832
Posted By Novo
Ah. Alright. I had the problem on a Mac Intel...

Ah. Alright. I had the problem on a Mac Intel version... I might have an outdated copy.
Forum: Code Gallery 11-22-2008, 09:03 AM
Replies: 6
Views: 4,724
Posted By Novo
Hope you don't mind, I did some edits to the...

Hope you don't mind, I did some edits to the quicksort! I added the ability to compare any object using a custom function.


/**
* Compares two values and returns a value that represents an...
Forum: Code Gallery 11-22-2008, 08:07 AM
Replies: 6
Views: 4,724
Posted By Novo
These don't look ready for use. You still...

These don't look ready for use.

You still have debug information in them (Such as player.chat @= "Stuff") as well as what I think is violating variable scope. (Such as using temp.a without having...
Forum: NPC Scripting 11-22-2008, 07:50 AM
Replies: 12
Views: 1,661
Posted By Novo
Yea... WhiteDragon's code is marginally better...

Yea... WhiteDragon's code is marginally better than mine because I use an insertion (which has a O(n)... Making my code O(n^2) in worst case) while WhiteDragon's model uses qsort( which doesn't...
Forum: NPC Scripting 11-21-2008, 10:52 PM
Replies: 12
Views: 1,661
Posted By Novo
I don't think you're ready to experiment with...

I don't think you're ready to experiment with dynamic executional programming. In the majority of the cases, you don't need dynamic execution. Using them makes debugging harder and encourages...
Forum: NPC Scripting 11-21-2008, 07:15 PM
Replies: 12
Views: 1,661
Posted By Novo
The best you can expect from this is O(n*log(n))....

The best you can expect from this is O(n*log(n)).


function sort_list( initial_list ) {
sorted_list = {}; // Sorted List
// For every element in the initial list
for ( list_item:...
Forum: Bug Report 11-21-2008, 04:41 PM
Replies: 8
Views: 4,832
Posted By Novo
"in" operator on returned array.

The error I've found is that if you want to use the var in array, the array needs to be a variable defined in the function itself; not a returned value from a function. ( I also highly suspect that...
Forum: NPC Scripting 11-20-2008, 07:27 PM
Replies: 10
Views: 2,204
Posted By Novo
From what I know, Graal encodes the values as...

From what I know, Graal encodes the values as string-representations... So there is no true 'type' of variable. value = 12 and value = "12" is the same thing!

The best way to do the bit-shift is...
Forum: Future Improvements 08-09-2008, 05:29 AM
Replies: 60
Views: 44,203
Posted By Novo
I meant that... :( I'll never have my External...

I meant that... :( I'll never have my External RC... As I see too sad that I'd have to make my developer tools to develop for free.
Forum: Future Improvements 08-09-2008, 03:17 AM
Replies: 60
Views: 44,203
Posted By Novo
I had my answer a long time ago, Inverness: "If...

I had my answer a long time ago, Inverness: "If you want an external RC, make one yourself."
Forum: Future Improvements 08-08-2008, 05:38 PM
Replies: 60
Views: 44,203
Posted By Novo
How about this: Give me specifications on the...

How about this: Give me specifications on the protocol used... MINUS the encryption method... Basically -- They'd require only implementing the protocol required to communicate with the already-made...
Forum: Future Improvements 08-08-2008, 03:46 AM
Replies: 60
Views: 44,203
Posted By Novo
BootCamp is worse than Parallels... Not only do...

BootCamp is worse than Parallels... Not only do you require more disk space to run it, you're locked out of all your music / apps / settings. Also... I'm a bit windows-claustrophobic. I just feel...
Forum: Future Improvements 08-08-2008, 03:42 AM
Replies: 3
Views: 1,958
Posted By Novo
Version Control?

Version Control is necessary in any dynamic ever-changing system. It allows for developers to experiment with code and continuously develop without fear of deleting things by accident. Additionally,...
Forum: Future Improvements 08-08-2008, 03:21 AM
Replies: 60
Views: 44,203
Posted By Novo
External Mac RC?

Mac requires a native RC.

Virtualizing Windows to use the native RC is way too resource-hogging for a portable. In all dimensions: Disk Space, CPU, and Memory. My system goes to a sluggish speed...
Forum: NPC Scripting 02-23-2008, 11:16 PM
Replies: 16
Views: 3,552
Posted By Novo
Now how about that CVS/SVN thing....

Now how about that CVS/SVN thing....
Forum: Playerworld Staff Openings 02-12-2008, 04:44 PM
Replies: 2
Views: 987
Posted By Novo
What's more to explain?! This is Twilight Town! ...

What's more to explain?! This is Twilight Town!

Bleck, don't listen to him! He doesn't appreciate the value of a good name!
Forum: NPC Scripting 02-11-2008, 08:07 AM
Replies: 14
Views: 2,016
Posted By Novo
GST has a requirement of being suck-ups. Zero...

GST has a requirement of being suck-ups. Zero doesn't qualify.
Forum: PlayerWorlds Main Forum 02-04-2008, 06:17 AM
Replies: 56
Views: 6,329
Posted By Novo
Haha... I can guess how long that one's going to...

Haha... I can guess how long that one's going to take to get a reply!


Alternatively, I'd be curious as to whether it is exclusive rights to redistribution and modification... Or they're...
Showing results 1 to 25 of 366

 
Forum Jump

All times are GMT +2. The time now is 03:49 PM.


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