Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1fa3f73

Browse files
committed
Merge remote-tracking branch 'upstream/develop-8.1' into merge-develop-8.1-12.05.2017
2 parents e7c3835 + cbe38a9 commit 1fa3f73

38 files changed

+229
-121
lines changed

builder/builder_utilities.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
script "BuilderUtilities"
22

33
constant kMergExtVersion = "2017-4-6"
4-
constant kTSNetVersion = "1.2.8"
4+
constant kTSNetVersion = "1.2.9"
55

66
local sEngineDir
77
local sWorkDir

docs/notes/bugfix-18939.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix player image incorrectly scaled in edit mode

docs/notes/bugfix-19509.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Make sure Android Studio works with LiveCode

docs/notes/bugfix-19541.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix clipboard ownership checks on windows causing private clipboard data to be cleared

docs/notes/bugfix-19587.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Fix deletion of the target in safe cases
2+
3+
You can now safely 'delete the target' as long as there are
4+
no handlers on the stack owned by the target.
5+
6+
After deleting 'the target', 'the target' will become
7+
empty which will result in an execution error when an attempt
8+
is made to dereference it.

docs/notes/bugfix-19620.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Update cursor when entering window on windows

docs/notes/bugfix-19630.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Make sure setting the iphoneSetAudioCategory is respected

docs/notes/bugfix-19633.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Modify tsNet libUrl wrapper to treat HTTP status codes > 400 as errors

docs/notes/bugfix-19635.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ensure browser widgets are in the correct location
2+
3+
Browser widgets in nested groups now remain in the correct location
4+
rather than shifting down vertically out of sync with everything
5+
else.

docs/notes/bugfix-19637.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Errors building iOS standalones should only be reported once
2+

0 commit comments

Comments
 (0)