colobot/src/common
krzys-h 4b271cee2d Moved settings out of CMainDialog into a separate class
Also fixed some problems with resolution list selection after starting game
2015-08-04 12:46:54 +02:00
..
resources Include refactoring 2015-08-02 17:49:07 +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 Added shadow mapping to settings screen 2015-07-20 18:42:09 +02:00
event.h Added shadow mapping to settings screen 2015-07-20 18:42:09 +02:00
global.h Disallow controlling enemy objects from CBot 2015-07-13 18:53:56 +02:00
image.cpp Include refactoring 2015-08-02 17:49:07 +02:00
image.h Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
ioutils.h More style fixes 2015-08-02 12:06:14 +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 Add MakeUniqueArray for array types 2015-07-17 20:57:12 +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 Include refactoring 2015-08-02 17:49:07 +02:00
pathman.h Some style and whitespace fixes 2015-08-02 11:36:36 +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 Include refactoring 2015-08-02 17:49:07 +02:00
restext.h Fix two bugs uncovered by MSVC 2015-04-27 20:04:01 +02:00
settings.cpp Moved settings out of CMainDialog into a separate class 2015-08-04 12:46:54 +02:00
settings.h Moved settings out of CMainDialog into a separate class 2015-08-04 12:46:54 +02:00
singleton.h Rewrite unit tests to use HippoMocks 2015-05-13 00:52:18 +02:00
stringutils.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
stringutils.h More style fixes 2015-08-02 12:06:14 +02:00

README.txt

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