Directory src/openbor/

Directory Created:
2010-07-06 12:40
Total Files:
15
Deleted Files:
0
Lines of Code:
2505

[root]/src/openbor

Lines of Code

src/openbor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 119 (100.0%) 4579 (100.0%) 38.4

Most Recent Commits

kazzmir 2013-10-09 23:22 Rev.: 8043

update other peg files

19 lines of code changed in 1 file:

  • src/openbor: data.cpp (+19 -4)
kazzmir 2012-12-14 23:28 Rev.: 7663

move load_exception to util/exceptions

1 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+1 -1)
kazzmir 2012-12-12 00:00 Rev.: 7642

move bitmap files to util/graphics

1 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+1 -1)
kazzmir 2012-10-12 15:27 Rev.: 7579

add Regex type to disambiguate raw strings from regeexes

1 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+1 -1)
kazzmir 2012-07-08 16:17 Rev.: 7392

update openbor parser

47 lines of code changed in 1 file:

  • src/openbor: data.cpp (+47 -47)
kazzmir 2012-04-08 11:47 Rev.: 7235

[paintown] load players from zip files

8 lines of code changed in 2 files:

  • src/openbor: display-character.cpp (+6 -6), display-character.h (+2 -1)
kazzmir 2012-01-11 17:35 Rev.: 6825

remove global resolution definitions

2 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+2 -1)
kazzmir 2011-12-18 14:06 Rev.: 6688

re-enable gch. dont rebuild util source files in the tests

182 lines of code changed in 2 files:

  • src/openbor: data.cpp (+181 -111), data.peg (+1 -1)
kazzmir 2011-12-03 21:02 Rev.: 6628

move exceptions to util

2 lines of code changed in 2 files:

  • src/openbor: mod.cpp (+1 -1), pack-reader.h (+1 -1)
kazzmir 2011-09-17 15:23 Rev.: 6196

combine configuration index with the input source

3 lines of code changed in 2 files:

  • src/openbor: mod.cpp (+2 -2), mod.h (+1 -1)
kazzmir 2011-09-12 20:50 Rev.: 6163

[paintown] use the configuration of the current player for the select screen

2 lines of code changed in 2 files:

  • src/openbor: mod.cpp (+1 -1), mod.h (+1 -1)
kazzmir 2011-06-26 14:33 Rev.: 5667

move path stuff to its own namespace

1 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+1 -1)
kazzmir 2011-06-25 16:08 Rev.: 5664

start to abstract over filesystem stuff

3 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+3 -3)
kazzmir 2011-05-25 13:25 Rev.: 5560

[paintown] use reference counts for animations to make sure they get deleted

0 lines of code changed in 1 file:

  • src/openbor: display-character.cpp (-5)
kazzmir 2011-04-22 12:48 Rev.: 5468

make openbor extracter work

34 lines of code changed in 2 files:

  • src/openbor: SConstruct (new 22), extract.cpp (+12)
kazzmir 2011-02-19 11:44 Rev.: 5378

wrap bitmap class in a Graphics namespace

5 lines of code changed in 2 files:

  • src/openbor: mod.cpp (+4 -4), mod.h (+1 -1)
kazzmir 2011-01-15 13:34 Rev.: 5258

use filters for remaps instead of copying sprites

1 lines of code changed in 1 file:

  • src/openbor: display-character.cpp (+1 -1)
kazzmir 2010-12-31 20:10 Rev.: 5165

move input to util

2 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+2 -2)
kazzmir 2010-12-31 17:24 Rev.: 5162

move game to paintown-engine

1 lines of code changed in 1 file:

  • src/openbor: mod.h (+1 -1)
kazzmir 2010-12-30 23:12 Rev.: 5155

move object and level to paintown-engine

6 lines of code changed in 5 files:

  • src/openbor: animation.cpp (+1 -1), animation.h (+1 -1), display-character.cpp (+2 -2), display-character.h (+1 -1), mod.cpp (+1 -1)
kazzmir 2010-12-30 22:03 Rev.: 5147

move debug to util

2 lines of code changed in 2 files:

  • src/openbor: mod.cpp (+1 -1), pack-reader.cpp (+1 -1)
kazzmir 2010-12-30 20:45 Rev.: 5145

move init to util

1 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+1 -1)
kazzmir 2010-12-24 21:30 Rev.: 5072

rename readString to avoid a macro

1 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+1 -1)
kazzmir 2010-12-24 21:24 Rev.: 5071

read mugen data in little endian mode

2 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+2 -120)
kazzmir 2010-12-23 11:17 Rev.: 5042

add the normal paintown background in the network server level selection. make sure some objects exist before making rain drops

1 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+1 -1)
kazzmir 2010-11-14 13:00 Rev.: 4934

add Paintown namespace

20 lines of code changed in 4 files:

  • src/openbor: animation.cpp (+7 -7), animation.h (+8 -5), display-character.cpp (+4 -4), display-character.h (+1 -1)
kazzmir 2010-10-13 23:22 Rev.: 4870

remove >> from Token completely. use TokenView everywhere

8 lines of code changed in 1 file:

  • src/openbor: display-character.cpp (+8 -6)
kazzmir 2010-10-13 19:55 Rev.: 4868

add a view object to tokens so immutable tokens can still be parsed

8 lines of code changed in 2 files:

  • src/openbor: display-character.cpp (+6 -6), mod.cpp (+2 -2)
kazzmir 2010-09-10 10:56 Rev.: 4763

update data parser

473 lines of code changed in 1 file:

  • src/openbor: data.cpp (+473 -443)
kazzmir 2010-07-27 14:03 Rev.: 4544

move bitmap header for windows

1 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+1 -1)
kazzmir 2010-07-25 15:27 Rev.: 4514

add some line number information. fix printing assignments

63 lines of code changed in 1 file:

  • src/openbor: data.cpp (+63 -4)
kazzmir 2010-07-20 13:55 Rev.: 4477

replace pthreads with local Thread api in ethe network code. remove uneeded wii hacks

1 lines of code changed in 1 file:

  • src/openbor: pack-reader.cpp (+1 -1)
kazzmir 2010-07-19 20:16 Rev.: 4473

start to implement separate select screen for openbor

94 lines of code changed in 1 file:

  • src/openbor: mod.cpp (+94)
kazzmir 2010-07-18 18:41 Rev.: 4471

set starting token for openbor data files

2 lines of code changed in 2 files:

  • src/openbor: data.cpp (+1 -1), data.peg (+1 -1)
kazzmir 2010-07-18 18:18 Rev.: 4469

only add new remaps

3 lines of code changed in 1 file:

  • src/openbor: display-character.cpp (+3 -1)
kazzmir 2010-07-18 18:07 Rev.: 4468

get remap bitmaps from the right place. copy animations appropriately

2 lines of code changed in 2 files:

  • src/openbor: animation.cpp (+1 -1), animation.h (+1 -1)
kazzmir 2010-07-18 17:43 Rev.: 4467

compute offsets differently for openbor characters

54 lines of code changed in 3 files:

  • src/openbor: animation.cpp (new 26), animation.h (new 24), display-character.cpp (+4 -1)
kazzmir 2010-07-18 14:18 Rev.: 4466

set animation name

2 lines of code changed in 1 file:

  • src/openbor: display-character.cpp (+2 -2)
kazzmir 2010-07-18 13:42 Rev.: 4465

delegate bitmap creation to the mod

24 lines of code changed in 4 files:

  • src/openbor: mod.cpp (+13), mod.h (+1), pack-reader.cpp (+6 -2), pack-reader.h (+4)
kazzmir 2010-07-18 13:18 Rev.: 4464

copy animation tokens. extract some openbor data

98 lines of code changed in 2 files:

  • src/openbor: display-character.cpp (+96 -1), display-character.h (+2)

(28 more)

Generated by StatSVN 0.7.0