Skip to content

Commit

Permalink
Updated ChangeLog and Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33mind committed Feb 12, 2015
1 parent b4e5b28 commit e98d4b1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## Belle 0.5a | 13/02/2015

#### [Editor]
- Added "New Project" option.
- Added synchronization between resources and cloned objects on scene(s). (not active by default)
- Assets are now exported to a separate file (assets.js).
- Improved usability of condition's text edit.
- Implemented character state in Show action.
- Fixed ChangeState action not loading correctly.
- Set proper detection of animated images.
- Fixed images not showing in add character dialog.
- Fixed issues in Show Action.
- Improved editing of Slide action.
- Fixed object z-order when importing project.
- Fixed opacity in ObjectGroup objects.
- Fixed crash when switching character states.
- Fixed crash when switching to a ChangeBackground action.
- Improved ObjectGroup editing.
- Fixed many (other) bugs.

#### [Engine]
- Major redesign and rewrite.
- Improved pause screen.
- Improved load screen.
- Added support for animated images in canvas.
- Fixed strange behaviour with text baseline due to floating point coordinates.
- Removed stroke when drawing the object's background.
- Fixed drawing bug when hovering a button.
- Added meta tag to force IE to use the correct document mode.
- Improved overall event detection.
- Improved Slide animation.
- Fixed many (other) bugs.

## Belle 0.4.2a | 12/09/2014

#### [General]
Expand Down Expand Up @@ -146,4 +179,4 @@

## Belle 0.1a | 15/11/2012

- First release.
- First release.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Belle
=====

A cross-platform visual novel maker focused on being user friendly. It uses C++ with Qt4 for the editor and HTML5, CSS and Javascript for the engine.
A cross-platform and easy-to-use visual novel maker that deploys games for the web.

The editor is written in C++ using the Qt4 framework and the engine is written in Javascript using HTML5 technologies.

[Read more](http://fr33mind.github.io/Belle/)

0 comments on commit e98d4b1

Please sign in to comment.