colobot/src/common
krzys-h a3ae7802a2 New scripts interface, removed script limit
This is a big change in game structure and requires more testing!
2015-03-29 14:21:02 +02:00
..
resources New scripts interface, removed script limit 2015-03-29 14:21:02 +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 New scripts interface, removed script limit 2015-03-29 14:21:02 +02:00
event.h New scripts interface, removed script limit 2015-03-29 14:21:02 +02:00
global.h Refactoring of input and input bindings, CInput class 2014-12-11 19:14:33 +01:00
image.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
image.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
iman.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
iman.h Moved all CObject management from CInstanceManager to CObjectManager 2014-12-21 19:04:31 +01:00
ioutils.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
key.cpp Fixed remapping virtual keys, closes #415 2015-03-18 21:29:33 +01:00
key.h Fixed remapping virtual keys, closes #415 2015-03-18 21:29:33 +01:00
logger.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
logger.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +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 Implemented %cat% 2015-03-22 13:51:14 +01:00
pathman.h CPathManager 2015-03-08 15:22:21 +01: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
restext.cpp New scripts interface, removed script limit 2015-03-29 14:21:02 +02:00
restext.h Show game version in logs, closes #413 2014-12-11 19:59:24 +01:00
singleton.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26: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
 */