Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris
Commit message (Collapse)AuthorAgeFilesLines
* No more use binreloc on windows, it is useless.Bruno Coudoin2009-10-061-7/+6
| | | | | | Added an error message about why we fail to load the first pixmap. This is very usefull to know why we fail especialy if the gnome pixbuf loader is missing.
* Added support for binreloc on windows. Code taken from gnucash.Bruno Coudoin2009-09-191-0/+40
|
* Better support for demonstration.Bruno Coudoin2009-08-312-14/+21
|
* Synced windows port with files from the GCOMPRIS_8_3 branch.Bruno Coudoin2009-07-191-16/+33
|
* Added support for SDL Mixer audio backend.Bruno Coudoin2009-07-176-15/+750
| | | | | | The code is taken from the GCOMPRIS 8_3 branch. Now at compilation time we can select the SDL backend or the gstreamer one.
* Reorganisation of the sound playing in GCompris to split theBruno Coudoin2009-07-145-280/+312
| | | | | | | | high level audio file management and the low level audio player (gstreamer based for instance). The goal behind this is to make room for an integration of the GCOMPRIS 8.3 branch SDL Mixer player. This way we will be able to resync the windows and master branch.
* Added a demo case windows.Bruno Coudoin2009-07-121-4/+13
|
*