Quote:
|
Originally Posted by Stefan
- isapplicationactive() function, returns true or false
|
Does this mean the application is the focused window on the game?
If so, might want to have a bitflag param for stuff like PM window focused, graal window focused, letting it use different types of exceptions
Quote:
- All GUI controls support text shadow (instead of just in GUIMLTextCtrl):
PHP Code:
profile.textshadow = true,
profile.shadowOffset = {1,1},
profile.shadowColor = {0,0,0} for black shadow
|
Does this include showtext? Because I REALLY REALLY want this with showtext.
Quote:
Network improvements
- /ping command on servers (will eventually be accessible for scripts later)
|
yay, I've gotta check it out. If it doesn't include packetloss you should add that.