Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-17-2008, 10:57 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Compilation Bump

Went through and got all of my ideas that were ignored, and decided to bump them in one entire collection of ideas and improvements:

saturation value : added alongside of RGBA. 1 would be full saturation, 0 would be no saturation(grayscale). Currently impossible to replicate, and I think many people would appreciate the effects.

download window : I'm tired of having to close a download window when I switch a server, because it feels the need to inform me I'm downloading some random head or gani. Just have it not pop up.

PM notifaction : Changes the little head icon on the taskbar button into a blinking PM when you receive PMs. Only personal PMs, not masses/guild/admin! This would be useful for those who don't have minimize to taskbar enabled.

gmap.mapimg : added to the gmap object, a variable that contains the currently loaded MAPIMG from the gmap file. Would save the effort to work around and load it from the gmap.

tilelayers[x].layer : change the visual layer of tilelayers. This of course, would be useful for drawing tiles over players. I know this would probably need a rework of the way levels are drawn, but dammit, it would be so worth it!!!

freezeani() : freezes the players ani in place, at its current anistep, for the specified about of seconds. This, of course, would also include a freezecharani().

gani rotation : Still bugged. Rotating a gani like sword.gani will cause the gani to displace itself horribly.

clientside SentToRC() : would echo a message to the RC client on the clientside. Would be useful to send messages to staff when they log on, that wouldn't spam everyone else, for example.

global toguild: : toguild: sending a message to all your guild members regardless of server. Also the ability to receive toguild's from other servers. Along with this, I again, hope that the guild list would list all guild members regardless of server. Much like how the buddy list is.

onwallpoly({polygon data}) : of course, would check for an onwall within the polygon data(or a line), and some way to return the position the polygon intersects a wall.

polygon images : ability to change how images are resampled on polygons. I don't like the bicubic method Graal uses. More on this can be checked here: http://forums.graalonline.com/forums...ad.php?t=76258
Aside from that... drawing images on a 4 pointed polygon causes a distortion along the center, that runs diagonally. This means you can't really do '3D' stuff, because the image is so severly distorted, it's not accurate.


seteffectmode() : change the mode of seteffect, using the modes provided for showimgs. I don't see why this would be hard.

decimal layers : layers being checked down to the decimal. This is mainly important for layers 0-3, since there are only three layers. Not really important, but there are instances where 3 just isn't enough. Because it uses decimals, it would be fully backwards-compatible.

showimg layer <0 : Ability to draw images under the tiles. This is already possible with GUI's, but sometimes it's a pain in the ass... not to mention GUI's cause focus loss and other complications. Being able to just change the layer of an image to -1 to draw it under the tiles seems so much simpler. Oh, and it should carry the same respects as layers > 0. -1 through -3 would be drawn on level coordinates, and <-3 would be drawn on screen coordinates.

addtiledef online : when the image from an addtiledef is not in cache, it should instead be displayed as black, instead of jarbled tiles. I dunno if it still does this, but I guess it doesn't hurt to list it.

textoutline = bool : currently there is textshadow, which is cool. I also suggest textoutline, which would outline the text. This is a very nice effect for text, as it makes it a lot easier to read on ANY color, when there is a black outline, and white text. When over white, you see the black outline, when over black, you see the white text. Very useful, I'd love to see it. There is a way to do it, but it involves about 10+ images just to pull it off for one line of text.


This is all I can think of, but I'm sure I'm missing tons of ideas I've had over the years I have forgotten about. Now, Stefan, I beg you to go through and read all the ideas and at least give me a comment as to possible or not... and not just completely ignore them or pick and choose and leave me wondering about the rest.
Reply With Quote
  #2  
Old 08-20-2008, 07:35 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Bump for Stefan's acknowledgment.
Reply With Quote
  #3  
Old 08-20-2008, 08:00 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by DustyPorViva View Post
download window : I'm tired of having to close a download window when I switch a server, because it feels the need to inform me I'm downloading some random head or gani. Just have it not pop up.

PM notifaction : Changes the little head icon on the taskbar button into a blinking PM when you receive PMs. Only personal PMs, not masses/guild/admin! This would be useful for those who don't have minimize to taskbar enabled.

gmap.mapimg : added to the gmap object, a variable that contains the currently loaded MAPIMG from the gmap file. Would save the effort to work around and load it from the gmap.

tilelayers[x].layer : change the visual layer of tilelayers. This of course, would be useful for drawing tiles over players. I know this would probably need a rework of the way levels are drawn, but dammit, it would be so worth it!!!

freezeani() : freezes the players ani in place, at its current anistep, for the specified about of seconds. This, of course, would also include a freezecharani().

gani rotation : Still bugged. Rotating a gani like sword.gani will cause the gani to displace itself horribly.

clientside SentToRC() : would echo a message to the RC client on the clientside. Would be useful to send messages to staff when they log on, that wouldn't spam everyone else, for example.
All of those ides above are great.
Quote:
Originally Posted by DustyPorViva View Post
global toguild: : toguild: sending a message to all your guild members regardless of server. Also the ability to receive toguild's from other servers. Along with this, I again, hope that the guild list would list all guild members regardless of server. Much like how the buddy list is.
At first I was thinking... this would be hard to code, but then I realized if the client just checks the global guild roster you're in to see if those people are online it wouldn't be too bad.

Quote:
Originally Posted by DustyPorViva View Post
polygon images : ability to change how images are resampled on polygons. I don't like the bicubic method Graal uses. More on this can be checked here: http://forums.graalonline.com/forums...ad.php?t=76258
Aside from that... drawing images on a 4 pointed polygon causes a distortion along the center, that runs diagonally. This means you can't really do '3D' stuff, because the image is so severly distorted, it's not accurate.
Agree ^
Quote:
Originally Posted by DustyPorViva View Post
seteffectmode() : change the mode of seteffect, using the modes provided for showimgs. I don't see why this would be hard.
seteffectmode already exists.
Quote:
Originally Posted by DustyPorViva View Post
decimal layers : layers being checked down to the decimal. This is mainly important for layers 0-3, since there are only three layers. Not really important, but there are instances where 3 just isn't enough. Because it uses decimals, it would be fully backwards-compatible.
DEFINITE YES.
Quote:
Originally Posted by DustyPorViva View Post
showimg layer <0 : Ability to draw images under the tiles. This is already possible with GUI's, but sometimes it's a pain in the ass... not to mention GUI's cause focus loss and other complications. Being able to just change the layer of an image to -1 to draw it under the tiles seems so much simpler. Oh, and it should carry the same respects as layers > 0. -1 through -3 would be drawn on level coordinates, and <-3 would be drawn on screen coordinates.

addtiledef online : when the image from an addtiledef is not in cache, it should instead be displayed as black, instead of jarbled tiles. I dunno if it still does this, but I guess it doesn't hurt to list it.

textoutline = bool : currently there is textshadow, which is cool. I also suggest textoutline, which would outline the text. This is a very nice effect for text, as it makes it a lot easier to read on ANY color, when there is a black outline, and white text. When over white, you see the black outline, when over black, you see the white text. Very useful, I'd love to see it. There is a way to do it, but it involves about 10+ images just to pull it off for one line of text.
These would also be decent additions.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #4  
Old 08-20-2008, 08:18 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Tigairius View Post
seteffectmode already exists.
Oops... well the function name exists, my idea does not. seteffectmode changes the mode for setcoloreffect(so the name of the function makes no sense), which is for the transparency of the NPC.

Well, looks like I can't edit... I guess another syntax could be effectmode();
Reply With Quote
  #5  
Old 08-20-2008, 12:39 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
I agree with all of those. ESPECIALLY DECIMAL LAYERS AND TEXT OUTLINE I'm currently using 8 images with textshadows in every possilbe direction to create a damn text outline, pain in the ass.
Reply With Quote
  #6  
Old 08-20-2008, 02:16 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
I'm working on a script right now that would benefit greatly from an expansion on how layers are handled.
Reply With Quote
  #7  
Old 08-20-2008, 03:15 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
Oops... well the function name exists, my idea does not. seteffectmode changes the mode for setcoloreffect(so the name of the function makes no sense), which is for the transparency of the NPC.

Well, looks like I can't edit... I guess another syntax could be effectmode();
You mean "mode" which works for GUI and NPCs, players, showimgs ?
Reply With Quote
  #8  
Old 08-20-2008, 04:03 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Stefan View Post
You mean "mode" which works for GUI and NPCs, players, showimgs ?
I mean being able to change the mode for seteffect.
Reply With Quote
  #9  
Old 08-20-2008, 04:07 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Use a showpoly instead, it's implemented exactly the same (with mode=3)
Reply With Quote
  #10  
Old 08-20-2008, 04:14 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Then comes the problem with not enough layers.

Why can't we just have a mode for seteffect?
Reply With Quote
  #11  
Old 08-20-2008, 08:19 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
I don't see decimal layers working since I'm pretty sure the layer just points to an index in an array.
__________________
Do it with a DON!
Reply With Quote
  #12  
Old 08-20-2008, 08:59 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Quote:
Originally Posted by zokemon View Post
I don't see decimal layers working since I'm pretty sure the layer just points to an index in an array.
I'm sure Stefan could change how they work in the engine, if he wanted too.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #13  
Old 08-21-2008, 01:30 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Hmmm can try to add some of the things, e.g. tilelayers[x].layer should be relatively simple
Reply With Quote
  #14  
Old 08-21-2008, 01:35 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by stefan View Post
hmmm can try to add some of the things, e.g. Tilelayers[x].layer should be relatively simple
yes!!!!
Reply With Quote
  #15  
Old 08-21-2008, 06:48 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Stefan View Post
Hmmm can try to add some of the things, e.g. tilelayers[x].layer should be relatively simple
My god, seriously? You know how long I've been trying to get that?

Just an idea though, I think it would be better if you had like layer[i].tilelayers[x] instead. By default, layer[0].tilelayercount would be 1 and layer[i].tilelayercount for all other i except 1 would be equal to 0.

I mean, it would be pretty wierd to have tilelayers[0] at layer 0, tilelayers[1] at layer 3 and tilelayers[2] at layer 1, you know?

For backwards compatibility, the level.tilelayers array would just be a reference to level.layer[0].tilelayers.

Make sense?
__________________
Do it with a DON!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:55 PM.


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