Vincent Torri
16b4384529
merge: i should have compiled first...
...
SVN revision: 79063
11 years ago
Vincent Torri
758d52861e
merge: clean gcno files
...
SVN revision: 79062
11 years ago
Tom Hacohen
0bf81a35f0
Efl eo: "Fixed" eo tests.
...
It doesn't affect proto/eobj so no need to do it there too.
There are things we only test if NDEBUG is not passed to Eo. Eo itself was
compiled with NDEBUG but the tests were not notified about it so those tests
failed.
Many thanks to Vincent and Stefan for bugging me about it non-stop, without
you guys, I may never have gotten to it.
SVN revision: 79059
11 years ago
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
Christopher Michael
ec5d3e18f8
Remove unused variable about source visibility.
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 79033
11 years ago
Christopher Michael
ae12f5efa9
Fix shadowed variable warnings.
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 79032
11 years ago
Stefan Schmidt
b9de9d2395
efl: Use wildcards in .gitignore
...
Instead of listing every single .dirstamp path we could just use a wildcard.
Do the same for the .gcnocoverage files.
SVN revision: 79028
11 years ago
Carsten Haitzler
0462ae7dda
this is a new segv... get it with e17's language selector in wizard! :(
...
SVN revision: 79027
11 years ago
Rafael Antognolli
9a673b2d4c
evas/wayland_egl: Check re->win before calling glMakeCurrent.
...
This pointer could be NULL if the window was hidden before calling
glMakeCurrent, which would make the program crash. In fact, at least
elm_win hides the window before actually deleting it (thus calling this
function).
SVN revision: 79017
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
Lucas De Marchi
230f8ad8f3
efl/evas: Fix using sse3 for all files
...
We need to pass -sse3 to compile only in the file that checks for SSE3.
Otherwise even for plain C compiler is free to use sse3 instructions. But they
won't work if the CPU doesn't support it and therefore will SIGILL.
SVN revision: 78973
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
Rafael Antognolli
5f4b30568b
evas/wayland: set engine flags, instead of loader flags.
...
This was probably a typo.
SVN revision: 78969
11 years ago
Rafael Antognolli
0d19a3b349
Evas: build gl_xlib and gl_xcb even when gles flavor is selected.
...
SVN revision: 78968
11 years ago
Daniel Juyung Seo
99ce2c390e
edje edc.vim: Added minmul to edc vim keyword.
...
SVN revision: 78965
11 years ago
Daniel Juyung Seo
eee0fed1a0
efl .gitignore: Updated git ignore.
...
SVN revision: 78962
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
Vincent Torri
db5c257d1a
Eina: Compilation on cygwin
...
Patch by Yaakov Selkowitz, thanks :)
SVN revision: 78953
11 years ago
Vincent Torri
c163de7b32
merge: fix compilation on Windows
...
SVN revision: 78952
11 years ago
Sebastian Dransfeld
51db47a9d3
efl: ignore++
...
SVN revision: 78949
11 years ago