colobot/src/common
melex750 2ff8251a81 Fix game crashing with syntax errors 2017-01-24 13:47:00 -05:00
..
resources Add file append mode in CBot (#838) 2016-09-30 17:03:13 +02:00
system Fix code style issues 2016-11-26 13:48:12 +01:00
thread Asynchronous sound/music loading 2016-07-10 14:56:34 +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 Further cleanup USE_SDL_MAIN 2015-09-29 22:39:34 +02:00
config_file.cpp Moved system modules from app/ to common/system/ 2016-07-24 14:38:49 +02:00
config_file.h Replaced CConfigFile::GetInstancePointer() with GetConfigFile() 2016-03-26 18:34:26 +01:00
error.h Some CRobotMain cleanup 2016-12-27 23:38:57 +01:00
event.cpp Some CCamera cleanup and docs 2016-05-28 18:44:38 +02:00
event.h Add coordinates under cursor overlay and copy function (#868) 2016-12-27 14:58:41 +01:00
global.h Updated license headers 2016-02-13 14:11:30 +01:00
image.cpp Updated license headers 2016-02-13 14:11:30 +01:00
image.h Updated license headers 2016-02-13 14:11:30 +01:00
ioutils.h Updated license headers 2016-02-13 14:11:30 +01:00
key.cpp Updated license headers 2016-02-13 14:11:30 +01:00
key.h Added camera keybindings (#653) 2016-05-28 15:41:01 +02:00
language.cpp Fixed some code style warnings 2016-02-13 13:46:56 +01:00
language.h Fixed some code style warnings 2016-02-13 13:46:56 +01:00
logger.cpp Save log to file, closes #696 2016-02-13 20:32:26 +01:00
logger.h Save log to file, closes #696 2016-02-13 20:32:26 +01:00
make_unique.h Updated license headers 2016-02-13 14:11:30 +01:00
profiler.cpp Fix memory leak related to performance counters 2016-07-24 22:51:41 +02:00
profiler.h Added performance counter for UI particles 2016-07-24 18:19:37 +02:00
regex_utils.cpp Updated license headers 2016-02-13 14:11:30 +01:00
regex_utils.h Updated license headers 2016-02-13 14:11:30 +01:00
restext.cpp Fix game crashing with syntax errors 2017-01-24 13:47:00 -05:00
restext.h Updated license headers 2016-02-13 14:11:30 +01:00
settings.cpp Added pause blur config setting, enabled by default 2016-07-09 12:13:51 +02:00
settings.h Pause game when in background, closes #609 2016-02-13 21:35:01 +01:00
singleton.h Updated license headers 2016-02-13 14:11:30 +01:00
stringutils.cpp Updated license headers 2016-02-13 14:11:30 +01:00
stringutils.h Updated license headers 2016-02-13 14:11:30 +01:00
version.h.cmake Added official build info in crash screen 2015-12-19 22:10:15 +01:00

README.txt

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