Releases: DKPlugins/DKTools
Releases · DKPlugins/DKTools
Public 11.2.4 (MV) and 1.3.5 (MZ)
Public 10.0.1 (MV) and 1.1.1 (MZ)
Other
Updated documentation
Updated Help
Public 9.2.0
Added
- New function. Title Menu Command Window - Allows you to adjust the position and width of the command window on the title screen.
- New function. Title Menu Exit Command - Allows you to add an exit command to the command window on the title screen.
- New function . Max Savefiles - Allows you to change the maximum number of save slots.
- ParameterManager.prototype.change
- Base.prototype._clearOptions
- Base.prototype.enableMouse
- Sprite.Selectable.prototype.enableMouseHover
- Sprite.Selectable.prototype.enableWheelScroll
Changed
- Function "Grid/Ruler" inproved. You can now customize the order of the grid size.
- Base.prototype._clearAll
Deprecated
- ParameterManager.prototype.pluginName property
- ParameterManager.prototype.isRequired
- ParameterManager.prototype.registerPlugins
- Base.prototype.clearOptions
- Base.prototype.disableOption
- Base.prototype.enableOptions
- Base.prototype.findAnimation
- Base.prototype.finishEvents
- class Sprite.ProgressBar.Circle
- class Sprite.ProgressBar.SemiCircle
- class Sprite.CheckBox
- Scene.prototype.start
Other
Updated documentation
Updated Help
Public 9.0.0
Breaking changes
- DKTools.OptionManager renamed to DKTools.OptionsManager
- DKTools.EventManager renamed to DKTools.EventsManager
- Function Preloading Resource renamed to Initial Preloading
Added
- Function for preloading resources for each map separately
- Function Audio Cache Limit
- DKTools.IO.reverseSlashes
- DKTools.PreloadManager.isStarted
- DKTools.PreloadManager.setDebugging
- DKTools.PreloadManager.Scene
- DKTools.Base.prototype._createEventsManager
- DKTools.Base.prototype._createOptionsManager
- DKTools.Base.prototype.isTouchInside
- DKTools.Base.prototype.touch property
- DKTools.Base.prototype.eventsManager property
- DKTools.Base.prototype.optionsManager property
- DKTools.Sprite.Button.prototype._clearTouchPressTime
- DKTools.Sprite.Button.prototype.isLongTouched
- DKTools.Sprite.Button.prototype.isTouched
- DKTools.Sprite.Button.prototype.processTouch
- DKTools.Sprite.Button.prototype.updateLongTouchEvents
- DKTools.Sprite.Button.prototype.updateLongTouchFinishedEvents
- DKTools.Sprite.Button.prototype.updateLongTouchStartedEvents
- DKTools.Sprite.Button.prototype.updateTouchEvents
- DKTools.Sprite.Button.prototype.updateTouchDownEvents
- DKTools.Sprite.Button.prototype.updateTouchUpEvents
- DKTools.Sprite.Button.prototype.touchPressTime property
- DKTools.Sprite.Selectable.prototype._setupLongTouchEvent
- DKTools.Sprite.Selectable.prototype._setupTouchEvent
- DKTools.Sprite.Selectable.prototype.selectFirstItem
- DKTools.Sprite.ProgressBar.prototype.checkValue
- DKTools.Sprite.ProgressBar.prototype._getElapsed
- DKTools.Sprite.ProgressBar.prototype.getElapsedSteps
- DKTools.Sprite.ProgressBar.prototype.getRange
- DKTools.Sprite.ProgressBar.prototype.getRemainingSteps
- DKTools.Sprite.ProgressBar.prototype.getSteps
- DKTools.Sprite.ProgressBar.prototype.setMinValue
- DKTools.Sprite.ProgressBar.prototype.setupMinValue
- DKTools.Sprite.ProgressBar.prototype.standardMinValue
- DKTools.Sprite.ProgressBar.prototype.minValue property
- AudioCache class
Changed
- DKTools.PluginCommandManager.process
- DKTools.PreloadManager.initialize
- DKTools.PreloadManager.clearQueue
- DKTools.PreloadManager._finish
- DKTools.PreloadManager._log
- DKTools.PreloadManager._preload
- DKTools.PreloadManager._processAudioFile
- DKTools.PreloadManager._processImageFile
- DKTools.PreloadManager._processLoadAudioFiles
- DKTools.PreloadManager._processLoadImageFiles
- DKTools.PreloadManager.start
- DKTools.StartupManager.initializeModules
- DKTools.Event.prototype._callOnSuccessHandler
- DKTools.EventsManager.createEventsContainer
- DKTools.Base.prototype._createAll
- DKTools.Base.prototype.processAll
- DKTools.Sprite.Button.prototype._clearAll
- DKTools.Sprite.Button.prototype.processAll
- DKTools.Sprite.Button.prototype.updateButtonState
- DKTools.Sprite.Selectable.prototype.processWheelScroll
- DKTools.Sprite.ProgressBar.prototype.animateEmpty
- DKTools.Sprite.ProgressBar.prototype.checkAll
- DKTools.Sprite.ProgressBar.prototype.getPercents
- DKTools.Sprite.ProgressBar.prototype.getPrevValue
- DKTools.Sprite.ProgressBar.prototype.isEmpty
- DKTools.Sprite.ProgressBar.prototype.setAll
- DKTools.Sprite.ProgressBar.prototype.setupAll
- DKTools.Sprite.ProgressBar.prototype.setupValue
Deprecated
- DKTools.Utils.Array.contains
- DKTools.Utils.Array.isEmpty
- DKTools.Base.prototype.addOptionChangeListener
- DKTools.Base.prototype.hasEvent
- DKTools.Base.prototype.hasEvents
- DKTools.Base.prototype.isEventsPaused
- DKTools.Base.prototype.isOptionDisabled
- DKTools.Base.prototype.isOptionEnabled
- DKTools.Base.prototype.isOptionsDisabled
- DKTools.Base.prototype.isOptionsEnabled
- DKTools.Base.prototype.isSomeOptionEnabled
- DKTools.Base.prototype.isSomeOptionsDisabled
- DKTools.Base.prototype.isSomeOptionsEnabled
- DKTools.Base.prototype.removeOptionChangeListener
- DKTools.Base.prototype.resumeEvents
Removed
- DKTools.Base.prototype.disableOptions
- DKTools.Base.prototype.switchOption
- DKTools.Base.prototype.switchOptions
- DKTools.Base.prototype.mouseX property
- DKTools.Base.prototype.mouseY property
- DKTools.Scene.prototype.addOptionChangeListener
- DKTools.Scene.prototype.clearOptions
- DKTools.Scene.prototype.clearEvents
- DKTools.Scene.prototype.disableOption
- DKTools.Scene.prototype.disableOptions
- DKTools.Scene.prototype.enableOption
- DKTools.Scene.prototype.enableOptions
- DKTools.Scene.prototype.finishEvents
- DKTools.Scene.prototype.getEventsContainerByType
- DKTools.Scene.prototype.getEventsContainer
- DKTools.Scene.prototype.getEventIndex
- DKTools.Scene.prototype.getEvents
- DKTools.Scene.prototype.getAnimations
- DKTools.Scene.prototype.hasEvent
- DKTools.Scene.prototype.hasEvents
- DKTools.Scene.prototype.hasAnimation
- DKTools.Scene.prototype.hasAnimations
- DKTools.Scene.prototype.isOptionEnabled
- DKTools.Scene.prototype.isOptionsEnabled
- DKTools.Scene.prototype.isSomeOptionsEnabled
- DKTools.Scene.prototype.isOptionDisabled
- DKTools.Scene.prototype.isOptionsDisabled
- DKTools.Scene.prototype.isSomeOptionsDisabled
- DKTools.Scene.prototype.isSomeOptionEnabled
- DKTools.Scene.prototype.iterateEventsContainer
- DKTools.Scene.prototype.isEventsPaused
- DKTools.Scene.prototype.pauseEvents
- DKTools.Scene.prototype.removeOptionChangeListener
- DKTools.Scene.prototype.removeEvent
- DKTools.Scene.prototype.resumeEvents
- DKTools.Scene.prototype.stopEvents
- DKTools.Scene.prototype.switchOption
- DKTools.Scene.prototype.switchOptions
- DKTools.Scene.prototype.updateEvent
- DKTools.Scene.prototype.updateEventsContainer
Other
- Updated documentation
- Updated Help
Public 8.3.0
Added
- DKTools.PreloadManager.getTotal
- DKTools.PreloadManager.onFileLoad
- DKTools.PreloadManager.onFinish
Changed
- Function Preload Manager (added Progress Bar)
- DKTools.IO.File.prototype.load
- DKTools.PreloadManager.initialize
- DKTools.PreloadManager._finish
- DKTools.PreloadManager.start
- DKTools.StartupManager.initializeModules
- DKTools.Scene.prototype.removeWindow
- DKTools.Scene.prototype.updateReadyEvents
- DKTools.Scene.prototype.updateUpdateEvents
- DKTools.Scene.prototype.updateQueueEvents
Deprecated
- DKTools.Base.prototype.switchOption
- DKTools.Base.prototype.switchOptions
- DKTools.Scene.prototype.addOptionChangeListener
- DKTools.Scene.prototype.clearOptions
- DKTools.Scene.prototype.clearEvents
- DKTools.Scene.prototype.disableOptions
- DKTools.Scene.prototype.enableOption
- DKTools.Scene.prototype.enableOptions
- DKTools.Scene.prototype.finishEvents
- DKTools.Scene.prototype.getEventsContainerByType
- DKTools.Scene.prototype.getEventsContainer
- DKTools.Scene.prototype.getEventIndex
- DKTools.Scene.prototype.getEvents
- DKTools.Scene.prototype.getAnimations
- DKTools.Scene.prototype.hasEvent
- DKTools.Scene.prototype.hasEvents
- DKTools.Scene.prototype.hasAnimation
- DKTools.Scene.prototype.hasAnimations
- DKTools.Scene.prototype.isOptionEnabled
- DKTools.Scene.prototype.isOptionsEnabled
- DKTools.Scene.prototype.isSomeOptionsEnabled
- DKTools.Scene.prototype.isOptionDisabled
- DKTools.Scene.prototype.isOptionsDisabled
- DKTools.Scene.prototype.isSomeOptionsDisabled
- DKTools.Scene.prototype.isSomeOptionEnabled
- DKTools.Scene.prototype.iterateEventsContainer
- DKTools.Scene.prototype.isEventsPaused
- DKTools.Scene.prototype.pauseEvents
- DKTools.Scene.prototype.removeOptionChangeListener
- DKTools.Scene.prototype.removeEvent
- DKTools.Scene.prototype.resumeEvents
- DKTools.Scene.prototype.stopEvents
- DKTools.Scene.prototype.switchOption
- DKTools.Scene.prototype.switchOptions
- DKTools.Scene.prototype.updateEvent
- DKTools.Scene.prototype.updateEventsContainer
Other
- Updated documentation
Public 8.2.0
Added
- Function for changing font size
- Function for changing window line height
- Function for changing window padding
Changed
- DKTools.IO.File.prototype.loadAudio
- DKTools.IO.File.prototype.loadBitmap
- DKTools.Sprite.prototype.standardFontFace
- DKTools.Sprite.prototype.standardFontSize
Fixed
- DKTools.Window.prototype.processEscapeCharacter
Other
- Updated help
- Updated documentation
Public 8.1.0
Added
- ImageManager.PARALLAXES_FOLDER property
- ImageManager.TILESETS_FOLDER property
Changed
- DKTools.Sprite.prototype.loadParallax
- DKTools.Sprite.prototype.loadTileset
- DKTools.Sprite.prototype.reserveParallax
- DKTools.Sprite.prototype.reserveTileset
Fixed
- DKTools.Utils.Object.toCamelCase
Other
- Updated help
- Updated documentation
Public 8.0.1
Fixed
- DKTools.IO.Directory.prototype.getAll
Public 8.0.0
New
- "File System" parameter
- "Print Detailed Error" function
Added
- DKTools.Utils._getErrorLogData
- DKTools.IO._createStamp
- DKTools.IO._loadStamp
- DKTools.IO.mode property
- DKTools.IO.stamp property
- DKTools.IO.MODE_NWJS_STAMP constant
- DKTools.IO.MODE_NWJS constant
- DKTools.Base.prototype.destroy
- DKTools.Base.prototype.getLocalPoint
- DKTools.Base.prototype.isDestroyed
- DKTools.Sprite.prototype.moveWithAnchor
- DKTools.Base.prototype.mouse property
- DKTools.Sprite.prototype.getLocalPoint
- DKTools.Scene.prototype.isDestroyed
Changed
- DKTools.Utils.logError
- DKTools.IO.initialize
- DKTools.IO.absolutePathExists
- DKTools.IO.isFile
- DKTools.IO.isDirectory
- DKTools.IO.Entity.getStats
- DKTools.IO.File.exists
- DKTools.IO.File.load
- DKTools.IO.Directory.getAll
- DKTools.Unit.Properies.prototype.hasProperties
- DKTools.Event.prototype.remove
- DKTools.Base.prototype.getLineRect
- DKTools.Base.prototype.getLines
- DKTools.Base.prototype.isInside
- DKTools.Base.prototype.standardDrawingWidth
- DKTools.Base.prototype.standardDrawingHeight
- DKTools.Base.prototype.width property
- DKTools.Base.prototype.height property
- DKTools.Sprite.prototype.destroy
- DKTools.Sprite.prototype.isInside
- DKTools.Sprite.prototype.standardFrame
- DKTools.Sprite.Selectable.prototype.refreshCursor
- DKTools.Sprite.Selectable.prototype.getMaxPageRows
- DKTools.Sprite.Selectable.prototype.hitTest
- DKTools.Sprite.Selectable.prototype.standardItemWidth
- DKTools.Sprite.Selectable.prototype.processMouseHover
- DKTools.Sprite.Selectable.prototype.updateCursor
- DKTools.Sprite.ProgressBar.SemiCircle.prototype.standardDrawGraphicHandler
- DKTools.Sprite.ProgressBar.Circle.prototype.standardDrawGraphicHandler
- DKTools.Window.prototype.width property
- DKTools.Window.prototype.height property
- DKTools.Window.prototype.destroy
- DKTools.Window.prototype.isInside
- DKTools.Window.prototype.setupWidth
- DKTools.Window.prototype.setupHeight
- DKTools.Scene.prototype.destroy
Deprecated
- DKTools.Base.prototype.getRealCenter
- DKTools.Base.prototype.getRealSize
- DKTools.Base.prototype.mouseX property
- DKTools.Base.prototype.mouseY property
- DKTools.Base.prototype.realWidth property
- DKTools.Base.prototype.realHeight property
- DKTools.Window.prototype.realWidth property
- DKTools.Window.prototype.realHeight property
Removed
- DKTools.Base.prototype.canvasToLocalX
- DKTools.Base.prototype.canvasToLocalY
- DKTools.Base.prototype.moveWithAnchor
- DKTools.Sprite.prototype.isInside
- DKTools.Window.prototype.isInside
Fixed
- DKTools.Utils.Event.getAllComments
- DKTools.Utils.Event.getComments
Other
- Updated lodash to version 4.17.11
- Updated help
- Updated documentation
Public 7.0.0
Breaking changes
- Constant DKTools.IO.WAIT_FOR_ASYNC_OPERATION renamed to DKTools.IO.EXPECT_CALLBACK
- Constant DKTools.IO.ERROR_OPTIONS_IS_NOT_AVAILABLE renamed to DKTools.IO.ERROR_OPTIONS_ARE_NOT_AVAILABLE
- Constant DKTools.IO.ERROR_NEW_NAME_IS_NOT_AVAILABLE removed
- Constant DKTools.IO.ERROR_KEY_IS_NOT_AVAILABLE removed
Added
- DKTools.IO.sep - property
- DKTools.IO.EXPECT_CALLBACK - constant
- DKTools.IO.ERROR_OVERWRITING_IS_NOT_AVAILABLE - constant
- DKTools.IO.ERROR_OPTIONS_ARE_NOT_AVAILABLE - constant
- DKTools.IO.ERROR_DECOMPRESSING_DATA - constant
- DKTools.IO.ERROR_PARSING_DATA - constant
- DKTools.IO.File.prototype.copy
- DKTools.IO.File.prototype.copyAsync
- DKTools.StartupManager.isReady
- DKTools.Sprite.prototype.contents - property
Changed
- DKTools.Utils.logError
- DKTools.IO.Entity.prototype.getStats
- DKTools.IO.Entity.prototype.rename
- DKTools.IO.Entity.prototype.renameAsync
- DKTools.IO.File.prototype.load
- DKTools.IO.File.prototype.loadAsync
- DKTools.IO.File.prototype.loadJson
- DKTools.IO.File.prototype.loadJsonAsync
- DKTools.IO.File.prototype.remove
- DKTools.IO.File.prototype.removeAsync
- DKTools.IO.File.prototype.save
- DKTools.IO.File.prototype.saveAsync
- DKTools.IO.File.prototype.saveJson
- DKTools.IO.File.prototype.saveJsonAsync
- DKTools.IO.Directory.prototype.create
- DKTools.IO.Directory.prototype.createAsync
- DKTools.IO.Directory.prototype.createDirectory
- DKTools.IO.Directory.prototype.createDirectoryAsync
- DKTools.IO.Directory.prototype.findFiles
- DKTools.IO.Directory.prototype.findDirectories
- DKTools.IO.Directory.prototype.getAll
- DKTools.IO.Directory.prototype.getFiles
- DKTools.IO.Directory.prototype.getDirectories
- DKTools.IO.Directory.prototype.getAudioFiles
- DKTools.IO.Directory.prototype.getJsonFiles
- DKTools.IO.Directory.prototype.getTxtFiles
- DKTools.IO.Directory.prototype.getImageFiles
- DKTools.IO.Directory.prototype.getVideoFiles
- DKTools.IO.Directory.prototype.remove
- DKTools.IO.WebStorage.load
- DKTools.IO.WebStorage.remove
- DKTools.IO.WebStorage.rename
- DKTools.IO.WebStorage.save
- DKTools.StartupManager.initialize
- DKTools.StartupManager.initializeModules
- DKTools.StartupManager.checkErrors
Removed
- DKTools.IO.ERROR_NEW_NAME_IS_NOT_AVAILABLE
- DKTools.IO.ERROR_KEY_IS_NOT_AVAILABLE
Other
- Updated function "Errors Log"
- Updated help
- Updated documentation