Commit Graph

7 Commits

Author SHA1 Message Date
Florian Rival a8559bfbbc Add clang-format to format (C++) source files automatically (#491)
* Update all CMakeLists of extensions to use clang-format
* Run clang-format on all Extensions
* Update GDCore CMakeLists.txt to add clang-format
* Run clang-format on GDCore files
* Update GDJS and GDCpp CMakeLists.txt to add clang-format
* Run clang-format on GDCpp and GDJS files
2018-05-09 15:57:38 -07:00
Florian Rival 117722621a Change file organization in GDCpp to have a Runtime directory inside GDCpp 2016-02-09 19:42:52 +01:00
Florian Rival e444e80493 Update copyrights year 2016-01-14 19:46:56 +01:00
Florian Rival dd849e16dd Modify Key Released condition implementation to workaround SFML events not received during preview on OS X/Linux 2015-07-06 22:42:23 +12:00
Florian Rival cb241ebba7 Add Key released condition 2015-07-06 21:42:38 +12:00
Florian Rival 5afff31684 Add support for Mouse button released condition 2015-06-24 23:23:01 +12:00
Florian Rival 6cbd70c2b0 Added InputManager to GDCpp game engine. Platformer objects can now jump with space key. 2015-03-02 07:57:02 +01:00