Directory src/openbor/

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

[root]/src/openbor

Lines of Code

src/openbor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 118 (100.0%) 4560 (100.0%) 38.6

Most Recent Commits

kazzmir 2012-12-15 01: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 02: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 17: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 18:17 Rev.: 7392

update openbor parser

47 lines of code changed in 1 file:

  • src/openbor: data.cpp (+47 -47)
kazzmir 2012-04-08 13: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 19: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 16: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 23: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 17: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 22: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 16: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 18: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 15: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 14: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 13: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 15: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 22: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 19: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-31 01: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-31 00: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 22: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 23: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 23: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 13: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 15: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-14 01: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 21: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 12:56 Rev.: 4763

update data parser

473 lines of code changed in 1 file:

  • src/openbor: data.cpp (+473 -443)
kazzmir 2010-07-27 16: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 17: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 15: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 22: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 20: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 20: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 20: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 19: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 16: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 15: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 15: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)
kazzmir 2010-07-18 14:02 Rev.: 4460

start to implement openbor select player screen

34 lines of code changed in 3 files:

  • src/openbor: display-character.cpp (new 13), display-character.h (new 21), mod.cpp (-54)

(27 more)

Generated by StatSVN 0.7.0