AdamStrange

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 648 total)
  • Author
    Posts
  • in reply to: Asteroids remake #4118

    AdamStrange
    Participant

    @Matthew Q. how are you constructing the vector shapes? graph paper and data or using some other editor?

    I’m just about to start work on a vector editor and wondered what approach you took?

    in reply to: Mac font Class/module #4107

    AdamStrange
    Participant

    If you’re like I can add italics and some other bits n bobs?

    in reply to: Mac font Class/module #4098

    AdamStrange
    Participant

    Excellent!

    I’ve done some tests with bmGlyph exported fnt and it works. I did need to make some modification to the code though.

    Here’s the code modified into a more compact class:

    it’s basically the same but with the font rendering moved about a bit and the class names renamed so they don’t clash with any mojo stuff

    P.S. I’ve also added the ability to scale in the x and y direction and corrected the height property

    in reply to: new image viewer #4084

    AdamStrange
    Participant

    heres a shot of the color picking from an image (viewed as icons).

    note that the image is both zoomed and offset and the “pick text still shows the correct color – this was not as simple as it looks.

     

    Note also the mouse is not shown due to the screen capture – but you can see the pick text in purple (the color the mouse is over) outlined in white.

    in the palette canvas the pick text behaves the same (the text shows the color it will pick) except it is outlined in black.

    in reply to: new image viewer #4082

    AdamStrange
    Participant

    Small update on this

    Work going well. lots of backend integration making sure everything is seamless.

    I’ve also been directly integrating the image view with the palette mixer. When you press ‘pick color’ there is now ‘pick’ text that changes color on the mixer canvas and also does the same for the images. so you can directly pick colors from open images.

    This is the first step to a full sprite editor.

    in reply to: FIRST HTML5 PYRO FOR MONKEY2 DEMO EVER! #4069

    AdamStrange
    Participant

    I am curious, do you think M2 can replace Max for you?

    Definitely yes. Main reason for this would be the updated core codebase being moved to 64bit.

    Similar to Wiebow, I too bought M1 and immediately went back to Max for desktop.

    One thing though. I really wouldn’t call the current version of Monkey2 V1 it still has a long way to go and feels much more like a 0. release.

    I say this because too much is still in flux. it is not a mature product.

    What I’ve seen of pyro ‘looks’ very nice, but… I wouldn’t use anything like that without a great editor to do all the front end stuff. The best solution would be to have it completely seamlessly integrated into the monkey2 editor. but you are going to need a lot of help with that.

    in reply to: new image viewer #4065

    AdamStrange
    Participant

    small update to this:

    I have renamed the code browser “view” as it gives a view of the code when viewing code. but when viewing anything else will give other information.

    In the case of an image you now get the option to view it as a straight image or as an icon strip.

    An icon strip is a single horizontal set of packed images, where the image width is the same as it’s height.

    Each ‘icon’ is shown separately with it’s icon number

    Here’s a couple of images of this in operation

    You can see that the zoom slider works with both the image and the icon view

    in reply to: problem with text editing. #4059

    AdamStrange
    Participant

    not sure what the issue is, as far as I could see the .fnt file looks ok. But the code is a bit mangled.

    Here’s a simpler version which reads the file byte by byte and reconstructs each line. gives a very different output:

    in reply to: ted21 find dialog replacement #4056

    AdamStrange
    Participant

    Thanks – your fork looks good too!

    some weird little things are now being fixed plus some deeper integration stuff like live current line tracking

    in reply to: ted21 find dialog replacement #4047

    AdamStrange
    Participant

    basic concept is now finished and operational – need further testing and some tweaks before being let loose.

     

    So how does it work and how is it different?

    Basically it is similar to other find systems, apart from one main detail. When you find, ALL results are listed!

    In the case shown. ‘Property’ was double clicked (selected) and then cmd+f. The dialog appears and automatically begins search for ‘property’ in the current file.

    It has found 6 occurrences of ‘property’

    These are then listed with the line icon (if one is present for that line), the line number and text highlighting where it was found.

    The thin line is sort of where your current cursor is in relation to the find results.

    Clicking a find result will take you to that line

     

    Like the code view, this gives you a good feeling for where you are and what the find will give you. it also allows you to decide which (if any) find results you want to jump to…

    in reply to: Ted21 progress #4045

    AdamStrange
    Participant

    small bug fixes throughout – not many just code catching

    Added class extends to the code view. So any extended classes also show which classes they are extending.

    The new find/replace system is almost finished and also the initial new dialog. I have also completely commented the 3 base monkey2 files, so anyone who knows nothing will get lots of help about what is going on.

    in reply to: ted21 find dialog replacement #4041

    AdamStrange
    Participant

    tiny update on this.

    Needed to work on implementing a scroll list system (vertical scrollbar supporting a list)

    Here’s is the dev work. All mouse operations are fully functional, need to do keyboard ones next.

    You can see the default list and list items in red. The scrollbar hides and resizes as needed.

     

    This is the stand alone version while I work on the list control. then it all gets integrated into ted21

    Already got the keyboard tracking and text input fully debugged with cut/copy etc

    in reply to: Ted2Go IDE #4036

    AdamStrange
    Participant

    question which version of monkey2 do I need to compile?

    V1.02 and v1.04 just give loads of errors.

     

    I’m very interested in how you implemented the autocomplete

    in reply to: Mark – question about additions #4028

    AdamStrange
    Participant

    No problem. I’ll repost to github with all current fixes (minor color modifications)

    in reply to: ted21 new document picker #4022

    AdamStrange
    Participant

    AHA. The extended colors are not present in the default build. MARK CAN WE HAVE THEM PLEASE?

    Basically there are number of additions to the core monkey code that need to be added. I have an idea for a work around until Mark adds them.

Viewing 15 posts - 436 through 450 (of 648 total)