colobot/src/common
Piotr Dziwinski 654ef7ba59 Add proper initializers to common classes 2015-08-06 14:31:40 +02:00
..
resources Replace size_t with std::size_t 2015-08-06 14:31:40 +02:00
thread Class naming fix 2015-08-04 20:58:03 +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 Show game version in logs, closes #413 2014-12-11 19:59:24 +01:00
config_file.cpp Include refactoring 2015-08-02 17:49:07 +02:00
config_file.h Include refactoring 2015-08-02 17:49:07 +02:00
event.cpp Normalize static variables and functions 2015-08-06 10:12:20 +02:00
event.h Add proper initializers to common classes 2015-08-06 14:31:40 +02:00
global.h Disallow controlling enemy objects from CBot 2015-07-13 18:53:56 +02:00
image.cpp Add proper initializers to common classes 2015-08-06 14:31:40 +02:00
image.h Add proper initializers to common classes 2015-08-06 14:31:40 +02:00
ioutils.h Get rid of memsets 2015-08-06 09:37:25 +02:00
key.cpp Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
key.h Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
logger.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
logger.h Fixed a crash 2015-07-16 22:27:25 +02:00
make_unique.h Replace size_t with std::size_t 2015-08-06 14:31:40 +02:00
misc.cpp Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
misc.h Sorting saved games list (#380) 2014-11-11 12:08:19 +01:00
pathman.cpp Added #Include support in level files 2015-08-05 19:27:26 +02:00
pathman.h Added #Include support in level files 2015-08-05 19:27:26 +02:00
regex_utils.cpp Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
regex_utils.h More style fixes 2015-08-02 12:06:14 +02:00
restext.cpp Normalize static variables and functions 2015-08-06 10:12:20 +02:00
restext.h Fix two bugs uncovered by MSVC 2015-04-27 20:04:01 +02:00
settings.cpp Moved window position and font size storage from CRobotMain to CSettings 2015-08-04 13:09:34 +02:00
settings.h Moved window position and font size storage from CRobotMain to CSettings 2015-08-04 13:09:34 +02:00
singleton.h Rewrite unit tests to use HippoMocks 2015-05-13 00:52:18 +02:00
stringutils.cpp Indent style fix 2015-08-06 14:31:40 +02:00
stringutils.h Indent style fix 2015-08-06 14:31:40 +02:00

README.txt

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