View Single Post
  #20  
Old 03-13-2011, 09:01 AM
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
From the top of my head:

Get rid of the "create window at mouse" stuff for the Graal main window. Let it default to the center of the screen and then save the position and size like the v5 client does it. Do the same for the playerlist (although I believe Tig's already doing it with the one on Login 2?).

I'd also like to see a comeback of palettes (setbackpal stuff, but improved, more dynamic and usable on basically everything that is an 8-bit PNG). This can be so useful on so many occasions. I can't imagine it being difficult to implement, either; then again, I don't code that kind of stuff. Should you implement this, I don't think it'd hurt for it to work with Jasc's PAL files.


Also:
Quote:
Originally Posted by fowlplay4 View Post
It'd be cool if we could do something like:

PHP Code:
new GuiWindowCtrl("ExternalExample") {
  
y 100;
  
width height 300;
  
isexternal true;
  
nativestyle true// Makes it look like their Native OS equivalent.

This would be awesome. If not this, then I'd like a white-grayish default style instead of that blue GUI stuff.
Reply With Quote