colobot/src/common
Piotr Dziwinski 2fa4d7b0db Refactored resource and relief loading
- now loading can be from any image format
- added IntColor struct for precise pixel operations
2012-09-26 19:18:33 +02:00
..
test Image pixel read/write 2012-09-13 20:40:07 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
config.h.cmake GLEW 2012-07-28 23:36:12 +02:00
error_ids.h Locale settings and translation fixes 2012-09-13 23:28:06 +02:00
event.cpp Various fixes 2012-09-22 17:36:10 +02:00
event.h Event fixes & refactoring 2012-09-22 00:38:17 +02:00
event_ids.h Event fixes & refactoring 2012-09-22 00:38:17 +02:00
global.h Data dir paths 2012-09-22 14:40:13 +02:00
image.cpp Refactored resource and relief loading 2012-09-26 19:18:33 +02:00
image.h Refactored resource and relief loading 2012-09-26 19:18:33 +02:00
iman.cpp Refactoring in src/common 2012-09-09 17:51:10 +02:00
iman.h Refactoring in src/common 2012-09-09 17:51:10 +02:00
ioutils.h Refactoring in src/common 2012-09-09 17:51:10 +02:00
key.h Input bindings rewrite 2012-09-19 18:32:18 +02:00
logger.cpp Merge branch 'dev-graphics' into dev 2012-08-12 19:30:31 +02:00
logger.h Refactoring in src/common 2012-09-09 17:51:10 +02:00
misc.cpp Warnings cleaned, left only those connected to commented out code. 2012-09-18 22:33:28 +02:00
misc.h Warnings cleaned, left only those connected to commented out code. 2012-09-18 22:33:28 +02:00
profile.cpp * Fixed audio problems 2012-09-22 00:11:16 +02:00
profile.h Refactoring in src/common 2012-09-09 17:51:10 +02:00
restext.cpp robotmain, restext and engine fixes 2012-09-21 00:01:03 +02:00
restext.h Input bindings rewrite 2012-09-19 18:32:18 +02:00
restext_ids.h Refactoring in src/common 2012-09-09 17:51:10 +02:00
restext_strings.c Locale settings and translation fixes 2012-09-13 23:28:06 +02:00
singleton.h Refactoring in src/common 2012-09-09 17:51:10 +02:00
stringutils.cpp Font rendering 2012-08-06 20:20:50 +02:00
stringutils.h Refactoring in src/common 2012-09-09 17:51:10 +02:00

README.txt

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