The Changelog
v3.2.0
26 December 2022. Support for CoffeeScript, a simple, easy to write language that can do everything JavaScript does!
✨ New Features
- Add a small button to collapse template's properties panel. Useful for presentations.
- Add an option to room settings to automatically follow a copy of a given template
- Catmod for integration with Game Distribution, an ad service (#394 by @UlisesFreitas)
- Support for CoffeeScript! Choose your preferred language when creating a new project 💪
⚡️ General Improvements
- 🌐 Update Turkish translation, made by Sarpmanon from our Discord server!
- Add aliases
this.moveSmart
andthis.moveBullet
forthis.moveContinuousByAxes
andthis.moveContinuous
correspondingly (these come from the ct.place module) - Add documentation links to the content editor's panels
- Add hotkey hints to undo/redo buttons in the room editor
- Do not show table headers for copies' custom properties when no properties exist
- Force background on the notepad panel's "expand" button; useful on dark themes with which it can blend with backgrounds
- Make addresses in the QR code panel selectable (debugger's toolbar)
- Prevent nw.js SDK menu from popping up when ct.js is packaged
- Relayout code editors when switching tabs. Prevents code editors from disappearing after zooming or switching template coding layouts
- Rework texture editor's layout
- Show theme colors in the app settings -> theme menu
- Update textbox tutorial for v3 and add the missing step (#396 by @firecakes)
- Warn users that they need to add a tile layer when they try to add tiles into a room that doesn't have any layers
🐛 Bug Fixes
- 🍱 Update 2DPhysics example
- Don't attempt to focus items in a context menus if there are no such
- Fix an ugly splash screen for the DungeonCrawler demo project
- Fix broken sound recorder
- Fix scrollbars sometimes appearing in the room editor
- Fix templates not being properly cleaned up if they are in a currently opened room
- Fix texture offset being applied to the texture preview window
- Fix wrong click location on a tile picker
- Ignore clicks on the "Run" button if a project is already being compiled. Should remove most of the headache with Window's EPERM issues
- Initialize timers for rooms
- Outline currently selected template in the room editor's template browser
- Room's background color input must not have an alpha input
- Set default values for room's camera restrictions
- Update respective asset viewers when they are changed or created. Fixes outdated template list in the room editor when you've created or modified a template while a room editor is open.
🍱 Demos, Dependencies and Stuff
- Update bundled assets
- Pull the latest gallery assets
📝 Docs
- 🐛 Multiply horizontal x-change with delta when robot travels on platform (#102 by @godmar)
- ✨ Translate jsintro_pt1.md to Russian (#100 by @progzone122)
- ⚡️ Create ru/jsintro_pt2.md and fix ru/readme.md (#101 by @progzone122)
🌐 Website
- 📝 Update changelog
- ⚡️ Add a big Discord badge to the downloads page
- ⚡️ Add a button for ARM builds for mac
v3.1.0
07 November 2022. TypeScript support, multiple ct.js windows support, translations, and a bunch of QoL improvements and fixes
✨ New Features
- Adds TypeScript support (#369 by @markmehere)
- Allow multiple projects open at once (#378 by @markmehere)
ct.res.groups
andgroup
field in rooms and templates.- Support for Apple Silicon builds (#368 by @markmehere)
⚡️ General Improvements
- Add context menu to the room editor to delete, copy, and paste items
- Better French translations (#371 by @rtauziac aka Crazyrems)
- Clean up gulpfile from unneeded packages and remove builds after zipping them
- Complete patrons tab, add a little shoutout to the starting screen
ct.capture
: addportion
method (by Tho_mas), fixobject
method- Define types for all the keys of IProject
- Do not minify HTML/CSS if not minifying JavaScript (#364 by @markmehere)
- Lossless image optimization for ct.js assets (#374 by @FlipFloop)
- Notepad now accepts free text (#376 by @markmehere)
- Tabbable copies and improved keyboard support in the room editor (#372 by @markmehere)
- Tooltip and alt-click for palette color removal (#375 by @markmehere)
- :globe_with_meridians: Add Turkish translation by Sarpmanon from our Discord server!
- :globe_with_meridians: Update Dutch translation, by GambleBranch
- :globe_with_meridians: Update Brazilian Portuguese translation (#384 by @leedigital)
- :globe_with_meridians: Update Chinese Simplified translations (#385 by @emaoshushu)
- :globe_with_meridians: Better French translation (#393 by @FlipFloop)
- :globe_with_meridians: Update Russian translation
🐛 Bug Fixes
- Add a missing name field to IStyle interface
- Apply changes in the properties panel when saving a room
- Delete typings on reset all (#373 by @markmehere)
- Examples on Mac should be clonable only (can't save inside the app itself)
- Fix a dumb typo in project-selector tag
- Fix a tiny typo at russian description of Frame End event
- Fix broken Pointer Enter, Pointer Leave events
- Fix custom property cloning link issue (#388 by @firecakes)
- Fix issues with timer events in the Catsteroids example
- Fixed bug of not showing texture and sound gallery when ctjs is run outside of your home directory (#386 by @leedigital)
- Names of content types should be marked as required
- Remove Wheel Scroll event — it was never supported by pixi.js v5.3.9. Use Actions and ct.pointer inputs instead.
📝 Docs
- :bento: Update vuepress to v2-beta-51
- :bug: Fix English headers in informative blocks on Russian locale
- :zap: Update several Russian pages
🌐 Website
- :pencil: Update changelog for v3.0.1
🌻 Misc
- :arrow_up: Upgrade to Monaco 0.34 (#377 by @markmehere)
v3.0.1
12 September 2022. Bug fixes for v3.0 and more translations by community!
⚡️ General Improvements
- 🌐 Update French translation (#366 by @rtauziac)
- 🌐 Update Japanese translation (#367 by @taxi13245)
- Drop precision on position and scale of objects in the room editor. Reasonably rounds their values to more logical numbers.
🐛 Bug Fixes
- Add support for template and texture arrays to the Context subsystem
- Escape single quotes while stringifying certain properties. This allows, among other things, use of ' in custom properties (room editor) and template names
- Fix
ct.place
crashing game if a collision check is made on a disproportionately squished circle - Room editor shortcuts must work only if the Rooms tab is active
🍱 Demos, Dependencies and Stuff
- Update nw.js to v0.67.1
📝 Docs
- ⚡️ Fix old terminology in skeletal-animation.md (by @omartek)
- Italian translation for the working-with-editor section (by @omartek)
🌐 Website
- 🐛 Fix img tag appearing in games' descriptions on the Made With page
- 🐛 Remove .DS_Store
- ✏️ Update changelog
- ⚡️ Add a working version of web installer for windows
- ⚡️ Italian documentation translation is now public; add a proper link in the header!
- ⚡️ Temporarily replace web installer for windows with zip archives
- ⚡️ Update italian translation (@omartek)
🤖 Misc
- 🔥 Remove now useless twoPi var in ct.place
v3.0.0
9 September 2022. New room editor and events framework!
✨ New Features
- Add a tour-guide tag for making tours in ct.IDE. Add an overview guide to the app-menu. Also simplifies the code of app-menu navigation a bit.
- Add
ct.rooms.restart()
method - Events framework — more vanilla events and ability to add modded ones! Closes #215
- New rooms editor! Closes #39, #76, #269
- New & Updated Themes (Nord & Rosé Pine) (#344 by @EhanAhamed)
- Pride mode with a colorful navigation
- Support for blank textures (#362 by @markmehere)
- :bento: Add a vgui catmod by Firecakes (Textbox component)
- :bento: Desktop features Catmod: New Features & Rewrite of Previous Features (#354 by @EhanAhamed)
⚡️ General Improvements
- :globe_with_meridians: Update Russian translation
- :globe_with_meridians: Update Dutch translation, translated by GambleBranch from Discord server!
- :globe_with_meridians: Update Debug translation
- :globe_with_meridians: Ukrainian translation by @progzone122
- :bento: Update
ct.matter
; you can now design gameplay logic with events in the template editor. Also brings an update to the 2DPhysics example - Add Boosty link to the starting screen; change "Donate" url to boosty page
- Add explanations to ct.js license in the license panel (with suggestions by Shiba). Closes #345
- Add sanity checks for the texture editor. Closes #361
- Backgrounds' parallax effect now behaves more natural when zooming in/out
- Re-capture window focus on game's mouseover in ct.pointer
- Remove event listeners on ct.fittoscreen.toggleFullscreen. It is now supposed to be run in new pointer events
- Replace gulp-typescript with @ct.js/gulp-typescript. Allows building ct.js on Node.js v18+
- Simplify memocats by using built-in pointer event (#360 with @omartek)
- Support for Meta key for Mac as an alternative to Control key during room editor's deleteX interactions
- Visually dim deprecated catmods
🐛 Bug Fixes
- :globe_with_meridians: Fix Russian "export for web" translation
- Big texture support, above 2k by 2k (#358 by @markmehere)
- Change the "Create a template from it" for skeletal animations so it actually works
ct.res
must wait for skeletal animations to finish loading before starting the game- Fix array editors writing nothing when working with assets
- Fix broken license panel
- Fix
ct.delta
behaving incorrectly ifct.speed
is changed (It is actually a band-aid over pixi.js' issue, buuut oh well) - Fix
ct.emitter.follow
rotating around a copy at a wrong angle - Fix
ct.inherit
's regression from v1. Closes #337 - Fix
ct.light
using changedct.templates.exists
inappropriately - Fix event list being shared on newly created templates
- Fix examples and templates not showing when ctjs is run outside of your home directory (#357 by @leedigital)
- Fix freshly-created textures crashing the room editor
- Fix inability to select a preview texture in emitter tandem editor
- Fix node context missing in ct.js debugger. Makes Node.js and ct.fs work again.
- Fix unusable modal window on Linux systems during project creation (#351 by @leedigital)
- Fix the alert about improper web build usage that was popping up in Electron builds
- Remove a reference to a non-existent sourcemap from ct.filters denendency
- Tiny visual fix for collapsible input groups in the template editor
- Truncate long names in resource cards. Closes #353
- Update Comigo (what?)
- Update coordinates of primary pointer in gameplay coordinates if a user doesn't move the pointer
ct.matter
: fix physics breaking when additional rooms are appended to the current one
🍱 Demos, Dependencies and Stuff
- Update Space Shooter example project
- Pull the latest docs
- Update 2DPhysics example with a restart button and ct.pointer in place of ct.mouse
- Update asset gallery contents
- Update Catformer example
- Update various demos and templates
- Update JettyCat example
- Update memocats example
- Update Platformer example
📝 Docs
- :clap: Pt-BR documentation translation (100% translated!) (https://github.com/ct-js/docs.ctjs.rocks/pull/75 by @leedigital)
- :bug: Fix "Propose edits" link
- :bug: Fix pre-v1 direction value at the JettyCat tutorial
- :bug: JettyCat fixes (https://github.com/ct-js/docs.ctjs.rocks/pull/81 by @omartek)
- :zap: Minor edits and fixes for localStorage page. Add a missing comma and a couple of comments
- :zap: Update all tutorials. ALL HAIL FIRECAKES!
- Content Subsystem Docs: Fixed Grammar Errors
- Corrected Grammar in Basic Concepts Docs
- Fixed Incorrect Grammar
ct.inputs
Documentation - Room Class Docs: Fixed Minor Grammar Errors
- Updated ct.styles Documentation
🌐 Website
- :clap: Italian site translation (https://github.com/ct-js/ct-js-site/pull/27 by @omartek)
- :zap: Add a link to ct.js cheat-sheet to the "what's next" section, put a little heart in place of the list counter to the patreon section
- :zap: Add a link to web installer for Linux
- :zap: Replace patreon links with boosty ._.
- :zap: Update Downloads page. Add a Windows web installer
🌻 Misc
- :fire: Remove property
thumbnail
from the rooms objects in project data - :hankey: Fix
npm ci
problems
v2.0.2
17 April 2022. Bunch of fixes for v2, translations updates for Chinese and Turkish language.
✨ New Features
- Internal: Add two utility classes to change cursor on specific elements
⚡️ General Improvements
- Add an explicit close button to the asset-selector, if there is a cancel action defined to it. Also adds an example of a "close" button pattern inside a dimmer to the CSS stylebook
- Add basic typings to Window object and to the global scope (setTimeout and co, atob, btoa and such)
- Add support for ct.pointer to ct.vkeys
- Do not show "there is nothing here" filler if an asset viewer has to display a "none" option
- Move particles' node modules to the same folder as tandems'; enforce type checks on default emitters and tandems; add the missing uid property to emitter tandems.
- Tweak UI animations' duration; add subtle animations to most modal dialogues
- Update Chinese Simplified translations (#335 by @emaoshushu)
- Update Turkish translation. 100% coverage thanks to Sarpmanon.js!
🐛 Bug Fixes
- 🍱 Fix music stopping on the third level of the Lab Raid demo. Thanks mugeen for finding the issue and its source.
- Changing speed of a copy from zero should reuse its saved direction (zeroDirectionAccessor). Closes #334
- Fix asset inputs' styles affecting button groups deeper into its tree
- Fix broken project-aware code completions
- Fix ct.place.moveAlong (which is also this.moveContinuous for copies) using v1 directions values and not handling the latest bit of the path properly
- Fix ct.pointer not writing pointer.PrimaryKey, pointer.SecondaryKey to the Actions system
- Fix the asset selector applying styles to more than it should have. Fixes the group editor inside asset selection models being large as heck.
- Fix the asset-selector incorrectly capturing clicks on its modal's background
- Fix the usage of non-existent ct.place methods in ct.pointer
v2.0.1
27 March 2022. A quick hotfix to bring back the asset gallery
⚡️ General Improvements
- Internal: automate publishing to Github assets with Gulp and Gitlab CI
🐛 Bug Fixes
- Fix the missing asset gallery's assets
v2.0.0
26 March 2022. A major update with loads of API and UI improvements
✨ New Features
Major features
- Action presets
- Export and import Action presets as JSON files
- Add a built-in asset gallery of CC0/WTFPL assets
- Add a Ghost color scheme
- Appearance section in the type editor that groups ol' Depth and Visible fields with a shiny new Blend Mode selector, Opacity input, and a checkbox for playing the sprite animation automatically
- Array fields for modded controls and the content editor
- Built-in sound recorder
- Content type editor for making customized tables for structural data. Also introduces icon-selector and icon-input tags.
- ct.pointer module. Closes #314
- Export to Android with Capacitor framework :tada:
- i18n support for modded fields
- ✨Nord Theme for ct.js (#301 by @SaberTooth-Studios) Created Nord UI & Monaco Editor Theme for ct.js, using the NordTheme (nordtheme.com) color pallete, an arctic north-bluish color palette with beautiful and harmonic color contrasts.
- Project templates functionality; debuting with a platformer template!
- Revamp of the asset viewer: it now supports grouping your assets with categories, as well as displays handy information in forms of small icons. Besides that, every tab now supports three display modes: list/table view, regular cards, and large grid of cards.
Minor or mostly internal additions
- Add a stylebook for CSS classes, found in the Meta panel of the main menu. Also removes some discovered dead classes. Partially solves #317
- Add dividers to extension editors' select boxes
- Add small buttons to the texture editor to copy collision masks from one texture to another
- ct.u.numberedString, ct.u.getStringNumber methods
- Internal: expose theme's colors with theme manager's getSwatches method
- Internal: the reusable collapsible-section now supports adding a custom header with a special yield slot
- New forms and fillers for the texture generator
⚡️ General Improvements
- Actions' input method selector now searches by module's name, too
- Add a .monospace CSS class
- Add a wide variant of aButtonGroup to CSS. Add support for wide asset-inputs
- Add a workaround for Windows' issues with music files and their locking
- Add an additional language selector to the starting screen
- Add an alert message to ct.js' main.js file to warn users/developers when they try to run a web build as a web page.
- Add Japanese UI translation by karintou21
- Add Russian translation to a good portion of catmods
- Better display of modules' documentation
- Change action presets to use ct.pointer instead of deprecated ct.mouse and ct.touch
- Change exit button text for all editors to "Apply", except for the rooms' event editor. (#309 by @QuickBanjo)
- Change how compact extended asset fields are defined. Improves the UI of the content editor
- Create a universal asset picker. Closes #316
- Ct.js' copies now remember direction if their speed is 0
- Generate shorter GUIDs for everything with NanoID
- Icons for room editor's context menus
- Improvements to
this.tex
property: If you set the texture to the same one, the change will be ignored. If you do change the texture and the previous animation was playing, the new one will play automatically as wel. - Layout improvements for the texture editor
- Make ct.templates.valid a TypeScript type guard
- Make i18n keys follow camelCase, also fix a few vague names here and there
- Mark ct.mouse and ct.touch for deprecation. Use ct.pointer instead.
- Minor edits to i18n linter
- Minor UI tweaks of the room editor
- Modals' buttons now have some spacing between them when they stack vertically
- Optionally show frame indices in the texture editor
- Remove dead unused properties from the ct object
- Rename ct.place's ctype into cgroup
- Rename injects to injections. Injects were just bad English.
- Rename types into templates
- Reorder src/tags/project-settings folder
- Replace "coin" icons to "texture" icons in emitter tandem editor, so it matches the icons used in UI to refer to textures
- Simple macOS fixes including bumped nwVersion
- Sound editor now prevents Apply when name is taken. (#311 by @QuickBanjo)
- Texture inputs (which are used in the type editor and some places in the Project tab) now have a "Clear" button inside them.
- The
tag
catmod now supports arrays of tags - UI improvements for the textures and FX panels
- UI: better readability for on-canvas labels and buttons, especially for dark color schemes
- UI: better readability for on-canvas labels and buttons, especially for dark color schemes
- UI: Quicken icons loading, removing lags on icon-heavy interfaces
- Use a custom Pixi ticker instead of a shared one. This magically heals FPS drops in platformers (w h a t)
- Widen the columns of the texture editor
- Write an icon list It seems it was lost while cherry-picking changes from develop.
Internal changes
- Add more methods & typings to resources/modules for a more uniform and accessible use elsewhere
- categorize JS scripts into several folders
- CI/CD: Partially migrate to Gitlab CI
- Consistent CSS class naming for building blocks
- develop branch: Fixed launch.json to work with nwjs extension. (#304 by @QuickBanjo)
- Fixed launch.json to work with nw.js extension (#303 by @QuickBanjo) Also committing autogenerated change to package.json
- rename modulesWithDocs to modulesWithFields inside project-settings, as the previous name did not reflect the contents of the actual collection
- Make a versions.js file that checks and returns used nw.js and pixi.js versions. versions.js should now be used as a source of truth about used nw.js and pixi versions. Closes #305
- Update ct.sprite for new ct.res API
- Update gulp-pug to v5
- Update node-notifier to v10.0.0
- Update pixi.js to version 5.3.11
- Update pug to v3
- Update Russian i18n file
🐛 Bug Fixes
- Add missing typings for ct.mouse.hide, ct.mouse.show
- Add missing variables to UI themes
- Add the missing injection "beforeframe" to the exporter
- Ct.js now shows exit confirmation dialogues only when needed. The dialogue now also appears when you close the app with unsaved changes. Closes #302
- Fittoscreen should not try to change ct.camera if the game hasn't loaded yet. Closes #299
- Fix ct.place.enableTilemapCollisions' effect being cancelled if called in room's OnCreate event
- Fix invisible save dialogs covering interface. Closes #293
- Fix missing port number in debugger's QR-code generator
- Fix room editor behaving funky when their scaling values are zero.
- Fix room's properties panel hiding the "apply" button when there are lots of modded properties
- Fix several issues with insecure dependencies
- hover-hint tag should be vertically aligned
- Remove excess keys from the i18n files
- Remove icons.json that should've been gitignored
- Remove unused project prop "styletick" (#313 by @QuickBanjo)
- Set exported games' doctype to html
- The "Open Project" button in the main menu didn't actually listen to user's decision on whether or not they were sure they wanted to close the current project.
- Update the sidebar of the Project tab when a new content type was created
- Workaround for #276 (#281 by @Girgetto)
📝 Docs
- ✨ Introduction to JavaScript: part III. Arrays and Objects. Co-authored-by: firecakes alberto19942@gmail.com
- ✨ Add "Making your own sound module"
- ✨ Add docs for the content subsystem
- ✨ Add docs for the room editor
- ✨ Create a document section for building your game and deploying it online (#69 by @NicBritz)
- 🐛 Change "An utility that managess" to "A utility that manages" in ct.res comments (#294 by @Tiger-The-Cat )
- 🐛 Change "There are ariants" to "There are variants" in ct.touch docs (#300 by @Tiger-The-Cat)
- 🐛 Change two occurences of "ligth" to "light" in ct.light docs (#295 by @Tiger-The-Cat)
- 🐛 Fix spelling issues in the riot doc format
- Add an example on spawning a bullet relative to a player in ct.u docs
- Add fields' "array" type to homepage's notable additions
- Add the
if
key to modded fields' docs - Document new features of modded fields
- Document v2 changes in ct.u, ct.camera, ct.templates
- Write about changes in ct.place inside the migration guide
- Write initial set of notable changes on docs' homepage
- Move "Actions" page to the "Working with the editor" section
- Remove v1.x badges from "Fields reference for module settings and additional fields"
- Update docs for ct.res.
- Update docs for ct.u.rotateRad, ct.u.rotate, ct.u.uiToGameCoord, ct.u.gameToUiCoord and ct.camera's derived methods
- Update docs on this.angle, this.rotation
- Update dragging-copies.md. Removed merge conflict from example code
- Wording fixes, mainly tons of type -> template replacements
- 🐛 Change "ct.transision" to "ct.transition" (#62 by @Tiger-The-Cat)
- 🐛 Fix a broken warning plaque in the JettyCat tutorial
- 🍱 Update VuePress
🌐 Website
- 🐛 Change "StromCross" to "StormCross" (#21 by @Tiger-The-Cat)
- 📝 Update changelog
- ⚡️ Better wording for What's next section
- ⚡️ On downloads page, replace the itch.io iframe with a link
- ⚡️ Reformat "what's next" section and add a Russian Discord server (shown on Russian locale only)
- Merge branch 'master' of github.com:ct-js/ct-js-site
🍱 Demos, Dependencies and Stuff
- 🐛 Example bug fixes (#288 by @markmehere)
- ⚡️ Renovate catformer's code
- Add a bunch of app icons
- Add typings for font-related JS APIs
- Apply migration scripts ts to examples and templates, fix Yarn demo's TheGirl position
- Pull the latest docs
- Update examples
- Update nw.js to v0.59.0
v1.7.0
10 April 2021. A smaller update with custom copies' properties, project cloning feature, and Russian i18n update
✨ New Features
- Add custom properties modal for copies (#275 by @firecakes)
- Added map() function to ct.u (#274 by @qewer33)
- Clone projects from the starting screen
⚡️ General Improvements
- 🌐 Update Russian i18n file
- Add an optional "Made with ct.js" logo shown while a game is loading. Can be turned off in Project tab -> Branding section
- Add more social icons to the starting screen
🐛 Bug Fixes
- Fix
emitterTandem.pause()
stopping completely if called several times before callingemitterTandem.resume()
- Fix game's icon not being reset when its texture is deleted
- Fix page name and app color for exported games
- Fix targetX and targetY handling for cameras' boundary restrictions
🌐 Website
- 🐛 Add the missing link to the German translation to the footer
- ⚡️ Add a link to Vkontakte to the footer
- ⚡️ Update "What's next" block
- ⚡️ Update navigation bar
v1.6.2
31 March 2021.
⚡️ General Improvements
- Add JS map files for pixi.js
- Update pixi.js to v5.3.8
🐛 Bug Fixes
- :bento: Fix 2DPhysics example
🐉 Misc
- Revert "Modify emitter tandems to use ParticleContainer" This reverts commit b8a47f4273fb08e8377c5489ef8e30464bf41845.
v1.6.1
29 March 2021.
🐛 Bug Fixes
- Fix teleport, spin, rotate, and rotateBy methods in ct.matter module
v1.6.0
28 March 2021. Modules for FX, Multiplayer, and 2D physics, and sprinkles of minor improvements.
✨ New Features
- Add
ct.filters
module by SN from our Discord server. The module allows creating special visual effects with filters or custom shaders, applied to your copies or a whole viewport - Add
ct.light
module for adding ambient lighting and textured lights - Add
ct.matter
module for 2D physics. See the new example! - Bundle
ct.nakama
module by @alexandargyurov — you can now create online games with ct.js! - Group modded fields into collapsible sections with a new field type
- Nano ID catmod of the same-named tiny library by Andrei Sitnik
- Optionally make a camera stay inside a specific rectangle with new rooms' settings.
⚡️ General Improvements
- 🍱 Update Electron used in desktop builds to v11.1.1
- Allow Background class to accept a pixi.js texture
- Modify emitter tandems to use
PIXI.ParticleContainer
. Provides better performance, and also fixes issue with un-tintable emitters. - Renovate
ct.desktop
-> quit method - Select only the needed Nw.js version for debugging
🐛 Bug Fixes
- Allow resetting values in type and texture inputs at modded fields
- Fix "}" at the end of some texture files' names
- Fix bitmap font's XML ("kerings" typo")
- Fix broken context menu entry for textures to create a type from them
- Fix crashes of the built-in debugger; disable nw and node in the devtools
- Fix
ct.place.meet
returning duplicated references to copies if querying for multiple obstacles - Fix icons for nightly and regular releases
- Fix Point2D initialization for modded fields
- In rooms' copy spawning code, check for scaling extensions separately
- Remove the old main-menu tag
🍱 Demos, Dependencies and Stuff
- Update nw.js to v0.51.1
📝 Docs
- Add "Dragging Copies Around" tutorial by @qewer33
- 🐛 Add missing methods
ct.types.isCopy
,ct.u.hexToPixi
,ct.u.pixiToHex
- 🐛 Add
moveTo
andteleportTo
methods inct.camera
(#49 by @firecakes) - ✨ Add a list of gamedev resources
- ⚡️ Add categories to ct.u methods list
- ⚡️ Minor edits for JS intro, pt. 1
- ⚡️ Refurbish the home page. Move most old content to "Basic concepts". Add links to tutorials and the cheatsheet.
- 🐛 remove duplicate instruction to draw
scoreLabel
. - Add a memo about
ct.desktop.isNw
andct.desktop.isElectron
- Fixed typos in the Space Shooter tutorial by @sarturodev
v1.5.1
24 December 2020. 100% Chinese translation, nw.js update, and minor improvements.
✨ New Features
- New tweening functions (elastic, bounce, and with backwards motion) for ct.tween by kkornushin
- Two UI themes Pooxel Green and Pooxel Blue for that retro feel 👾
⚡️ General Improvements
- Chinese Simplified 100% translated for branch v1.x (#246 & #248 by @emaoshushu)
- Use nw.js' nightly build 25eea59. Solves issue with restarting ct.js after running a game in it.
🐛 Bug Fixes
- Fix
exts
object missing on newly created copies. - Fix formatting problem at ct.place docs > Tracing functions > ct.place.traceRect.
- Partially fix memory leaks in paricle emitter editors.
📝 Docs
- Use cgroup instead of ctype in ct.place typings and docs to remove ambiguity with ctypes and regular types
- :bug: Fix wrong function names at ct.noise
v1.5.0
8 November 2020. APIs for backgrounds and tilemaps, modules for procgen, collision tracing, two new UI themes, and much, much more.
✨ New Features
- "Visible" checkbox at a type editor
- A toggle at room's settings to set a room as a UI layer
- Add
silent
option for ct.tween.add to suppress errors on non-vital animations - Add a main menu entry to change data folder (Closes #238)
- Add basic Discord Rich Presence
- Add diamond-like partitioning for caching tile layers (
ct.tilemaps.cacheDiamond
) - Add high-contrast black theme
- Add histogram, pessimistic and optimistic methods to
ct.random
catmod - Add minify, obfuscate, and function wrap transforms for exports (#242 by @naturecodevoid)
- Add
storage
catmod - Check for ct.js folder write permissions, and show a prompt when it is not writable
ct.backgrounds
APIct.camera.contains
to check whether a copy (or another displayable object) is potentially visible on a screenct.noise
module for seeded Perlin and Simplex noise funcitons, useful for freeform procedural level generation.ct.splashscreen
module (Closes #148)ct.tilemaps
APIct.types.isCopy(obj)
method to check whether a variable is a copyct.u.hexToPixi
,ct.u.pixiToHex
- F11 to toggle fullscreen
- Forest UI theme — an adaptation of https://github.com/sainnhe/forest-night-vscode by @sainnhe
- Jump to a texture from texture inputs
- Solid color fills and cross drawing at placeholder texture generator
- Specify multiple video formats at
ct.cutscene
- Table inputs for modules — they allow users to create collections of complex objects with specified structure, readable in a module as an array
- Tracing methods for ct.place (Closes #232, #117)
⚡️ General Improvements
- Add preventive checks to
ct.sound.howler
to not throw errors if one tries to manipulate stopped/non-existent sound - Add typings for
Room.uid
property - Allow media access, pointerLock API, and download prompts for games inside the built-in debugger. Makes
ct.capture
work inside this debugger. - Autocompletions for
ct.rooms.list
Background.isUi
is now read-only and is calculated based on its parent's value. Fixes alignment issues for backgrounds that are added to UI layers.- Controls for texture shape are working similarly to curve editors now: you can press in the middle of a line segment and drag out a new point, and delete points with right click
ct.res.getTexture('Name', null)
now returns the whole animation- Foreign key unwrapping support for modules' settings and injections, plus recursive unwrapping for arrays
- Improve workflow for creating new theme, generalize theme-related code as a node-require module "themes".
- Put additional bleeding on transition's sides from
ct.transition
to mitigate rendering issues due to rounding - Refurbish project selector and add Examples tab
- Refurbish the exporter
- Return copies in
ct.place.moveByAxes
. Fix issues with type definitions. - Textures: Pressing Fill + To Center now produces the same result as To Center + Fill.
- Tweak typings for
ct.place
- Vertical and horizontal lines in curve editors display more reliably
🐛 Bug Fixes
- Add a translation key to the english file, for Horizon theme
- At the room editor, fix eraser's size not falling back to some constant if a grid was disabled
- Don't show a context menu when right-clicking on curve points
- Fix a bug with replacement of
$'
,$&
and other special RegExp tokens in injections and user-provided code - Fix a memory leak that made the whole old IDE set not being freed on project change
- Fix a stupid issue with
ct.capture
- Fix an issue about a timer not being destroyed if a game switched to a room with the same name (restarted a room).
- Fix broken
ct.camera
typings - Fix
Camera.getBoundingBox
- Fix horrible memory leak at
debugger-screen-embedded
- Fix image transforms for thumbnails
- Fix issues with font loading if the project's full path contain spaces
- Fix issues with non-repeating UI backgrounds
- Fix subsequent
pause
calls on an emitter breaking this emitter entirely - Fix
themeSpringSream
in Brazilian Protuguese translation file - Fix typings for
ct.sound.follow
- Fix usage of
viewWidth
/viewHeight
in catmods - Fix wrong default folder for the starting project selector
- Focused buttons should be highlighted
- I don't know what it was, but it is fixed
- Initialize
ct.mouse.x
,ct.mouse.y
, andct.mouse.xui
,ct.mouse.yui
with zero values. SpringSream
->SpringStream
at i18n files- Submenus should not disappear if their elements are focused by pressing Tab button
- Trim whitespace while creating new projects to avoid problems with build tools and sticky situations because of invisible symbols
- Type's name should change from default to texture name after texture selection
- Zero parallax value should be a valid one
🍱 Demos, Dependencies and Stuff
- Add a MoveBlocks example
- Add a DungeonCrawler example
📝 Docs
- 🐛 Add missing part to platformer tutorial
- 🐛 Explicitly note the removal of
this.move()
at platformer's robot character (Closes #33) - ⚡️ Add gifs that explain how
ct.camera.realign(room)
works (Closes #21) - ⚡️ Clarification for
ct.types.copy
(Closes #32) - ⚡️ Rename properties at the platformer tutorial to standard names
- Format method names in
ct.place
docs. It looks better this way.
🌐 Website
- ⚡️ Update changelog
👽 Misc
- :fire: Remove ancient image files that are no longer used by ct.IDE
v1.4.2
29 August 2020. Bug fixes, room editor improvements, more input types for modules, and other QoL improvements
✨ New Features
- Add
tag
catmod, for adding tags for individual copies and rooms. - Add a properties panel for tweaking parameters of an individual copy.
- Add
PIXI.MultiStyleText
module. - Add support for moddable extensions for individual copies.
- Add texture generator for placeholders.
- Background color control for rooms (finally!)
- Code completions now suggest names of types, rooms, sounds, actions, and emitters.
ct.place.moveByAxes
andthis.moveContinuousByAxes
for easy movement at platformers and top-down games.ct.place.moveAlong
now checks against tiles too- Fast integer scaling mode for
ct.fittoscreen
, for purely pixelart projects. - Hide default cursor at Project -> Render Options -> Hide system cursor
- Import a texture by pasting it from a clipboard. Will update an existing opened texture as well!
- In the room editor, Shift+Click now selects the nearest copy or tile.
- New
select
input type for catmods, as an alternative toradio
- Nightly builds at comigo.itch.io/ct-nightly.
- Seeded random for
ct.random
module slider
,sliderAndNumber
input types for extensions, and additional settings for them andnumber
inputs.- Sort copies or tiles inside a room with two new buttons at the top-left corner of the room editor. Extremely handy for isometric games!
- Toggle UI sounds in the Main menu -> Settings
⚡️ General Improvements
- A popup to quickly fix backgrounds at the room editor if their texture is not marked for tiled use.
- Add .itch.toml to simplify run dialog on Linux.
- Add
dnd-processor
tag that solves edge cases with drag-and-drop behavior and allows dropping any supported files on any tab. - Add icons that highlight deprecated and preview modules more clearly.
- Better zooming controls for room, texture, and emitter editors.
- Change build, projects', export folders to be stored under the
~/ct.js/
directory. - Change
ct.fs
to use app data directories for Linux, Windows, macOS (#226 by @JulianWebb). - Decrease threshold that differentiated clicks and drags in room editor, improving placing behavior of multiple tiles/copies.
- Improve preview making process for textures.
- Improve tile positioning algorithm for the room editor.
- Minor UI improvements for the texture viewer.
- Position context menus so that they don't exceed viewport's size.
- Rename "Author" field at settings into "Developer" (i18n strings only).
- Scale smaller tilesets to fit the tile picker, at the room editor.
- Update Russian UI translation.
🐛 Bug Fixes
- A workaround for 'oncancel' not being fired on
input(type="file")
tags. Fixes an issue with invisible inputs overlaying the main menu. - Add the missing CSS directive for pixelated projects.
- Fix checkboxes at extensions and module settings not showing the actual value's state
- Fix
ct.mouse
returning old coordinates if a camera has moved, but a cursor hasn't. - Fix incorrect drawing of scaled copies in the room editor.
- Fix issues with camera movement at room editor with extreme zooming factors.
- Fix modules' extensions being parsed at the exporter if they have undefined or unset (equal to -1) secondary keys.
- Fix overflow issues and wrong initial values for bitmap font generator.
- Fix regression from v1.4 with blurry particle editor and room view when pixelart rendering was enabled.
- Fix
user-select
CSS parameter on modules' docs panel. - Hotfix: fix font import issues on Windows, as well as fix potential similar issues for other asset types
🍱 Demos, Dependencies and Stuff
- Bump various catmods' versions.
- Update electron-packager to v15.0.0. Fixes build issues for Windows.
📝 Docs
- Add info about moddable copies' extensions
- Add the missing link to the bitmap fonts page in the navigation panel.
- At the platformer tutorial, fix a typo in collectibles title.
- Document new input types
slider
andsliderAndNumber
, as well as additional settings for them - Fix small error in describing key input in the asteroid shooter tutorial.
- Fixed bitmap fonts docs. The
font
in the constructor should be an object. - Specify the tab for enemy/asteroid generation code at space shooter tutorial.
🌐 Website
- :sparkles: Presskit
🌚 Misc
- :fire: Remove keymage.js, as it is not used anymore
- :fire: Remove keymaster.js, as it is not used anymore
v1.4.1
10 August 2020. Hotfix: Solve issues with older projects, custom scripts, and room editor
🐛 Bug Fixes
- Fix indefinite behavior after placing copies and switching to the properties tab in the room editor
- Fix loading error while migrating a project without tile layers to v1.4.0
- Fix regression with custom script typings: they were not loaded on project load
- Fix type picker being empty right after opening the room editor
- Icons in the room editor, on the left side, should be centered if no labels are shown next to them.
v1.4.0
9 August 2020. Bitmap fonts, integrated debugger, ct.inherit, modules overhaul, and more!
✨ New Features
- Bitmap fonts — see new docs on how to use them. These fonts solve issues with blurry pixelart fonts in games, and also provide higher performance for dynamic text!
ct.assert
module for readable checks in ct.js projectsct.camera
now supports direct assignment for its scale, e.g.ct.camera.scale = 1.5;
ct.inherit
module that allows you to call parents' code and keep things DRY- Custom font selector in the style editor
- Lucas Dracula theme — A rough port of Arkham theme for VSCode by @lucasmsa
- Modding:
onbeforecreate
injection - Modding: A
code
input type for monospace text input - Modding: Add
point2D
input type for modules' settings and injections - Modding: Add extensions for rooms with
roomExtends
field - Modding: Add extensions to tile layers with
tileLayerExtends
field - Modding: Both module settings and asset extensions now can use all the input fields that were previously exclusive to either modules' settings or type extensions
- Module's settings are now parts of the Project Settings' tab
- Quickly create a new type by right-clicking an asset in the textures panel
- Unified module's docs in the side panel
⚡️ General Improvements
- Allow
ct.fittoscreen
to toggle fullscreen mode while being in an electron app (in a desktop build) Closes #155 - Allow games enter fullscreen while being in debugger See #155
- Better project selector background for night themes
- Better layout of a type editor
- Change
ct.place.tile
to check against collision groups (new!) instead of depth - Improve Horizon theme
- Make the structural behavior of TileLayer consistent. Fixes drawing issues with tiles and
ct.place
debug mode - Minor UI fixes for the project selector
- More logical color hierarchy — you will see subtle changes in how certain panels are colored in dark and light themes, and all themes should now have uniform look and feel
- Move depth input at the type editor into a scrollbox, on par with module-provided fields
- New icons for the top panel
- Refurbish project's settings screen
- Remove empty "help" field from ct.place > module.json
- Replace node-static for dev and docs servers with serve-handler. Solves rare race conditions while loading docs or a game.
- Show a loading icon while exporting project
- The left button group at the topmost tab bar now occupies less space on wider screens
- Update Russian UI translation
- Update Spanish translation for ct.IDE. Update by Stuck Up Creations from the Discord server :sparkles:
- Update debug translation file and comments file
- Use less restrictive YAML reader/writer to allow some minor save file errors
🐛 Bug Fixes
- Do not reuse tiles directly from room templates Closes #191
- Fix blank autocompletion list at room-events-editor Closes #195
- Fix
ct.tween.add
not working as expected for useUiDelta See #198 - Fix the first tile layer not being added into a drawing stack at room-editor, which made tiles invisible unless a copy or background was added Closes #206
- Fix wrong default setting for
ct.fittoscreen
module - Replace unzipper module and fix issues with module imports
🍱 Demos, dependencies and Stuff
- Update Howler.js to v2.2.0
📝 Docs
- Split "Making catmods" docs into several pages;
- Document the usage of new asset extensions and input types;
- Document the usage of BitmapFonts;
- Update screenshots and directions for tutorials, to reflect UI changes in v1.4.
👾 Misc
- :fire: Remove export options: HTML and CSS are now always minified, and JS conversion never worked correctly
- :fire: Remove a button in the nav that toggles fullscreen view
- Minor fixes to the debugger files (#197 by @leedigital)
v1.3.0
6 May 2020. Particle systems, UI layers, room composing, and much-much more!
✨ New Features
- 🌐 Add a Chinese Simplified translation (#164 by @emaoshushu)
- 🌐 Add a Polish translation by Voltinus from Discord 🎉
- 🌐 Add Dutch language to IDE (#182 by @BartInTheField)
- Add a "troubleshooting" submenu to main ct.js menu
- Add a reset() method to CtAction
- Add ct.deltaUi for steady UI animations at slowmo effects
- Add ct.gamepad module, made by collective efforts from @leedigital, SN from Discord, and Comigo
- Add touch controls for catformer and catsteroids (#178 by @naturecodevoid)
- Allow to set depth through extensions in ct.types.copy fourth parameter
- An onboarding screen when creating a new project
- Catmods can now express their dependencies on other mods with dependencies and optionalDependencies fields
- Configure texture's padding to avoid bleeding artifacts on strongly scaled textures
- ct.camera, UI and game coordinates, and nested rooms
- ct.fs - a module for working with files and game saves
- ct.transitions for nice and smooth transitions in your game!
- ct.types.exists to check whether a given copy exists in game's world
- ct.timer (#179 by @naturecodevoid)
- Dark theme support in docs panel
- Favicons and customizable loader for your games, at your project's Settings tab
- New injection for catmods — rooms.js
- Particle systems, yaaay! 🎉
- Reorder scripts at your project's Settings tab (#181 by @naturecodevoid)
- Rotate copies in the room editor through a context menu
- Stretch debugger's console and flip its layout
- The sidebar in the room editor is now resizeable
- UI scale in ct.IDE (#180 by @naturecodevoid, see it in the hamburger menu > Settings)
⚡️ General Improvements
- 🌐 Update Debug and Russian translation files
- 🌐 Update French translation (#176 by @FoobarIT)
- 🌐 Update German translation (#153 and #172 by @Wend1go)
- ct.flow, ct.u.wait, ct.tween now operate based on ct.delta, with optional ct.deltaUi mode (#179 by @naturecodevoid)
- Add a bit of logic to reset crop size on single-frame textures
- Add a spacer between "Image's center" and "Isometrify" buttons in the texture editor
- Add home-brewed i18n coverage reports and language file checkers to CI
- Add simple typings for window and document
- Add typings for ct.rooms.list
- Change cursor to "progress" state when exporting a project
- Export games as an electron app. Bonus: new supported architectures! ✨
- Forbid building for Mac from Windows, because Windows is shit
- Improve error message with broken TTF fonts
- Improve typings for Copy.tex
- Improve typings for ct.camera
- Lay out language menu in two columns
- Remove the extra border at a room's script editor
- Remove unnecessary update after a skeleton was imported
- Replace icons for rooms and textures
- Run some tasks of the exporter in parallel, shortening the time it takes to compile your games
- Set starting mode for desktop games: windowed, fullscreen, or maximized
- Store projects in YAML format: better conflict resolving in git and more human-readable source files
- Types now automatically rename to the name of a picked sprite
- UI: Add a margin to the "Settings" header on the same-called tab
- Update ct.vkeys to work with the new UI coordinate system
- Update typings for ct.tween
- Variables defined in scripts at the settings tab are now visible by code editors. No more red squiggles!
🐛 Bug Fixes
- Add missing typings for sessionStorage and localStorage, that are needed for saving game data in a browser
- Add missing typings for xstart and ystart in copies
- Add the missing depth property of the Copy class
- Add the missing typing for ct.rooms.current
- Ensure that "includes" folder exists when opening it through the main menu, as it may be absent, e.g. after pulling a new project from a git repo
- Fix 3D sounds of sound.howler
- Fix a case when this.kill is applied to backgrounds or tilesets and ct.js can't delete them
- Fix broken button that moves all copies in a room editor
- Fix broken ct.mouse Wheel input
- Fix context menu in the Fonts section > "rename" command doing nothing
- Fix issues with re-imported textures
- Fix OnDestroy not always being called on copies that got deleted because of others' OnDestroy code
- Fix shadow style on notepad panel on dark themes
- Fix style issues at html.js
- Fix the bug when importing a module if it does not contain a parent directory (#157 by @leedigital)
- Fix the incorrect typing for ct.speed
- In ct.touch, mouse clicks should trigger Any, Double, Triple inputs
- Prevent images in a room's type picker from dragging
- Remove extra border at the top of type's code editor
- Show imported fonts immediately
- Update ct.fittoscreen to work with high-density screens
🍱 Demos and Stuff
- Add full JettyCat example
- High-quality textures for Memocats
- Improvements of examples
- Pull the latest docs
- Refurbish Catsteroids example: add a boss battle, new bonus, and new graphics
- Update Yarn Spinner example
📝 Docs
- ✨ New tutorial: JettyCat
- Indent the warning about shape optimizations in ct.place.tile
- Add a link to Discord server at the issue creating screen
- Add missing quotation mark in mouse catmod changelog (#173 by @Wend1go)
- Fix "optionable" in docs for ct.transition
🌻 Misc
- 🔥 Remove ct.libs property from exported games
v1.2.1
26 November 2019. Hotfix: enable legacy renderer inside ct.IDE so that style editor does not break everything
If ct.js works with WebGL for you, then you can safely skip this hotfix. It fixes a problem with those PCs that don’t support WebGL.
🐛 Bug fixes
- ct.IDE should use pixi.js-legacy internally as well, otherwise, style editor breaks everything
v1.2.0
26 November 2019. A new code editor, support for legacy devices, and other improvements
✨ New Features
- A new, better code editor with live type checks, built-in doc popups, and more!
- Add a render option to include a legacy renderer for older browsers
- Choose a custom folder for a project when creating it (#138 by @leedigital)
- Hotkeys for most tabs and resource creation
- Import modules from a *.zip file, in the Catmods tab (#142 by @leedigital)
- Patreon screen
- Resize the viewport with ct.width and ct.height
- Show/Hide the mouse cursor with ct.mouse.show, ct.mouse.hide (#143 by @Wend1go)
⚡️ General Improvements
- Add a
finally
method for cutscene's promise-like objects - Add patreon translation to German (#140 by @Wend1go)
- Allow to change ct.fittoscreen's scaling mode at game's runtime
- Create dummy typedefs for modules that don't provide them
🐛 Bug Fixes
- An asset should not be allowed to apply if it has an already occupied name
- Fix broken zipped projects on windows
- Fix multiple tiles not being placed while the Shift key is pressed
- Fix non-working export settings on really old projects
- Show proper error message when switching to a non-existent room (#144 by @Wend1go)
- Update DragonBones and fix issues with skeleton import
🍱 Demos and Stuff
- Add typedefs for
ct.tween
- Add typings for
ct.cutscene
- Add typings for
ct.random
- Add typings for
ct.vkeys
- Complete typings for
ct.eqs
- Typedefs for
ct.flow
- Typedefs for
ct.touch
- Typedefs for
ct.yarn
- Typings for
ct.fittoscreen
- Typings for
ct.sprite
📝 Docs
- Document
ct.width
andct.height
- 🐛 Fix mistakes in
ct.eqs
' docs - ✨ Complete translation of Pt-BR docs
- ⚡️ Add a clarification to the second variant of a platform's code at tut-making-platformer
- ⚡️ Document the process of adding typedefs for modules
- ⚡️ Update tut-making-platformer.md (by @Eilandis)
🌐 Website
- 🐛 Fix a link to site's code license in the footer
- 🐛 Fix emojis in 1.1.0 changelog entry
- 🐛 Fix links in reusable stuff
- ✨ A proper language selector
- ✨ PT-BR translation on ct.js-site (by @GumpFlash)
- ⚡️ Add a translated contact form for Russian locale
- ⚡️ Better adaptivity
- ⚡️ Better handling of optionally translated pages
- ⚡️ Make the page "made with ct.js" dynamic and based on itch.io engine page
- ⚡️ Tons of improvements here and there
- ⚡️ Tons of new icons
v1.1.0
15 October 2019. Pt-Br translations, easier collision editing, ct.place bug fixes, Yarn support, and even more!
✨ New Features
- Add a debug mode to ct.place (you can find it in the settings tab)
- texture-editor: Add the Symmetry tool for polygonal shapes (by @schadocalex)
- Add Iosevka as a default typeface for code, allow setting your own typeface, control line height and ligatures
- Open the
includes
folder from the hamburger menu - Support for nested copies (#127) by @schadocalex
- Support for Yarn (a tool for making dialogues and interactive fiction), powered by bondage.js
- texture-editor: Directly add/remove shape points on texture with your mouse. Add a point by clicking on the yellow line segments, delete points by clicking on them (by @schadocalex)
⚡️ General Improvements
- Add Pt-Br translation of UI by Folha de SP from Discord
- Better checkboxes, radio inputs, and other fields
- Better styling of inline code fragments in the modules panel
- Better texture-editor layout
- Better, more readeable tables in module's docs
- Change Horizon colors a bit to make it more pleasant to look at
- Highlight code blocks at modules panel
- Improve texture packing
- Make module list and their details scroll independently
- Remove excess borders in nested views
- Remove excess borders on module panels
- Remove old language keys, add Comments.json, Debug.json
- Rename "Is tiled" property of textures to "Use as background", hide splitting tools if used as background
- texture-editor: Make the axis handle squared (by @schadocalex)
- texture-editor: Zooming in/out now works when scrolling outside the texture as well (by @schadocalex)
- Tiny UI improvements, here and there
🐛 Bug Fixes
- 📝 Replace Lato's license with Open Sans', as we don't use Lato
- Color inputs should show white value on a dark background from the very start
- Fix broken style editor
- Fix numerous collision problems that appeared with rotated entities
- Fix the checkbox "close the shape", as it didn't change the actual state before
- Stop chromium from messing up with color profiles and colors in ct.js
🍱 Demos and Stuff
- Add a Yarn demo
📝 Docs
- Document the
alpha
property of copies - ⚡️ Update Troubleshooting — teared backgrounds
- 🐛 Update tut-making-shooter.md
- Pt-Br translation :tada:
🌐 Website
- 🐛 Fix an outdated link to downloads in the header
- ✨ Add partial Russian translation
- ⚡️ Align social icons at the footer to the right
v1.0.2
25 September 2019. Bug fixes and OGG support
🐛 Bug fixes
- Fix broken desktop export, as well as uncatched errors
- Fix textures' "frame count" property not working (#120) by @island205 🎉
- Update parameter names in ct.sprite's readme
⚡ General improvements
- Add support for OGG audio files
Docs
- 🐛 Fix the use of ct.height in Making Shooter tutorial when ct.viewHeight is needed
- ⚡ Change the title of "Troubleshooting: Background splits into squares!" so that it covers tiles as well
- Add a page "Troubleshooting: Sounds don't play at game start!"
- Document
ct.u.degToRad
,ct.u.radToDeg
- Document
ct.u.rotate
,ct.u.rotateRad
v1.0.1
5 September 2019. Bug fixes and extended Latin support
🐛 Bug Fixes
- Fix the broken sound import
- Fix improper movement of vertically repeating backgrounds
- Add actions to new projects. Fixes the issue with "project.actions are not iterable"
⚡ General improvements
- Update Open Sans font, so it supports extended Latin characters
🐙 Misc
- Remove the deprecated copies' method
this.draw
v1.0.0
1 September 2019. Virtual joysticks, new UI theme, 3D audio, and more!
🐛 Bug Fixes
- Debugger should never run in fullscreen mode
- Fix broken packages for MacOS
- Fix MacOS access issues
- Fix
ct.sound.globalVolume
method - Fix Ctrl-plus and Ctrl-minus hotkeys on code editors
- Fix improper archives generated by "export to zip" command
- Fix migration code that was re-applied on already updated/newly created projects
- Fix module settings panel not working for modules with dots in their name
- Fix security issues in npm packages
- Fix unstable movement under different FPS in the Catformer example
📝 Docs
- Add an entry about pausing a game, in "Tips & tricks"
- Document
ct.sound.spawn
options forct.sound.howler
- Make a vague description of
ct.sound.howler
use relative toct.sound
more clear - Fix links that led to a now deprecated name of
PIXI.AnimatedSprite
🍱 Examples & Demos
- Add a scale-in animation to cards in Memocats example
- Refresh Catformer project file
⚡ General improvements
- Add a parameter for
ct.touch.hovers
to ease handling touchend (touch release) events. - Add a party carrot to the "new version available" notice at the starting screen
- Add
ct.delta
to code completions - Add
ct.touch.enabled
property to determine whether a device is using touch events - Better alignment of the project selector
- Better highlighting of paired brackets, by @qualitymanifest
- Better QR code legibility on dark themes in the integrated debugger
- Catch the case of
mouse.legacy
with manually updated projects made in a dev version between next-2 and next-3 ct.sound.howler
: Updatehowler.js
to v2.1.2- Enable local code completions
- Make ct.js message in console even prettier
- Update PIXI to v5
- Set a max width to a project selector, so that it is usable on smaler screens
🌐 Internationalization
- Add a German translation by Wend1go from GitHub.
- Add a Spanish translation by FoxamStudios (Stunx from Discord).
- Add a Romanian translation by andithemudkip aka ((andi)) from Discord.
Nice work, mates!
✨ New Features
- Add a
ct.cutscene
module - Add a setting control to support retina screens
- Add a settings field for max FPS
- Add an ability to set a custom font for code editors, currently by devtools only with
localStorage.fontFamily = '...'
- Add
ct.flow
module for easier asynchronous flow control - Add
ct.u.degToRad
,ct.u.radToDeg
- Add virtual joysticks to
ct.vkeys
- Control the rate of sounds at ct.sound.spawn
- Horizon UI theme
- Spacial plugin for Howler.js: add 3D sounds to the ct.sound.howler module
- Support
ct.touch
module inct.vkeys
- Update
ct.touch
to v2.0.0: support for Actions system, pinch, rotation and panning gestures
v1.0.0-next-3
1 April 2019. Introducing actions system
✨ New Features
- Introduce Actions — a new unified system for any input methods
⚡ General Improvements
- Add a pool for killed copies to limit garbage collection calls
- Remove non-existent modules from a project, if there are such
🍱 Demos and Modules
- Add keyboard.polyfill for IE and old browsers. Enable it by default in new projects
- Update demos and tutorials
🐛 Bug Fixes
- Bundle scripts of catmods on one level with ct.js (this solves issues with itch.io and GameJolt games)
- Clarify a cryptic error that appears if one provides a non-existing type name to
ct.types.copy
- Clear input value to be able to reselect the same font
- Display a catmod's license on the "Info" tab
- Fix a font not showing up after being renamed
- Fix an issue when you can't import the same texture twice in a row
- Fix ct.mouse.down not working
- Fix ct.room.followDrift overshooting on low values and low FPS
- Fix ct.touch that used
ct.width
andct.height
instead ofct.viewWidth
andct.viewHeight
, resulting in incorrect coordinates on some scaling methods - Fix ct.u.ext not returning the extended object
- Fix flawed
this.xprev
,this.yprev
handling in ct as it is and in ct.place - Fix UI problems of font deletion
- Fix importing font on Windows
- Fix mouse coordinates not updating on view shift (in-game)
- Fix non-working "Open" options in context menus for rooms, sounds and textures
- Fix wrong calculation of rotated rects in ct.place, that turned rectangles into points
- Prevent unwanted name change when importing a sound
- Remove this.updateList(); call that caused a UI update error after deleting a font
- Update ace.js autocomplete list
- Update graphics, sounds, rooms panels after opening a project from a hamburger menu
- Update shape and anchor of a copy while changing a texture
- Update the type picker in the room editor after deleting a type
- Refresh the preview immediately when activating fill and selecting diffuse in a style
💄 UI Improvements
- 🎨 Rename "graphic assets" into "Textures"
- Add a zoom control to graphics editor
- Add an icon in the module info that shows that a module provides additional input methods
📝 Docs & Tutorials
- Add an example to ct.inputs.addAction
- Document actions and ct.inputs
- Document ct.sound.playing
- Document ct.vkeys
- Document the way of adding new input methods with catmods
- Fix
ct.keyboard.clear();
docs - Provide docs for the new ct.mouse
- Rename "Graphic assets" into "Textures"
- Tons of minor fixes in tut-making-platformer
- Update Platformer_tutorial
- Update Space Shooter tutorial
- ⚡️ Add a link to ct.u that shows a difference between a shallow and a deep copy
- ⚡️ Clarify ct.u.unlerp
- ⚡️ Minor fixes and clarifications at Making Space Shooter tutorial
- ⬆️ Update vuepress to 1.0@next
- 🌐 Add ct.md for Ru locale
- 🌐 Add readme.md and tut-making-platformer fot RU locale
- 🌐 Translate "Making Space Shooter" tutorial to Russian
- 🌐 Translate catmoddocs.md to Ru
- 🌐 Translate ct.inputs.md to Ru locale
- 🌐 Translate ct.res.md to Ru locale
- 🌐 Translate ct.rooms.md to Ru locale
- 🌐 Translate ct.sound.md to Ru locale
- 🌐 Translate ct.styles.md to Ru locale
- 🌐 Translate ct.types.md to Ru locale
- 🌐 Translate ct.u.md to Ru locale
- 🐛 Move a note about event sequence and
this.kill
to the right place at ct.types.md - 🐛 Update ct.md to reflect v1.0
- 🐛 Update ct.res.md
- 🐛 Update description of ct.rooms.switch
- 💥 Remove ct.mouse. Document the change in the migration guide.
👽 Misc
- ⌛ Provide docs for ct.mouse.legacy
- ⌛ Add a legacy version of ct.keyboard
- ⌛ Connect legacy versions of ct.keyboard and ct.mouse to older projects
- ✏ A typo in autocompletion: ct.types.addSpeed has (copy, speed, dir) parameters
- 🍎 Add long-press menus for Mac
v1.0.0-next-2
28 January 2019. DragonBones support, complex collision shapes, room editor improvements, and more.
28 January 2019
✨ New Features
- Add
ct.room.followShiftY
,ct.room.followShiftX
- Add a
ct.place.moveAlong
method that allows for continuous movement in a given direction. - Add horizontally and non-repeating backgrounds to rooms
- Add support for complex collision shapes
- Add support for DragonBones skeletal animation
- Catmods: add a 'radio' input type
- Catmods: define additional fields in the type editor
- ct.place: Add
this.moveContinuous
to all copies - Multiple copy editing in room editor
- Repeat-x, repeat-y and no-repeat options for backgrounds
⚡ General Improvements
- Add a
multiple
flag to ct.place.occupied, ct.place.meet that allows to get all the copies that participated in collision. - 💄 (x,y) position of the mouse in the room editor.
- 💄 Add an HTML/CSS preloader to exported games
- 💄 Add "Recent Projects" to the hamburger menu
- 💄 Add an ability to forget projects in the "Recent Projects" list
- Add
ct.place
,ct.fittoscreen
,ct.keyboard
,ct.sound.howler
andct.akatemplate
by default to all the new projects - Add
ct.sound.exists
method - Add support for sound events in DragonBones skeletons
- Allow to set an empty sprite to a copy by changing
this.graph = -1;
ct.place
: add actype
input to type editors- Introduce
ct.viewWidth
,ct.viewHeight
. - Make backgrounds resilient to missing extends
- Remember window position on load (ct.IDE)
- Update
ct.place
- Update fittoscreen to v2.0: add more scaling methods for fine quality at a wide variety of resolutions
- ⬆ Update Pixi.js to v4.8.5
💄 UI Improvements
- ⚡ Autofocus code editors on tab change
- ⚡ Make text and code in module panel selectable
- Add nifty sounds to notifications
- Crop long paths to recent projects on the left side
- Show a message about where the project and the exported version were zipped, because some systems (e.g. Windows 10) don't show the files in file managers
🐛 Bug Fixes
- 💄 Add a "cancel" button while selecting a tileset
- Fix desktop exporter not picking the first room as the starting one if no room was marked as such
- Fix exporter for desktop platforms
- Fix parallax + non-repeat background behaviour
- Fix project loader not loading the most old ct.js projects
- Fix unwanted interpolation on stretched sprites if "Disable image smoothing..." is checked
- Remove autosave errors in dev console that appeared while no project was loaded
🍱 Demos and Stuff
- Update catformer demo to v1.0.0-next-2
- Update demos and examples
📝 Docs
- Add a deprecation notice to
ct.place.legacy
- Add a notice about dragonBones animation events
- Add tips & tricks for effective viewport management
- Document new catmods' capabilities
- Document the import process and usage of skeletal animations
- Document
this.moveContinuous
at ct.place readme - Finish JS Intro, pt 2
- Fix flipped directions in a tip at https://docs.ctjs.rocks/tut-making-shooter.html#moving-hostiles-and-asteroids
- Rename
ct.place.go
attributespeed
tolength
- Update tutorials to v1.0.0-next-2
📄 License
- Add a ct.js version with website link to console output
- Add SSCD license
- Adding a Pixi.js license (3rd-party)
- Formatting license, adding a Termination section
- License: Add DragonBonesJS license (3rdparty)
👽 Misc
- 🌐 Add a link for crowd-sourced translations
- 🌐 Add a partial French translations by Vactro
- ⁉ Add
./
to all resource paths to load, because itch.io - 💩 Bump ct.keyboard version to v2.0.0, because it should have beeen bumped before.
- 🔥 Remove ffmpeg-node for now
- 🔥 Remove vkontakte link in the starting screen, because I no longer use vkontakte
- 🚚 Rename old
place
module toplace.legacy
v1.0.0-next-1
1 December 2018. WebGL renderer.
1 December 2018
✨ New Features
- ⚡ WebGL Renderer
- ⚡ Ctrl+S and autosave/recovery feature
- ⚡ Additional fields for backgrounds: movement, shifting, parallax and scaling
💄 UI Improvements
- ⚡ Show axis in graph editor
- ⚡ Make graphic selection in type and room editors for backgrounds cancellable
🐛 Bug Fixes
- Fix memory leak when updating room with opened backgrounds tab
- Fix memory leak on room switch in ct.place
- Fix color pickers not returing their intermediate values to editors
🍱 Demos and Stuff
- Update example projects to v1.0-next-1
🔥 Removed
- Remove ct.draw.patch, ct.canvas
📝 Docs
- Add a migration guide
- Add a note about tearing backgrounds when they are not marked as "Tiled"
- Update Space Shooter tutorial
- Update Platformer tutorial
- 💥 Write docs for new ct.styles
📄 License
- Add nw-builder license notice (3rd party)
💬 Misc
- ✏️ Add 'A' to the font editor
- ✏️ Fixing minor issues in Russian localization file
- 💥 Changing ct.styles API to work with Pixi.js
- 💥 Repurpose styles editor to making pixi's TextStyle
v0.5.3 — Current release version
6 december 2018. Maintenance update
⚡ General Improvements
- Ctrl+S and autosave/recovery feature
🐛 Bug Fixes
- Fix fonts with spaces in their path not working correctly inside the editor
- Fix memory leak in room editor with opened background editor
- Fix memory leak on room switch in ct.place
- Fix color pickers not returing their intermediate values to editors
💄 UI Improvements
- ⚡ Make graphic selection in type and room editors for backgrounds cancellable
- Show axis in graph editor
💬 Misc
- ✏ Fix minor issues in Russian localization file
- ✏ Add 'A' to the font editor
📄 License
- Add nw-builder license notice (3rd-party)
v0.5.2
7 November 2018. Hotfix.
🐛 Bug Fixes
- Fix autocompletion being triggered on
;
and line end - Fix project update for older versions not working
- Fix ct.place.tile moving copies around by itself
🍱 Demos
- Update tutorials' project version
v0.5.1
30 October 2018. Hotfix.
🐛 Bug Fixes
- Fix missing fields in newly created projects.
v0.5.0
27 October 2018. Fonts, EQS, ct.place optimizations, experimental game packer.
⚡ General Improvements
- Add a /*%commented%*/ format for modules' configurable fields, as an alternative to the %standard% one.
- Improvements to ct.place: greatly improve speed for ct.place.occupied, ct.place.free, ct.place.meet, ct.place.tile. Make x and y parameters in most functions optional. The new variant is now preferred (e.g. ct.place.occupied(this, 'Solid'); )
- Little optimizatons of ct.place
- Little performance optimizations for drawing
- Make a small transition to a prototype-based system. Introduce
this.draw
,this.move
andthis.addSpeed
calls on copies. - More zoom levels in the room editor
- Refactor ct.types, move actual types to ct.types.templates
- Reuse of metadata in ct.js and exported projects
✨ New Features
- Add a font manager
- Add a Reimport button to imported graphics assets
- Add ct.js autocompletions for code editors
- Add ct.u.deltaDir, ct.u.lerp, ct.u.unlerp, ct.u.clamp, and ct.u.inspect
- Add multi-selection for tiles
🐛 Bug Fixes
- Fix ct.place.nearest and ct.place.furthest
- Fix drawing copies with graphics offsets in the room editor
- Fix incorrect export of tilesets with non-square grids
📝 Docs
- Add a notice about location of catmods' docs
- Visually better tips in tutorials and minor changes
⚗ Experimental
- Add ct.eqs and ct.victoria catmods
- Project exporter
💬 Other
- Add a link to Patreon
- Add links to Twitter, Discord and VK to the starting screen
v0.4.1
25 September 2018. Workflow improvements.
⚡ General Improvements
- A better error message from ct.tween when switching to a new room.
- Add a search/sort panel to the graphic selector
- Add an option to ct.touch to disable default events prevention on touches,…
- ct.rooms.make now returns an array of created copies.
✨ New Features
- Add a ct.draw.patch module
- Add an 'Isometrify' button to the graphics editor
- Add ct.u.wait method
- Resize copies and set their precise coords while in room editor
🐛 Bug Fixes
- Fix ct.canvas.drawTileExt
- Fix graphics sometimes unavailable at room editor
💄 UI Improvements
- Better QR code legibility on dark themes
- Move all thumbnails to the left side
Docs
- Add a link to the Discord server to the docs
- Add a tutorial about localStorage and game saves
v0.4.0
13 September 2018. Basic touch support, internal debugger, new Platformer tutorial
⚡ General Improvements
- Add a room's name to its properties in the exported project
- Add a Shift modifier to place multiple copies or tiles at a room at once
- Add conversion to ES5
- Add QR codes and local addresses to the preview window
- Add tile culling
- Disable scaling and set proper width on mobile devices. Combine it with ct.fittoscreen to make your games mobile-ready (graphically)
- More consistent and intuitive tile and copy placement on grids in room editor
- More consistent behavior of ct.fittoscreen
- Move room templates to a JS object ct.rooms.templates
- Reorder room creation process to allow modifying room's view by copies' On Create code
- Set ct as a JavaScript object, move the canvas tag and all its properties to ct.HTMLCanvas
✨ New features
- Add
ct.touch
module - Handling of copy-tile collisions with
ct.place.tile
- Integrated debugger
- Show/hide certain tile layers
🍱 Demos
- Add a Platformer tutorial example project and its assets
- Update Catformer demo
- Update Catsteroids demo
🐛 Bugs Fixed
- Clean up logical assets after deleting a type or a graphical asset
- Fix checkboxes on the Settings tab not showing their saved state
- Fix HTML / CSS minification not working
- Fix preloader and random startup errors
- Room editor: Fix Shift and Ctrl modifiers working after a context menu was called.
💄 UI Improvements
- A bit better buttons
- Fix copy palette being visible on room's events screen
- Prevent clipping of sprite sheet settings at graphics editor on smaller screens. Move collision shape show/hide control to the left column.
- Tile editor improvements
📝 Docs
- Add a Platformer tutorial
- Add info about ct.js engine to docs' homepage
- Document ct.place.tile
Other
- 📄 License: Remove edit prohibition for 3rd party libraries
- 💬 Rename 'Graphic' to 'Graphics'
- 🔖 Bump ct.fittoscreen version
- 🚚 🍱 Move SpaceShooter demo to a better location
- 🍱 Add a simple .desktop file for linux
v0.3.1
24 August 2018. Hotfixes and experimental tile editor
⚡ General Improvements
- Rectangular grids in room editor
✨ New Features
- Support for tilesets! An early version, EXPERIMENTAL
🐛 Bug Fixes
- Fix a bug preventing picking a background
- Fix a bug preventing to delete a room with a context menu
- Fix FPS input in graph editor not working
- Fix modal dialogues with 'Delete' labels instead of 'Ok'
- Replace JS minifier to support ES6
💄 UI Improvements
- Changes to number fields in style and graphic editors now affect preview panes instantly
- Search and sorting for room editor with minor UI improvements
- Show a warning when using duplicate names in assets
v0.3.0
17 August 2018. Git-friendly projects, Nightly UI theme and more
⚡️ General Improvements
- Add ct.draw.img as an alias to ct.draw.image
- Add optional x and y parameters to ct.draw()
- Git-friendly asset identifiers
- Make x and y in ct.types.copy optional
- Pre-initialize ct.types.list with empty arrays for each type
- Support new Keyboard API standard
- Update mouse position each frame; better ct.mouse.inside resolution
✨New Features
- 💄 Dark theme!
- Add a ct.sprite catmod
🐛 Bug Fixes
- Enable code checking in editors
- Fix an error in module.json of ct.canvas module
- Fix bugs when cancelling the an asset's duplicate creation
- Fix flipped orientation in ct.draw.imgext
- Fix pattern drawing with styles
- Fix pixelated render not fully working
- Fix styles' line width not exported correctly
- Fix texture selection in the styles editor
- Room size must be exported as numerical values
- Update the graphic asset in the editor's memory after replacing its source
💄 UI Improvements
- Add a "Copy the name" option to assets' context menus
- Better modal dialogues
- Custom Scrollbars
- Different minor UI improvements
- Open the sound after its creation
- Sort and search fields in resource views
- Wider room thumbnails
📄 License
- Added license.
📝 Docs
- 🐛 Fix minor mistakes in ct.types docs
v0.2.0
05 August 2018. Better sounds, line tracing, custom scripts and much more.
✨ New features
- 💄 More options for sounds and better UI
- Add custom scripts to your project
- Introduce ct.place.go and ct.place.trace methods
- Launch a static server for exported projects
- "Line — everything" collision detection in ct.place
- New ct.sound.howler module
- New ct.fittoscreen module
⚡ General Improvements
- 🐛 Minor changes to the standart ct.sound
- 📝 Launch docs locally — now the docs for your particular version are bundled with ct.js and are available offline
- Make ct.mouse aware of possible view scrolling and scaling
🐛 Bug fixes
- Export unchecked ‘checkbox’ fields as false, not as an empty string
- Fix a bug in ct.draw.polygon.close, ct.draw.polygon.fill, ct.draw.polygon.stroke
- Fix ct.u.prect function not working with mirrored coordinates
- Fix exporter not copying includes folders of ctlibs
- Fix occasional failures while loading new images
- Fix wrong extensions of exported sounds
💄 UI improvements
- Make docs blue!
- Add a button to return to docs’ homepage
- Better presentation of ‘checkbox’ options of catmods
- Fix list overflow if there are too many resources
📝 Docs
- Add missing file extensions in “Creating your own mods” page
- Remove unexisting config fields of catmods, document the "help" field
- Reflect changes of ct.sound API
🍱 Updated demos
- Update Catformer demo with fullscreen option
- Update Catsteroids with ct.sound.howler
v0.1.1
31 July 2018. Hotfixing the update notice.
🐛 Bug fixes
- Fix the update notice on the home screen
v0.1.0
30 July 2018. First ever public release!