Skip to content

Port Of Call

Latest

Choose a tag to compare

@honitos honitos released this 09 Mar 13:08
· 19 commits to master since this release

Compiler:

  • added message port to compiler to be able to implement interprocess-communcation with PED in future
  • compiler now signals REDDebugger a quit event when it quits
  • moved OPTIMIZE-directive from fpulib to compiler itself

Debugger:

  • handles a quit signal from compiler and quits itself

IDE:

  • fixed a paste bug when pasting started at the first column of a line
  • reverted source browser back to use source colors again for displaying entries
  • prevented reopening of log console on public screen when closing PED

Blitzlibs:

  • fpulib: OPTIMIZE moved to compiler
  • NChunkylib: added some commands to it
  • BDChunkylib: added sourcecode from Aminet

Examples:

  • preferenceslib: added examples
  • BDChunkylib: added example
  • NChunkylib: added example
  • added examples for usage of graphic.libraray/WritePixelArray8_
  • added several Blitzmode-examples from old BUMs
  • moved some example sources to other directories
  • improved Voxelspace example to use c2p-methods

Documentation:

  • preferenceslib: added documentation
  • BDChunkylib: updated documentation
  • NChunkylib: updated documentation