Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grix committed Jul 31, 2018
1 parent fe1ddb7 commit 33cc2dd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/gms2/notes/documentation.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TODO
- adjustable space width text tool
- reapply combine shapes
- split objects
- double check and fix maxpoints_static calculation
Expand Down
4 changes: 2 additions & 2 deletions src/gms2/objects/controller/Create_0.gml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = "1.6.5";
versiondate = "2018-06-02";
version = "1.6.6";
versiondate = "2018-07-30";

if (debug_mode)
{
Expand Down
2 changes: 1 addition & 1 deletion src/gms2/objects/obj_ad/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (verify_serial(false)) || (controller.adclosed)

md5query = -1;
adquery = -1;
ad = choose(spr_ad1, spr_ad1, spr_ad2, spr_ad3, spr_ad3, spr_ad4);
ad = choose(spr_ad1, spr_ad1, spr_ad2, spr_ad3, spr_ad3); //spr_ad4
highlight_close = false;

//todo?
Expand Down
4 changes: 1 addition & 3 deletions src/gms2/scripts/merge_elements/merge_elements.gml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,4 @@ ds_list_add(semaster_list, el_id);
ds_list_add(undo_list,el_id);
el_id++;

el_list = frame_list[| frame];

//todo undo
el_list = frame_list[| frame];
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.5
1.6.6
9 changes: 5 additions & 4 deletions versionnotes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
v1.6.6
- Fixed broken spacing between letters in text tool, and added custom spacing width support
- Added onion skinning to timeline mode

v1.6.5
- macOS version is now available
- Added ability to merge objects into one in editor mode
- Fixed bug possibly corrupting envelopes when loading a project in timeline mode
- Various other bug fixes

v1.6.4
- Animations can now be stretched out or sped up, and reversed.
- Various other bug fixes

0 comments on commit 33cc2dd

Please sign in to comment.