colobot/src/common
krzys-h 16842b5e83 Changed default loglevel on dev builds to Debug 2013-12-26 21:09:19 +01:00
..
.gitignore gitignore update 2013-06-22 22:44:03 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
config.h.cmake Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's Linux, kFreeBSD and Hurd 2013-11-27 18:53:28 +01:00
event.cpp Enhanced logging, option to auto-start mission 2013-06-16 21:54:36 +02:00
event.h Enhanced logging, option to auto-start mission 2013-06-16 21:54:36 +02:00
global.h Add russian language support 2013-11-07 14:44:12 +01:00
image.cpp Fix for crash when loading PNG in indexed mode 2013-11-15 10:22:49 +01:00
image.h Fix for crash when loading PNG in indexed mode 2013-11-15 10:22:49 +01:00
iman.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
iman.h Fixed code formatting 2013-05-27 10:19:16 +02:00
ioutils.h Fixed code formatting 2013-05-27 10:19:16 +02:00
key.h Fixed code formatting 2013-05-27 10:19:16 +02:00
logger.cpp Changed default loglevel on dev builds to Debug 2013-12-26 21:09:19 +01:00
logger.h Refactored sound code 2013-05-27 10:19:16 +02:00
misc.cpp * Changed file loading to fix issue #73 2013-03-17 19:01:32 +01:00
misc.h Fixed code formatting 2013-05-27 10:19:16 +02:00
profile.cpp Changes in build organization 2013-06-22 01:17:19 +02:00
profile.h Enhanced logging, option to auto-start mission 2013-06-16 21:54:36 +02:00
restext.cpp Renamed "New player" to "Change player" (#220) 2013-12-26 19:48:44 +01:00
restext.h Changed char[] to std::string in restext 2013-12-04 00:15:39 +01:00
singleton.h Fixed code formatting 2013-05-27 10:19:16 +02:00
stringutils.cpp Fixed build of stringutils.cpp 2013-12-25 23:41:50 +01:00
stringutils.h Changed char[] to std::string in restext 2013-12-04 00:15:39 +01:00

README.txt

/**
 * \dir src/common
 * \brief Structs and utils shared throughout the application
 */