aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Running clang-format over everything.Yann Herklotz2017-08-2415-558/+783
| | | | Edited formatting and ran it over all the files.
* Applied modernize rules and fixed build.Yann Herklotz2017-08-237-17/+19
| | | | | Applied clang-tidy modernize rules and fixed the CMakeLists.txt file so that it also linked against the SDL2 library.
* ParticleBody now passes gravity testYann Herklotz2017-08-061-2/+0
|
* Adding clang format with my style based on googleYann Herklotz2017-08-0613-1050/+1443
|
* Fixing constructors and destructorsYann Herklotz2017-08-014-12/+0
|
* Added MIT License to all filesYann Herklotz2017-07-2714-0/+112
|
* Fixed small type, gravity is working again and all is goodYann Herklotz2017-07-231-1/+1
|
* Fixing gravityYann Herklotz2017-07-233-11/+11
|
* Implementing Vector2dYann Herklotz2017-06-271-1/+0
|
* Implementing Vector2dYann Herklotz2017-06-272-12/+13
|
* Correcting indentation and removed vector2d.cppYann Herklotz2017-06-2111-834/+814
|
* Fixed cmake and making precise vectorYann Herklotz2017-05-191-1/+1
|
* Adding math to yageYann Herklotz2017-05-194-36/+79
|
* Adding filesYann Herklotz2017-05-171-1/+0
|
* Adding filesYann Herklotz2017-05-173-5/+44
|
* Removed forceYann Herklotz2017-05-121-3/+10
|
* Added test benchYann Herklotz2017-04-153-1/+41
|
* fixed spritebatchYann Herklotz2017-04-071-3/+3
|
* Improved filesYann Herklotz2017-04-064-6/+11
|
* Sprite batching workinYann Herklotz2017-04-045-32/+182
|
* Adding spritebatch classYann Herklotz2017-04-0411-549/+711
|
* Adding initial filesYann Herklotz2017-04-028-0/+879