735 Commits

Author SHA1 Message Date
Vraiment
2f3d9a9b5e Added Color files to the CMake file 2017-07-05 11:02:34 -07:00
Vraiment
daab479c0f Added Color support for Texture 2017-07-05 11:02:34 -07:00
Vraiment
b1cc4d5711 Added Color support for Surface 2017-07-05 11:02:34 -07:00
Vraiment
ddaee362a1 Added Color support for Renderer 2017-07-05 11:02:34 -07:00
Vraiment
980fe93481 Added Color class 2017-07-05 11:02:34 -07:00
Dmitry Marakasov
6c7338ab25 Merge pull request #100 from Vraiment/doxygen_fix
Fixed the paths in Doxyfile.in to support paths with spaces
2017-07-04 21:46:41 +03:00
Dmitry Marakasov
cf3f9d4040 Merge pull request #101 from Vraiment/osx_gitignore
Added OS X related files to .gitignore
2017-07-04 21:45:57 +03:00
Vraiment
950c841079 Added OS X related files to .gitignore 2017-07-04 10:08:06 -07:00
Vraiment
c708f08db4 Fixed the paths in Doxyfile.in to support paths with spaces 2017-07-03 22:48:41 -07:00
Dmitry Marakasov
867219a0a1 Mark constants as constexpr, capture implicitly 2017-06-30 21:12:53 +03:00
Dmitry Marakasov
310c545722 Bugfix 0.14.1 release 0.14.1 2017-06-28 22:39:10 +03:00
Dmitry Marakasov
dd3f2da31e Comments with doxygen groups should logically be covered by ifdefs too 2017-06-28 22:36:37 +03:00
Dmitry Marakasov
34137f1ec9 Add missing include to SDL2pp.hh
Fixes #98
2017-06-28 22:36:04 +03:00
Dmitry Marakasov
4b6a975770 Ignore .exe and .o files anywhere
Fixes #96
2017-06-28 14:31:54 +03:00
Dmitry Marakasov
79da16ef6f Fix FIND_PACKAGE_HANDLE_STANDARD_ARGS argument order 2017-06-08 20:28:32 +03:00
Dmitry Marakasov
0c5bf61d38 Fix cmake warning 2017-06-08 20:03:07 +03:00
Dmitry Marakasov
88f5081426 Bump minor shlib version 0.14.0 2017-05-29 23:04:02 +03:00
Dmitry Marakasov
4aa07e9d32 Update changelog 2017-05-29 23:03:53 +03:00
Dmitry Marakasov
f917113c34 Enable optional static library for standalone build
Fixes #89
2017-05-29 22:55:00 +03:00
Dmitry Marakasov
82f24a8c93 Update changelog 2017-04-21 18:18:02 +03:00
Dmitry Marakasov
18f894cb9f Extens RWops tests 2017-04-21 18:17:09 +03:00
Dmitry Marakasov
f28e873d17 Implement proper Size() handling in custom rwops 2017-04-21 18:16:49 +03:00
Dmitry Marakasov
5f6191dfc1 Use SDL function for rwops size 2017-04-21 18:16:08 +03:00
Dmitry Marakasov
aef47fbfeb Add test case for RWops+Font (issue #94) 2017-04-21 17:36:05 +03:00
Dmitry Marakasov
d8c5cfb56e Add test for Chunk and Music loading through RWops 2017-04-21 15:05:42 +03:00
Dmitry Marakasov
b4b39e32d0 Update copyright years 2017-04-21 14:51:11 +03:00
Dmitry Marakasov
bb2ff1f066 Add Music ctors from RWops based on undocumented SDL_mixer functions
Fixes #92
2017-04-21 14:50:03 +03:00
Dmitry Marakasov
e6738b9dad Update badge urls 2017-02-20 16:34:06 +03:00
Dmitry Marakasov
970cd74dd9 Merge branch 'master' of github.com:libSDL2pp/libSDL2pp 2017-02-20 16:32:54 +03:00
Dmitry Marakasov
89ea96d008 Mark most single argument constructors explicit
Fixes #91
2017-02-14 14:14:26 +03:00
Dmitry Marakasov
3c5b2e2fb5 Whitespace fix 2017-02-14 14:13:48 +03:00
Dmitry Marakasov
104267b3e3 Merge branch 'sdl2-include-paths' 2017-02-10 13:05:14 +03:00
Dmitry Marakasov
f12b417b1c Appveyor MSVC build: preserve SDL include hierarchy 2017-02-08 13:30:44 +03:00
Dmitry Marakasov
0184b8834b Document include path convention change 2017-02-08 13:28:39 +03:00
Dmitry Marakasov
24482d85f6 Follow SDL2 include path conventions
Though these are broken and error prone, as they ignore the possibility
of conflicts between SDL, SDL2 and wrappers thereof discarding useful
include path prefix (SDL2/), since SDL and satellite libraries follow
these it's too hard to stay away.

So don't use prefixes for SDL include paths any longer.
2017-02-08 13:19:04 +03:00
Dmitry Marakasov
d8d91927bc Merge branch 'appveyor-fix' 2017-02-08 13:11:19 +03:00
Dmitry Marakasov
a1b1aa234c Fix mingw32 compiler names 2017-02-08 13:03:57 +03:00
Dmitry Marakasov
c671055cff Remove shields.io badge, it's broken too often 2017-02-08 13:01:20 +03:00
Dmitry Marakasov
8cc53138dc Fix vars 2017-02-08 12:56:53 +03:00
Dmitry Marakasov
27886ef889 Fix travis, ignore doxygen problem 2017-02-06 13:31:38 +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
03c033234a With doxygen, enable all code conditional on SDL version 2016-11-15 21:49:43 +03:00
Dmitry Marakasov
49e3c6a6a9 Implement Get/SetOpacity for Window (new in SDL 2.0.5) 2016-11-14 18:34:27 +03:00
Dmitry Marakasov
39eea2b892 Bump version for future release 2016-11-08 18:03:47 +03:00
Dmitry Marakasov
36c9165384 Mark release date 0.13.0 2016-11-08 18:03:47 +03:00
Dmitry Marakasov
b37392c2f9 Bump SOVERSION for safety 2016-11-08 18:01:58 +03:00
Dmitry Marakasov
cdd0b81b32 Update CHANGES 2016-11-08 18:00:06 +03:00
Dmitry Marakasov
b9ab8702af This changelog bit belongs to fixes 2016-11-08 17:59:54 +03:00
Dmitry Marakasov
83c261cf03 Add Texture::Update() overload which takes Surface&& 2016-11-08 17:59:24 +03:00