kopia lustrzana https://github.com/backface/turtlestitch
small tweaks, updated history & versions
rodzic
941dc71df5
commit
1d174626a3
|
@ -148,7 +148,7 @@ CustomCommandBlockMorph, SymbolMorph*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.blocks = '2017-August-30';
|
||||
modules.blocks = '2017-September-01';
|
||||
|
||||
var SyntaxElementMorph;
|
||||
var BlockMorph;
|
||||
|
|
2
byob.js
2
byob.js
|
@ -108,7 +108,7 @@ BooleanSlotMorph, XML_Serializer*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.byob = '2017-August-29';
|
||||
modules.byob = '2017-September-01';
|
||||
|
||||
// Declarations
|
||||
|
||||
|
|
2
gui.js
2
gui.js
|
@ -74,7 +74,7 @@ isRetinaSupported, SliderMorph, Animation*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.gui = '2017-August-29';
|
||||
modules.gui = '2017-September-01';
|
||||
|
||||
// Declarations
|
||||
|
||||
|
|
|
@ -3602,7 +3602,7 @@ Fixes:
|
|||
* Croation translation update, thanks, Zeljko Hrvoj!
|
||||
|
||||
|
||||
Features:
|
||||
v4.1 Features:
|
||||
* polymorphic sprite-local custom blocks
|
||||
* inheritance of sprite-local custom blocks
|
||||
* inheritance of sprite attributes (x, y, direction, size, costumes, costume #, sounds, scripts)
|
||||
|
|
|
@ -179,7 +179,7 @@ SnapTranslator.dict.nl = {
|
|||
'translator_e-mail':
|
||||
'sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl', // optional
|
||||
'last_changed':
|
||||
'2017-04-02', // this, too, will appear in the Translators tab
|
||||
'2017-09-01', // this, too, will appear in the Translators tab
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
@ -1373,7 +1373,7 @@ SnapTranslator.dict.nl = {
|
|||
'last':
|
||||
'laatste',
|
||||
'any':
|
||||
'willekeurig'
|
||||
'willekeurig',
|
||||
|
||||
// attributes
|
||||
'neighbors':
|
||||
|
|
|
@ -182,7 +182,7 @@ SnapTranslator.dict.ru = {
|
|||
'translator_e-mail':
|
||||
'svetlanap@berkeley.edu, tema@school830.ru', // optional
|
||||
'last_changed':
|
||||
'2017-04-02', // this, too, will appear in the Translators tab
|
||||
'2017-09-01', // this, too, will appear in the Translators tab
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
|
2
lists.js
2
lists.js
|
@ -62,7 +62,7 @@ CellMorph, ArrowMorph, MenuMorph, snapEquals, Morph, isNil, localize,
|
|||
MorphicPreferences, TableDialogMorph, SpriteBubbleMorph, SpeechBubbleMorph,
|
||||
TableFrameMorph, TableMorph, Variable, isSnapObject*/
|
||||
|
||||
modules.lists = '2017-July-25';
|
||||
modules.lists = '2017-September-01';
|
||||
|
||||
var List;
|
||||
var ListWatcherMorph;
|
||||
|
|
10
locale.js
10
locale.js
|
@ -42,7 +42,7 @@
|
|||
|
||||
/*global modules, contains*/
|
||||
|
||||
modules.locale = '2017-August-30';
|
||||
modules.locale = '2017-September-01';
|
||||
|
||||
// Global stuff
|
||||
|
||||
|
@ -281,7 +281,7 @@ SnapTranslator.dict.ru = {
|
|||
'translator_e-mail':
|
||||
'svetlanap@berkeley.edu, tema@school830.ru',
|
||||
'last_changed':
|
||||
'2016-06-21'
|
||||
'2017-09-01'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.es = {
|
||||
|
@ -299,11 +299,11 @@ SnapTranslator.dict.nl = {
|
|||
'language_name':
|
||||
'Nederlands',
|
||||
'language_translator':
|
||||
'Frank Sierens, Sjoerd Dirk Meijer',
|
||||
'Sjoerd Dirk Meijer, Frank Sierens, Jan-Gerard van der Toorn',
|
||||
'translator_e-mail':
|
||||
'frank.sierens@telenet.be, sjoerddirk@fromScratchEd.nl',
|
||||
'sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl',
|
||||
'last_changed':
|
||||
'2015-12-15'
|
||||
'2017-09-01'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.pl = {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
Copyright (C) 2017 by Jens Mönig
|
||||
|
||||
this documentation last changed: June 22, 2017
|
||||
this documentation last changed: September 01, 2017
|
||||
|
||||
This file is part of Snap!.
|
||||
|
||||
|
@ -1153,6 +1153,6 @@
|
|||
Davide Della Casa contributed performance optimizations for Firefox.
|
||||
Jason N (@cyderize) contributed native copy & paste for text editing.
|
||||
Bartosz Leper contributed retina display support.
|
||||
Brian Harvey contributed to the design and implemenatation of submenus.
|
||||
Brian Harvey contributed to the design and implementation of submenus.
|
||||
|
||||
- Jens Mönig
|
||||
|
|
|
@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
|
|||
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
|
||||
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/
|
||||
|
||||
modules.objects = '2017-August-30';
|
||||
modules.objects = '2017-September-01';
|
||||
|
||||
var SpriteMorph;
|
||||
var StageMorph;
|
||||
|
|
2
store.js
2
store.js
|
@ -61,7 +61,7 @@ normalizeCanvas, contains*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.store = '2017-July-31';
|
||||
modules.store = '2017-September-01';
|
||||
|
||||
|
||||
// XML_Serializer ///////////////////////////////////////////////////////
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.symbols = '2017-August-02';
|
||||
modules.symbols = '2017-September-01';
|
||||
|
||||
var SymbolMorph;
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ SpriteMorph, Context, Costume, ArgMorph, BlockEditorMorph, SymbolMorph,
|
|||
SyntaxElementMorph, MenuMorph, SpriteBubbleMorph, SpeechBubbleMorph, Sound,
|
||||
CellMorph, ListWatcherMorph, isNil, BoxMorph, Variable, isSnapObject*/
|
||||
|
||||
modules.tables = '2017-June-26';
|
||||
modules.tables = '2017-September-01';
|
||||
|
||||
var Table;
|
||||
var TableCellMorph;
|
||||
|
|
|
@ -61,7 +61,7 @@ StageMorph, SpriteMorph, StagePrompterMorph, Note, modules, isString, copy,
|
|||
isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph,
|
||||
TableFrameMorph, ColorSlotMorph, isSnapObject*/
|
||||
|
||||
modules.threads = '2017-August-30';
|
||||
modules.threads = '2017-September-01';
|
||||
|
||||
var ThreadManager;
|
||||
var Process;
|
||||
|
|
|
@ -85,7 +85,7 @@ HTMLCanvasElement, fontHeight, SymbolMorph, localize, SpeechBubbleMorph,
|
|||
ArrowMorph, MenuMorph, isString, isNil, SliderMorph, MorphicPreferences,
|
||||
ScrollFrameMorph, MenuItemMorph, Note*/
|
||||
|
||||
modules.widgets = '2017-August-02';
|
||||
modules.widgets = '2017-September-01';
|
||||
|
||||
var PushButtonMorph;
|
||||
var ToggleButtonMorph;
|
||||
|
|
Ładowanie…
Reference in New Issue