September 2012 Commit Log

Number of Commits:
74
Number of Active Developers:
3
kazzmir 2012-09-30 19:12 Rev.: 7568

select joystick. handle esc in the configuration screen

50 lines of code changed in 1 file:

kazzmir 2012-09-30 18:10 Rev.: 7567

add helper class to fill reference count objects with data

13 lines of code changed in 2 files:

kazzmir 2012-09-30 15:57 Rev.: 7566

play mode is a string

2 lines of code changed in 1 file:

kazzmir 2012-09-30 15:52 Rev.: 7565

explicitly pass Renderer object to Menu constructor. refcount the Renderer

102 lines of code changed in 5 files:

kazzmir 2012-09-29 23:06 Rev.: 7564

show list of available joysticks for the configuration menu

92 lines of code changed in 10 files:

kazzmir 2012-09-27 00:30 Rev.: 7563

[mugen] add state class

51 lines of code changed in 2 files:

kazzmir 2012-09-26 05:50 Rev.: 7562

[mugen] start serialization translator

36 lines of code changed in 2 files:

kazzmir 2012-09-24 23:49 Rev.: 7561

[mugen] fill out const() for some things in the [size] section

153 lines of code changed in 3 files:

kazzmir 2012-09-24 23:24 Rev.: 7560

[mugen] add velocity.air.gethit.airrecover.add.x/y

45 lines of code changed in 3 files:

scristopher 2012-09-24 13:46 Rev.: 7559

added more detailed instructions

83 lines of code changed in 1 file:

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:

kazzmir 2012-09-24 10:57 Rev.: 7557

[mugen] add velocity.air.gethit.groundrecover.x/y

62 lines of code changed in 3 files:

kazzmir 2012-09-23 11:13 Rev.: 7556

comment about _Z_OF change

4 lines of code changed in 1 file:

juvinious 2012-09-23 10:11 Rev.: 7555

[util] Add in _Z_OF redefinition for gentoo and derivatives. Ref: https://bugs.launchpad.net/widelands/+bug/536161/comments/5

4 lines of code changed in 1 file:

kazzmir 2012-09-22 20:18 Rev.: 7554

[mugen] refactor more const getters

52 lines of code changed in 1 file:

kazzmir 2012-09-22 20:03 Rev.: 7553

[mugen] add some more velocity fields. refactor const getters

107 lines of code changed in 3 files:

kazzmir 2012-09-22 17:43 Rev.: 7552

[mugen] allow -- comments in .def files

3 lines of code changed in 2 files:

kazzmir 2012-09-20 09:47 Rev.: 7551

[mugen] move character data to an internal struct

1136 lines of code changed in 4 files:

kazzmir 2012-09-16 18:22 Rev.: 7550

catch load exception if a paintown mod couldnt be loaded

6 lines of code changed in 1 file:

kazzmir 2012-09-15 20:55 Rev.: 7549

load pcx files in allegro4

6 lines of code changed in 1 file:

kazzmir 2012-09-15 20:46 Rev.: 7548

load png and pcx files in allegro4

42 lines of code changed in 2 files:

kazzmir 2012-09-15 16:28 Rev.: 7547

use polling mutexes for nacl

26 lines of code changed in 1 file:

kazzmir 2012-09-15 14:57 Rev.: 7546

[mugen] dummy 1.0 AILevel trigger

23 lines of code changed in 2 files:

kazzmir 2012-09-15 13:22 Rev.: 7545

rename logic/draw class

4 lines of code changed in 2 files:

kazzmir 2012-09-14 20:54 Rev.: 7544

add paintown logo with a white background

3526 lines of code changed in 1 file:

kazzmir 2012-09-12 22:54 Rev.: 7543

start joystick configuration menu

39 lines of code changed in 2 files:

kazzmir 2012-09-12 21:46 Rev.: 7541

[mugen] add directory for state

8 lines of code changed in 1 file:

kazzmir 2012-09-12 21:17 Rev.: 7540

directly use joystick inputs

118 lines of code changed in 13 files:

juvinious 2012-09-12 13:33 Rev.: 7538

Add paintown logo with background removed.

11 lines of code changed in 1 file:

juvinious 2012-09-12 05:39 Rev.: 7537

[util] Fix alpha multiplier formula.

6 lines of code changed in 1 file:

kazzmir 2012-09-11 23:33 Rev.: 7536

add a listener interface for joystick input

51 lines of code changed in 3 files:

kazzmir 2012-09-11 21:32 Rev.: 7535

allow cross compilers to be specified instead of gcc

11 lines of code changed in 2 files:

juvinious 2012-09-11 16:03 Rev.: 7534

[util] Add alpha to static primary block.

16 lines of code changed in 1 file:

juvinious 2012-09-11 14:32 Rev.: 7533

[util] Get alpha to effect text.

37 lines of code changed in 2 files:

kazzmir 2012-09-10 23:08 Rev.: 7532

[mugen] add support for loading sprites from a zip file of a description file and images

141 lines of code changed in 3 files:

juvinious 2012-09-10 22:41 Rev.: 7530

[util] Use Sequences for credit block handling.

84 lines of code changed in 2 files:

kazzmir 2012-09-10 15:06 Rev.: 7529

[util] use double version of fabs

2 lines of code changed in 1 file:

juvinious 2012-09-10 14:11 Rev.: 7528

[util] Add credit logic and drawing to Sequence.

162 lines of code changed in 2 files:

scristopher 2012-09-10 11:23 Rev.: 7527

some fixes for xenon

21 lines of code changed in 2 files:

juvinious 2012-09-10 10:18 Rev.: 7526

[util] Move LogicDraw class outside of OptionCredits::run.

215 lines of code changed in 2 files:

kazzmir 2012-09-10 09:53 Rev.: 7525

remove getPipe. some fixes for xenon

10 lines of code changed in 6 files:

kazzmir 2012-09-10 09:40 Rev.: 7524

replace condition variables with polling mutexes

72 lines of code changed in 6 files:

juvinious 2012-09-09 21:33 Rev.: 7523

[util] Add sequence class to generalize blocks in credits.

26 lines of code changed in 1 file:

juvinious 2012-09-08 22:34 Rev.: 7521

[util] Fixed animation parsing credit block. Made placement, speed and alpha modifiable for blocks in primary and roll.

162 lines of code changed in 2 files:

kazzmir 2012-09-08 16:26 Rev.: 7520

cant match tokens if there are no data elements

19 lines of code changed in 1 file:

juvinious 2012-09-08 13:55 Rev.: 7519

[util] Refactor options logic. Add ability to add blocks to two distinct render methods. Add the ability to put animation/images inside block.

199 lines of code changed in 2 files:

juvinious 2012-09-08 08:28 Rev.: 7518

[util] Center text on credits screen.

2 lines of code changed in 1 file:

kazzmir 2012-09-07 22:26 Rev.: 7517

[paintown] add more realistic rain drop effects

53 lines of code changed in 2 files:

kazzmir 2012-09-06 21:52 Rev.: 7513

[paintown] dont draw puddles at the foreground because that uses parallax, instead draw directly to the screen

12 lines of code changed in 1 file:

kazzmir 2012-09-06 11:34 Rev.: 7511

initialize deferResize

2 lines of code changed in 1 file:

juvinious 2012-09-06 11:21 Rev.: 7509

[paintown] Add clear-color in case no background is given to credits. Corrected rgb typo.

18 lines of code changed in 2 files:

juvinious 2012-09-06 09:26 Rev.: 7508

[paintown] Use colors if assigned in credit block.

38 lines of code changed in 2 files:

kazzmir 2012-09-04 23:24 Rev.: 7507

[mugen] implement hit overrides

76 lines of code changed in 2 files:

kazzmir 2012-09-04 23:03 Rev.: 7506

add menu option to change the gib amount

76 lines of code changed in 3 files:

kazzmir 2012-09-04 21:25 Rev.: 7504

[paintown] add property which affects how many gibs to make

39 lines of code changed in 4 files:

kazzmir 2012-09-04 09:17 Rev.: 7503

[mugen] store hit attribute string in a common struct

67 lines of code changed in 5 files:

kazzmir 2012-09-03 14:35 Rev.: 7502

add quantal and precise to the ppa stats

7 lines of code changed in 2 files:

kazzmir 2012-09-03 14:29 Rev.: 7501

[mugen] ignore attributes for reversal.attr and HitOverrides.attr

19 lines of code changed in 2 files:

kazzmir 2012-09-03 12:22 Rev.: 7500

[mugen] optimize sffv2 loading

38 lines of code changed in 2 files:

kazzmir 2012-09-03 11:18 Rev.: 7499

[mugen] draw sffv2 sprites

7 lines of code changed in 2 files:

kazzmir 2012-09-03 11:03 Rev.: 7498

fix tests

6 lines of code changed in 2 files:

kazzmir 2012-09-03 10:16 Rev.: 7497

[mugen] create sprite class for sffv2 images

69 lines of code changed in 3 files:

kazzmir 2012-09-03 09:44 Rev.: 7496

[mugen] move sff stuff to a new file

928 lines of code changed in 4 files:

kazzmir 2012-09-03 09:20 Rev.: 7495

[mugen] use Storage::File in the sffv2 reader instead of ifstream

15 lines of code changed in 1 file:

kazzmir 2012-09-02 22:26 Rev.: 7494

[mugen] create a common interface for sffv1 and sffv2 sprites

71 lines of code changed in 13 files:

kazzmir 2012-09-02 21:46 Rev.: 7493

[mugen] cleanup sff code

41 lines of code changed in 2 files:

kazzmir 2012-09-02 17:49 Rev.: 7492

[mugen] check for sff version numbers

50 lines of code changed in 1 file:

kazzmir 2012-09-02 17:16 Rev.: 7491

[mugen] abstract over using sffv1 or sffv2

51 lines of code changed in 1 file:

kazzmir 2012-09-02 16:48 Rev.: 7490

[mugen] add sffv2 reader

667 lines of code changed in 1 file:

kazzmir 2012-09-01 17:38 Rev.: 7489

[mugen] implement removeOnGetHit for zoom

34 lines of code changed in 3 files:

kazzmir 2012-09-01 17:18 Rev.: 7488

[mugen] implement Pause

35 lines of code changed in 1 file:

kazzmir 2012-09-01 17:07 Rev.: 7487

[mugen] pass pause data to the stage

21 lines of code changed in 3 files:

kazzmir 2012-09-01 09:31 Rev.: 7486

[mugen] when combining effects check for an existing filter

3 lines of code changed in 1 file:

kazzmir 2012-09-01 09:20 Rev.: 7485

[mugen] helpers can be hit like characters

4 lines of code changed in 2 files:

August 2012 »

Generated by StatSVN 0.7.0