-
When certain menus such as the Single Player -> New Game menu and the Save Game menu are shown, especially in a window, the performance is very sluggish. I noticed this behaviour on MacOSX 10.5, but it may occur on other platforms.
This seems to be caused by Surface::brighten_rect (render.cc) taking up a lot of CPU. The reason for this is that it uses set_pixel() at each pixel, which locks...
2008-08-11 11:22:46 UTC in Widelands
-
On a side-note, even though it's not written on the key, you can use Fn-up and Fn-down on the Macbook as pageup/pagedown to control the game speed.
2008-08-11 11:09:07 UTC in Widelands
-
The following patch fixes this problem, just lock the field surface before rendering and unlock afterwards:
===================================================================
--- terrain.h (revision 3250)
+++ terrain.h (working copy)
@@ -576,6 +576,8 @@
Surface const & rt_normal = *g_gr->get_road_texture(Widelands::Road_Normal);
Surface const & rt_busy =...
2008-08-11 11:07:54 UTC in Widelands
-
stauff1 committed patchset 272 of module libieee1284 to the libieee1284 CVS repository, changing 2 files.
2004-08-10 01:26:38 UTC in libieee1284
-
stauff1 committed patchset 271 of module libieee1284 to the libieee1284 CVS repository, changing 23 files.
2004-08-09 09:21:05 UTC in libieee1284
-
stauff1 committed patchset 301 of module sane to the Canon CanoScan Parallel Driver CVS repository, changing 1 files.
2003-10-16 22:49:37 UTC in Canon CanoScan Parallel Driver
-
stauff1 committed patchset 300 of module sane to the Canon CanoScan Parallel Driver CVS repository, changing 1 files.
2003-10-16 22:47:26 UTC in Canon CanoScan Parallel Driver
-
stauff1 committed patchset 299 of module sane to the Canon CanoScan Parallel Driver CVS repository, changing 1 files.
2002-12-05 02:40:26 UTC in Canon CanoScan Parallel Driver
-
stauff1 committed patchset 298 of module sane to the Canon CanoScan Parallel Driver CVS repository, changing 1 files.
2002-12-05 02:39:51 UTC in Canon CanoScan Parallel Driver
-
stauff1 committed patchset 297 of module sane to the Canon CanoScan Parallel Driver CVS repository, changing 3 files.
2002-12-05 02:11:59 UTC in Canon CanoScan Parallel Driver