Galaxy++ editor v1.6.0 directory

Details

  • Filename
    Galaxy___editor_v1.6.0.zip
  • Uploaded by
  • Uploaded
    Apr 29, 2011
  • Size
    1.55 MB
  • Downloads
    128
  • MD5
    aa2cf9c4bf578cf048d84c904ae04640

Changelog

  • Fixed an error where using short names could rename stuff to an elligal name.
  • Added a way to call the gui function Preload Bank (use #PreloadBank(string bank, int player); - not inside functions)
  • Added line numbers to the editor.
  • Added an option to deactivate files. Deactivated files will not be compiled.
  • Changed the compile/run shortcuts to F9/ ctrl + F9.
  • When compiling, if no changes was done since last successful compilation, compilation will be skipped.
  • Removed some warnings about unused variables that are generated.
  • Hidden folders will now remain hidden during compilation, and when the program is restarted.
  • New folders and files will now be created in rename mode with a default name.
  • Files and folders can now be dragged around - not restricted to alphabetic sorting anymore.
  • Added an option to obfuscate strings.
  • The check for unused variables is now done before merging variables.
  • Fixed a bug that would give multidimentional arrays the wrong size.
  • Fixed a bug that created unnecessary bulkCopyVar variables.
  • Fixed a crash that occured when pressing ctrl-f with text marked.