Слияние кода завершено, страница обновится автоматически
---------------------------------------------------------------------------------------------------
Version: 0.3.0.665
Date: 2019.4.14
Bugfixes:
- Fixed the program crash when select backdrops in stage.[bug#31]
- Fixed that will be two backdrops in stage if import the first backdrop.[bug#32]
---------------------------------------------------------------------------------------------------
Version: 0.3.0.656
Date: 2019.4.11
Features:
- Added milliseconds to logger file's name.
- Added milliseconds to logger.
- Changed translator reload action if there's no language changes.
Source:
- Added FileDownloader.
- Added Updater.
- Changed CMakeLists.txt.
---------------------------------------------------------------------------------------------------
Version: 0.3.0.650
Date: 2019.3.10
Source:
- Rewrite ScriptPart.
---------------------------------------------------------------------------------------------------
Version: 0.3.0.647
Date: 2019.3.5
Features:
- Finished translation.
---------------------------------------------------------------------------------------------------
Version: 0.2.3.638
Date: 2019.4.14
Bugfixes:
- Fixed the program crash when select backdrops in stage.[bug#31]
- Fixed that will be two backdrops in stage if import the first backdrop.[bug#32]
---------------------------------------------------------------------------------------------------
Version: 0.2.2.626
Date: 2019.3.3
Features:
- Changed dump file to /dump directory.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.625
Date: 2019.3.1
Features:
- Added about widget.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.621
Date: 2019.2.28
Bugfixes:
- Fixed the blocks below a block that will be deleted cannot be deleted.[bug#12]
- Fixed the sprite doesn't resize when changes the costume.[bug#29]
- Fixed the block doesn't delete from block list of sprite.[bug#30]
Source:
- Add build profile to project, for Qt5.12.1 msvc2017 32/64bit.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.616
Date: 2019.2.27
Features:
- Now select costume in costume list can change the costume of sprite.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.608
Date: 2019.2.26
Features:
- Added costume selecting.
- Finished UI part of costume list and costume view.
- Finished import images as a costume.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.597
Date: 2019.2.24
Features:
- Added dumpinfo support for windows x86.
- Added costume list.
- Added border to costume item in costume part.
- Changed style of costume part.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.590
Date: 2019.2.21
Features:
- Added button for importing files as a costume.
- Added support on Windows 32bit.
Source:
- Added qt5.11.2 msvc2015 64bit sdk.
- Changed build directory.
---------------------------------------------------------------------------------------------------
Version: 0.2.2.586
Date: 2019.2.17
Features:
- Added area in costume part.
---------------------------------------------------------------------------------------------------
Version: 0.2.1.577
Date: 2019.2.16
Bugfixes:
- Fixed the body-blocks that is in edit area is disabled when changed showing object.[bug#27]
---------------------------------------------------------------------------------------------------
Version: 0.2.1.573
Date: 2019.2.14
Bugfixes:
- Fixed the program crash when initialization.[bug#28]
---------------------------------------------------------------------------------------------------
Version: 0.2.1.570
Date: 2019.2.13
Features:
- Added stage to list of sprites.
Source:
- Deleted some signals and slots.
---------------------------------------------------------------------------------------------------
Version: 0.2.1.563
Date: 2019.2.13
Features:
- Changed the style of sprite list item.
---------------------------------------------------------------------------------------------------
Version: 0.2.1.555
Date: 2019.2.11
Features:
- Run project with multithread.
Bugfixes:
- Fixed the block category did not refresh after changing the category.[bug#26]
---------------------------------------------------------------------------------------------------
Version: 0.2.1.547
Date: 2019.2.2
Features:
- Output the current running block's name to the log file.
Bugfixes:
- Fixed the blocks cannot be used when running project.[bug#22]
---------------------------------------------------------------------------------------------------
Version: 0.2.1.527
Date: 2019.1.20
Features:
- Finished UI of SpriteListItem.
Source:
- Deleted some signals and slots.
---------------------------------------------------------------------------------------------------
Version: 0.2.0.515
Date: 2019.1.18
Source:
- Added function to Logger in template function.
- Deleted some function in Logger.
---------------------------------------------------------------------------------------------------
Version: 0.2.0.514
Date: 2019.1.16
Features:
- Changed key 'Log' to 'Info'.
- Changed key 'Log' for 'DumpInfo' to 'Error'.
- Deleted default sprite creating.
Bugfixes:
- Fixed the position of blocks that is in edit area is not true when changed showing object.[bug#21]
- Fixed the program crash when release a block if the sprite changes.[bug#23]
- Fixed the program crash when click the same sprite item.[bug#24]
- Fixed the program crash when change current sprite after creating new sprites.[bug#25]
Source:
- Added function: template<typename ..Ty>Logger::AddLog(string, Ty...).
---------------------------------------------------------------------------------------------------
Version: 0.2.0.435
Date: 2019.1.6
Features:
- Added default costume(test only).
---------------------------------------------------------------------------------------------------
Version: 0.2.0.424
Date: 2019.1.2
Features:
- Now add a new empty sprite was enabled.
- Deleted TestSprite.
- Each sprite has their own blocks.
Source:
- Changed some compile flags.
---------------------------------------------------------------------------------------------------
Version: 0.2.0.420
Date: 2018.12.29
Features:
- Changed class for plugin information.
Source:
- Added compile flags for c++ standard.
- Added marco '_HAS_CXX17'.
- Changed c++ standard to ISO/IEC 14882:2017.
- Changed namespace 'std::experiment::filesystem' to 'std::filesystem'.
---------------------------------------------------------------------------------------------------
Version: 0.2.0.419
Date: 2018.12.28
Features:
- Added class for plugin information.
- Added information widget to menu bar.
---------------------------------------------------------------------------------------------------
Version: 0.2.0.418
Date: 2018.12.25
Features:
- Added loading for image resource.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.417
Date: 2018.12.25
Source:
- Added destructor to some of functions.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.413
Date: 2018.12.22
Features:
- Added button to show information of sprite.
Source:
- Deleted unsed signals and slots.
- Changed block's function calling.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.408
Date: 2018.12.20
Bugfixes:
- Fixed the block cannot be dragged after the block was copied.[bug#9]
- Fixed sometimes the program will crash while inserting or moving blocks.[bug#13]
- Fixed the program crash when deleting a block.[bug#15]
- Fixed the program crash when dragging a block.[bug#16]
- Fixed the program crash when releasing a block.[bug#17]
- Fixed the program crash when run project.[bug#18]
- Fixed the program crash when moving a block.[bug#19]
Source:
- Added compiler option /WA on msvc and -Werror on gcc, the compiler will make warnings as errors.
- Removed resource file.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.392
Date: 2018.12.16
Features:
- Changed block's source.
- Added cpu status output to crasher.[cpu#amd64, os#windows]
---------------------------------------------------------------------------------------------------
Version: 0.1.0.370
Date: 2018.12.14
Features:
- Added GUI to show sprite's information.
- Added API for decode YAML data.
- Set default style as Fusion(some system may not support).
- Changed size of EditArea.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.346
Date: 2018.12.13
Features:
- Changed StageArea top-left and top-right bold radius into 8px.
- Changed bold radius of start button and stop button into 8px.
- Changed calling resize function of some widgets into resizeEvent function.
- Changed translation file into YAML file.
- Changed title of "Zilsh" into "Zilch".
- Each translation file must have key "current_lang" to show that what language is.
- Added translation file for language type.
- Added translation enable option file.
- Added StagePart and SpritePart to StageArea.
- Added ui of SpritePart_Topbar.
Source:
- Added jsdoc for some funtions.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.313
Date: 2018.12.11
Features:
- Insert block between two blocks.
- Added dump file making if program crashed.
- Added function for catching unhandled exception.
- Print logs to log file if the program crashed, including calling stack, source file.
Source:
- Added defines PLATFORM_X86_64, PLATFORM_X86 for compiling.
- Added defines PLATFORM_WINDOWS, PLATFORM_LINUX for compiling.
- Added VERSION for executable file information.
- Deleted assembly file output for msvc++ compiler to make building project faster.[compiler#msvc]
---------------------------------------------------------------------------------------------------
Version: 0.1.0.307
Date: 2018.12.11
Features:
- Added function to blocks.
- Added TestSprite for testing program.
- Added Test block: add 10 to x
- Added Test block: sub 10 to x
- Added Test block: add 10 to y
- Added Test block: sub 10 to y
- Now the project can be run.
- The first executable program on win_x86_64.
Bugfixes:
- Fixed some blocks doesn't redraw while changing block tabs.[bug#6]
- Fixed the position of the block in block view with index greater than 2 error.[bug#11]
Source:
- Now output assembly file for debugging.[compiler#msvc]
---------------------------------------------------------------------------------------------------
Version: 0.1.0.294
Date: 2018.12.09
Features:
- Block can be connect if their position are lower than (30, 30)
Bugfixes:
- Fixed block in edit area but contains in main widget.[bug#7]
---------------------------------------------------------------------------------------------------
Version: 0.1.0.276
Date: 2018.12.04
Bugfixes:
- Fixed block cannot be dragged after the block was copied.[bug#3]
- Fixed block's position is wrong after the block was copied.[bug#4]
- Fixed block's offset vector is [0, 0] after the block was copied.[bug#5]
---------------------------------------------------------------------------------------------------
Version: 0.1.0.255
Date: 2018.12.03
Features:
- Block display: TAIL_BLOCK
- Block display: HEAD_BLOCK
- Delete block while dragging it out from ScriptPart_ScriptEdit widget
Bugfixes:
- Fixed block copy all time.[bug#1]
- Fixed block position error while moving.[bug#2]
---------------------------------------------------------------------------------------------------
Version: 0.1.0.236
Date: 2018.12.02
Features:
- Can drag and move blocks.
- Copy block from ScriptPart_BlockView widget.
---------------------------------------------------------------------------------------------------
Version: 0.1.0.210
Date: 2018.12.01
Features:
- Main frame of widgets.
- Block drawing(BODY_BLOCK).
- Script category tab drawing.
- Menu bar painting.
---------------------------------------------------------------------------------------------------
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )