• 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!

c programming

  1. Lord KJWilliams

    Binary Bit Field Rotation and Display functions

    Before I got interested in GML or GMS, I programmed in C ( in Linux and MS-DOS ) and created functions that I had a need for a program that I was building for a game that I was working on. The two functions, that I want to share with community, are used for binary field rotation and the other...
  2. Lord KJWilliams

    Can you make a game booter in GMS?

    I want to design a program in GMS ( for Windows ) that lets you load other games made in GMS. It displays a list of games in the form of a menu, the user selects the game, and them program loads the game. When the user quits the game, the game menu is loaded again, lists of games that the user...
  3. Lord KJWilliams

    How do I declare static global variables ( like in C ) for objects in GML ?

    Ok, I am really not clear on the variable types - Im just going by what I have read in the manual and have learned from watching youtube videos. Please correct me if I am wrong anywhere. Please note my knowledge of the C standard, C99 - is obsolete ( it works my djgpp compiler ) - I have not...
  4. Lord KJWilliams

    Importing C program that is used for a programming langauge interpeter, to GML

    This is a program that I wrote in C for a programming language interpreter called WATT that I was designing, that I have put on hold in its development. Ive decided that I want to survive this idea into GML for my games. ( I hope I posted this in the right forum.... ) The way the my...
  5. Lord KJWilliams

    New to GML, as a C or C++ programmer , and I have some questions.

    Hello , Im new to GMS 2, and the GML language. My previous experience with programming languages is mostly C and a little of C++. I am going to ask a lot of questions about GML ( as I learn it ) , in later future posts, from a C programming point of view because I am transitioning from C to GML...
Top