1. Bitty Engine
  2. News

Bitty Engine News

Patch Notes: v1.3.1

Patch notes v1.3 → v1.3.1:

Improved usability, fixed some bugs.

  • Fixed an indent/unindent bug with context menu
  • Fixed a selection positioning issue after comment/uncomment
  • Fixed a shortcut handling bug of closing searching bar with Escape
  • Fixed a potential crash bug when search for the first time
  • Improved usability with touch screen
  • Improved asset corruption notification

Update Notes: v1.3

Update notes v1.2.2 → v1.3:

Enhanced modules, improved usability, fixed some bugs.

  • Added an option to the fetch(...) function to specify whether to allow insecure connection for HTTPS
  • Added global search to the code editor
  • Added a shortcut Ctrl+Q to select the current word
  • Added a shortcut Ctrl+/ to toggle comment
  • Added shortcuts Alt+Up/Alt+Down to move code lines up/down
  • Added shortcuts Ctrl+PgUp/Ctrl+PgDown to change asset pages
  • Added shortcuts Ctrl+U/Ctrl+Shift+U to toggle lower case/upper case
  • Added a preference setting to specify indent rule
  • Added a preference setting to specify column indicator
  • Changed default window scale to 2x if display is big enough
  • Improved rendering of document layout
  • Optimized text width measurement of the code editor
  • Updated the text-based editors to set focus properly
  • Updated the code editor to allow moving cursor to the first none-space character when press the Home key

Patch Notes: v1.2.2

Patch notes v1.2.1 → v1.2.2:

Enhanced modules, improved usability, fixed some bugs.

  • Added a application position restoration feature after re-launching
  • Added config to specify (or disable) canvas padding for exported package
  • Added a file dialog requirement note for Linux
  • Fixed a potential crash bug when compiled with some version of GCC
  • Fixed a potential crash bug with the physics examples on Linux
  • Fixed a widget focusing issue when start to search or jump in a text-based editor
  • Fixed an invisible issue of the "Hello Physics" example on Linux and MacOS
  • Improved button status of the rotating and flipping tools
  • Improved selection behaviour when double-click on a token
  • Improved canvas re-positioning behaviour after switching to another project
  • Updated the `Image` module to support stretching paletted objects

Patch Notes: v1.2.1

Patch notes v1.2 → v1.2.1:

Enhanced modules, improved usability, fixed some bugs.

  • Added a `DateTime.sleep(...)` function
  • Added a vsync option
  • Added an option to customize the splash image for HTML build
  • Added an option to disable the boot sound
  • Added a "position" option to the `Application.setOption(...)` function
  • Added a "display_index" option to the `Application.setOption(...)` function
  • Fixed a cursor location issue of the `bytes:resize(...)` function
  • Fixed a canvas scaling issue under edit mode

Update Notes: v1.2

Update notes v1.1.8 → v1.2:

Enhanced modules, improved usability, fixed some bugs.

  • Added a 2D physics module (beta)
  • Added examples to the "Physics" category
  • Fixed a random seeding issue under multi-threading environment
  • Fixed a crash bug of the `Resources.load(...)` function when argument is invalid
  • Fixed a newline issue of content text in the document viewer