colobot/src/common
Piotr Dziwinski efedb44cce Add proper initializations and remove manual memory management in remaining classes
Except CBot-related stuff of course
2015-08-14 23:44:00 +02:00
..
resources Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
thread Further fixes for GCC 4.7 build 2015-08-14 19:34:17 +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 Add proper initializers and remove manual memory management from common classes 2015-08-10 22:33:22 +02:00
config_file.h Include refactoring 2015-08-02 17:49:07 +02:00
event.cpp Better shadow type selection UI 2015-08-14 13:37:27 +02:00
event.h Better shadow type selection UI 2015-08-14 13:37:27 +02:00
global.h Moved common interface implementations to separate classes 2015-08-12 16:54:44 +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 Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +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 Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +02:00
pathman.h Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +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 Better shadow type selection UI 2015-08-14 13:37:27 +02:00
restext.h More details on terrain loading 2015-08-07 23:40:38 +02:00
settings.cpp Better shadow type selection UI 2015-08-14 13:37:27 +02:00
settings.h Removed a lot of useless settings (#556) 2015-08-14 13:04:05 +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
 */