• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

post

  1. VoxPrincipalis

    Android HTTP Post Doesn't Send a Payload

    When sending an http post request via android, no payload seems to be included in the body for an http website. For an https website, everything is sent and works as it should. Yes, I made sure to include these in my androidManifest.xml <application android:usesCleartextTraffic="true">...
  2. N

    Development Just a few questions.

    Hi all, I'm not specifically sure what this would be applied too but I've just been wondering a few things, this might seem a bit stupid of a question to ask but when I'm just curious, at what point does code become your code and should I feel bad about using someone else's code? Obviously as it...
  3. Posho

    GameMaker [SOLVED] HTTP GET/POST Help for GraphQL

    Hello, I am trying to get access to an API using HTTP functions. Normally you would make queries using JSON files but apparently GM:S forcefully uses ds_maps, which is a tad different. I am also having trouble sending the Auth Token, which from my understanding is done through the Header of a...
  4. johnwo

    What are you working on?

    So, what are you working on at the moment? Post a screenshot and show us! I'm working on a game that uses a GML-implementation of spriter that I wrote. I have a bunch of scripts that load the scon (spriter JSON), parses it, loads the sprites on-the-fly, loads animations, ect. Spriter...
  5. F

    GameMaker http_request not sending a GET method

    Hello, I'm trying to send a GET request with http_request, but it sends a POST. I've wrote this in create: var url, headers, data; url = "http://localhost:3000/"; headers = ds_map_create(); data = ds_map_create(); req = http_request(url, "GET", headers, json_encode(data))...
  6. U

    GameMaker GET and POST requests

    Is it possible to send GET and POST requests, and recive a answer? In most languages, this is done simply, and what about GML? Like in delphi --- var some_variable:string; begin some_variable:=IdHTTP1.Get('http://forum.yoyogames.com/'); end; ---
  7. M

    Post your working station!

    This is my working station... What does your working station looks like? Post pics!
  8. M

    Forum Game Post a funny quote from the person above

    Post something funny or messed up by the person who posted above you. It can be from anywhere, from the forum to social apps. Lets do this!
Top