colobot/src/common
krzys-h ea9361fbb4 LevelCategory enum 2015-07-18 19:45:40 +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
event.cpp Addressed commit comments on a0e0ee3631 2015-07-16 20:09:06 +02:00
event.h Separate shortcut bars for teams 2015-07-16 13:46:40 +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 LevelCategory enum 2015-07-18 19:45:40 +02:00
pathman.h Fixed line endings in pathman.cpp 2015-07-16 22:15:22 +02:00
profile.cpp Support for %lvl% in TerrainInitTextures + cleanup 2014-10-27 21:15:14 +01:00
profile.h Support for %lvl% in TerrainInitTextures + cleanup 2014-10-27 21:15:14 +01: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 Separate shortcut bars for teams 2015-07-16 13:46:40 +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
 */