Skip to content

Commit

Permalink
Release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Apr 30, 2016
1 parent b335c2e commit 0ca105c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makou_Reactor.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=1.7.0
Version=1.7.1
Name=Makou Reactor
GenericName=FF7 Field Script Editor
GenericName[fr]=Éditeur d'écrans FF7
Expand Down
4 changes: 2 additions & 2 deletions Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
** along with this program. If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/
#define PROG_NAME "Makou Reactor"
#define PROG_VERSION "1.7.0"
#define PROG_VERSION "1.7.1"
#define PROG_FULLNAME QString("%1 %2").arg(PROG_NAME, PROG_VERSION)

#define RC_PRODUCT_VERSION 1,7,0,0
#define RC_PRODUCT_VERSION 1,7,1,0
#define RC_FILE_DESCRIPTION_STR "Makou Reactor FF7 Field Editor"
#define RC_COMPANY_NAME_STR "myst6re"
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
makoureactor (1.7.1) trusty; urgency=low

* Do not show model view if the model is invalid
* Accept model p files with vertex type = 0 (used in Kaldarasha's models)
* Adding "Invalid akao" view in tuto/sound dialog with a button to repairs it if possible
* Fixing bug with copy/paste scripts across fields
* Copy/paste opcodes between instances
* In script editor: impossible to change akao type with the dropdown
* Renaming DFANM, ANIMX1 and ANIMX2 descriptions
* In script editor: "Music On/Off" replaced by "Music Unlock/Lock"
* "Location" group script type replaced by "Line" and "Trace/clear location" replaced by "Enable/Disable line"
* Feature: Go to the called script by pressing ALT + clic

-- myst6re <[email protected]> Sat, 30 Apr 2016 15:40:56 +0200

makoureactor (1.7.0) trusty; urgency=low

* Main layout changes: allow dynamic resizing of the field list and the background preview.
Expand Down

0 comments on commit 0ca105c

Please sign in to comment.