Skip to content

Releases: Timocop/BasicPawn

BasicPawn v0.735

06 Nov 17:47
Compare
Choose a tag to compare

Changes in this version:

  • Fixes:
    • [UI] Fix typos.
    • [Program] Fix tabs not updating correctly when open more than one tab at once.
    • [Program] Fix possible NULL reference exceptions.
    • [Debugger] Fix progress window not showing correctly when loading the debugger.
    • [FTP Plugin] Fix Windows TextBox bug which hides the text on long paths.

BasicPawn v0.734

04 Nov 22:57
Compare
Choose a tag to compare

Changes in this version:

  • Fixes:
    • [UI] Fixed 'Object Browser' glitches.
    • [UI] Fixed RichTextBox coloring on Wine.
    • [Projects] Only update path when exporting files when the path is different.
    • [Compile] Added missing 'PrintInfo' when compiling failed.
    • [Debugger] Fixed debugger loading sources from orginal tab when refreshing sources.
    • [Search & Replace] Dont loop selections on 'List all'
  • Changes:
    • [UI] Window information (location, size etc.) will now be saved and loaded when you open BasicPawn.
    • [UI] Changed 'Mod type' to 'Language'.
    • [UI] Some controls can now be Hidden/Shown in the 'View' menu.
    • [UI] Improved tab performance.
    • [UI] Better ListView auto-resize.
    • [ToolTip] Make newline method arguments optional.
    • [Plugins] Released FTP Plugin.
    • [Configs] Added compiler options (SourcePawn & AMX Mod X).
    • [Settings] Clear or view application error logs.
    • [Settings] Added 'Get more plugins' in tab 'Plugins'.
    • [Projects] Able to execute 'Shell' on project files.
    • [Program] Implemented Document Minimap.
    • [Program] Compiling will get the source from the text editor instead of files now. This will not save sources when clicking 'Compile/Test' anymore.
    • [Debugger] Show progress when debugger is loading.
    • [Templates] Enhanced ECHO define.

and more...

BasicPawn v0.733

10 Oct 11:05
Compare
Choose a tag to compare

Changes in this version:

  • Fixes:
    • [Templates] Add missing semicolon on ECHO define.
    • [UI] Update ToolTip position when scrolling.
  • Changes:
    • [UI] Allow file Drag & Drop.
    • [UI] Allow tab Drag & Drop.
    • [UI] Allow project files Drag & Drop.
    • [UI] Small ToolTip drawing optimization.
    • [UI] Change debugger placeholder info.
    • [Program] Use timer to detect changed files.

BasicPawn v0.732

25 Sep 23:40
Compare
Choose a tag to compare

Changes in this version:

  • Bug fixes:
    • [UI] Correct string compare in autocomplete sorting.

BasicPawn v0.731

15 Sep 03:54
Compare
Choose a tag to compare

Small Hotfix

See:
c8bff9e

BasicPawn v0.730

14 Sep 13:52
Compare
Choose a tag to compare

Changes in this version:

  • Bug fixes:

    • [Program] Major bug fixes.
    • [Program] Fixed autocomplete indentation.
    • [Program] Dont allow overwriting database entries with the same name.
    • [Program] Fixed annyong warning sound when hitting enter on textboxes.
    • [Program] Switch to already opened files from the Object Browser.
    • [UI] Fixed UI colors.
    • [UI] Fixed TreeView ContextMenu focus glitches.
    • [UI] Show tab title correctly is messageboxes.
    • [UI] Fixed disabled scrollbars on ToolTips.
    • [Project] Show error when opening missing files istead of opening a blank tab.
    • [Syntax] Fixed parsing escape characters.
    • [Syntax] Fixed false positives when parsing variables.
  • Changes:

    • [Program] Internal changes and optimization.
    • [Program] Detect file changes.
    • [Program] Added "Safemode" (Plugins wont load when safemode enabled).
    • [Program] Implemented templates and template wizard.
    • [Program] Improved threading.
    • [UI] Show current mod under 'Tools'.
    • [UI] ToolTip is windowed.
    • [UI] Optimized ToolTip UI.
    • [UI] Disabled 'Enum', 'Autocomplete thread already running' and missing 'sourcemod.inc' warnings.
    • [UI] Show references in tabs info.
    • [UI] Added 'Collapse all', 'Expand all' to 'Object Browser'.
    • [UI] 'Object Browser' entries wont automatically expand themselfs.
    • [UI] Cut and Insert tabs.
    • [UI] Autocomplete/IntelliSense now colored.
    • [Syntax] Improved and optimized mehodmap parsing.
    • [Syntax] Improved and optimized parser, autocompletion and IntelliSense.
    • [Snytax] Improved public variable parsing.
    • [Syntax] Added more preprocessor stuff.
    • [Syntax] Allow parsing tabs in background.
    • [Syntax] Tabs that have been referenced in other tabs will parse its includes too.
    • [Plugin] Updated PluginInterface.

And more...

BasicPawn v0.728

02 Sep 16:49
Compare
Choose a tag to compare

Changes in this version:

  • Bug fixes:
    • [Syntax] Updated enum parser.
    • [Plugins] Fixed exceptions with plugins without info.
  • Changes
    • [UI] Print info when a mod has been detected.
    • [UI] Changed text 'Inverted colors' to 'High contrast mode'
    • [UI] Added "Target not responding" info to the debugger.
    • [Program] Detect or select mods (SourceMod, AMX Mod X).
    • [Program] Improved AMX Mod X implementation.
    • [Program] Apply when double click on configs in the settings.

BasicPawn v0.727

29 Aug 12:05
Compare
Choose a tag to compare

Changes in this version:

  • Bug fixes:
    • [UI] Minor bug fixes.

BasicPawn v0.726

10 Aug 10:53
Compare
Choose a tag to compare

Small Hotfix

See:
3c79aaf
36dad73

BasicPawn v0.725

08 Aug 11:48
Compare
Choose a tag to compare

Changes in this version:

  • Bug fixes:
    • [Program] Minor bug fixes.
    • [UI] Grammar corrections.
  • Changes:
    • [Projects] Files can now be packed and extracted from project files. Usefull for portable projects.
    • [Program] Able to associate AMX Mod X files.