Skip to content

Commit

Permalink
Updated ChangeLog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33mind committed Jun 14, 2015
1 parent 1c91e1b commit 28ff979
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## Belle 0.5.1a | 18/05/2015
## Belle 0.6a | 14/06/2015

### [General]
- Added append option to Dialogue actions.
- Improved Menu object.

#### [Editor]
- Set fade type correctly.
- Fixed action not loading target object in some cases.
- Improved target object selection in action's editor.
- Improved Resource and clones synchronization.
- Minor improvements on simple http server.
- Fixed object combobox in ChangeColor editor.
- Fixed crash when adding new option to menu.
- Other minor fixes.

#### [Engine]
- Fixed empty lines not being rendered in TextBox.
Expand All @@ -19,6 +23,8 @@
- Fixed and improved some actions.
- Added ActionGroup.
- Fixed some hovering issues.
- Improved event handling in objects.
- Improved management of executed actions in GameModel.
- Overall improvements.

## Belle 0.5a | 13/02/2015
Expand Down
2 changes: 1 addition & 1 deletion editor/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
"that deploys games for the web.<br/>"
"It uses Qt4 for the editor and HTML5 for the engine.");
QString copyright = "Copyright &copy; 2012-2015 Carlos Pais";
QString version = "Belle 0.5.1 alpha";
QString version = "Belle 0.6 alpha";

QString fullDesc = QString("<p><b>%1</b></p><p>%2</p><p>%3</p>").arg(version).arg(desc).arg(copyright);

Expand Down
4 changes: 2 additions & 2 deletions editor/belle.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#define WIDTH 640
#define HEIGHT 480
#define GAME_FILENAME "game_data.js"
#define VERSION_STR "0.5.1a"
#define VERSION 0x000501
#define VERSION_STR "0.6a"
#define VERSION 0x000600

class Belle : public QMainWindow
{
Expand Down

0 comments on commit 28ff979

Please sign in to comment.