• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Box2D/H03-May-2022-14,8099,534

data/H03-May-2022-576561

debian/H07-May-2022-325211

Array.hH A D23-Jun-20083.1 KiB176137

COPYINGH A D29-Oct-200834.3 KiB675553

Canvas.cppH A D16-Nov-200817.8 KiB742624

Canvas.hH A D31-Oct-20082 KiB7652

Common.hH A D16-Nov-20083 KiB10979

Config.cppH A D31-Oct-20081.2 KiB4321

Config.hH A D03-May-20222.7 KiB10574

Game.cppH A D03-May-202235.1 KiB1,5741,378

Game.hH A D31-Oct-20081.5 KiB5836

Hildon.cppH A D23-Jun-20085 KiB216171

Hildon.hH A D23-Jun-2008777 3212

Http.cppH A D23-Oct-20083.3 KiB147108

Http.hH A D24-Aug-2008992 4115

INSTALLH A D29-Oct-20089.3 KiB238179

Levels.cppH A D11-Nov-20083.6 KiB163128

Levels.hH A D11-Nov-20081.2 KiB4727

Makefile.amH A D11-Nov-20082.6 KiB8877

Makefile.inH A D11-Nov-2008117.4 KiB1,4641,288

Os.hH A D24-Aug-2008962 3715

OsFreeDesktop.cppH A D06-Nov-20081.2 KiB6135

OsHildon.cppH A D24-Aug-20084.5 KiB192148

OsWin32.cppH A D24-Aug-20081.6 KiB8443

Overlay.cppH A D06-Nov-20087.9 KiB333287

Overlay.hH A D06-Nov-20081.2 KiB4924

Path.cppH A D23-Oct-20083.4 KiB153111

Path.hH A D17-Oct-20082.2 KiB10469

README.win32H A D23-Jun-2008784 2014

ZipFile.cppH A D11-Nov-20084.3 KiB183141

ZipFile.hH A D11-Nov-20081 KiB4624

autogen.shH A D06-Nov-2008957 302

configureH A D03-May-2022182.6 KiB6,5685,377

configure.inH A D03-May-20222.1 KiB7464

create-win32-dist.shH A D23-Jun-2008620 3215

depcompH A D29-Oct-200817.4 KiB590375

happyhttp.cppH A D03-May-202220 KiB939608

happyhttp.hH A D23-Jun-20088.3 KiB334164

install-shH A D06-Nov-200813.3 KiB520344

missingH A D29-Oct-200810.9 KiB368275

zoomer.cppH A D29-Oct-20088.5 KiB379207

README.win32

1Win32 "port" by Thomas Perl <thpinfo.com>
2=========================================
3
4You need MinGW32 and msys to compile this. You will also need
5gcc-g++ from the mingw file release webpage and have your "make"
6binary linked to "mingw32-make", because the default "make" will
7not work and give you errors.
8
9You also need to install SDL and SDL_image development headers,
10and copy the DLL files from the Win32 binary distributions for
11SDL and SDL_image to this folder, so the "create-win32-dist.sh"
12script can find them and copy them into the correct location.
13
14Saved levels are placed in the "data" folder, and that's also
15where you should put downloaded levels.
16
17Upstream: http://numptyphysics.garage.maemo.org
18Win32 port: http://thpinfo.com/2008/numptyphysics/
19
20