when

  1. Z

    Discussion clearing cache

    when is the right time to clear cache? after changing/adding resourses and/or writing/modding code?
  2. O

    GameMaker Looking for a "when" type statement.

    Is there any kind of "when" type statement in gamemaker? I'm trying to do a draw event and I only want things to start drawing if v = (number) and then have v += 1 to move on to the next thing but when it goes up a digit the previous thing stops drawing because v != (number) anymore. So I need...
  3. X

    Will buffer_f16 ever be supported?

    It's quite annoying; I don't need my maps to be the size of an entire city, so it's a lot of unused data for me to have buffer_f32 be sent between servers and clients for my game just to get the coordinates of something as a floating point. buffer_f16 would be perfect, but alas, this isn't an...
Top