enpu Posted August 9, 2018 Share Posted August 9, 2018 Panda 2 1.6.0 beta version is now available for testing: https://www.panda2.io/beta To see what's new in the version, please look at the official roadmap: https://www.panda2.io/roadmap Post any feedback or comments here. If you find bugs, please create new bug report (or if you don't have GitHub account and don't want to create one, post here). Wolfsbane 1 Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 11, 2018 Share Posted August 11, 2018 Hi @enpu In the latest beta, I can't seem to be able to select any of the modules or classes in the left column. Also, clicking modules just displays an empty column. I'm using Windows 10. Quote Link to comment Share on other sites More sharing options...
enpu Posted August 11, 2018 Author Share Posted August 11, 2018 2 minutes ago, Ninjadoodle said: Also, clicking modules just displays an empty column Thanks for the feedback. Not sure what you mean by this, can you show screenshot of the issue? Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 11, 2018 Share Posted August 11, 2018 Hi @enpu I'm actually trying to do this now, but can't figure out how to take a screenshot on Win 10 lol. My keyboard doesn't have a print screen button hahah. Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 11, 2018 Share Posted August 11, 2018 Hi @enpu Here is a screen of what I see. The index.html file is automatically loaded, and I can't select and open any other files. I can toggle the modules button to display both modules and classes, but now modules only, like you could previously. Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 14, 2018 Share Posted August 14, 2018 Hi @enpu Do you need any other info from me on this issue? I haven't had a chance to try on Mac, but something is definitely broken on the Windows beta. Thank you! Quote Link to comment Share on other sites More sharing options...
pstrejczek Posted August 14, 2018 Share Posted August 14, 2018 @Ninjadoodle I'm using the beta on Mac (OSX 10.13.6) and have no such problems. Haven't tried on Windows though. I will try tomorrow on my Window 10 machine. Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
pstrejczek Posted August 14, 2018 Share Posted August 14, 2018 I have tried the beta on my Win10 machine and it works ok. Maybe it is somehow related to the project? @Ninjadoodle have you tried opening some other projects? Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
enpu Posted August 15, 2018 Author Share Posted August 15, 2018 @Ninjadoodle This should be now fixed. Can you try new beta-4 version? Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 15, 2018 Share Posted August 15, 2018 Hi @enpu Sorry, but still the same thing for me - can't select and open any modules or classes. When I try to create a new project, it fails and tell me 'No html file found from folder.' Also, now the modules button is gone and I only see a files button. I see all my files when I press it, but can't open them *** EDIT - when I browse the files and go inside the src folder, I can open them, but not when I see the modules etc by default *** Quote Link to comment Share on other sites More sharing options...
enpu Posted August 15, 2018 Author Share Posted August 15, 2018 Ah yes, now i'm able to reproduce both issues. They seem to be Windows only. Will fix them asap! Wolfsbane and Ninjadoodle 2 Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted August 15, 2018 Share Posted August 15, 2018 Aaw, now I want to be able to ctlt+click on the the main.js, and have it open. (It's ok, I'm just spoilt) Also, I have the same issue as Ninja, I've opened my project, but I'm unable to select the items on the side. (Pressing the Button asset no longer jumps me to the Button object). This is in Windows, although I'm not sure if that should be relevant? I've got an ubuntu VM I can kick open to see if it's got the same issue. The ctrl+click on the art assets opening them in an editor is great! +1. ..and just noticed Enpu is already onto the fix. Cheers! Quote Link to comment Share on other sites More sharing options...
enpu Posted August 16, 2018 Author Share Posted August 16, 2018 Windows issues should be now fixed on beta-5 Please test and give me feedback, thanks Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 16, 2018 Share Posted August 16, 2018 Hi @enpu Awesome, works flawlessly now One thing I've noticed, is that you removed the button with which you could toggle between modules and modules + classes. Sometimes, when looking at my code, I like displaying only the modules as it's a cleaner way of displaying all my levels etc. Any chance this could be added back in? Thank you!! Quote Link to comment Share on other sites More sharing options...
enpu Posted August 16, 2018 Author Share Posted August 16, 2018 8 minutes ago, Ninjadoodle said: toggle between modules and modules + classes There were no such view as "modules + classes", it was only modules or classes. Since modules are exactly same thing as a single JavaScript file, which you can now see from files sidebar, i though that there was really no reason to have a sidebar that only shows modules anymore, because the view would be almost same as the files. But... in your case when you have multiple projects in same folder with lots of modules, it would actually make sense. So yeah, i will take a look to see how easy would it be to add it back, maybe put it in settings so you can toggle it on and off, because i thinks it's not really useful on most projects and makes it just more complicated and maybe confusing. Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 16, 2018 Share Posted August 16, 2018 Hi @enpu If it's too annoying to add this that I wouldn't worry about it - thank you for the consideration I just find it a bit cleaner to look at when I have let's say 40 level modules. pstrejczek 1 Quote Link to comment Share on other sites More sharing options...
pstrejczek Posted August 16, 2018 Share Posted August 16, 2018 I would also vote for bringing back the modules list. I got used to it and it helped a lot with navigating the project. Ninjadoodle 1 Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 16, 2018 Share Posted August 16, 2018 @enpu I just noticed something else. I have a bunch of modules included in my project and all of them but one, show in the left bar. For some reason 'objects' is missing ... game.module( 'game.mainR1' ) .require( 'game.menu', 'game.objects', // *********** // * ROUND 1 * // *********** 'game.stage01', 'game.stage02', 'game.stage03', 'game.stage04', 'game.stage05', 'game.stage06', 'game.stage07', 'game.stage08', 'game.stage09', 'game.stage10', 'game.stage11', 'game.stage12', 'game.stage13', 'game.stage14', 'game.stage15', 'game.stage16', 'game.stage17', 'game.stage18', 'game.stage19', 'game.stage20', 'game.won', // *********** // * PLUGINS * // *********** 'plugin.essentials', 'plugin.instantgames' ) .body(function() { // CONFIG game.config.name = 'Shurizzle - Round 1'; game.config.start = 'Stage01'; game.config.storage.id = 'shurizzleR1'; game.config.system.startScene = 'MainR1'; game.createScene('MainR1', { init: function() { game.system.setScene('Menu'); } }); }); Also, when loading a version of my game with all levels included, it seems to be loading the wrong 'main' file ... The index for the projects is this ... <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Panda 2</title> <script type="text/javascript" src="src/engine/core.js"></script> <script type="text/javascript" src="src/game/config.js"></script> <script type="text/javascript" src="src/game/main.js"></script> </head> <body> </body> </html> Yes, the project is loading 'mainR1' which only includes a portion of the levels. Please let me know if you need me to send you a project etc. Thank you! Quote Link to comment Share on other sites More sharing options...
enpu Posted August 16, 2018 Author Share Posted August 16, 2018 29 minutes ago, Ninjadoodle said: Also, when loading a version of my game with all levels included, it seems to be loading the wrong 'main' file ... I can't reproduce this with the project that you sent. Are you sure you are loading correct html file? Can you tell me exact steps how to reproduce that issue? Quote Link to comment Share on other sites More sharing options...
enpu Posted August 16, 2018 Author Share Posted August 16, 2018 30 minutes ago, Ninjadoodle said: I have a bunch of modules included in my project and all of them but one, show in the left bar. There are files or classes in the sidebar, so are you missing "objects.js" file when viewing files in the sidebar? Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 16, 2018 Share Posted August 16, 2018 Hi @enpu Nope the file is there when I browse to the src folder. It doesn’t show up in the modules/classes list. Quote Link to comment Share on other sites More sharing options...
enpu Posted August 16, 2018 Author Share Posted August 16, 2018 7 minutes ago, Ninjadoodle said: t doesn’t show up in the modules/classes list. What do you mean by modules list? Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 16, 2018 Share Posted August 16, 2018 Hi @enpu I’m probably using the wrong terminology - I mean in the left column where you see the classes etc. and modules with the little play buttons beside them. Quote Link to comment Share on other sites More sharing options...
enpu Posted August 16, 2018 Author Share Posted August 16, 2018 Yeah those are all classes, not modules. So what are you missing there? Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted August 16, 2018 Share Posted August 16, 2018 @enpu Sorry about the confusion Im missing the objects class, it used to show up before the beta. 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.