Dmitry Marakasov
f194ea01cc
Add Vraiment to the list of contributors
2017-07-10 22:40:24 +03:00
Dmitry Marakasov
f917113c34
Enable optional static library for standalone build
...
Fixes #89
2017-05-29 22:55:00 +03:00
Dmitry Marakasov
e6738b9dad
Update badge urls
2017-02-20 16:34:06 +03:00
Dmitry Marakasov
c671055cff
Remove shields.io badge, it's broken too often
2017-02-08 13:01:20 +03:00
Dmitry Marakasov
e9af362886
Add versions badge
2017-02-02 22:36:29 +03:00
Dmitry Marakasov
9e8992178e
Add repology badge
2017-01-11 18:58:02 +03:00
Dmitry Marakasov
b4ed5966c4
Don't mention unused variable
2016-05-23 17:34:17 +03:00
Dmitry Marakasov
cc7c2aa8e6
Add links for dependencies
2016-01-26 04:11:41 +03:00
Dmitry Marakasov
7176ecd1d0
Add Coveralls badge
2016-01-19 01:00:59 +03:00
Dmitry Marakasov
05325e13c8
Add new contributor
2015-12-30 16:43:51 +03:00
Dmitry Marakasov
b9e087701a
Add new user
2015-12-29 15:08:44 +03:00
Dmitry Marakasov
61d2ed7e38
Add new contributor
2015-12-29 15:07:45 +03:00
ooxi
a04b514985
Fix wrong method name in example
...
The SDL2 method [SDL_SetRenderDrawColor](https://wiki.libsdl.org/SDL_SetRenderDrawColor ) is exposed as [SetDrawColor](https://github.com/libSDL2pp/libSDL2pp/blob/master/SDL2pp/Renderer.hh#L316 ) not `SetRenderColor`
2015-12-29 11:58:00 +01:00
Dmitry Marakasov
5eb5fb4fde
Add Appveyor badge and some related comments
2015-12-16 18:37:20 +03:00
Dmitry Marakasov
3de4c9c0a8
Update repo links
2015-12-16 17:51:26 +03:00
Dmitry Marakasov
f5f96754a1
Mention another project using libSDL2pp
2015-11-26 14:58:52 +03:00
Dmitry Marakasov
e4fbc901b9
Add new contributor
2015-10-15 12:37:06 +03:00
Dmitry Marakasov
14e6bb322c
Add latest release badge
2015-10-01 18:06:45 +03:00
Dmitry Marakasov
04db362971
Make README.md compatible with both github and doxygen
2015-09-17 18:03:00 +03:00
Dmitry Marakasov
40d4b4773d
Extend key features section
2015-09-07 19:05:48 +03:00
Dmitry Marakasov
bd47cc560e
Chase variable rename
2015-09-07 03:41:41 +03:00
Dmitry Marakasov
2d9787c63e
Merge branch 'mixer'
2015-09-07 00:52:27 +03:00
Dmitry Marakasov
739f0f6311
Add WWW section
2015-09-06 22:58:23 +03:00
Dmitry Marakasov
dcb409765c
Mintion new contributior
2015-09-06 22:27:09 +03:00
Aargonian
15a0af756d
Update README.md
2015-09-06 01:19:51 -04:00
Aargonian
3ca0759a15
Various grammar fixes to README.md file
2015-09-06 00:32:31 -04:00
Dmitry Marakasov
6dd5817471
Mention mixer support in readme
2015-08-30 16:06:54 +03:00
Dmitry Marakasov
4660fbf7c5
Add another consumer
2015-07-29 02:53:29 +03:00
Dmitry Marakasov
8dba0f36f4
Add more consumers, sort list
2015-07-03 22:29:40 +03:00
Dmitry Marakasov
2a337227e4
Add contributor
2015-06-29 19:55:17 +03:00
Dmitry Marakasov
4254cc94e4
Mention cmake module file
2015-06-10 05:16:16 +03:00
Dmitry Marakasov
356ded0f73
Add contributor
2015-06-10 00:11:03 +03:00
Dmitry Marakasov
3d5d94573a
Mention DPorts
2015-04-13 21:32:12 +03:00
Dmitry Marakasov
195ce8161e
Mention YACP entry
2015-03-26 19:53:31 +03:00
Dmitry Marakasov
9a2e6a2e9c
Mention tutorial
2015-03-20 15:05:35 +03:00
Dmitry Marakasov
325dc8abf4
Syntax highlight cmake code as well
2015-03-16 22:44:36 +03:00
kumar8600
4daba0efa8
Syntax highlight synopsis code in README.md
2015-03-16 12:56:14 +09:00
Dmitry Marakasov
882c4b4737
Use more hinting bundled library path
2015-02-11 01:26:39 +03:00
Dmitry Marakasov
2869db24ef
Remove unneeded parentheses, fix README example
2015-01-21 23:15:18 +03:00
Dmitry Marakasov
f9435a520e
Add coverity status badge
2015-01-21 21:16:24 +03:00
Dmitry Marakasov
c319587b3b
Extend example in README
2015-01-19 02:06:48 +03:00
Dmitry Marakasov
689f57b864
Exception rework
...
Now it explicitely stores name of SDL function which caused an error
and generates complete user-readable error message which contains both
function name and SDL error message. Users can now handle SDL2pp
exceptions along with all others in `catch (std::exception&)' and
get complete error info.
While here, fixed incorrect function names in some throw's
2015-01-19 01:41:37 +03:00
Dmitry Marakasov
8575ea5879
Extend note on things this library will not implement
2015-01-18 20:29:34 +03:00
Dmitry Marakasov
dfd82ae6bf
Make more doxygen friendly
2015-01-11 00:58:07 +03:00
Dmitry Marakasov
ca505369f3
README improvements and updates
2014-12-29 20:39:05 +03:00
Dmitry Marakasov
7d65c0809e
Update readme
2014-12-29 07:02:02 +03:00
Dmitry Marakasov
63065bc820
Add note on minimal compiler versions
2014-12-27 05:23:46 +03:00
Dmitry Marakasov
65b5446fd1
Axe out remaining uses of old Point/Rect API
2014-12-25 19:30:37 +03:00
Dmitry Marakasov
18fe309309
Remove demos into more suitable examples
...
Also add options for conditional build of tests and examples
2014-12-20 18:04:22 +03:00
Dmitry Marakasov
5c0dfc3824
Add note on installation
2014-12-20 03:18:00 +03:00