🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest request Activity

WitchLord
October 28, 2023 11:57 PM

By the way, adding simple support for variadic arg lists on registered functions can probably be done quite easily.

  • add support for the … token in the tokenizer
  • add support for the … token in the parser for function signatures
  • add support in the compiler to allow matching function calls to functions …
  • 5,508 views
    Advertisement

    I can make a model based on your criteria but you're gonna be very disappointed.

    Maybe be a little more specific as to what you want and what the game is about. A factory robot is kinda different from R2D2.

    3,950 views
    WitchLord
    January 07, 2023 07:53 PM

    This could be thought of a simple function contract. There are several languages that support function contracts as can be seen in this wikipedia article . Although C++ doesn't as far I know there is a proposal for it, so it might be available in a future version.

    I've included your suggestion in my…

    3,316 views

    I am curious, if you use Krita for your game development.

    Is there any plugin you would like to see to make your pipeline faster/easier/smoother/etc? 

    Background. I am a starting Plugin Developer for Krita ? Testing the waters.

    4,324 views
    Advertisement
    Advertisement