Releases: ericoporto/fgmk
Alpha Release 4
Slowly attacking on all the points from the 0.5.4 QA
report, so this release adds sound! Just place either wav, ogg or
mp3 short sound in the root audio/
folder.
The new oncharaover
and oncharaleave
now should allow
implementation of interesting puzzles triggered by pushable
charas or charas that are lured by the player. Also onleave
should allow triggering actions when the player chara leaves
a tile (like releasing a previously pressed floor button).
- added edit action in list with doubleClick;
- added shakeScreen action;
- added playSound action;
- added on charaover, on charaleave, and on leave as triggers in events dock;
- fix buggy event detection in non square maps;
- better performance on the engine;
- font that supports unicode symbols;
- broke compatibility to correct 'colision' to collision typo;
Alpha Release 3
- lot's of performance improvements in the javascript engine
- the engine now supports songs (.ogg, .mp3, .wav), add them to the audio/music folder of your game. FGMK will scan your game/audio/music folder for new audio files and update when saving and opening any project or map. You can use the action playMusic to play any song.
- pan tool can be accessed with mouse middle click too or spacebar.
- fix small bugs.
- added a rough way to resize the map, the interface will be better in the future, but ctrl+z will be your friend!
Alpha release 2
- Includes an engine with better fullscreen support, landscape desktop screen support and faster resource loading.
- Adding a Help entry in the menu, including basic documentation.
Alpha realease
- Fixing save file to write over a file if the save operation incurs in an error.
Pre-alpha 6
- Files are written in safer way when saving.
- Fix to rounding corrects 1 pixel errors in palette layout.
- The server run by Run Project (F5) now tell the browser to not cache pages, fix map saved not appearing in browser.
Pre-alpha 5
- Adding a Windows binary!
- small bugfixes.
Pre-alpha 4
- fgmk now saves window position and more using QSettings
- added a zoom feature
- added a Map Explorer so you can change between available maps in project
- fixing lots of bugs
Pre-alpha 3
- Added support for file drop and opening files from argument.
- Directly opening maps from Nautilus now works too!
Maps files are files ending with .map.json
that are expected to be well behaved.
Pre-alpha 2
Added a deb! You can now install using sudo dpkg -i python3-fgmk_0.1.1.deb
.
For removing, use sudo apt remove python3-fgmk
.
Code for building your own deb here.
Corrected lots of bugs:
- Chara editor now works
- Adding actions now works
- Charaset editor now works
Known issues:
- Shortcuts don't work under Ubuntu
https://bugs.launchpad.net/appmenu-qt5/+bug/1380702
Pre-alpha 1
The first release, you should be able to edit a existing fgmk game with this release. Everything is barely working, expect lots of bugs, missing functionality and missing features.