maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [ANNOUNCE] Numpty Physics New Harmattan Port (https://talk.maemo.org/showthread.php?t=85050)

thp 2012-06-22 22:43

[ANNOUNCE] Numpty Physics New Harmattan Port
 
There's already a previous port of Numpty Physics to the N950, but this one uses the latest source code and tries to integrate a bit better (Swipe lock, etc..) with Harmattan, especially since the side menus are hard to hit with Swipe enabled:

https://github.com/harmattan/numptyphysics
http://repo.pub.meego.com//home:/thp/Harmattan/armel/

Low-hanging fruit for possible contributors: Use the SDL 1.2 "which" field in mouse events to select only the first valid touch point, and avoid errors with multi-touch.

Edit: Added OBS URL.

HtheB 2012-06-22 23:45

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Thanks!
Please upload it to http://apps.formeego.com

Jordi 2012-06-23 06:38

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Wow, very cool app and well integrated in the UI. Thanks!

F2thaK 2012-06-23 07:49

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Hell yes!........

Works great, better than on the N900. Crashes a bit.

stooobs 2012-06-23 22:22

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
crashes a lot but really cool thanks

thp 2012-06-25 13:40

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Some fixes for the crashes are in the Git repo already, I'll try to upload the sources to OBS soon, so a new binary package with the fixes gets built. In the mean time, you can build it yourself in Scratchbox (Platform SDK).

Dousan 2012-06-25 14:50

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Very fun game, great port @thp.

Regards Dousan...

thp 2012-07-01 08:08

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
I've uploaded version 0.3.2 to the OBS, it's currently building.

If someone would create some nice screenshots and a Harmattan-ish icon for Numptyphysics, I could submit the package to Apps for MeeGo.

Edit: Re-uploaded 0.3.1, because I get a build-dependency error on "xxd".

Dousan 2012-07-01 12:23

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
@thp I've taken some screens of numptyphysics. If you like them feel free to use them. If yo need more just let me know.

https://www.dropbox.com/sh/hjct4u5i0...MdXIsIf/Numpty

Regards Dousan...

thp 2012-07-25 18:41

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Added some patches today. Some more crashes fixed and the multi-touch issue is now avoided:

https://github.com/harmattan/numptyp...commits/master

thp 2012-08-09 09:06

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Somebody up for designing a new icon? It should be Harmattan-style, both 80x80 and 256x256, ideally vector (SVG), but raster (PNG) is fine as well.

Suggested content/theme: The green man from the title screen or a red ball/circle and a yellow star (both hollow). Or anything else that you might find fitting.

F2thaK 2012-08-09 09:39

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
1 Attachment(s)
something I whipped up, happy to make adjustments.

if you like it ill make the 80x80 one too

flopjoke 2012-08-09 10:50

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
How about the same paper theme? Kinda like this:

http://flickcabin.com/files/2005_pdxhl/np_2_256.png

or with that green dude.. maybe like this?

http://flickcabin.com/files/2004_0yido/np_1_256.png

It will end up looking something like this on the homescreen:

http://flickcabin.com/files/2006_qyzuu/numpty.jpg

Just throwing ideas here.

F2thaK 2012-08-09 11:13

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
^^^ the top one!

thp 2012-08-09 11:37

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
I like this one:

Quote:

Originally Posted by flopjoke (Post 1249462)

The red circle should probably not be a perfect circle, but a "drawn"/"sketchy" one (like the star).
Also, maybe the lines could be a bit (1.5x-2x) thicker to have a good, visible shape at 80x80?

flopjoke 2012-08-09 17:55

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
1 Attachment(s)
Quote:

Originally Posted by thp (Post 1249476)

The red circle should probably not be a perfect circle, but a "drawn"/"sketchy" one (like the star).
Also, maybe the lines could be a bit (1.5x-2x) thicker to have a good, visible shape at 80x80?


Yup, you're right. It should be a bit thicker. How about this:

http://flickcabin.com/files/2007_wxrjp/np_256x256.png

Also, here's the 80x80 version:

http://flickcabin.com/files/2008_twazs/np_80x80.png

Hope that's fine. I attached the PSD file as well, just in case you need it. If you need the vector format later on, let me know and I'll redesign it in Illustrator.

XiliX 2012-08-09 20:49

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Great game!
...but i have some questions:
Where is the save-file located, i want to start over :)
and, how can i install more levels?
Thanks!

thp 2012-08-31 20:25

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Quote:

Originally Posted by flopjoke (Post 1249610)
Yup, you're right. It should be a bit thicker. How about this:

http://flickcabin.com/files/2008_twazs/np_80x80.png

Works great - I think I'll use that :) Thanks a lot!

Quote:

Originally Posted by XiliX (Post 1249824)
Where is the save-file located, i want to start over :)

Remove ~/.numptyphysics/ to clean the recorded videos.

Quote:

Originally Posted by XiliX (Post 1249824)
and, how can i install more levels?

You can download levels from here: http://numptyphysics.garage.maemo.org/levels/

Place them in ~/.numptyphysics/ for the game to pick them up.

thp 2012-08-31 21:15

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Version 0.3.3 uploaded:
  • Add missing build-dependency for xxd
  • Fix compiler warning in Http.cpp
  • Levels: Separate collection for solutions
  • Levels: No demo-of-demo recording/saving
  • Only install level collections to /opt
  • Multi-touch: Ignore fingers with index != 0
  • Various packaging-related fixes, new icon
  • Add swipe (menu) info to title screen
  • Single instance application for Harmattan
  • Pause game engine when app is in background
  • Artwork and screenshots for publishing

Download: https://github.com/downloads/harmatt....3.3_armel.deb

thp 2012-09-03 09:38

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Same as for Brain Party, Nokia Store QA also needs a "support page" for Numpty Physics, and again they won't support just a link to the issue tracker, unfortunately, so I've created a minimalistic one: http://thp.io/2012/numptyphysics/

nbedford 2012-09-04 20:45

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Just downloaded from store, but can't seem to get the hang of the menu, i swipe it out, but as soon as i release my finger to select an item on the menu it slides straight back in,. Only way I can get menu to work is by swiping out, and holding that finger and selecting an item with another finger, seems a bit tricky to use :( but maybe thats the way it is supposed to work?

EDIT: Nevermind, I figured it out, trick is not to swipe out too far and to keep finger within menu boundary

thp 2012-09-04 23:38

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Now available for easy installation in Ovi Store:

http://store.ovi.com/content/311310

flopjoke 2012-09-05 02:02

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Nokia Store QA is ****.

flopjoke 2012-09-05 02:11

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Quote:

Originally Posted by thp (Post 1261282)
Now available for easy installation in Ovi Store:

http://store.ovi.com/content/311310

awesome.. Installs and runs just fine.

Maybe for new users, you can say in the start how to pause because it may be difficult to know it's on the left side of the screen

aironeous 2012-09-05 04:17

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
I can't get root on my N9 to get permission to transfer these files into the data folder of the numptyphysics folder where I see the rest of the levels are stored. By the way I see that two of the levels that came with the game from your earlier install are duplicate named level 35.

I'm new to linux, I'm still learning all the commands. Just wiped microhard off my desktop and I'm using Debian with Gnome desktop (for some reason KDE is not an option on my log on screen and I've had no luck trying to switch to KDE which I would prefer since it is QT).
I Installed it from http://goodbye-microsoft.com/.
I have root on my desktop terminal but I can't get root on the N9. Anyway to use my terminal on my desktop to get into the N9 as root?
I like siminz's numpty levels and would really like to transfer those files over.

willyd 2012-09-07 09:45

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Hi, really great game!
I can't seem to be able to choose any level from the "choose" menu though

Estel 2013-06-08 05:01

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Sorry for thread hijack, but is there a announcement about N900 version? I can't find it, and no matter what search type I use, harmattan thread keeps pestering me.

Thanks in advance,
/Estel

anthonie 2013-06-08 06:59

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Quote:

Originally Posted by Estel (Post 1350433)
Sorry for thread hijack, but is there a announcement about N900 version? I can't find it, and no matter what search type I use, harmattan thread keeps pestering me.

Thanks in advance,
/Estel

I don't recall an anouncement thread has been made. Closest thing was this:
http://talk.maemo.org/showthread.php?t=38285

Ilya 2017-02-17 11:30

Re: [ANNOUNCE] Numpty Physics New Harmattan Port
 
Quote:

Originally Posted by willyd (Post 1262528)
I can't seem to be able to choose any level from the "choose" menu though

Same problem...


All times are GMT. The time now is 09:29.

vBulletin® Version 3.8.8