Various fixes for Android
authorJerome St-Louis <jerome@ecere.com>
Tue, 15 Jul 2014 08:02:43 +0000 (04:02 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 15 Jul 2014 08:02:43 +0000 (04:02 -0400)
commit3a38082dbe87dc3b0d9d2e2cb7e41acbb2f39fe4
tree39c3c949ecb2eeceda726bb741e4b1292ad87722
parent64cbd34caf9e99cdf06e6997699d9355b0a3d44e
Various fixes for Android
- ecere/Service: Fixed warning on redefining __statement macro
- Object3DSFormat: Fixed broken 3DS, using 16 bit indices for 3DS
- crossplatform.mk: Added cpv command to avoid clueless fatal errors when copying non-existing files
- ide: Fixed Debug menu items not re-enabling after switching configuration
- samples: Updated and fixed configs full of bugs for Android
12 files changed:
crossplatform.mk
ecere/src/gfx/3D/models/Object3DSFormat.ec
ecere/src/net/Service.ec
ide/src/project/Workspace.ec
samples/3D/Test3D/Test3D.epj
samples/android/helloAndroid.epj
samples/games/chess/android/AndroidManifest.xml [new file with mode: 0644]
samples/games/chess/android/res/drawable-xhdpi/icon.png [new file with mode: 0644]
samples/games/chess/android/res/drawable/icon.png [new file with mode: 0644]
samples/games/chess/android/res/values/strings.xml [new file with mode: 0644]
samples/games/chess/chess.epj
samples/games/cornerBlocks/cornerBlocks.epj