|
2008-05-02
, 04:39
|
|
Posts: 202 |
Thanked: 28 times |
Joined on Jan 2008
|
#62
|
|
2008-05-02
, 13:39
|
Posts: 66 |
Thanked: 145 times |
Joined on Jan 2008
|
#63
|
How do you save the levels on that garage page? When I click on "save" I get the source code. Do I save that on the N800? if so, where? can I create a directory on any card and point it there for additional levels?
I tried clicking on save in the editing mode but it only saves one game that I can access offline. TIA
|
2008-05-02
, 20:39
|
|
Posts: 415 |
Thanked: 44 times |
Joined on Apr 2007
@ Austin, Texas
|
#64
|
|
2008-05-02
, 22:01
|
Posts: 76 |
Thanked: 19 times |
Joined on Apr 2007
|
#65
|
svn checkout https://garage.maemo.org/svn/numptyphysics
sudo apt-get install libsdl-dev libsdl-image1.2-dev libx11-dev xlibs-dev
make
g++ i686/Path.o i686/Canvas.o i686/Levels.o i686/Game.o i686/libbox2d.a -Li686 -lSDL -lSDL_image -lX11 -o i686/Game
|
2008-05-03
, 07:05
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#66
|
The Following 8 Users Say Thank You to thp For This Useful Post: | ||
|
2008-05-03
, 22:16
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#67
|
|
2008-05-05
, 14:22
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#68
|
Like everyone else, I love this game. But I won't play it on my n800 anymore... cause it's killing my screen covers!!!!!
So, I pulled numptyphysics svn on my Ubuntu 7.04 (yeah, I know... ever since I upgraded my Windows 95 machine to Windows Me!...)
apt-got a bunch of stuff:Code:svn checkout https://garage.maemo.org/svn/numptyphysics
(not sure if all were completely necessary, though)Code:sudo apt-get install libsdl-dev libsdl-image1.2-dev libx11-dev xlibs-dev
And attempted to compile in the numptyphysics/trunk folder:
[additional steps and packaging]Code:make
|
2008-05-05
, 14:23
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#69
|
Heh, what a turnaround! Is this the first time that people have ported a tablet app to desktop machines?
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
2008-05-06
, 11:14
|
Posts: 66 |
Thanked: 145 times |
Joined on Jan 2008
|
#70
|
Did you try just 'fakeroot debian/rules binary' to make it to a .deb? Should work, or at least with just minor modifications. I built my version for OS2007 like that.
more levels welcome!