From: Martin W. <meh...@we...> - 2004-08-09 11:41:02
Attachments:
signature.asc
|
Hey, I've added the following features to the menu: - is able to receive all types of characters like []/_#'+* ... and the german umlauts äöüß - Implemented scrolling in menus. To test it set your resolution to 640x480 and go to the "Open game" menu where I left some test items. Enjoy it :D ATTENTION: To get the new menu started you will have to extract the attached archive within the share/ directory, update the sources via CVS and run a make install since the arrows declaring that scrolling is available were added. Furthermore the behavior of CVideo::loadSurface() has changed: it uses CFileAccess now and therefore you MUST NOT call it with paths that are prepended with CDATADIR. Please adapt your sources. Regards, martin -- Get my public GPG key from pgp.mit.edu or wwwkeys.pgp.net - Key ID: 0x44085D12 -- Homepage: http://mwegner.de.ms/ Powered by Gentoo Linux (http://www.gentoo.org/) -- Mails von dieser Adresse sind nur gültig, wenn sie mit dem o. g. Schlüssel signiert wurden. Unsignierte Mails von dieser Adresse sind gefälscht und stehen in keinerlei Verbindung zu mir. Mails from this address are only valid if they are signed with the abovementioned key. Unsinged mails from this address are faked and have no relation to me. |
From: Martin W. <meh...@we...> - 2004-08-09 11:43:19
Attachments:
signature.asc
arrows.tar.bz2
|
Hey, sry, forgot the mentioned attachment. Here it comes. Regards, martin -- Get my public GPG key from pgp.mit.edu or wwwkeys.pgp.net - Key ID: 0x44085D12 -- Homepage: http://mwegner.de.ms/ Powered by Gentoo Linux (http://www.gentoo.org/) -- Mails von dieser Adresse sind nur gültig, wenn sie mit dem o. g. Schlüssel signiert wurden. Unsignierte Mails von dieser Adresse sind gefälscht und stehen in keinerlei Verbindung zu mir. Mails from this address are only valid if they are signed with the abovementioned key. Unsinged mails from this address are faked and have no relation to me. |
From: Arne R. <arn...@gm...> - 2004-08-14 12:25:30
|
Hi, > I've added the following features to the menu: > > - is able to receive all types of characters like []/_#'+* ... and the german > umlauts äöüß Works for most common characters but not for all (at least here). > - Implemented scrolling in menus. To test it set your resolution to 640x480 and > go to the "Open game" menu where I left some test items. Enjoy it :D Seems to work quice nicely. > Furthermore the behavior of CVideo::loadSurface() has changed: it uses > CFileAccess now and therefore you MUST NOT call it with paths that are prepended > with CDATADIR. Please adapt your sources. IIRC I only load Surfaces (map tiles) by using CFileAccess. There, I don't give the full path but only the part behind CDATADIR, so I don't think it's necessary to change it. But I can't start the game since I get a Segmentation fault when CUnitManager tries to retrieve the image height of an (unloaded) unit image. Would be great if Kris could fix it. cya arne |
From: Martin W. <meh...@we...> - 2004-08-14 15:08:25
Attachments:
signature.asc
|
Hey, Arne Rempke wrote: > Hi, > >> I've added the following features to the menu: >> >> - is able to receive all types of characters like []/_#'+* ... and the >> german >> umlauts äöüß > > Works for most common characters but not for all (at least here). Please post which do not work. > >> - Implemented scrolling in menus. To test it set your resolution to >> 640x480 and >> go to the "Open game" menu where I left some test items. Enjoy it :D > > Seems to work quice nicely. Good. > >> Furthermore the behavior of CVideo::loadSurface() has changed: it uses >> CFileAccess now and therefore you MUST NOT call it with paths that are >> prepended >> with CDATADIR. Please adapt your sources. > > IIRC I only load Surfaces (map tiles) by using CFileAccess. There, I > don't give the full path but only the part behind CDATADIR, so I don't > think it's necessary to change it. > > But I can't start the game since I get a Segmentation fault when > CUnitManager tries to retrieve the image height of an (unloaded) unit > image. Would be great if Kris could fix it. I didn't know which sources were affected exactly, so I posted it in a global manner. Regards, martin -- Get my public GPG key from pgp.mit.edu or wwwkeys.pgp.net - Key ID: 0x44085D12 -- Homepage: http://mwegner.de.ms/ Powered by Gentoo Linux (http://www.gentoo.org/) -- Mails von dieser Adresse sind nur gültig, wenn sie mit dem o. g. Schlüssel signiert wurden. Unsignierte Mails von dieser Adresse sind gefälscht und stehen in keinerlei Verbindung zu mir. Mails from this address are only valid if they are signed with the abovementioned key. Unsinged mails from this address are faked and have no relation to me. |
From: Arne R. <arn...@gm...> - 2004-08-14 21:43:57
|
Hi, >>>I've added the following features to the menu: >>> >>>- is able to receive all types of characters like []/_#'+* ... and the >>>german >>>umlauts äöüß >> >>Works for most common characters but not for all (at least here). > > > Please post which do not work. °, §, ´, ², ³, €, µ They are not really important as most of them are really special. I'm not sure, but it seems that both , and . are displayed as . and ; and : are shown as :. I don't know if that is a bug in detecting typed chars or just in displaying it. (Perhaps a font problem?) cya arne |
From: Martin W. <meh...@we...> - 2004-08-14 21:59:19
Attachments:
signature.asc
|
Hey, Arne Rempke wrote: > [...] > °, §, ´, ², ³, €, µ > They are not really important as most of them are really special. > That's right and I have the same thing here. I also think that we can waive them. The important ones are []-_ ... in any case. > I'm not sure, but it seems that both , and . are displayed as . and ; > and : are shown as :. I don't know if that is a bug in detecting typed > chars or just in displaying it. (Perhaps a font problem?) I noticed that, too. It is a problem of the font. Look at the bitmap and you'll see a :: and .. where :; and ., should be. Maybe I find an other, better font. But ATM it is not that fatal ;) Regards, martin -- Get my public GPG key from pgp.mit.edu or wwwkeys.pgp.net - Key ID: 0x44085D12 -- Homepage: http://mwegner.de.ms/ Powered by Gentoo Linux (http://www.gentoo.org/) -- Mails von dieser Adresse sind nur gültig, wenn sie mit dem o. g. Schlüssel signiert wurden. Unsignierte Mails von dieser Adresse sind gefälscht und stehen in keinerlei Verbindung zu mir. Mails from this address are only valid if they are signed with the abovementioned key. Unsinged mails from this address are faked and have no relation to me. |