platform/upstream/efl.git
12 years agomake multisense off by default as it's not ready yet.
Carsten Haitzler [Wed, 18 Jul 2012 08:33:41 +0000 (08:33 +0000)]
make multisense off by default as it's not ready yet.

SVN revision: 74050

12 years agofix box size hint handling.
Carsten Haitzler [Wed, 18 Jul 2012 06:57:10 +0000 (06:57 +0000)]
fix box size hint handling.

SVN revision: 74039

12 years agoEina: eina_list_remove doc improvements
Jonas M. Gastal [Tue, 17 Jul 2012 21:09:55 +0000 (21:09 +0000)]
Eina: eina_list_remove doc improvements

This patch fixes a small typo and changes the return docs case
data is not found.

Author: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 74026

12 years agoIterator and Accessor doc improvements.
Jonas M. Gastal [Tue, 17 Jul 2012 17:51:10 +0000 (17:51 +0000)]
Iterator and Accessor doc improvements.

SVN revision: 74004

12 years agoevas/cserve2: Don't mark as unloaded if we are not
Rafael Antognolli [Tue, 17 Jul 2012 15:15:01 +0000 (15:15 +0000)]
evas/cserve2: Don't mark as unloaded if we are not
 unloading the image.

SVN revision: 74000

12 years agoevas/cserve2: Set image->flags.loaded on loaded_handle.
Rafael Antognolli [Tue, 17 Jul 2012 15:14:54 +0000 (15:14 +0000)]
evas/cserve2: Set image->flags.loaded on loaded_handle.
The flag and pixel data will be set on this callback, avoiding new
image_load_data() to create a new request or wait for the LOADED
message.

SVN revision: 73999

12 years agoevas/cserve2: Don't set image loaded if we didn't get
Rafael Antognolli [Tue, 17 Jul 2012 15:14:01 +0000 (15:14 +0000)]
evas/cserve2: Don't set image loaded if we didn't get
 pixel data yet.

SVN revision: 73998

12 years ago[evas] Interfaces improvement.
Gustavo Lima Chaves [Tue, 17 Jul 2012 14:50:25 +0000 (14:50 +0000)]
[evas] Interfaces improvement.

iface add() before smart add() is better.

SVN revision: 73991

12 years agoSet load options in the SETOPTS message
Iván Briano [Tue, 17 Jul 2012 14:24:08 +0000 (14:24 +0000)]
Set load options in the SETOPTS message

SVN revision: 73990

12 years agoAvoid calling the requets callbacks if the entry was
Iván Briano [Tue, 17 Jul 2012 14:23:54 +0000 (14:23 +0000)]
Avoid calling the requets callbacks if the entry was
 freed

SVN revision: 73989

12 years agoWhen changing request type, it helps to let the request
Iván Briano [Tue, 17 Jul 2012 14:23:43 +0000 (14:23 +0000)]
When changing request type, it helps to let the request
 know what its new type is

SVN revision: 73988

12 years agoNo need for a separate Slave_Request pointer with font
Iván Briano [Tue, 17 Jul 2012 14:23:36 +0000 (14:23 +0000)]
No need for a separate Slave_Request pointer with font
 entries

SVN revision: 73987

12 years agoAdd Speculative Load type to requests and a way to
Iván Briano [Tue, 17 Jul 2012 14:23:26 +0000 (14:23 +0000)]
Add Speculative Load type to requests and a way to
 change requests from one type to another

SVN revision: 73986

12 years agoRename Font_Request so I stop being stupidly confused
Iván Briano [Tue, 17 Jul 2012 14:23:19 +0000 (14:23 +0000)]
Rename Font_Request so I stop being stupidly confused
 by it.

SVN revision: 73985

12 years agoMove image opening/loading to the new requests system
Iván Briano [Tue, 17 Jul 2012 14:23:09 +0000 (14:23 +0000)]
Move image opening/loading to the new requests system
A lot going on here:
 - Request callbacks were adapted to fit the new scheme
 - The old requests systems in the cache was wiped out
 - Old slave handling in evas_cserve2_main.c is dead too
 - PRELOAD commands are responded with LOADED now

SVN revision: 73984

12 years agoAllow creating requets without a client waiting on it
Iván Briano [Tue, 17 Jul 2012 14:22:57 +0000 (14:22 +0000)]
Allow creating requets without a client waiting on it

SVN revision: 73983

12 years agoCancel dependents only when the request itself is
Iván Briano [Tue, 17 Jul 2012 14:22:52 +0000 (14:22 +0000)]
Cancel dependents only when the request itself is
 cancelled

SVN revision: 73982

12 years agoCall the requests callbacks only once per request
Iván Briano [Tue, 17 Jul 2012 14:22:42 +0000 (14:22 +0000)]
Call the requests callbacks only once per request
Message creation was like that already, but now we call the response or
error callback for the request only once. The cache does what it needs
there and returns, in the case of a successful response, the message
that will be sent to the client.

SVN revision: 73981

12 years agoevas: fix evas map life cycle.
Cedric BAIL [Tue, 17 Jul 2012 09:09:45 +0000 (09:09 +0000)]
evas: fix evas map life cycle.

SVN revision: 73963

12 years agomodify changelog
Jiyoun Park [Tue, 17 Jul 2012 06:25:43 +0000 (06:25 +0000)]
modify changelog

SVN revision: 73945

12 years agoevas: fix garbage with left over mapped smart object.
Cedric BAIL [Tue, 17 Jul 2012 03:35:53 +0000 (03:35 +0000)]
evas: fix garbage with left over mapped smart object.

This fix the bug reported by Bruno Dilly.

SVN revision: 73944

12 years agoevas/render - ++ChangeLog
ChunEon Park [Mon, 16 Jul 2012 11:34:52 +0000 (11:34 +0000)]
evas/render - ++ChangeLog

SVN revision: 73931

12 years agoevas/render - fixed to do pre render for the children of mapped object.
ChunEon Park [Mon, 16 Jul 2012 11:33:12 +0000 (11:33 +0000)]
evas/render - fixed to do pre render for the children of mapped object.

Now textblock can calc it's texts geom correctly when it is a child of the mapped obj.

SVN revision: 73930

12 years agoevas/render - removed duplicated recalc.
ChunEon Park [Mon, 16 Jul 2012 11:19:08 +0000 (11:19 +0000)]
evas/render - removed duplicated recalc.

SVN revision: 73927

12 years agofix e17->elm cnp.
Carsten Haitzler [Mon, 16 Jul 2012 11:01:44 +0000 (11:01 +0000)]
fix e17->elm cnp.

SVN revision: 73924

12 years agoeet: fix possible wrong size decoding for simple type.
Cedric BAIL [Mon, 16 Jul 2012 10:58:30 +0000 (10:58 +0000)]
eet: fix possible wrong size decoding for simple type.

SVN revision: 73923

12 years agoeet: detect overrun and underrun before everything goes wrong.
Cedric BAIL [Mon, 16 Jul 2012 10:38:37 +0000 (10:38 +0000)]
eet: detect overrun and underrun before everything goes wrong.

SVN revision: 73919

12 years agofix really really hard-to-trigger magic failure in ecore-con
Mike Blumenkrantz [Mon, 16 Jul 2012 10:30:31 +0000 (10:30 +0000)]
fix really really hard-to-trigger magic failure in ecore-con

SVN revision: 73918

12 years agofix minor version defines to be at 1.6 (in sync now) ready for going
Carsten Haitzler [Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)]
fix minor version defines to be at 1.6 (in sync now) ready for going
to 7 on release.

SVN revision: 73906

12 years agoevas/render - removed uselss compare and fix indent
ChunEon Park [Mon, 16 Jul 2012 03:12:39 +0000 (03:12 +0000)]
evas/render - removed uselss compare and fix indent

SVN revision: 73903

12 years agoEcore_IMF.h: remove trailing whitespace
Jihoon Kim [Mon, 16 Jul 2012 02:10:33 +0000 (02:10 +0000)]
Ecore_IMF.h: remove trailing whitespace

SVN revision: 73902

12 years agoscim_immodule: fix build warnings
Jihoon Kim [Mon, 16 Jul 2012 01:01:16 +0000 (01:01 +0000)]
scim_immodule: fix build warnings

SVN revision: 73901

12 years agoemotion: remove unused variable
Jihoon Kim [Sun, 15 Jul 2012 23:59:52 +0000 (23:59 +0000)]
emotion: remove unused variable

SVN revision: 73898

12 years agoEo: Minor fixes to copy_all and clean.
Tom Hacohen [Sun, 15 Jul 2012 12:27:56 +0000 (12:27 +0000)]
Eo: Minor fixes to copy_all and clean.

SVN revision: 73876

12 years agoEo: Fixed test case.
Tom Hacohen [Sun, 15 Jul 2012 07:56:02 +0000 (07:56 +0000)]
Eo: Fixed test case.

SVN revision: 73867

12 years agoevas: cleanup autotools a bit
Vincent Torri [Sat, 14 Jul 2012 09:28:01 +0000 (09:28 +0000)]
evas: cleanup autotools a bit

SVN revision: 73843

12 years agoedje: Fix multisense shutdown and shut up ecore thread shutdown.
Jerome Pinot [Sat, 14 Jul 2012 06:58:42 +0000 (06:58 +0000)]
edje: Fix multisense shutdown and shut up ecore thread shutdown.
Patch from cedric during the korean e17 meeting. Thanks!

SVN revision: 73841

12 years agoSmall improvement to eina_hash_free_cb_set documentation.
Jonas M. Gastal [Fri, 13 Jul 2012 17:27:24 +0000 (17:27 +0000)]
Small improvement to eina_hash_free_cb_set documentation.

SVN revision: 73822

12 years agoedje: stop compilation when clipping to a non RECT part.
Cedric BAIL [Fri, 13 Jul 2012 09:15:17 +0000 (09:15 +0000)]
edje: stop compilation when clipping to a non RECT part.

SVN revision: 73801

12 years agoedje: fix a small memory leak during compilation.
Cedric BAIL [Fri, 13 Jul 2012 08:33:26 +0000 (08:33 +0000)]
edje: fix a small memory leak during compilation.

NOTE: use stringshare all over the place !

SVN revision: 73796

12 years agofix ecore extn not call pre/post render function.
Jiyoun Park [Fri, 13 Jul 2012 06:16:55 +0000 (06:16 +0000)]
fix ecore extn not call pre/post render function.

SVN revision: 73786

12 years agoadd docs -> rect parts only for clip_to
Carsten Haitzler [Fri, 13 Jul 2012 02:53:30 +0000 (02:53 +0000)]
add docs -> rect parts only for clip_to

SVN revision: 73785

12 years agoedje: warn at compile time about forgotten image.
Cedric BAIL [Fri, 13 Jul 2012 02:50:58 +0000 (02:50 +0000)]
edje: warn at compile time about forgotten image.

NOTE: You need to enable at least Eina_Log warning level
to see them.

SVN revision: 73784

12 years agoecore/doc: Better description for ecore_evas_avoid_damage_set().
Rafael Antognolli [Thu, 12 Jul 2012 14:55:09 +0000 (14:55 +0000)]
ecore/doc: Better description for ecore_evas_avoid_damage_set().

SVN revision: 73619

12 years agoEo: Oops, commit missing files.
Tom Hacohen [Thu, 12 Jul 2012 12:31:13 +0000 (12:31 +0000)]
Eo: Oops, commit missing files.

SVN revision: 73617

12 years agoEo: Allow interfaces to have class constructors/destructors.
Tom Hacohen [Thu, 12 Jul 2012 08:43:59 +0000 (08:43 +0000)]
Eo: Allow interfaces to have class constructors/destructors.

SVN revision: 73606

12 years agoEdje text_class: Unified the _object_text_class_set code a bit more.
Tom Hacohen [Thu, 12 Jul 2012 08:10:29 +0000 (08:10 +0000)]
Edje text_class: Unified the _object_text_class_set code a bit more.

There were two code paths, with one missing a couple of calls. Now there's
less code duplication and less bugs.

SVN revision: 73604

12 years agoEdje text_classes: Fixed usage of stringshare_replace.
Tom Hacohen [Thu, 12 Jul 2012 08:10:24 +0000 (08:10 +0000)]
Edje text_classes: Fixed usage of stringshare_replace.

SVN revision: 73603

12 years agoEdje text classes: Fixed issues with textblock and some inconsistency.
Tom Hacohen [Thu, 12 Jul 2012 07:08:05 +0000 (07:08 +0000)]
Edje text classes: Fixed issues with textblock and some inconsistency.

SVN revision: 73601

12 years agoEdje textblock: Fixed bug with applying text class size.
Tom Hacohen [Thu, 12 Jul 2012 07:08:00 +0000 (07:08 +0000)]
Edje textblock: Fixed bug with applying text class size.

Happens when text size is updated, but font is not.

SVN revision: 73600

12 years agoEvas font: Fixed runtime emboldenment of bitmap fonts.
Tom Hacohen [Wed, 11 Jul 2012 14:05:36 +0000 (14:05 +0000)]
Evas font: Fixed runtime emboldenment of bitmap fonts.

SVN revision: 73578

12 years agoedje: cleanup and make limit per description work.
Cedric BAIL [Wed, 11 Jul 2012 10:50:30 +0000 (10:50 +0000)]
edje: cleanup and make limit per description work.

SVN revision: 73562

12 years agoedje: little bug fixes when rp could have been already destroyed.
Cedric BAIL [Wed, 11 Jul 2012 09:26:37 +0000 (09:26 +0000)]
edje: little bug fixes when rp could have been already destroyed.

SVN revision: 73556

12 years agoprint correct socket file for eeze_scanner when file already exists
Mike Blumenkrantz [Wed, 11 Jul 2012 08:42:04 +0000 (08:42 +0000)]
print correct socket file for eeze_scanner when file already exists

SVN revision: 73553

12 years agoedje edje_cc_handlers.c: More documentation on image fill. Patch by
Daniel Juyung Seo [Wed, 11 Jul 2012 03:03:23 +0000 (03:03 +0000)]
edje edje_cc_handlers.c: More documentation on image fill. Patch by
Anisse Astier <anisse@astier.eu>

SVN revision: 73548

12 years agoethumb: Fix .so version.
Rafael Antognolli [Tue, 10 Jul 2012 21:18:18 +0000 (21:18 +0000)]
ethumb: Fix .so version.

 - change l_rev and lt_cur to follow Evas scheme;
 - remove old code that was setting version_info again (to a wrong value).

SVN revision: 73539

12 years agoAdd comment
Vincent Torri [Tue, 10 Jul 2012 16:33:06 +0000 (16:33 +0000)]
Add comment

SVN revision: 73538

12 years agoEcore_Evas: dpi_get() for Windows (XP and CE)
Vincent Torri [Tue, 10 Jul 2012 16:13:26 +0000 (16:13 +0000)]
Ecore_Evas: dpi_get() for Windows (XP and CE)

SVN revision: 73537

12 years agoecore/ecore_input - Conceptually, PASS_ON is right.
ChunEon Park [Tue, 10 Jul 2012 14:26:16 +0000 (14:26 +0000)]
ecore/ecore_input - Conceptually, PASS_ON is right.

SVN revision: 73535

12 years agoEo: Properly handle tests and their deps in the build system.
Tom Hacohen [Tue, 10 Jul 2012 14:02:08 +0000 (14:02 +0000)]
Eo: Properly handle tests and their deps in the build system.

SVN revision: 73533

12 years agoEo: Avoid unneeded copies with kls-itr.
Tom Hacohen [Tue, 10 Jul 2012 14:02:03 +0000 (14:02 +0000)]
Eo: Avoid unneeded copies with kls-itr.

SVN revision: 73532

12 years agoEo: eo_do is much faster now.
Tom Hacohen [Tue, 10 Jul 2012 14:02:00 +0000 (14:02 +0000)]
Eo: eo_do is much faster now.

I simplified the kls-itr code so there'll be less overhead when doing eo_do.

SVN revision: 73531

12 years agoEo: Slight kls-itr cleanups.
Tom Hacohen [Tue, 10 Jul 2012 14:01:57 +0000 (14:01 +0000)]
Eo: Slight kls-itr cleanups.

SVN revision: 73530

12 years agoEo: Cosmetic changes.
Tom Hacohen [Tue, 10 Jul 2012 14:01:54 +0000 (14:01 +0000)]
Eo: Cosmetic changes.

SVN revision: 73529

12 years agoEo: Changed the way we construct op ids.
Tom Hacohen [Tue, 10 Jul 2012 14:01:45 +0000 (14:01 +0000)]
Eo: Changed the way we construct op ids.

This simplifies the code, and improves the overall speed and memory
consumption.
Be advised that this breaks ABI, recompile your stuff.

SVN revision: 73528

12 years agoedje: correct more typos in edc doc
Jerome Pinot [Tue, 10 Jul 2012 12:28:43 +0000 (12:28 +0000)]
edje: correct more typos in edc doc

SVN revision: 73525

12 years agoedje: doc typo
Jerome Pinot [Tue, 10 Jul 2012 11:51:54 +0000 (11:51 +0000)]
edje: doc typo

val 2 and val 2 were on a boat, val 2 jumps out. Where is val 1?

SVN revision: 73523

12 years agoeeze watches now detect loopback devices slightly more correctly
Mike Blumenkrantz [Tue, 10 Jul 2012 10:42:33 +0000 (10:42 +0000)]
eeze watches now detect loopback devices slightly more correctly

SVN revision: 73520

12 years agoeeze_scanner now prints debug info when CHANGE events occur
Mike Blumenkrantz [Tue, 10 Jul 2012 10:40:59 +0000 (10:40 +0000)]
eeze_scanner now prints debug info when CHANGE events occur

SVN revision: 73519

12 years agoevas/text - Let Draw Text with it's viewport size instead of window size.
ChunEon Park [Tue, 10 Jul 2012 05:56:13 +0000 (05:56 +0000)]
evas/text - Let Draw Text with it's viewport size instead of window size.
When map is enabled then text should be rendered completely for it's surface.

SVN revision: 73514

12 years agoadd note
Vincent Torri [Tue, 10 Jul 2012 05:18:00 +0000 (05:18 +0000)]
add note

SVN revision: 73512

12 years agouse extra fcntl() instead of accept4 for portability.
Carsten Haitzler [Tue, 10 Jul 2012 02:35:00 +0000 (02:35 +0000)]
use extra fcntl() instead of accept4 for portability.

SVN revision: 73509

12 years agoedje: a little more doc for image set.
Cedric BAIL [Mon, 9 Jul 2012 10:26:56 +0000 (10:26 +0000)]
edje: a little more doc for image set.

SVN revision: 73499

12 years agoupdate all versions in @sincs, README's and configure.ac's etc. to
Carsten Haitzler [Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)]
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.

SVN revision: 73498

12 years agoupdate efreet po's
Carsten Haitzler [Mon, 9 Jul 2012 10:19:04 +0000 (10:19 +0000)]
update efreet po's

SVN revision: 73497

12 years agoupdate po's for ecore.
Carsten Haitzler [Mon, 9 Jul 2012 10:13:28 +0000 (10:13 +0000)]
update po's for ecore.

SVN revision: 73495

12 years agoEo: added a version field to the class description.
Tom Hacohen [Mon, 9 Jul 2012 09:09:46 +0000 (09:09 +0000)]
Eo: added a version field to the class description.

SVN revision: 73494

12 years agoEvil: bump to 1.6.99
Vincent Torri [Mon, 9 Jul 2012 09:00:58 +0000 (09:00 +0000)]
Evil: bump to 1.6.99

SVN revision: 73492

12 years agoedje edje_cc_handlers.c: More description. Patch by Anisse Astier
Daniel Juyung Seo [Sun, 8 Jul 2012 23:42:19 +0000 (23:42 +0000)]
edje edje_cc_handlers.c: More description. Patch by Anisse Astier
<anisse@astier.eu>

On Mon, Jul 9, 2012 at 7:09 AM, Anisse Astier <anisse@astier.eu> wrote:
> Trying to make the description more explicit

SVN revision: 73478

12 years agoedje: bad typo in example code
Jerome Pinot [Sun, 8 Jul 2012 06:45:00 +0000 (06:45 +0000)]
edje: bad typo in example code

SVN revision: 73458

12 years agono need for that ERR msg. :)
Carsten Haitzler [Sat, 7 Jul 2012 09:34:52 +0000 (09:34 +0000)]
no need for that ERR msg. :)

SVN revision: 73449

12 years agoprintf--
Carsten Haitzler [Sat, 7 Jul 2012 08:25:09 +0000 (08:25 +0000)]
printf--

SVN revision: 73447

12 years agoecore/ecore_x - just added a comment
ChunEon Park [Sat, 7 Jul 2012 06:29:29 +0000 (06:29 +0000)]
ecore/ecore_x - just added a comment

SVN revision: 73445

12 years agoprintf--
Carsten Haitzler [Sat, 7 Jul 2012 03:41:38 +0000 (03:41 +0000)]
printf--

SVN revision: 73437

12 years agoedje_cc -> nothreads means we should avoid evas preload too.. grrr.
Carsten Haitzler [Sat, 7 Jul 2012 03:25:31 +0000 (03:25 +0000)]
edje_cc -> nothreads means we should avoid evas preload too.. grrr.

SVN revision: 73436

12 years agothats it. threads off in edje_cc by default. we need to focus on
Carsten Haitzler [Sat, 7 Jul 2012 02:12:22 +0000 (02:12 +0000)]
thats it. threads off in edje_cc by default. we need to focus on
stability now.

SVN revision: 73432

12 years agowarn--
Carsten Haitzler [Sat, 7 Jul 2012 01:05:50 +0000 (01:05 +0000)]
warn--

SVN revision: 73429

12 years agoedje: Unb0rk Embryo set_state()
Leandro Pereira [Fri, 6 Jul 2012 19:38:35 +0000 (19:38 +0000)]
edje: Unb0rk Embryo set_state()

De Morgan is your friend.

SVN revision: 73426

12 years agoedje: Make state index optional
Leandro Pereira [Fri, 6 Jul 2012 18:34:50 +0000 (18:34 +0000)]
edje: Make state index optional

This shouldn't break stuff, just make things easier.  Think of all that lost
time " 0.0".  Not anymore.  Not even in Embryo scripts.  Indexes should only
be provided when you need them (which is quite rare).

Note that if you use ``set_state("new state")'' in your Embryo scripts, the
produced .edj files will be incompatible with older versions of Edje.  This
backwards incompatibility only applies to Embryo scripts; edje_cc will
generate a ``0.0'' value if the index is omitted from state declarations and
programs.

Sachiel said this patch was OK; our benevolent release manager acked as
well. Blame them if this breaks stuff.

SVN revision: 73424

12 years agoevas/cserve2: There's no need to disable this anymore.
Rafael Antognolli [Fri, 6 Jul 2012 16:58:56 +0000 (16:58 +0000)]
evas/cserve2: There's no need to disable this anymore.
We don't use this cache with cserve2, so it makes no sense to keep async
preload disabled. When not using the cserve2, even if built with that
option, it will support preload with no side effects.

SVN revision: 73422

12 years agoevas: update map when they are not defined yet.
Cedric BAIL [Fri, 6 Jul 2012 14:56:42 +0000 (14:56 +0000)]
evas: update map when they are not defined yet.

SVN revision: 73420

12 years agoEPhysics: fix missing const on some getters
Bruno Dilly [Fri, 6 Jul 2012 14:36:40 +0000 (14:36 +0000)]
EPhysics: fix missing const on some getters

spotted by k-s

SVN revision: 73419

12 years agoevas: catch bad map early on.
Cedric BAIL [Fri, 6 Jul 2012 14:03:38 +0000 (14:03 +0000)]
evas: catch bad map early on.

SVN revision: 73416

12 years agofix binary search for "bitmap font drawing chars" to actually work all
Carsten Haitzler [Fri, 6 Jul 2012 09:53:58 +0000 (09:53 +0000)]
fix binary search for "bitmap font drawing chars" to actually work all
the time! :) (this went in since last release so no chlog)

SVN revision: 73405

12 years agoevas, ecore: fix crash when sdl doesn't init properly.
Cedric BAIL [Fri, 6 Jul 2012 08:16:03 +0000 (08:16 +0000)]
evas, ecore: fix crash when sdl doesn't init properly.

SVN revision: 73400

12 years agoEPhysics: add missing damping getter
Bruno Dilly [Thu, 5 Jul 2012 22:53:56 +0000 (22:53 +0000)]
EPhysics: add missing damping getter

SVN revision: 73386

12 years agoEPhysics: add no gravity test
Bruno Dilly [Thu, 5 Jul 2012 22:53:40 +0000 (22:53 +0000)]
EPhysics: add no gravity test

This test covers linear and angular velocity setters, stop,
gravity set, and damping.

SVN revision: 73385

12 years agoEPhysics: properly initializes library
Bruno Dilly [Thu, 5 Jul 2012 22:53:28 +0000 (22:53 +0000)]
EPhysics: properly initializes library

It wasn't initializing required libs.

SVN revision: 73384

12 years agoEPhysics: worlds solver mode
Leandro Dorileo [Thu, 5 Jul 2012 22:53:14 +0000 (22:53 +0000)]
EPhysics: worlds solver mode

Add a function to enable/disable the world constraint solver mode.
Also add wrappers for bullets solver modes enumerations, and a function
to query the current status.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73383

12 years agoEPhysics: body damping set
Leandro Dorileo [Thu, 5 Jul 2012 22:52:53 +0000 (22:52 +0000)]
EPhysics: body damping set

This patch introduces a function for rigid body damping.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 73382