diff options
Diffstat (limited to 'ClientHamr')
18 files changed, 4 insertions, 4 deletions
diff --git a/ClientHamr/extantz/build.lua b/ClientHamr/extantz/build.lua index 096c5ff..baddae6 100755 --- a/ClientHamr/extantz/build.lua +++ b/ClientHamr/extantz/build.lua | |||
@@ -17,9 +17,9 @@ CFLAGS = CFLAGS .. ' -I../../libraries/irrlicht-1.8.1/include -I/usr/X11R6/inc | |||
17 | LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' | 17 | LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' |
18 | libs = libs .. ' -lIrrlicht -lGL -lbz2' | 18 | libs = libs .. ' -lIrrlicht -lGL -lbz2' |
19 | 19 | ||
20 | removeFiles(dir, {'extantz', 'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', 'extantz.edj'}) | 20 | removeFiles(dir, {'extantz', 'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', '../../images/extantz.edj'}) |
21 | 21 | ||
22 | runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc extantz.edj') | 22 | runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../images/extantz.edj') |
23 | runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) | 23 | runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) |
24 | runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS) | 24 | runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS) |
25 | runCommand('extantz', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c extantzCamera.cpp -o extantzCamera.o ' .. LDFLAGS) | 25 | runCommand('extantz', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c extantzCamera.cpp -o extantzCamera.o ' .. LDFLAGS) |
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c index 7cdf799..cb8b323 100644 --- a/ClientHamr/extantz/extantz.c +++ b/ClientHamr/extantz/extantz.c | |||
@@ -1538,7 +1538,7 @@ EAPI_MAIN int elm_main(int argc, char **argv) | |||
1538 | ephysics_body_friction_set(boundary, 0); | 1538 | ephysics_body_friction_set(boundary, 0); |
1539 | 1539 | ||
1540 | box1 = elm_image_add(gld->win); | 1540 | box1 = elm_image_add(gld->win); |
1541 | elm_image_file_set(box1, PACKAGE_DATA_DIR "/" EPHYSICS_TEST_THEME ".edj", "blue-cube"); | 1541 | elm_image_file_set(box1, PACKAGE_DATA_DIR "/images/" EPHYSICS_TEST_THEME ".edj", "blue-cube"); |
1542 | evas_object_move(box1, gld->win_w / 2 - 80, gld->win_h - 200); | 1542 | evas_object_move(box1, gld->win_w / 2 - 80, gld->win_h - 200); |
1543 | evas_object_resize(box1, 70, 70); | 1543 | evas_object_resize(box1, 70, 70); |
1544 | evas_object_show(box1); | 1544 | evas_object_show(box1); |
@@ -1552,7 +1552,7 @@ EAPI_MAIN int elm_main(int argc, char **argv) | |||
1552 | ephysics_body_sleeping_threshold_set(box_body1, 0.1, 0.1); | 1552 | ephysics_body_sleeping_threshold_set(box_body1, 0.1, 0.1); |
1553 | 1553 | ||
1554 | box2 = elm_image_add(gld->win); | 1554 | box2 = elm_image_add(gld->win); |
1555 | elm_image_file_set(box2, PACKAGE_DATA_DIR "/" EPHYSICS_TEST_THEME ".edj", "purple-cube"); | 1555 | elm_image_file_set(box2, PACKAGE_DATA_DIR "/images/" EPHYSICS_TEST_THEME ".edj", "purple-cube"); |
1556 | evas_object_move(box2, gld->win_w / 2 + 10, gld->win_h - 200); | 1556 | evas_object_move(box2, gld->win_w / 2 + 10, gld->win_h - 200); |
1557 | evas_object_resize(box2, 70, 70); | 1557 | evas_object_resize(box2, 70, 70); |
1558 | evas_object_show(box2); | 1558 | evas_object_show(box2); |
diff --git a/ClientHamr/extantz/images/animated_logo.gif b/ClientHamr/extantz/images/animated_logo.gif deleted file mode 100644 index ef201af..0000000 --- a/ClientHamr/extantz/images/animated_logo.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/bubble.png b/ClientHamr/extantz/images/bubble.png deleted file mode 100644 index dfb71b7..0000000 --- a/ClientHamr/extantz/images/bubble.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/bubble_sh.png b/ClientHamr/extantz/images/bubble_sh.png deleted file mode 100644 index b66c1e6..0000000 --- a/ClientHamr/extantz/images/bubble_sh.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/cube-blue.png b/ClientHamr/extantz/images/cube-blue.png deleted file mode 100644 index e848d2b..0000000 --- a/ClientHamr/extantz/images/cube-blue.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/cube-purple.png b/ClientHamr/extantz/images/cube-purple.png deleted file mode 100644 index 096cdbb..0000000 --- a/ClientHamr/extantz/images/cube-purple.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/logo.png b/ClientHamr/extantz/images/logo.png deleted file mode 100644 index 7dbae67..0000000 --- a/ClientHamr/extantz/images/logo.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/logo_small.png b/ClientHamr/extantz/images/logo_small.png deleted file mode 100644 index c7dc665..0000000 --- a/ClientHamr/extantz/images/logo_small.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/plant_01.jpg b/ClientHamr/extantz/images/plant_01.jpg deleted file mode 100644 index f1714dd..0000000 --- a/ClientHamr/extantz/images/plant_01.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/pt.png b/ClientHamr/extantz/images/pt.png deleted file mode 100644 index 612d117..0000000 --- a/ClientHamr/extantz/images/pt.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/rock_01.jpg b/ClientHamr/extantz/images/rock_01.jpg deleted file mode 100644 index c50ccb3..0000000 --- a/ClientHamr/extantz/images/rock_01.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/rock_02.jpg b/ClientHamr/extantz/images/rock_02.jpg deleted file mode 100644 index 04aea8a..0000000 --- a/ClientHamr/extantz/images/rock_02.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/sky_01.jpg b/ClientHamr/extantz/images/sky_01.jpg deleted file mode 100644 index 22f3050..0000000 --- a/ClientHamr/extantz/images/sky_01.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/sky_02.jpg b/ClientHamr/extantz/images/sky_02.jpg deleted file mode 100644 index d0d7448..0000000 --- a/ClientHamr/extantz/images/sky_02.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/sky_03.jpg b/ClientHamr/extantz/images/sky_03.jpg deleted file mode 100644 index cbad02a..0000000 --- a/ClientHamr/extantz/images/sky_03.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/sky_04.jpg b/ClientHamr/extantz/images/sky_04.jpg deleted file mode 100644 index c5cbc18..0000000 --- a/ClientHamr/extantz/images/sky_04.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/ClientHamr/extantz/images/wood_01.jpg b/ClientHamr/extantz/images/wood_01.jpg deleted file mode 100644 index 89f1006..0000000 --- a/ClientHamr/extantz/images/wood_01.jpg +++ /dev/null | |||
Binary files differ | |||