colobot/src/ui
Piotr Dziwinski 9a7c1961a4 GetPostion(), GetRotation() and GetScale() in CObject interface
Also replace old calls like GetPosition(0) to GetPosition()
2015-07-12 11:05:50 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
button.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
button.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
check.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
check.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
color.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
color.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
compass.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
compass.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
control.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
control.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
displayinfo.cpp Rename objman.h/cpp -> object_manger.h/cpp 2015-06-20 20:02:40 +02:00
displayinfo.h Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
displaytext.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
displaytext.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
edit.cpp Sound enum refactoring 2015-07-09 21:32:25 +02:00
edit.h Don't crash when there are too many images in SatCom 2015-03-18 21:39:35 +01:00
editvalue.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
editvalue.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
gauge.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
gauge.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
group.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
group.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02: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
interface.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
interface.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 Refactoring of input and input bindings, CInput class 2014-12-11 19:14:33 +01:00
label.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
label.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
list.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
list.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
maindialog.cpp Added aspect ratio in resolution list (#501) 2015-07-11 23:53:25 +02:00
maindialog.h Implemented %cat% 2015-03-22 13:51:14 +01:00
mainmap.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
mainmap.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
mainshort.cpp Basic support for teams and code battle missions 2015-06-26 22:07:55 +02:00
mainshort.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
map.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
map.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
scroll.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
scroll.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
shortcut.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
shortcut.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
slider.cpp Implemented autosave (#292) 2014-11-11 14:50:44 +01:00
slider.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
studio.cpp Sound enum refactoring 2015-07-09 21:32:25 +02:00
studio.h Made programs from SatCom read-only; added program cloning 2015-04-06 16:07:49 +02:00
target.cpp CTransportableObject interface 2015-07-10 19:51:49 +02:00
target.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
window.cpp Loading texturesfrom objects/ subdirectory 2014-11-11 15:52:08 +01:00
window.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00

README.txt

/**
 * \dir src/ui
 * \brief 2D user interface controls
 */