aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 18:59:33 +1000
committerDavid Walter Seikel2014-04-21 18:59:33 +1000
commit6099a79ef6397ca80cc892fecbfe7faf5b49cb00 (patch)
treefcfa1ca724cf5e68deddc808ed965ac68c4c4071 /ClientHamr
parentConvert LuaSL to use LumbrJack. (diff)
downloadSledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.zip
SledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.tar.gz
SledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.tar.bz2
SledjHamr-6099a79ef6397ca80cc892fecbfe7faf5b49cb00.tar.xz
Move images to the base directory, and point all the special EFL directories to the base.
Diffstat (limited to 'ClientHamr')
-rwxr-xr-xClientHamr/extantz/build.lua4
-rw-r--r--ClientHamr/extantz/extantz.c4
-rw-r--r--ClientHamr/extantz/images/animated_logo.gifbin81411 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/bubble.pngbin4878 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/bubble_sh.pngbin1600 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/cube-blue.pngbin3734 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/cube-purple.pngbin5835 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/logo.pngbin81162 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/logo_small.pngbin5655 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/plant_01.jpgbin165867 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/pt.pngbin875 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/rock_01.jpgbin330094 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/rock_02.jpgbin285555 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/sky_01.jpgbin134813 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/sky_02.jpgbin31413 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/sky_03.jpgbin73364 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/sky_04.jpgbin25078 -> 0 bytes
-rw-r--r--ClientHamr/extantz/images/wood_01.jpgbin96136 -> 0 bytes
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
17LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' 17LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux'
18libs = libs .. ' -lIrrlicht -lGL -lbz2' 18libs = libs .. ' -lIrrlicht -lGL -lbz2'
19 19
20removeFiles(dir, {'extantz', 'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', 'extantz.edj'}) 20removeFiles(dir, {'extantz', 'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', '../../images/extantz.edj'})
21 21
22runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc extantz.edj') 22runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../images/extantz.edj')
23runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) 23runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS)
24runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS) 24runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS)
25runCommand('extantz', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c extantzCamera.cpp -o extantzCamera.o ' .. LDFLAGS) 25runCommand('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