Wykres commitów

5387 Commity (83624c2f4e560df02ab8a7eceacab48c4b804562)

Autor SHA1 Wiadomość Data
jmoenig fe455ae7d6 sceneified refreshIDE() 2021-04-23 10:54:39 +02:00
jmoenig c56e778996 serialize sprite-order from scenes 2021-04-23 08:48:14 +02:00
brianharvey f8fc66247f fix negative color effect in objects.js
In JS, foo%360 gives a negative remainder if the dividend is negative.  This one-line change from developer.mozilla.org computes the correct modulo.
I should have called this branch "color" not "ghost", oops.
2021-04-22 21:55:31 -07:00
jmoenig 80743bff62 removed old stage serialization code 2021-04-22 19:16:47 +02:00
jmoenig ddfb17aaae unified exporting projects 2021-04-22 19:15:53 +02:00
jmoenig bc14b97a7a replaced openScene() with openProject() 2021-04-22 18:49:21 +02:00
jmoenig d278a91e7f migrated "new project" feature 2021-04-22 18:38:26 +02:00
jmoenig 5e5802c469 first pass at deserializing multi-scene projects 2021-04-22 18:23:10 +02:00
jmoenig a558af4552 more project loading structure refactorings 2021-04-21 18:21:33 +02:00
jmoenig 69f7e99900 refactored project loading structure 2021-04-21 16:59:37 +02:00
jmoenig 3ac1e456a5 enable "peeling off" custom block instances from their prototype templates 2021-04-20 14:18:10 +02:00
jmoenig 23a166316b tweaked CellMorph shadow rendering 2021-04-20 10:57:14 +02:00
jmoenig 74eecb8186 fixed an occasional rendering glitch when changing the display style of a variable watcher 2021-04-20 09:17:28 +02:00
jmoenig cc56f710bf multi-scene project serialization format, first pass 2021-04-20 09:09:03 +02:00
jmoenig 599bd1c8a7 tweaked talk-bubble alignment 2021-04-17 18:54:58 +02:00
jmoenig 72894b60b8 speed-up talk bubble positioning by 5x 2021-04-17 16:38:05 +02:00
jmoenig 5c5c0fd249 worked around a floating point precision glitch in "ray length" 2021-04-17 13:51:17 +02:00
jmoenig 9f87b55272 new dev version 2021-04-17 13:46:20 +02:00
jmoenig a74779f39b export multi-scene projects 2021-04-16 12:30:45 +02:00
jmoenig b65b941a39 Update HISTORY.md 2021-04-16 09:24:22 +02:00
jmoenig 96974ac086 removed Project class 2021-04-16 09:23:37 +02:00
jmoenig 5816f1fbfe remember the sprite last edited when saving a project 2021-04-16 08:09:04 +02:00
jmoenig 298f559775 switched to scene-based project serialization 2021-04-14 18:40:42 +02:00
jmoenig bc6298940e sceneified project deserialization 2021-04-14 17:42:37 +02:00
jmoenig 8ce858d111 new Project class 2021-04-14 15:27:32 +02:00
jmoenig 9caafba65e tweaked scene album colors 2021-04-12 19:04:38 +02:00
jmoenig 9a8d0cb6ed support bulk-file-drop for importing scenes 2021-04-12 18:10:53 +02:00
jmoenig e8900241e0 new Morphic bulk file-drop events 2021-04-12 17:34:14 +02:00
jmoenig 9de856e7e3 tweaked scene index for removal and ordering 2021-04-12 13:13:39 +02:00
jmoenig 01f3108bdd new "switch to scene _" command primitive 2021-04-12 10:46:45 +02:00
jmoenig 5441d7d373 Merge branch 'master' into scenes 2021-04-09 15:49:40 +02:00
jmoenig c18af92845 prepared patch 2021-04-09 09:21:17 +02:00
jmoenig 65a0b050a2 fixed #2821 - "index of" block not found by search 2021-04-09 09:14:50 +02:00
jmoenig d31a3b8165 scroll selected scene icon into view 2021-04-08 19:07:03 +02:00
jmoenig a28244a976 made scrollbars in the wardrobe and jukebox more responsive 2021-04-02 11:14:54 +02:00
jmoenig 4544f28efd Merge branch 'master' into scenes 2021-04-01 12:40:34 +02:00
jmoenig d79b0a70fa made scene icons observe the scene's stage versions 2021-04-01 11:49:45 +02:00
jmoenig 5c830680d6 made scene icons selectable 2021-04-01 11:14:16 +02:00
jmoenig 7197d226b0 tweaked scene icons 2021-03-31 17:22:36 +02:00
jmoenig b3c7b4dc12 moved stage icon to the top of the corral 2021-03-31 11:24:38 +02:00
jmoenig eb55779b2e tweaked scene icon settings 2021-03-31 10:29:19 +02:00
jmoenig 85faa08f83 added scene icon thumbnails 2021-03-30 19:56:33 +02:00
jmoenig 7d7b381569 turned scenes into an observable list 2021-03-30 19:29:48 +02:00
jmoenig 8f4025d1c3 added SceneIconMorph and SceneAlbumMorph prototypes 2021-03-30 17:53:46 +02:00
jmoenig 5ff8b1cbb1 added gui documentation 2021-03-30 14:59:31 +02:00
jmoenig 8acfcc3f5b fixed a resizing edge case bug for the stage prompter (ASK command) 2021-03-28 09:37:19 +02:00
jmoenig aff8838e5f updated change log 2021-03-28 09:28:22 +02:00
Jens Mönig 4a84086ce3
Merge pull request #2814 from jmoenig/apl-again
Update apl.xml
2021-03-28 09:26:46 +02:00
jmoenig 1b4c02d721 new dev version 2021-03-28 09:26:14 +02:00
jmoenig 6cc5d59ba9 first live multi-scene experiment 2021-03-25 17:06:30 +01:00