colobot/src/common
Piotr Dziwinski 513a1129fa Add proper initializers and remove manual memory management from common classes 2015-08-10 22:33:22 +02:00
..
resources Add proper initializers and remove manual memory management from common classes 2015-08-10 22:33:22 +02:00
thread Add proper initializers and remove manual memory management from common classes 2015-08-10 22:33:22 +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 Implemented loading progress bar 2015-08-07 20:48:55 +02:00
event.h Implemented loading progress bar 2015-08-07 20:48:55 +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 Add proper initializers and remove manual memory management from common classes 2015-08-10 22:33:22 +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 Add proper initializations and remove manual memory management in app classes 2015-08-07 10:16:46 +02:00
pathman.h Implemented loading progress bar 2015-08-07 20:48:55 +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 More details on terrain loading 2015-08-07 23:40:38 +02:00
restext.h More details on terrain loading 2015-08-07 23:40:38 +02:00
settings.cpp Removed unused LOD level setting 2015-08-06 18:35:56 +02:00
settings.h Reimplemented hiding mouse during loading 2015-08-06 18:28:28 +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
 */