Commit Graph

32 Commits (cd74e28665a7a5d2b37cf80b389669a9fdf4d222)

Author SHA1 Message Date
Cristian Pallarés cd74e28665
Create LICENSE 2018-01-11 09:21:43 +01:00
Skyrpex 70ec0ef8eb Finish 2.0.1 2014-03-02 03:25:31 +01:00
Skyrpex db41807aaf Used C++ static_cast in favor of C-style cast
Refactored text geometry update into a single function
2014-03-02 03:18:24 +01:00
Cristian Pallarés 89bec73705 Merge pull request #10 from StAlRuth/bugfix/lineSpacing
Line spacing issue with g, j, p, q, and y fix
2014-03-02 03:15:17 +01:00
Cristian Pallarés 98bf25ee58 Merge pull request #8 from StAlRuth/bugfix/characterSize
Fixes createText not setting text size.
2014-03-02 02:51:52 +01:00
Stuart Allan Rutherford d3c7c2a23a A cleaner fix for #9
Fixed the line geometry calculations to use the font spacing instead of the text's bounding box.
Reverted the previous commit.
2014-03-01 13:13:46 +11:00
Stuart Allan Rutherford 69f6a9abde Solved issue #9 in master repo 2014-03-01 12:54:16 +11:00
Stuart Allan Rutherford dc3a19624a Fixed createText to set the sf::Text's size 2014-02-27 22:06:16 +11:00
Skyrpex 3043913c90 Readme file mentions the support branch 2014-02-24 20:01:41 +01:00
Skyrpex 0c5a2256bc Readme file mentions the C++11 usage 2014-02-24 19:52:38 +01:00
Skyrpex 795620c210 Small readme file change 2014-02-24 19:52:13 +01:00
Skyrpex 297ef0ef87 Finish 2.0.0 2014-02-24 19:40:42 +01:00
Skyrpex ce4d0471f9 Fixed use of incorrect member 2014-02-24 19:39:51 +01:00
Skyrpex b4fdee3f7a Fixed use of std::move'd item 2014-02-24 19:39:35 +01:00
Skyrpex 42a7c2ea6c Updated readme file 2014-02-24 19:39:00 +01:00
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