Commit Graph

36 Commits

Author SHA1 Message Date
Davide Andreoli f378335b3f compiler warning -- 2023-12-10 07:32:26 +01:00
Davide Andreoli b51262749c Fix for CSD clients 2023-12-09 10:26:24 +01:00
Davide Andreoli 27f8152634 meson: link_args++ 2020-04-25 21:41:59 +02:00
Davide Andreoli 9d800565c2 Penguins: switch to meson build 2020-04-18 19:11:34 +02:00
Davide Andreoli bec991619a Fix penguins after recent e-module api change 2019-09-26 19:47:10 +02:00
Davide Andreoli 71158b3c9c Fix for recent E changes 2016-10-14 21:33:25 +02:00
Davide Andreoli fcdc7e60a7 stupid fix to support E > 20 2016-03-18 21:19:27 +01:00
Davide Andreoli f1be7e7711 Fix e_config func param
...dunno when this was changed in e

also remove an annoying printf that was polluting the logs
2015-09-10 21:21:02 +02:00
Davide Andreoli 085530210f Fix for recent e20 changes 2015-03-21 13:26:28 +01:00
Davide Andreoli f89066b314 Make the module works with both E19 and E20 2015-01-10 12:42:34 +01:00
Davide Andreoli 5b0af124e4 Keep a static reference to the Population struct.
This simplify stuff as I do not need to pass the pointer around
and save some memory in the Actor struct.
2014-01-25 00:20:29 +01:00
Davide Andreoli 39c52cae56 Better layer placement for penguins.
thanks discomfitor to pointing out
2014-01-24 23:39:20 +01:00
Davide Andreoli def44bdc1a Reload population when changing zones.
This fix crash on monitor layout changes, and put the penguins on the correct monitors.
2014-01-24 23:29:34 +01:00
Davide Andreoli f39b52dc63 Put penguins on the correct evas layer, on top of desktop gadgets 2014-01-24 21:33:52 +01:00
Davide Andreoli 3b774573d9 Fix alignment of the splatting animation. 2014-01-23 23:16:44 +01:00
Davide Andreoli ab3bb4a734 Use a fixed array instead of eina_hash for the standard animations.
We really don't need an hash here and also fix the crash with the lemmings theme.
2014-01-23 23:06:29 +01:00
Davide Andreoli 4381b2d9bd No need to keep the number of items in an Eina_List, eina_list_count is fast. 2014-01-23 20:38:45 +01:00
Davide Andreoli 2b090e72f8 Improve penguins placement, now related to E_Zones and not the first whole canvas 2014-01-23 20:15:40 +01:00
Davide Andreoli 90199b9fa7 Add -Wall to compiler flags and remove all remaining warnings 2014-01-20 23:34:04 +01:00
Davide Andreoli e0365fe4cd Fix collision detection to work with e19.
Penguins are alive, you can start clicking on them again :)
Next step: Optimizations!!
2014-01-20 23:10:55 +01:00
Davide Andreoli 88fcb3b9f7 more cleanups, mainly whitespace, indentation and code style... now I can start working on this :) 2014-01-20 01:16:23 +01:00
Davide Andreoli 1f2964f6be more cleanups 2014-01-19 23:01:26 +01:00
Davide Andreoli 7d74cc4f96 rename typedefs for better namespace 2014-01-19 21:59:05 +01:00
Davide Andreoli e827df78f8 cleanup e_mod_main.c/h 2014-01-19 21:41:22 +01:00
Davide Andreoli e65b154cad Split e_mod_main.c in another file 2014-01-19 21:31:14 +01:00
Davide Andreoli 8e4732c726 make the module compile and works (more or less) again 2014-01-19 21:15:31 +01:00
Davide Andreoli 4b078b2273 make penguins compile and work again
SVN revision: 84556
2013-06-17 16:58:08 +01:00
Vincent Torri 2403071e4c fix possible undef ref when gettext is disabled or not installed
SVN revision: 59997
2011-06-06 17:36:38 +00:00
Miculcy Brian 9cd363f0ba New module category.
SVN revision: 53531
2010-10-17 17:36:00 +00:00
Lucas De Marchi b4d148878a Fixes for Ecore Api changes
Patch automatically by Coccinelle to fix the
callbacks used by the following functions:

 * ecore_event_handler_add()
 * ecore_event_filter_add()
 * ecore_idler_add()
 * ecore_idle_enterer_add()
 * ecore_idle_enterer_before_add()
 * ecore_idle_exiter_add()
 * ecore_main_fd_handler_add()
 * ecore_main_win32_handler_add()
 * ecore_timer_add()
 * ecore_timer_loop_add()
 * ecore_animator_add()
 * ecore_poller_add()


SVN revision: 50108
2010-07-08 00:57:17 +00:00
Davide Andreoli dc3abcbd0f Animate the penguins based on frametime. So that the speed is constant at different e17 fps
SVN revision: 49404
2010-06-02 23:58:38 +00:00
Sebastian Dransfeld ceab976016 Ecore_Str.h -> Eina
SVN revision: 45743
2010-01-30 22:20:09 +00:00
Sebastian Dransfeld 26a28b7fab config menu func does not need EAPI
SVN revision: 45456
2010-01-22 21:02:11 +00:00
Hannes Janetzek 7632b38d70 forgot peguins config dialog
SVN revision: 42612
2009-09-21 23:04:23 +00:00
Christopher Michael ccbe6c220e Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.



SVN revision: 42152
2009-09-01 13:34:42 +00:00
Daniel Kolesa db9ff53a90 EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
SVN revision: 41571
2009-08-03 14:49:56 +00:00