Leandro Dorileo
31069a97ce
EPhysics: sandbox reduce time resolution
...
Reduce simulation time resolution to avoid soft body penetration.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79058
11 years ago
Leandro Dorileo
d0f93b0aaa
EPhysics: do not wait to disassociate a boundary
...
If a user has asked for a boundary deletion do not wait until body_del
callback to clean it up to avoid returning a body marked for deletion
case the user decided to add it again.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79057
11 years ago
Leandro Dorileo
be9c5adb45
EPhysics: fix soft body geometry set
...
Issue found on ephysics_sandbox. The scale was been applied considering
the rigid body behaviour. This patch applies a reverse scale then scale
again.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79056
11 years ago
Leandro Dorileo
8fa96610bb
EPhysics: get rid of soft_data
...
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79055
11 years ago
Bruno Dilly
620a0a1ac7
ephysics: toggle theme
...
SVN revision: 79054
11 years ago
Bruno Dilly
b25a7d2816
ephysics: small fixes on grab test
...
Remove unneeded field of drag structure and vars, rename vars,
add checks, fix indenting.
SVN revision: 79053
11 years ago
Bruno Dilly
6b66a1854a
ephysics: todo--
...
SVN revision: 79052
11 years ago
Bruno Dilly
554a41089e
ephysics: add toggle on tests with light
...
So users can see impacts caused by using light.
SVN revision: 79051
11 years ago
Bruno Dilly
ac4f92f547
ephysics: add coins test requested by Raster
...
Just giving his 2 cents.
credits:
joke: acidx
images: marina
SVN revision: 79050
11 years ago
Bruno Dilly
53b29208ee
ephysics: implement update of cylinder faces
...
SVN revision: 79049
11 years ago
Bruno Dilly
77f193677b
ephysics: fix evas object rotation based on body
...
Inverts y component.
SVN revision: 79048
11 years ago
Bruno Dilly
06bf7b0761
ephysics: add dices test
...
SVN revision: 79047
11 years ago
Bruno Dilly
8a70256010
ephysics: use macros on cubes and balls theme
...
SVN revision: 79046
11 years ago
Bruno Dilly
d2ed5cbb47
ephysics: implement update of box faces objects
...
SVN revision: 79045
11 years ago
Bruno Dilly
02d3fdb54b
ephysics: use integer on body struct to store shape
...
Instead of comparing strings to return of bullet collision shapes
SVN revision: 79044
11 years ago
Bruno Dilly
3d9cf4bd2b
ephysics: fix outdates docs regarding light
...
SVN revision: 79043
11 years ago
Bruno Dilly
530c8b4310
ephysics: use a common API to add faces for all types
...
of body
SVN revision: 79042
11 years ago
Bruno Dilly
61d7e5e30e
ephysics: support multiple evas objects associated to
...
body
SVN revision: 79041
11 years ago
Bruno Dilly
7af37b3980
ephysics: don't mess with body's depth when setting
...
evas object
SVN revision: 79040
11 years ago
Bruno Dilly
de06c6bc18
ephysics: fix body geometry initialization
...
Getting geometry from a recently created body was retuning zeros.
SVN revision: 79039
11 years ago
Bruno Dilly
560c3e6fa8
ephysics: improve body struct readability a bit
...
Actually ephysics body deserves a redesign, since it differs
a lot between types. It wasn't previewed.
SVN revision: 79038
11 years ago
Bruno Dilly
5d465e1c04
ephysics: check for side value on anchors full add
...
function
SVN revision: 79037
11 years ago
José Roberto de Souza
5169b73515
edbus: Add invalidate to EDBus_Property
...
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79036
11 years ago
José Roberto de Souza
ffc6f5cf9f
edbus: Implement DBus.Properties for services
...
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79035
11 years ago
Daniel Juyung Seo
156671674b
edje edje_codegen.c: Fixed 'may be used uninitialized' warnings.
...
SVN revision: 79008
11 years ago
Massimo Maiurana
4f7b378803
updating galician translations
...
SVN revision: 79001
11 years ago
Massimo Maiurana
bb6f93ca5d
updating spanish translations
...
SVN revision: 79000
11 years ago
Rafael Antognolli
508585c48b
ecore/wayland: Consider the framespace offset for the pointer object.
...
We have to subtract the framespace offset from the current set pointer
object, otherwise it will have that offset added to it when
evas_object_move() is done on it. This happens because the pointer
object has no parent, and is not marked with the flag "is_frame".
SVN revision: 78972
11 years ago
Rafael Antognolli
76f067b9fb
ecore/wayland: Implement the object_cursor_set method for wayland.
...
This allows to specify an Evas_Object (e.g. an edje object) as cursor
theme.
SVN revision: 78971
11 years ago
Rafael Antognolli
5ba83e3cdc
ecore/wayland: Don't reset cursor theme on every mouse move.
...
The cursor theme just needs to be updated on mouse in/out events.
Otherwise, if it is explicitly hidden by something else, it will become
visible again after another mouse move event.
SVN revision: 78970
11 years ago
Daniel Juyung Seo
99ce2c390e
edje edc.vim: Added minmul to edc vim keyword.
...
SVN revision: 78965
11 years ago
Vincent Torri
e5eb117bb5
Ethumb: fix library linking on Cygwin
...
Patch by Yaakov Selkowitz
SVN revision: 78959
11 years ago
Vincent Torri
58c54602a6
Ecore: fix library linking on Cygwin + small cleanup
...
Patch by Yaakov Selkowitz (myself for the small cleanup)
SVN revision: 78956
11 years ago
Vincent Torri
c9cece3c2a
Evas: cygwin port
...
Patch by Yaakov Selkowitz
SVN revision: 78955
11 years ago
Vincent Torri
af05d9234a
Eina: set module arch for cygwin
...
Patch by Yaakov Selkowitz
SVN revision: 78954
11 years ago
Stefan Schmidt
ad8bcedc11
efreet: Add header to files to pass distcheck
...
SVN revision: 78940
11 years ago
Mike McCormack
5faaa68c99
ecore: Add thread safety support to ecore pipe
...
Fixes hang in edje_codegen with thread safe ecore enabled.
ecore_shutdown takes lock, then calls _ecore_pipe_read, which
makes callbacks without unlocking ecore.
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 78937
11 years ago
Sebastian Dransfeld
e1f16731ef
ecore: remove non-sys/inotify.h codepaths
...
sys/inotify.h was added to glibc 2.4 in 2006.
Patch by: Adrian Bunk
SVN revision: 78933
11 years ago
Vincent Torri
c15e9c6575
merge: and now Evas
...
I've tested make -j 3 install and it works nicely
I've tested expedite with software and opengl xlib,
and it works. Not tested other engines, so please
report any problems (engines or other) on the ML.
TODO: examples and tests, I'll add them later
ISSUE: Eina_Unicode size check. It indirectly depends on
eina_config.h, which is created at the end of the
configure script. So its size is always 0. I don't
know how that size is used, so I can't do a lot,
for now.
SVN revision: 78895
11 years ago
Sebastian Dransfeld
a5ac6a987c
efreet: better english
...
SVN revision: 78889
11 years ago
Sebastian Dransfeld
06fd5c1fbb
efreet: ChangeLog and NEWS
...
SVN revision: 78888
11 years ago
Sebastian Dransfeld
faefc75e95
edbus: Fix typo
...
SVN revision: 78887
11 years ago
Rafael Antognolli
e7775c042e
emotion/generic: Mark file as not ready during partial shutdown.
...
This should fix ticket #1586 .
SVN revision: 78886
11 years ago
ChunEon Park
6cbd91c893
evas - I forgot vincent's work... Next time!
...
SVN revision: 78884
11 years ago
ChunEon Park
6151a422e0
evas - .... I forgot vincent's work. next time.
...
SVN revision: 78883
11 years ago
ChunEon Park
3b74ce2dbd
evas - clean the unused code.
...
SVN revision: 78882
11 years ago
ChunEon Park
34fee5ae82
evas/object - no need to update events when source is invisible
...
SVN revision: 78881
11 years ago
Sebastian Dransfeld
2bdc89808c
efreet: check desktop-directories
...
SVN revision: 78875
11 years ago
Sebastian Dransfeld
6e85b4bfcc
efreet: track efreetd clients
...
SVN revision: 78874
11 years ago
Sebastian Dransfeld
d96f7e9f98
edbus2: quiet warning (again)
...
Say what you want, but this creates quite a lot of warnings, and
warnings when including another header into a project is no good. I want
to just see my own warnings.
So as long as there is only two NULLs, please let them be there.
SVN revision: 78873
11 years ago