Port to Motorola z6
Moderator: ScummVM Team
No, we need code without duplication and hacks. If you don't understand what is inheritance in C++, you'll need to read on some books on it.CepiPerez wrote:I don't quite understand what you need
Do you need our Z6 SDL?
E.g. with a quick Google search:
http://www.cs.bu.edu/teaching/cpp/inheritance/intro/
http://www.codersource.net/cpp_tutorial ... tance.html
http://www.anyexample.com/programming/c ... xample.xml
differences motorola A1200/A1600/ROKR E6 and Z6/V8 ports
for autohide app (with stoping audio) when incoming call - 100% same code
difference in control A1200/A1600/ROKR E6 - touchscreen phones with 6 keys
Z6/V8 - not touchscreen phones with full numeric keyboard
A1200/A1600/ROKR E6 - have strange bug in sdk and needed corrected file common/stream.cpp, Z6/V8 port don't needed this changes
difference lib - sdl, libmad, and others lib (because different sdk)
for autohide app (with stoping audio) when incoming call - 100% same code
difference in control A1200/A1600/ROKR E6 - touchscreen phones with 6 keys
Z6/V8 - not touchscreen phones with full numeric keyboard
A1200/A1600/ROKR E6 - have strange bug in sdk and needed corrected file common/stream.cpp, Z6/V8 port don't needed this changes
difference lib - sdl, libmad, and others lib (because different sdk)
Cepi, Don't worry, I often visit ModMyMoto and I just converted your Hexen and Heretic games to .pep, so I know you have your version of ScummVM, the problem is, that your controls are bad!
Ant-ON has better controls but in his version QS/QL doesn't work!
Anyway, I also think it's stupid to port SVNs and way better if you port the 0.13.1 version cause it's checked, it's compatible with most games and it has a lot less bugs than the SVNs
Also, I think you should team up with Ant-ON and release new versions together (So they will be tested better and contain less bugs)
Just a thought
Ant-ON has better controls but in his version QS/QL doesn't work!
Anyway, I also think it's stupid to port SVNs and way better if you port the 0.13.1 version cause it's checked, it's compatible with most games and it has a lot less bugs than the SVNs
Also, I think you should team up with Ant-ON and release new versions together (So they will be tested better and contain less bugs)
Just a thought
@ Motorola porters
latest trunk version ScummVM support linuxmoto backend
for configuring please use
for motomagx platform (Motorola Z6, V8 )
./configure --host=motomagx
example
./configure --host=motomagx --enable-vkeybd --enable-zlib --enable-mad --enable-vorbis --enable-flac --enable-mpeg2
for motoezx platform (Motorola A1200, ROKR E6, A1600)
./configure --host=motoezx
example
./configure --host=motoezx --enable-vkeybd --enable-zlib --enable-mad --enable-vorbis --enable-flac --enable-mpeg2
backend linuxmoto will be automatically selected
What is backend linuxmoto ?
linuxmoto is backend, based on SDL, with autohide scummvm, when incoming call, sms, others phone events) and with changes in control
if you corrected sources please post your patches to me or post patches on patch-tracker
i try to add in future script for making installation-package: .pkg -for motoezx, .mpkg -for motomagx
for example
make motoezx
make motomags
for download latest trunk scummvm source use
svn co https://scummvm.svn.sourceforge.net/svn ... mvm/trunk/
latest trunk version ScummVM support linuxmoto backend
for configuring please use
for motomagx platform (Motorola Z6, V8 )
./configure --host=motomagx
example
./configure --host=motomagx --enable-vkeybd --enable-zlib --enable-mad --enable-vorbis --enable-flac --enable-mpeg2
for motoezx platform (Motorola A1200, ROKR E6, A1600)
./configure --host=motoezx
example
./configure --host=motoezx --enable-vkeybd --enable-zlib --enable-mad --enable-vorbis --enable-flac --enable-mpeg2
backend linuxmoto will be automatically selected
What is backend linuxmoto ?
linuxmoto is backend, based on SDL, with autohide scummvm, when incoming call, sms, others phone events) and with changes in control
if you corrected sources please post your patches to me or post patches on patch-tracker
i try to add in future script for making installation-package: .pkg -for motoezx, .mpkg -for motomagx
for example
make motoezx
make motomags
for download latest trunk scummvm source use
svn co https://scummvm.svn.sourceforge.net/svn ... mvm/trunk/