Changelog - PEd 2.1.0
PushEd 2.1.0 EA was just released!
This release of PushEd brings overhauled UI code, more configuration options via macros, multiple bug fixes and other minor improvements.
- Updated used version of GameMaker to IDE v2024.6.2.162 Runtime v2024.6.1.208. If something breaks, please make sure you are using at least this version of GM before reporting a bug.
- Changed naming of almost all GUI-related resources from "PEd_GUI" to "FORMS_" and moved them into a separate folder called "Forms". This includes a massive overhaul to the GUI system on a technical level. Individual changes are omitted from this changelog, since there would be too many!
- Changed the tile editing tools on the top left to be visible only when in the tile edit mode.
- Added new macro
PEd_CUSTOM_PIVOT
, which you can set totrue
if you would like to implement a custom pivot object and behavior and disable the built-in one. Defaults tofalse
. - Added new macro
PEd_CUSTOM_SELECTION
, which you can set totrue
if you would like to implement a custom system for selecting instances. and disable the built-in one. Defaults tofalse
. - Added new enum
PEd_EModes
, which lists allowed drawing modes (2D/3D/both). - Added new macro
PEd_ALLOWED_MODES
, using which you can configure which edit modes out of 2D and 3D are allowed. Defaults toPEd_EModes.Both
(both edit modes are allowed). - Added new macro
PEd_ENABLE_TILES
, using which you can enable (true
) or disable (false
) tile edit mode. Defaults to enabled (true
). - Added new macro
PEd_EDITOR_ROOM
, which is the level editor room. Defaults toPEd_RmEditor
. - Fixed a bug where contents of UI panels were randomly disappearing.
- Fixed
Backspace
not working in input fields on macOS. - Fixed function
PEd_InstanceSave
not saving instance name and code. - Fixed functions
PEd_InstanceGetScaleVec2
andPEd_InstanceGetScaleVec3
returning incorrect vectors. - Fixed crash in function
PEd_RoomGetInstances
. - Fixed crash in function
PEd_RoomGetId
. - Fixed crash in function
PEd_CodeProcess
. - Other minor fixes and improvements...
Get Access Here: https://blueburn.cz/index.php?menu=pushed2
Get PushEd - 2D/3D Level Editor (for GameMaker: Studio)
Download NowName your own price
PushEd - 2D/3D Level Editor (for GameMaker: Studio)
Level Editor for GameMaker: Studio
Status | Released |
Category | Tool |
Publisher | |
Author | BlueBurn |
Tags | 2D, 3D, GameMaker, Level Editor, Ludum Dare 38, map-editor, Real-Time |
More posts
- PushEd 2 - 2D and 3D level editor for GameMaker Studio 2 is now in Early Access!Feb 07, 2022
- Changelog - PEd 1.5.4Feb 03, 2019
- PEd - Free for everyone!Sep 26, 2018
- Changelog - PEd 1.5.3Aug 09, 2017
- Changelog - PEd 1.5.2Jul 05, 2017
- Changelog - PEd 1.5.0Jun 25, 2017
- Changelog - PEd 1.4.2Jun 02, 2017
- Changelog - PEd 1.4.1May 29, 2017
Leave a comment
Log in with itch.io to leave a comment.