GameCreator icon indicating copy to clipboard operation
GameCreator copied to clipboard

A public project to share Game Creator tools, resources, documentation and log bugs.

Results 78 GameCreator issues
Sort by recently updated
recently updated
newest added

Wire up shortcut key codes so they can be edited in the bios.

bug

Need to steam in the log file line by line or limit the size of the file when writing to it.

bug

Need to update the docs to display the return type for API calls.

bug

When a really long word is on a line and gets cut off, the word starts on the next line. It should stay on the same line then be split...

bug

Need to support: - [ ] foo ++ - [ ] foo -- To do this, run a regex on the lua string before it is passed to the interpreter.

enhancement

The tilemap is not importing sprites from the correct start index. It's going bottom up so if the tilemap is not high enough, the top of the tilemap.png is cropped.

bug

List the chips a Creator can edit

enhancement

Tools should have their own sound effects that play when clicking on buttons, etc

enhancement

Really need a way to capture slider mouse release when using for sound sliders.

bug

Make sure components have simple redraw methods that can be called externally without needing to do a full update to help optimize UI performance

enhancement