colobot/src/common
krzys-h 9e7cc0bab5 Renamed original shadows to simple shadows 2015-07-20 18:51:01 +02:00
..
resources Add MakeUniqueArray for array types 2015-07-17 20:57:12 +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 Fixed huge lag on closing settings 2015-07-19 21:35:55 +02:00
config_file.h Fixed huge lag on closing settings 2015-07-19 21:35:55 +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 Extracted CSDLFileHandler from CResourceManager 2015-07-16 21:13:38 +02:00
image.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
ioutils.h Refactor model-related code 2015-07-09 21:37:04 +02:00
key.cpp Fixed remapping virtual keys, closes #415 2015-03-18 21:29:33 +01:00
key.h Added x6 speed option 2015-07-10 20:17:00 +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 Sorting saved games list (#380) 2014-11-11 12:08:19 +01:00
misc.h Sorting saved games list (#380) 2014-11-11 12:08:19 +01:00
pathman.cpp Finished support for up to 999 chapters and levels 2015-07-18 19:48:25 +02:00
pathman.h Fixed line endings in pathman.cpp 2015-07-16 22:15:22 +02:00
regex_utils.cpp Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
regex_utils.h Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
restext.cpp Renamed original shadows to simple shadows 2015-07-20 18:51:01 +02:00
restext.h Fix two bugs uncovered by MSVC 2015-04-27 20:04:01 +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 Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00

README.txt

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