Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Feature suggestions

    Comments & Feedback
    15
    22
    1287
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Darien112
      Darien112 F last edited by Darien112

      some of these may be more realistic than others but i feel i should at least mention them;
      perhaps it may give someone else a better idea.

      - showbrowser("URL")
      navigates to provided URL (the fuze team could use this to navigate switch users to the fuzearena website)

      - usage of IR sensor
      i'm not sure how one would implement this...

      - the ability to rebind plus and minus buttons
      perhaps to use for in game menus.

      - add more primitives "such as planes"

      - allow us to texture primitives with creations from the image editor

      - add a published tab to the main menu so people can easily browse and download from all published and approved content.
      no more codes to type in

      - improve versioning for creators allows them to easily update their programs
      as well as let users know there is an update available for a program they have (all within fuze).

      1 Reply Last reply Reply Quote 9
      • R
        romain337 last edited by romain337

        Hello, I add to this topic to not create another one. I have a few ideas about some addition in the language itself:

        • The keyword "const", it is easy to understand, and could solidify code logic. ex:
        const VERSION = "1.0"
        const AUTHOR = "FuzeTeam"
        const MAX_OBJECTS = 64
        
        • The keyword "enum", is easy to understand to, and could also solidify code logic. ex:
        enum GameScene
          INTRO,
          TITLE,
          OPTIONS,
          GAME,
          GAMEOVER,
          WINNER
        endEnum
        
        GameScene currentScene = GameScene.INTRO
        
        • I'm not sure because the "if" statement can do it, but maybe a "switch()" or elseif. But it seem less important than the two above. That just me that feel weird using if/else without elseif when I'm used to do it :) * I've heard a switch statement is comming. \o/

        EDIT:

        • A function "unloadAudio" like unloadImage()

        EDIT2:

        • Some bitmap fonts from the Amiga era (like in the Dizzy app)
        • Some "full" (256 chars) bitmap font, like the MSDOS charset would be fantastic.

        This is just suggestions and I love Fuze. Thanks you.

        ITzTravelInTime 1 Reply Last reply Reply Quote 4
        • Doriphor
          Doriphor last edited by Doriphor

          I'll just add a few things to this thread, because why not:

          Mouse support
          Custom function highlight and lookup with F1/Help

          1 Reply Last reply Reply Quote 0
          • AndyG1985
            AndyG1985 last edited by

            It must have been mentioned elsewhere by now, but a “reset” command is what I’m hoping for. Of course, if you’re a smart coder you will allow for this and write your code so you don’t then have to manually reset every variable and property - but going back over my games to do this has been a pain

            1 Reply Last reply Reply Quote 3
            • JMM161437
              JMM161437 F last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • ITzTravelInTime
                ITzTravelInTime F @romain337 last edited by

                @romain337 As a C programmer i share your suggestion, those are fetures i miss a lot in fuze

                1 Reply Last reply Reply Quote 0
                • ITzTravelInTime
                  ITzTravelInTime F last edited by

                  I'd also suggest to add graphical characters to the default font like the box drawing characters or other symbols, i'd like to have all the characters from the codepage 437 set to be honest since i am a dos fan

                  1 Reply Last reply Reply Quote 0
                  • T
                    tigerboy3050 F last edited by

                    3D editor, Mouse support and better tutorials.

                    1 Reply Last reply Reply Quote 0
                    • T
                      tigerboy3050 F last edited by

                      Also not sure if this is already a thing, But it'd be cool to have motion controls.

                      1 Reply Last reply Reply Quote 0
                      • vinicity
                        vinicity F last edited by

                        Motion controls are already there!

                        1 Reply Last reply Reply Quote 2
                        • vinicity
                          vinicity F last edited by

                          I actually have a suggestion that shouldn’t be too hard to implement:

                          I think the download ID on the “My shared programs” screen is way too small when in handheld mode. I always have to squint to be able to read it properly.

                          Please write it in a larger font.

                          1 Reply Last reply Reply Quote 3
                          • T
                            tigerboy3050 F last edited by

                            I have another suggestion. Instead of typing download ID's into "My Programs" Shouldn't you type them into "Share?"

                            1 Reply Last reply Reply Quote 1
                            • LinkCraft
                              LinkCraft F last edited by

                              It would be nice to have a setting that auto organizes your code when it’s on

                              Doriphor 1 Reply Last reply Reply Quote 1
                              • Doriphor
                                Doriphor @LinkCraft last edited by Doriphor

                                @LinkCraft Like code auto-formatting?

                                1 Reply Last reply Reply Quote 0
                                • T
                                  tigerboy3050 F last edited by

                                  Also Fuze needs like auto correct? Not sure what it's called. But in a text editor when your typing code suggestions come up and then u can just click on them. I think that would be really useful.

                                  pianofire 1 Reply Last reply Reply Quote 0
                                  • pianofire
                                    pianofire Fuze Team @tigerboy3050 last edited by

                                    @tigerboy3050 I think that is autocomplete but yes it would be useful

                                    T 1 Reply Last reply Reply Quote 2
                                    • Retrocade_media
                                      Retrocade_media F last edited by

                                      Auto Correct might not be the right word. Too many nonsense words in code. But Notepad++ has a rather useful feature where it tries to auto-complete what you're typing based on the other words in the document as well as words in the coding language you're typing in.

                                      Martin 1 Reply Last reply Reply Quote 1
                                      • D
                                        DaddyJDM last edited by

                                        Related to autocomplete would be snippets - for example, type fo, and the editor suggests a skeleton for a for loop. That would be a good thing to keep optional, too, especially since Fuze's mission is educational.

                                        1 Reply Last reply Reply Quote 2
                                        • Martin
                                          Martin Fuze Team @Retrocade_media last edited by

                                          @Retrocade_media said in Feature suggestions:

                                          Auto Correct might not be the right word. Too many nonsense words in code. But Notepad++ has a rather useful feature where it tries to auto-complete what you're typing based on the other words in the document as well as words in the coding language you're typing in.

                                          Intellisense...

                                          1 Reply Last reply Reply Quote 4
                                          • T
                                            tigerboy3050 F @pianofire last edited by

                                            @pianofire Yes Autocomplete is what I meant.

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post