Directory doc/

Directory Created:
2007-12-24 10:45
Total Files:
19
Deleted Files:
0
Lines of Code:
893

[root]/doc
        directory in repo manual (7 files, 81 lines)
            directory in repo images (1 files, 0 lines)

Lines of Code

doc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 1121 (100.0%) 12.7
kazzmir 59 (67.0%) 711 (63.4%) 12.0
juvinious 27 (30.7%) 309 (27.6%) 11.4
scristopher 2 (2.3%) 101 (9.0%) 50.5

Most Recent Commits

kazzmir 2014-02-26 23:34 Rev.: 8205

add instructions for mingw cross compiler

18 lines of code changed in 1 file:

  • doc: mingw-x (new 18)
kazzmir 2014-01-08 23:33 Rev.: 8142

test

0 lines of code changed in 1 file:

  • doc: help (-1)
kazzmir 2014-01-08 23:19 Rev.: 8141

test

1 lines of code changed in 1 file:

  • doc: help (+1)
kazzmir 2013-02-24 11:08 Rev.: 7799

clean up shader creation

1 lines of code changed in 1 file:

  • doc: android-ndk (+1)
kazzmir 2012-12-08 22:19 Rev.: 7625

thoughts on mugen networking

17 lines of code changed in 1 file:

  • doc: mugen-network (+17 -5)
kazzmir 2012-11-06 22:30 Rev.: 7590

[mugen] use the general sff interface to get the icon and portrait

7 lines of code changed in 1 file:

  • doc: android-ndk (+7)
scristopher 2012-09-24 13:46 Rev.: 7559

added more detailed instructions

83 lines of code changed in 1 file:

  • doc: xenon (+83 -14)
scristopher 2012-09-24 13:24 Rev.: 7558

have required stuff installed first or you waste alot of time :P

mkdir /opt/free60-git
cd /opt/free60-git
(modify permissions to make directorys and build as non root user)
---Use gligli's git---
git clone https://github.com/gligli/libxenon
Build toolchain:
mkdir /usr/local/xenon
chown username. /user/local/xenon
./build-xenon-toolchain toolchain
add to /home/user/.bashrc:
export DEVKITXENON="/usr/local/xenon"
export PATH="$PATH:$DEVKITXENON/bin:$DEVKITXENON/usr/bin"

build libxenon and libs (zlib, libpng, freetype)
./build-xenon-toolchain libxenon
./build-xenon-toolchain libs

build sdl:
cd /opt/free60-git/
git clone https://github.com/lantus/libSDLXenon.git
make -f Makefile.xenon
make -f Makefile.xenon install

#not needed
#build ZLX:
#cd ../
#svn checkout http://zlx.googlecode.com/svn/trunk/ zlx-read-only
#cd zlx-read-only
#make -f Makefile_lib
#make -f Makefile_lib install

# Also, comment out the size_t declaration in SDL_config_xenon.h
# Create usr/bin/sdl-config and point it at xenon
build with libxenon

export xenon=1
make
then
/usr/local/xenon/bin/xenon-objcopy -O elf32-powerpc --adjust-vma 0x80000000 paintown xenon.elf32

18 lines of code changed in 1 file:

  • doc: xenon (+18 -7)
kazzmir 2012-04-29 09:24 Rev.: 7299

update sdl android patch

1 lines of code changed in 1 file:

  • doc: android-ndk (+1 -1)
kazzmir 2012-03-18 20:08 Rev.: 7197

add thoughts about network mugen mode

11 lines of code changed in 1 file:

  • doc: mugen-network (new 11)
kazzmir 2012-01-30 13:48 Rev.: 6937

add xenon setup directions

31 lines of code changed in 1 file:

  • doc: xenon (new 31)
kazzmir 2011-12-25 10:20 Rev.: 6714

[android] make the main view take up the entire space. link in the gnu stdc++ runtime. always use sdl_main

2 lines of code changed in 1 file:

  • doc: android-ndk (+2)
kazzmir 2011-12-20 15:39 Rev.: 6692

update android build and instructions

23 lines of code changed in 1 file:

  • doc: android-ndk (+23 -19)
kazzmir 2011-10-31 10:25 Rev.: 6477

info for recording sound

7 lines of code changed in 1 file:

  • doc: recording-videos (+7 -1)
kazzmir 2011-10-30 22:43 Rev.: 6475

info for videos

8 lines of code changed in 1 file:

  • doc: recording-videos (new 8)
kazzmir 2011-10-16 09:15 Rev.: 6391

add nacl port

1 lines of code changed in 1 file:

  • doc: changelog (+1 -1)
kazzmir 2011-10-14 20:37 Rev.: 6384

update changelog

1 lines of code changed in 1 file:

  • doc: changelog (+1)
kazzmir 2011-10-14 10:08 Rev.: 6380

update changelog

3 lines of code changed in 1 file:

  • doc: changelog (+3)
kazzmir 2011-10-14 09:56 Rev.: 6379

update changelog

48 lines of code changed in 1 file:

  • doc: changelog (+48 -5)
kazzmir 2011-10-10 22:06 Rev.: 6365

update build instructions for the ps3

6 lines of code changed in 1 file:

  • doc: ps3 (+6 -5)
kazzmir 2011-09-29 16:17 Rev.: 6307

update instructions for the iphone

11 lines of code changed in 1 file:

  • doc: iphone (+11 -18)
juvinious 2011-09-23 12:43 Rev.: 6258

Add additional build parameters for freetype. Add missing parameters for building ios-sim with rake.

4 lines of code changed in 1 file:

  • doc: iphone (+4 -3)
kazzmir 2011-09-22 22:13 Rev.: 6249

update iphone docs

39 lines of code changed in 1 file:

  • doc: iphone (+39 -15)
kazzmir 2011-09-21 08:57 Rev.: 6237

add iphone build instructions

22 lines of code changed in 1 file:

  • doc: iphone (new 22)
kazzmir 2011-09-10 17:09 Rev.: 6139

updates for the ps3

13 lines of code changed in 1 file:

  • doc: ps3 (+13)
kazzmir 2011-09-06 09:35 Rev.: 6119

apply SDL patch for android

2 lines of code changed in 1 file:

  • doc: android-ndk (+2 -12)
kazzmir 2011-09-04 16:47 Rev.: 6093

update sdl changes for android

5 lines of code changed in 1 file:

  • doc: android-ndk (+5 -2)
kazzmir 2011-09-04 14:10 Rev.: 6091

redirect debug output to the android logging system

7 lines of code changed in 1 file:

  • doc: android-ndk (+7)
kazzmir 2011-09-02 10:19 Rev.: 6067

read one event at a time on android. update instructions for building on android

3 lines of code changed in 1 file:

  • doc: android-ndk (+3 -1)
juvinious 2011-08-30 21:00 Rev.: 6055

Correct location of libs in documentation. Add armeabi directory to libs.

3 lines of code changed in 1 file:

  • doc: android-ndk (+3 -3)
juvinious 2011-08-30 14:45 Rev.: 6053

Update lib locations.

2 lines of code changed in 1 file:

  • doc: android-ndk (+2 -1)
juvinious 2011-08-30 08:20 Rev.: 6045

Additional information.

1 lines of code changed in 1 file:

  • doc: android-ndk (+1 -1)
juvinious 2011-08-30 08:02 Rev.: 6042

Updated documentation on how to run paintown in Android emulator.

10 lines of code changed in 1 file:

  • doc: android-ndk (+10 -5)
juvinious 2011-08-30 07:40 Rev.: 6041

Add more details on android build.

12 lines of code changed in 1 file:

  • doc: android-ndk (+12)
juvinious 2011-08-30 06:00 Rev.: 6037

Update standalone instructions.

2 lines of code changed in 1 file:

  • doc: android-ndk (+2 -2)
kazzmir 2011-08-30 00:10 Rev.: 6036

try to fix link errors on android

6 lines of code changed in 1 file:

  • doc: android-ndk (+6 -1)
juvinious 2011-08-29 21:39 Rev.: 6030

Add pngconf.h

1 lines of code changed in 1 file:

  • doc: android-ndk (+1)
juvinious 2011-08-29 21:30 Rev.: 6029

Correct symlink location for freetype. Update cpppath for scons.

2 lines of code changed in 1 file:

  • doc: android-ndk (+2 -1)
juvinious 2011-08-29 21:22 Rev.: 6028

Add symlink information for libraries.

8 lines of code changed in 1 file:

  • doc: android-ndk (+8)
juvinious 2011-08-29 20:23 Rev.: 6027

Target android-9

2 lines of code changed in 1 file:

  • doc: android-ndk (+2)

(45 more)

Generated by StatSVN 0.7.0