Ninjadoodle Posted January 15, 2018 Share Posted January 15, 2018 @enpu - looks awesome Quote Link to comment Share on other sites More sharing options...
enpu Posted January 15, 2018 Author Share Posted January 15, 2018 Just added list of keyboard shortcuts to the website: https://www.panda2.io/docs/keyboard These really make your working faster! Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
ianc Posted January 20, 2018 Share Posted January 20, 2018 This is awesome. great job enpu. Quote Link to comment Share on other sites More sharing options...
enpu Posted January 27, 2018 Author Share Posted January 27, 2018 If you need Panda 2 logos you can get them here: https://www.panda2.io/media Quote Link to comment Share on other sites More sharing options...
enpu Posted February 21, 2018 Author Share Posted February 21, 2018 Panda 2 v1.4.0 released Added export option for Android TV Panda 2 now supports Android TV! Export and install games to Android TV with just few clicks. Added "Show config button" to settings Turn this on to show config button in the header bar. Use config button to show game.config module quickly with just one click. Added "Show update button" to settings Turn this on to show update button in the header bar. With update button you can update the game engine of your project to latest master version. Added "Update to dev version" to settings Use this setting to update to latest dev version instead of master version. Use this with caution, dev version may not be fully tested. Added "Reload game on config save" to settings Turn this on to reload game automatically when you save changes made on game.config module. Added "Reload game on media file change" to settings Turn this on to reload game automatically when you make any changes to files in the media folder. Added support for custom build plugins You can now define custom Cordova plugins to be included in the Android/iOS build in your game.config module. Example: build: { plugins: [ { name: 'cordova-plugin-app-version', spec: '~0.1.9' }, { name: 'cordova-plugin-insomnia', spec: '4.0.1' } ] } Added support for custom config.xml lines You can now define custom lines to the default config.xml file: build: { custom: [ '<allow-navigation href="*" />' ] } See Cordova docs for more info about config.xml Added ES6 support You can now use ES6 in your game code. When minifying or exporting for Web, the JavaScript code is minified into one file and compiled into ES5-compatible code. Added update project to window file menu Added export project to window file menu Added Shift-click on scene to set scene on game Added cordova.js to index.html when using PhoneGap Build Added default Android TV banner Updated engine to 2.4.1 Fixed private app limit error to show PhoneGap links Fixed .pgbomit file to be included in default res folder Fixed "Set to game size" to also reduce window height if needed Fixed remote device reconnecting Fixed close buttons to use close icon Fixed remove project button to use close icon Fixed remote device registering when project already closed Fixed popup windows to have scrollbar if too big Fixed build error message to show correctly Fixed screenshots on retina monitors Fixed debug sprites status not correctly sent to game Fixed export settings to be saved even when PhoneGap username/password not set Fixed default config.xml to use PhoneGap 7.1.0 Fixed "Missing Compliance" warning on iOS build Quote Link to comment Share on other sites More sharing options...
enpu Posted March 15, 2018 Author Share Posted March 15, 2018 Panda 2 v1.5.0 released Added exporting to Instant Games Updated engine to 2.5.0 Fixed Config button to switch to previous module if config module already open Fixed to not show plugin classes in class list Fixed "Set to game size" to not take whole width of the editor window Fixed code editor width when toolbar visible and sidebar hidden Fixed project folder name to lowercase when creating new project Fixed default debug config to not read from local storage Quote Link to comment Share on other sites More sharing options...
ftguy2018 Posted June 27, 2018 Share Posted June 27, 2018 I had like to submit a suggestion for the editor, currently we can quick jump to a class by clicking on the left side inspector, I believe it will be a good addition to add also the function name so we can also quick jump to a function, i am seeing myself scrolling all the time and it will really help me to move from one part of the code to another ^^ pstrejczek 1 Quote Link to comment Share on other sites More sharing options...
enpu Posted July 15, 2018 Author Share Posted July 15, 2018 @ftguy2018 I have added this feature request to the roadmap, on editor version 1.7.0: https://www.panda2.io/roadmap Thanks for the suggestion! Quote Link to comment Share on other sites More sharing options...
enpu Posted July 16, 2018 Author Share Posted July 16, 2018 Panda Engine version 2.9.0 released Release notes Examples: https://www.panda2.io/examples#graphics-drawLine https://www.panda2.io/examples#graphics-drawPolygon Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
ftguy2018 Posted July 30, 2018 Share Posted July 30, 2018 I have seen in the roadmap of the editor that there will be obfuscation feature at the export, could you try also to add DOMAIN LOCK too ? Also what are the option do we have right now if we want to obfuscate and domain lock our project ? I believe the current editor does not have any of those features yet., right ? Quote Link to comment Share on other sites More sharing options...
enpu Posted July 30, 2018 Author Share Posted July 30, 2018 @ftguy2018 I have added domain lock to the roadmap, thanks for the suggestion. Code obfuscation will be on the next editor version, so currently you would have to do that manually. Ninjadoodle, momenimum and pstrejczek 3 Quote Link to comment Share on other sites More sharing options...
enpu Posted September 17, 2018 Author Share Posted September 17, 2018 Panda Editor version 1.6.0 released Release notes Ninjadoodle and Wolfsbane 2 Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted September 17, 2018 Share Posted September 17, 2018 Hype! Edit: Wait, I actually have a question: Fixed to use resources folder in settings for icons and splash screens How does this work? @enpu Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted September 17, 2018 Share Posted September 17, 2018 Wait, where is the download link for it? I somehow downloaded the trial version, and have been using that for the past hour, haha. Quote Link to comment Share on other sites More sharing options...
enpu Posted September 17, 2018 Author Share Posted September 17, 2018 3 minutes ago, Wolfsbane said: Wait, where is the download link for it? You should have received email from Gumroad with the link. If not, try to go here https://gumroad.com/ekelokorpi and login Wolfsbane 1 Quote Link to comment Share on other sites More sharing options...
enpu Posted September 17, 2018 Author Share Posted September 17, 2018 5 hours ago, Wolfsbane said: How does this work? https://www.panda2.io/tutorials/build Take a look at this tutorial, section "Icons and splash screens". Before the fix the resources folder for icons and splash screens was hardcoded to "res", but now you can change that from settings: Wolfsbane 1 Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted September 17, 2018 Share Posted September 17, 2018 8 minutes ago, enpu said: You should have received email from Gumroad with the link. Aha. Spam filter got me. I got it. 6 minutes ago, enpu said: https://www.panda2.io/tutorials/build Perfect-o. I'd been trying to figure out how to do this. Quote Link to comment Share on other sites More sharing options...
enpu Posted September 17, 2018 Author Share Posted September 17, 2018 Just now, Wolfsbane said: Aha. Spam filter got me. Would really like to make the updating process to work without Gumroad at some point, though it's not my highest priority at the moment. Quote Link to comment Share on other sites More sharing options...
WombatTurkey Posted September 19, 2018 Share Posted September 19, 2018 Wow @enpu great job w/ Panda 2. Kinda makes me want to come back to HTML5 now :P. Congrats! Wolfsbane 1 Quote Link to comment Share on other sites More sharing options...
enpu Posted November 28, 2018 Author Share Posted November 28, 2018 Panda Engine 2.10.0 released! Release notes Wolfsbane and pstrejczek 2 Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted November 28, 2018 Share Posted November 28, 2018 Just quick confirm: I should have all these changes if I've been using the (latest) dev branch already, right? Quote Link to comment Share on other sites More sharing options...
enpu Posted November 29, 2018 Author Share Posted November 29, 2018 6 hours ago, Wolfsbane said: Just quick confirm: I should have all these changes if I've been using the (latest) dev branch already, right? That's correct! Wolfsbane 1 Quote Link to comment Share on other sites More sharing options...
enpu Posted December 1, 2018 Author Share Posted December 1, 2018 Panda 2 v1.6.1 released Added keyboard shortcut to open previously opened file (Cmd-Shift-E or Ctrl-Shift-E) Added new debug button for showSprites Updated engine to 2.10.0 Fixed Instant Games dashboard link Fixed engine updating to work correctly Fixed exporting Android release APK Fixed new file not appearing on the file sidebar, if saved to project root Fixed other unsaved files getting lost if saving new file Fixed saving new file into folder that is created in the save dialog Fixed dynamic loading not working with project path that contains space Fixed dragged media file appears incorrectly in the file sidebar Fixed minified project file not getting deleted if exporting with wrong PhoneGap login details Download here: https://www.panda2.io/get Wolfsbane and pstrejczek 2 Quote Link to comment Share on other sites More sharing options...
pstrejczek Posted December 2, 2018 Share Posted December 2, 2018 @enpu I have problems with MacOS version. When I open the .dmg file it says that the image file is corrupted. Quote Link to comment Share on other sites More sharing options...
enpu Posted December 3, 2018 Author Share Posted December 3, 2018 @pstrejczek Thanks for the info! Something had happened with the upload. Just reuploaded the file and it should now work correctly. pstrejczek 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.