small tweaks, updated history & versions

upd4.1
Jens Mönig 2017-09-01 14:36:52 +02:00
rodzic 941dc71df5
commit 1d174626a3
15 zmienionych plików z 21 dodań i 21 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ CustomCommandBlockMorph, SymbolMorph*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.blocks = '2017-August-30'; modules.blocks = '2017-September-01';
var SyntaxElementMorph; var SyntaxElementMorph;
var BlockMorph; var BlockMorph;

Wyświetl plik

@ -108,7 +108,7 @@ BooleanSlotMorph, XML_Serializer*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.byob = '2017-August-29'; modules.byob = '2017-September-01';
// Declarations // Declarations

2
gui.js
Wyświetl plik

@ -74,7 +74,7 @@ isRetinaSupported, SliderMorph, Animation*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.gui = '2017-August-29'; modules.gui = '2017-September-01';
// Declarations // Declarations

Wyświetl plik

@ -3602,7 +3602,7 @@ Fixes:
* Croation translation update, thanks, Zeljko Hrvoj! * Croation translation update, thanks, Zeljko Hrvoj!
Features: v4.1 Features:
* polymorphic sprite-local custom blocks * polymorphic sprite-local custom blocks
* inheritance of sprite-local custom blocks * inheritance of sprite-local custom blocks
* inheritance of sprite attributes (x, y, direction, size, costumes, costume #, sounds, scripts) * inheritance of sprite attributes (x, y, direction, size, costumes, costume #, sounds, scripts)

Wyświetl plik

@ -179,7 +179,7 @@ SnapTranslator.dict.nl = {
'translator_e-mail': 'translator_e-mail':
'sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl', // optional 'sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl', // optional
'last_changed': '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 // GUI
// control bar: // control bar:
@ -1373,7 +1373,7 @@ SnapTranslator.dict.nl = {
'last': 'last':
'laatste', 'laatste',
'any': 'any':
'willekeurig' 'willekeurig',
// attributes // attributes
'neighbors': 'neighbors':

Wyświetl plik

@ -182,7 +182,7 @@ SnapTranslator.dict.ru = {
'translator_e-mail': 'translator_e-mail':
'svetlanap@berkeley.edu, tema@school830.ru', // optional 'svetlanap@berkeley.edu, tema@school830.ru', // optional
'last_changed': '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 // GUI
// control bar: // control bar:

Wyświetl plik

@ -62,7 +62,7 @@ CellMorph, ArrowMorph, MenuMorph, snapEquals, Morph, isNil, localize,
MorphicPreferences, TableDialogMorph, SpriteBubbleMorph, SpeechBubbleMorph, MorphicPreferences, TableDialogMorph, SpriteBubbleMorph, SpeechBubbleMorph,
TableFrameMorph, TableMorph, Variable, isSnapObject*/ TableFrameMorph, TableMorph, Variable, isSnapObject*/
modules.lists = '2017-July-25'; modules.lists = '2017-September-01';
var List; var List;
var ListWatcherMorph; var ListWatcherMorph;

Wyświetl plik

@ -42,7 +42,7 @@
/*global modules, contains*/ /*global modules, contains*/
modules.locale = '2017-August-30'; modules.locale = '2017-September-01';
// Global stuff // Global stuff
@ -281,7 +281,7 @@ SnapTranslator.dict.ru = {
'translator_e-mail': 'translator_e-mail':
'svetlanap@berkeley.edu, tema@school830.ru', 'svetlanap@berkeley.edu, tema@school830.ru',
'last_changed': 'last_changed':
'2016-06-21' '2017-09-01'
}; };
SnapTranslator.dict.es = { SnapTranslator.dict.es = {
@ -299,11 +299,11 @@ SnapTranslator.dict.nl = {
'language_name': 'language_name':
'Nederlands', 'Nederlands',
'language_translator': 'language_translator':
'Frank Sierens, Sjoerd Dirk Meijer', 'Sjoerd Dirk Meijer, Frank Sierens, Jan-Gerard van der Toorn',
'translator_e-mail': 'translator_e-mail':
'frank.sierens@telenet.be, sjoerddirk@fromScratchEd.nl', 'sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl',
'last_changed': 'last_changed':
'2015-12-15' '2017-09-01'
}; };
SnapTranslator.dict.pl = { SnapTranslator.dict.pl = {

Wyświetl plik

@ -9,7 +9,7 @@
Copyright (C) 2017 by Jens Mönig 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!. This file is part of Snap!.
@ -1153,6 +1153,6 @@
Davide Della Casa contributed performance optimizations for Firefox. Davide Della Casa contributed performance optimizations for Firefox.
Jason N (@cyderize) contributed native copy & paste for text editing. Jason N (@cyderize) contributed native copy & paste for text editing.
Bartosz Leper contributed retina display support. 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 - Jens Mönig

Wyświetl plik

@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize, BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/ TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/
modules.objects = '2017-August-30'; modules.objects = '2017-September-01';
var SpriteMorph; var SpriteMorph;
var StageMorph; var StageMorph;

Wyświetl plik

@ -61,7 +61,7 @@ normalizeCanvas, contains*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.store = '2017-July-31'; modules.store = '2017-September-01';
// XML_Serializer /////////////////////////////////////////////////////// // XML_Serializer ///////////////////////////////////////////////////////

Wyświetl plik

@ -41,7 +41,7 @@
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.symbols = '2017-August-02'; modules.symbols = '2017-September-01';
var SymbolMorph; var SymbolMorph;

Wyświetl plik

@ -70,7 +70,7 @@ SpriteMorph, Context, Costume, ArgMorph, BlockEditorMorph, SymbolMorph,
SyntaxElementMorph, MenuMorph, SpriteBubbleMorph, SpeechBubbleMorph, Sound, SyntaxElementMorph, MenuMorph, SpriteBubbleMorph, SpeechBubbleMorph, Sound,
CellMorph, ListWatcherMorph, isNil, BoxMorph, Variable, isSnapObject*/ CellMorph, ListWatcherMorph, isNil, BoxMorph, Variable, isSnapObject*/
modules.tables = '2017-June-26'; modules.tables = '2017-September-01';
var Table; var Table;
var TableCellMorph; var TableCellMorph;

Wyświetl plik

@ -61,7 +61,7 @@ StageMorph, SpriteMorph, StagePrompterMorph, Note, modules, isString, copy,
isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph, isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph,
TableFrameMorph, ColorSlotMorph, isSnapObject*/ TableFrameMorph, ColorSlotMorph, isSnapObject*/
modules.threads = '2017-August-30'; modules.threads = '2017-September-01';
var ThreadManager; var ThreadManager;
var Process; var Process;

Wyświetl plik

@ -85,7 +85,7 @@ HTMLCanvasElement, fontHeight, SymbolMorph, localize, SpeechBubbleMorph,
ArrowMorph, MenuMorph, isString, isNil, SliderMorph, MorphicPreferences, ArrowMorph, MenuMorph, isString, isNil, SliderMorph, MorphicPreferences,
ScrollFrameMorph, MenuItemMorph, Note*/ ScrollFrameMorph, MenuItemMorph, Note*/
modules.widgets = '2017-August-02'; modules.widgets = '2017-September-01';
var PushButtonMorph; var PushButtonMorph;
var ToggleButtonMorph; var ToggleButtonMorph;