Skip to content

v3.9.10b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@honitos honitos released this 23 Mar 16:22
· 2 commits to master since this release

Some bugs that been fixed that have been reported by beta-testers.
Thanks alot to all of them!

  • PED: fixed closing bug when opened on own screen
  • PED: added a status message in source window when compiling
  • PED: fixed auto-indent not working anymore
  • Compiler: fixed console window opening at exit
  • Compiler: improved internal logging
  • Blitzlibs: updated riamosfunclib with some missing commands
  • Blitzlibs: fixed crash when dimensioning a linked list with Dim List a.list(0) on OS1.3, but the list cannot be increased as it works on OS2.0+ only
  • Blitzlibs: using dynamic link lists via Dim List a.list (0) is only possible with OS2.0+ as memory pooling is used
  • Blitzlibs: reimplemented "Superbitmap"-parameter for Window-command

Documentation:

  • fixed LF-bug at the end of several guide-files that prevented the file to be displayed correctly on OS3.1-systems
  • fixed several other wrong formatation issues in some guidefiles
  • added some more BLITZ-mode code examples (originally published on BUM)

Full Changelog: v3.9.10...v3.9.10b2