kopia lustrzana https://github.com/backface/turtlestitch
updated version history
rodzic
d75c585069
commit
e27db7d960
2
gui.js
2
gui.js
|
@ -71,7 +71,7 @@ BlockRemovalDialogMorph, saveAs*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2015-December-15';
|
modules.gui = '2015-December-21';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
|
|
@ -2819,3 +2819,9 @@ end - bulk of 151215
|
||||||
151219
|
151219
|
||||||
------
|
------
|
||||||
* Objects: Optimization: Don’t redraw unrotateable sprites on TURN
|
* Objects: Optimization: Don’t redraw unrotateable sprites on TURN
|
||||||
|
|
||||||
|
151221
|
||||||
|
------
|
||||||
|
* Morphic: Native Copy & Paste support, thanks, @cyderize, for this contribution!!
|
||||||
|
* GUI: Code tweaks
|
||||||
|
* Portuguese translation update, thanks, Manuel!
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2015-December-18';
|
modules.locale = '2015-December-21';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@ SnapTranslator.dict.pt = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'mmsequeira@gmail.com',
|
'mmsequeira@gmail.com',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2015-08-02'
|
'2015-12-21'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.cs = {
|
SnapTranslator.dict.cs = {
|
||||||
|
|
Ładowanie…
Reference in New Issue