1. Grey Hack
  2. News

Grey Hack News

[Public] Update v0.7.3619a

[h3]Changelog[/h3]

- Fixed Bug #599 - Database in SP is getting locked/corrupted when generating new networks

- Fixed bug in MP that could cause a LAN computer to be returned with incorrect values, causing unexpected behaviours, if it was accessed through two or more routers on the local network. (related to the previous bug)

[Nightly] Update v0.7.3896a

[h3]Changelog[/h3]

- Improved Chat so that performance is not affected by very long conversations.

- Some minor bugs have been fixed in Chat.

[h3][Nightly] Update v0.7.3888a[/h3]

- Now the windows are shown behind the taskbar.

- Fixed Bug 737: ram leakage when trying to open a file that does not exist with -code parameter in CodeEditor.exe from terminal

- Fixed Bug 741: Email reply text not visible

- Fixed Bug 740: open the folder in FileExplorer /usr/bin/ take you to the /bin folder instead

[h3][Nightly] Update v0.7.3882a[/h3]

- Improved performance when drawing icons on Desktop and FileExplorer, avoiding the flickering that occurred when creating or deleting files.

- Fixed Bug #647 - Game client freezes if you run multiple scripts that add and remove files or folders continuously from Desktop

[Nightly] Update v0.7.3878a

[h3]Changelog[/h3]

- Increased response speed of print and clear_screen methods.

- Added aptclient.del_repo method.

- Added metamail.delete method.

- The IDs of the scripting API texts have been renamed. Community translations will need to update these identifiers.


[h3][Nightly] Update v0.7.3880a[/h3]

- Increased more the response speed of clear_screen

- The following characters are now allowed in the terminal: | ^ $ < >

- Fixed performance issue in ClipboardUI when copying large texts and interacting with the clipboard.

- Fixed bug when selecting texts in the clipboard copied from CodeEditor or Notepad, causing the format to be lost when pasting it in the destination.

[Nightly] Update v0.7.3865a

[h3]Changelog[/h3]

- Added libmail.so library on all computers.

- Added new objects in the scripting API: LibMail and MetaMail to send and read emails. Use include_lib to import libmail.so and perform the login. Then use the MetaMail object obtained from the login to read or send emails.
Note: At this time you can not reply to existing emails, only send new emails.

- Added optional argument on aptclient.install to be able to specify the path where the file will be installed.

- Now aptclient.check_upgrade receives as an argument the full path of the file instead of its name.

[Nightly] Update v0.7.3860a

[h3]Changelog[/h3]

- Added option "allow import" in the CodeEditor dialog when compiling a script to allow the binary to be imported into another script.

- In addition to importing src files with import_code, you can now import script binaries that have been compiled with the allow_import flag.

- Added allowImport option in method Shell.build

- Added aptclient.so library on all computers, it is necessary to import it with import_lib to use apt-get methods.

- Moved apt methods from shell to aptclient.so library

- Renamed aptclient methods to: check_upgrade, install, search, show, update, add_repo

- Fixed bug in print method that caused spaces or line breaks at the beginning of the text to be removed.

- Updated admin tools.

- Fixed bug that caused police networks to not be generated in a new SP game or after a server wipe in MP.

- Fixed Bug [721] Incorrect metaxploit.so translation

- Fixed Bug [726] map operation with null values crash the script

- Fixed Bug [665] user_input trims spaces from input

- Fixed Bug [288] Using "New Folder" button on the compile page or when downloading a file will do nothing