Skip to content
#

games

Here are 2,271 public repositories matching this topic...

lila
sdilts
sdilts commented Aug 7, 2019

One thing I feel is missing from the documentation is a more detailed guide on C interoperability. There are several vital functions like add-pkg, add-cflag, and add-lib not mentioned in the language guide that are present in the SDL bindings included with Carp. In addition, there seem to be some incompatibilities like array types and C unions that are probably worth mentioning. Are these al

XCanG
XCanG commented Sep 8, 2017

First of all if I canselling in region selecting dialogs it continue to show me all dialogs.

Also make easy to select region. Better is use some config window where you have 4 fields to type 4 coordinates, they also should be filled with default region (full screen coordinates) and also have button to select region by mouse, so in one dialog you can place all elements you need. Also when you

cxong
cxong commented Nov 2, 2017

I'm thinking of a way to automatically check all the links for the games so we can quickly find out if links go dead. Some questions though:

  • How will this be checked? So far the only automatic process we have is Travis CI / the build script, so that's the first option, and to be run on every new commit
  • Will this check be too slow? We have a few thousand links potentially (over 1000 games +
Wuzzy2
Wuzzy2 commented Nov 26, 2019

SuperTux version: 0.6.1 beta 1
System information: GNU/Linux

Expected behavior

All help block texts are fully visible on the screen.

Actual behavior

In the first Forest level, the help block text is not completely visible on my screen (1920×1080 fullscreen).

Workaround

When I press "scroll up", I can see the full text. But still, that's confusing!

St
pixtur
pixtur commented Apr 13, 2019

My biggest hurdle of using imgui is the lack of built in documentation. I know that the end of line comments in imgui.h are all over the place and probably not always useful without a context, but it would be extremely helpful to convert a line like this...

IMGUI_API void          Dummy(const ImVec2& size);                                      // add a dummy item of given size. unlike In
kduske
kduske commented May 4, 2019
  • Remove unused methods
  • Fix clang-tidy warnings
  • Add documentation
  • Document exceptions and check calling code for exception safety
  • Add more tests where necessary
  • Remove non-callback methods, these are used only in tests
  • Use range-based for loops in favor of do / while loops
  • Remove unnecessary includes of Polyhedron headers
    • requires forwa

Improve this page

Add a description, image, and links to the games topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the games topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.