Commit Graph

17 Commits (6a54c7512e0a3de92a19a80fd05323329ab0ba1d)

Author SHA1 Message Date
Skyrpex 6a54c7512e Moved project to demo/ 2014-02-24 19:38:15 +01:00
Skyrpex 9843fe78d1 Finish using-c++11 2014-02-24 19:19:22 +01:00
Skyrpex 838094855e Major rewrite of the class 2014-02-24 19:19:16 +01:00
Skyrpex 39a1ce02dc Fixed newline error
Fixed code style
Uses C++11 features
Added Qt project file and example
2014-02-24 00:07:04 +01:00
Eduardo San Martin Morote 02bf41b146 Merge pull request #6 from posva/master
Fixed a crash
2012-12-27 10:26:35 -08:00
Cristian Pallarés ac5ae7cf2b Using spaces instead of tabs 2012-12-16 20:27:27 +01:00
Cristian Pallarés 33a08ca870 Added license to README.md 2012-12-16 20:21:15 +01:00
San Martin Morote Eduardo 946ac2347f Fixed crash on some OS like OS X because of void String initialization on sf::Text 2012-10-28 13:58:36 +01:00
Cristian Pallarés e722450de6 Merge pull request #5 from mantognini/vector
Uses std::vector instead of std::list
2012-08-06 05:58:11 -07:00
Marco Antognini ea57b894d7 Enhancement: uses std::vector instead of std::list 2012-08-05 11:13:09 +02:00
Cristian Pallarés 6015eefc45 Merge pull request #4 from mantognini/typedef
Adds Collection Typedef
Minor enhancements
2012-08-03 01:12:43 -07:00
Marco Antognini de9711c50d Enhancement: minor modification
Let the collection (std::list/std::vector/...) manage its size itself. Usually they can make things faster this way with small tricks.
2012-08-02 14:03:48 +02:00
Marco Antognini fbc97e0007 Enhancement: adds a typedef for the collection type 2012-08-02 13:48:21 +02:00
Marco Antognini e6d596c34e Fix: include directive 2012-08-02 13:27:13 +02:00
Cristian Pallarés db4df29011 Fix: bad namespace 2012-07-27 08:51:51 +02:00
Cristian Pallarés 9f9d0a4e10 Fix: bad namespace 2012-07-26 13:10:52 +02:00
Cristian Pallarés 9f66f1d773 First commit 2012-07-26 13:04:54 +02:00