Skip to content

Releases: Timocop/BasicPawn

BasicPawn commit release

04 Jul 10:44
4843359
Compare
Choose a tag to compare
Pre-release

Automatic deployment! May be instable! Build 768. Commit 4843359.

BasicPawn v0.855

10 Jun 23:21
Compare
Choose a tag to compare

🔨 Hotfixes

  • [Program] Fixed Multi-Compiler not normalizing paths.

BasicPawn v0.854

10 Jun 22:44
Compare
Choose a tag to compare

🔨 Hotfixes

  • [Program] Fix weird path letter case issues. Paths will be normalized now. (E.g. compiling ABC.sp will now not become abc.smx)

BasicPawn v0.853

10 Jun 21:56
Compare
Choose a tag to compare

🔨 Fixes

  • [Program] Fix weird path letter case issues. Paths will be normalized now. (E.g. compiling ABC.sp will now not become abc.smx)
  • [Plugins]
    • Translation Editor Plugin
      • [UI] Fix empty clipboard exception.
      • [UI] Fix 'Format' detection when editing or adding translation.
    • FTP Plugin
      • [Program] Fix weird path letter case issues. Paths will be normalized now. (E.g. compiling ABC.sp will now not become abc.smx)

✏️ Changes

  • [UI] Changed 'Compile' to 'Build' in Project Browser context menu.
  • [Editor] Able to use 'Replace All' for all tabs and includes (like 'List All') in 'Search and Replace' window. (#98)
  • [Editor] Able to set maximum scope highlighting length. (#101)
  • [Program] Added plugin update checker/reminder.
  • [Program] Added 'Search and Replace' history. (#83)
  • [Plugins]
    • Automatic Error Reporting Plugin
      • [Program] Open editor by file format when opening logs.
    • Lysis Decompiler Plugin
      • [Program] Updated Lysis.

⚠️ Important

  • [Plugins] All plugins require a newer interface from now on. Please update your plugins.
  • [Settings] Some settings have been added, removed or changed. Please check your settings.

BasicPawn v0.852

27 May 04:28
Compare
Choose a tag to compare

🔨 Fixes

  • [Editor] Possible fix for rare exceptions. (#85)
  • [Program] Fix KeyValues un/escaping (#91)
  • [Plugins]
    • [Translation Editor]
      • [UI] Fix recent translation files not sorting correctly.

✏️ Changes

  • [Parser] Syntax parsing optimizations.
  • Implemented 'Go to line'. (#94)

BasicPawn v0.851

20 Dec 00:28
Compare
Choose a tag to compare

🔨 Fixes

  • [UI] Fix high contrast mode glitchy colors on some windows.
  • [Program] Fix 'Search & Replace' replacing whole lines when using 'Merge lines' with 'Replace' and 'Replace All'.

✏️ Changes

  • [UI] BasicPawn is now DPI aware and scales correctly on different Windows DPI settings.
  • [UI] Added 'Test/Build with config...' to 'Test' and 'Build'.
  • [UI] Added quick config change combo box.
  • [Plugins]
    • [Automatic Error Reporting]
      • [UI] Do not show duplicated error reports.
  • [Updater] Do not prompt on overriding files when updating.

BasicPawn v0.850

07 Aug 11:30
Compare
Choose a tag to compare

🔨 Fixes

  • Fixed highlighting settings not working correctly.
  • Fixed some critical 'Index out of bounds' exceptions.
  • Fixed update not able to check for updates for non-GitHub sites due to outdated TLS. (TLS 1.2 is now used)

BasicPawn v0.849

11 Jul 20:54
Compare
Choose a tag to compare

🔨 Fixes

  • [UI] Fixed rare exception when focusing windows via code.
  • [UI] Fixed exception when information tab gets focused while main window is minimized.

✏️ Changes

  • [UI] Optimized drawing.
  • [UI] Grammar fixes.
  • [Plugin] Implemented Translation Editor.
  • [Settings] Implemented auto-saving feature (optional).
  • [Program] Optimized tab selection.
  • [Program] 'Search & Replace' able to only show lines instead of individual hits.

⚠️ Important

  • [Plugins] All plugins require a newer interface from now on. Please update your plugins.
  • [Settings] Some settings have been added, removed or changed. Please check your settings.

BasicPawn v0.848

04 Jun 13:42
Compare
Choose a tag to compare

🔨 Fixes

  • [Parser] Fixed issue with multi-comment and multi-string inside pre-processor directives breaking syntax parsing.

BasicPawn v0.847

17 May 20:19
Compare
Choose a tag to compare

🔨 Fixes

  • [Object Browser] Fixed item definition data changes.

✏️ Changes

  • [Editor] Able to navigate previous/next selected tab history.
  • [Editor] Closing tabs will select previous selected tab instead (optional).
  • [Settings] Detect maximum parsing threads automatically when value is "0".
  • [Threading] Adjusted and optimized the syntax parser background scheduler.
  • [Object Browser] Only redraw items when added/removed.

⚠️ Important

  • [Settings] Some settings have been added, removed or changed. Please check your settings.