Pierre-André Mudry

Results 15 issues of Pierre-André Mudry

I sometimes like to have the words minutes and seconds spelled correctly in the timer. Here is a working suggestions for plural forms (basic but working). ```lua if string.match(text, "%%fm")...

Hi ! Tutor LMS is great and I am glad we bought the full license for my school. However, some things could be improved for real world lectures in schools...

The class from Nils is a total mess and not complete. For instance, the `contains` method does not work etc... This class should be replace by the libgdx supporting classes...

bug

Non working example : ``` g.drawAntiAliasedCircle(...); g.drawString(10,10, "Pouet"); ``` In this case, the string is not drawn correctly. Temporary fix is : ``` g.drawAntiAliasedCircle(...); g.drawFilledRectangle(0,0,0,00); // Changes current sprite batch...

bug

When `camera.move` or `scroll` is called, such drawn circles are not moved. Found by Ozay Burak !

bug

Shaders complain that version 130 is not supported. I had the impression it had been fixed before...

bug

The method is empty... Should be changed.

bug
enhancement

The methods are available in `libgdx` but not exposed in our lib. That would be nice to implement.

enhancement

There is something bad in the linking of the Java object containing the physics and the underlying C++ implementation in box2d. This should be fixed but it will break API....

enhancement

It seems that the `DemoScreen` still sometimes crashes the VM. This happened several times with the students. We should implement be a `resetPhysics` method as well.

bug