colobot/src/common
Tomasz Kapuściński d25d6124a9 Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
..
resources Update license headers 2021-09-11 15:53:59 +02:00
system Update license headers 2021-09-11 15:53:59 +02:00
thread Update license headers 2021-09-11 15:53:59 +02: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 Fix GLEW_STATIC redefinition warnings 2020-07-13 21:33:36 +02:00
config_file.cpp Update license headers 2021-09-11 15:53:59 +02:00
config_file.h Update license headers 2021-09-11 15:53:59 +02:00
error.h Update license headers 2021-09-11 15:53:59 +02:00
event.cpp Update license headers 2021-09-11 15:53:59 +02:00
event.h Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
font_loader.cpp Update license headers 2021-09-11 15:53:59 +02:00
font_loader.h Update license headers 2021-09-11 15:53:59 +02:00
global.h Update license headers 2021-09-11 15:53:59 +02:00
image.cpp Refactored Math::IntPoint in CInput and CImage 2021-12-23 23:36:30 +01:00
image.h Refactored Math::IntPoint in CInput and CImage 2021-12-23 23:36:30 +01:00
ioutils.h Update license headers 2021-09-11 15:53:59 +02:00
key.cpp Update license headers 2021-09-11 15:53:59 +02:00
key.h Update license headers 2021-09-11 15:53:59 +02:00
language.cpp Update license headers 2021-09-11 15:53:59 +02:00
language.h Update license headers 2021-09-11 15:53:59 +02:00
logger.cpp Update license headers 2021-09-11 15:53:59 +02:00
logger.h Update license headers 2021-09-11 15:53:59 +02:00
make_unique.h Update license headers 2021-09-11 15:53:59 +02:00
profiler.cpp Update license headers 2021-09-11 15:53:59 +02:00
profiler.h Update license headers 2021-09-11 15:53:59 +02:00
regex_utils.cpp Update license headers 2021-09-11 15:53:59 +02:00
regex_utils.h Update license headers 2021-09-11 15:53:59 +02:00
restext.cpp Update license headers 2021-09-11 15:53:59 +02:00
restext.h Update license headers 2021-09-11 15:53:59 +02:00
settings.cpp Refactored Math::Point in CSettings, CParticle, CPyro, CInterface, CMainUserInterface and CScreen 2021-12-24 03:45:59 +01:00
settings.h Refactored Math::Point in CSettings, CParticle, CPyro, CInterface, CMainUserInterface and CScreen 2021-12-24 03:45:59 +01:00
singleton.h Update license headers 2021-09-11 15:53:59 +02:00
stringutils.cpp Update license headers 2021-09-11 15:53:59 +02:00
stringutils.h Update license headers 2021-09-11 15:53:59 +02:00
timeutils.cpp Move time related functions out of CSystemUtils 2021-09-11 13:26:38 +02:00
timeutils.h Move time related functions out of CSystemUtils 2021-09-11 13:26:38 +02:00
version.h.cmake Rename OFFICIAL_BUILD to OFFICIAL_COLOBOT_BUILD 2018-07-25 21:34:39 +02:00

README.txt

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