View Single Post
  #1  
Old 03-31-2009, 02:25 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
Smile NPCServer updates

Today all servers have been restarted. Beside some bug fixes in gserver this also brings some new stuff for npcservers:

- /scripthelp now supports wild cards (*) and can combine type names and function name / description, that means you can search for stuff like /scripthelp player*hp

- added server-side support for TDrawingPanel: do temp.panel = new TDrawingPanel(), temp.panel.drawimage(0,0,"myimage.png"), temp.panel.saveimage(mynewfilename)

- improved speed

- added more stuff in /stats (shows memory usage) and admin-commands for analyzing the engine speed (so I can help better in certain cases)

Update:
- urlencode(string) - encodes urls for http GET requests (TSocket)

Last edited by Admins; 04-02-2009 at 11:32 AM..
Reply With Quote