summaryrefslogtreecommitdiffstats
path: root/src/desktop/colobot.svg
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-221-239/+0
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Add SVG colobot iconDidier Raboud2012-12-271-0/+238
- Refer to the icon in the desktop file - Use rsvg-convert to get scaled PNG versions - Add librsvg2-bin to travis