Directory src/test/gui/

Directory Created:
2011-09-30 13:49
Total Files:
11
Deleted Files:
6
Lines of Code:
1421

[root]/src/test/gui

Lines of Code

src/test/gui/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 187 (100.0%) 4149 (100.0%) 22.1
juvinious 138 (73.8%) 3798 (91.5%) 27.5
kazzmir 49 (26.2%) 351 (8.5%) 7.1

Most Recent Commits

kazzmir 2014-01-31 10:17 Rev.: 8196

remove headers that confuse scons

0 lines of code changed in 1 file:

  • src/test/gui: space.cpp (-2)
kazzmir 2014-01-31 00:08 Rev.: 8194

remove common/init.cpp and fix tests

0 lines of code changed in 1 file:

  • src/test/gui: SConstruct (-2)
kazzmir 2014-01-30 23:50 Rev.: 8193

use normal init instead of test/common

6 lines of code changed in 2 files:

  • src/test/gui: cutscene.cpp (+3 -6), test.cpp (+3 -9)
kazzmir 2014-01-29 00:01 Rev.: 8192

remove common/timer.cpp

0 lines of code changed in 1 file:

  • src/test/gui: SConstruct (-1)
kazzmir 2014-01-28 23:57 Rev.: 8191

use global init for tests instead of an adhoc version in common

4 lines of code changed in 2 files:

  • src/test/gui: cutscene.cpp (+2 -2), test.cpp (+2 -2)
kazzmir 2013-04-18 13:26 Rev.: 7868

fix InputSource in tests

2 lines of code changed in 2 files:

  • src/test/gui: cutscene.cpp (+1 -1), test.cpp (+1 -1)
kazzmir 2013-01-04 12:26 Rev.: 7722

fix tests. add a font exception

0 lines of code changed in 1 file:

  • src/test/gui: SConstruct (-2)
kazzmir 2012-12-14 23:28 Rev.: 7663

move load_exception to util/exceptions

1 lines of code changed in 1 file:

  • src/test/gui: cutscene.cpp (+1 -1)
kazzmir 2012-12-13 11:59 Rev.: 7652

fix tests

2 lines of code changed in 2 files:

  • src/test/gui: cutscene.cpp (+1 -1), test.cpp (+1 -1)
kazzmir 2012-12-12 00:00 Rev.: 7642

move bitmap files to util/graphics

2 lines of code changed in 2 files:

  • src/test/gui: cutscene.cpp (+1 -1), test.cpp (+1 -1)
juvinious 2012-10-12 09:56 Rev.: 7578

[Util] Fix regex parsing of image number. Print out trace in cutscene test.

2 lines of code changed in 1 file:

  • src/test/gui: cutscene.cpp (+2)
kazzmir 2012-01-31 18:26 Rev.: 6941

make tests and paintown binary depend on archives

3 lines of code changed in 1 file:

  • src/test/gui: SConstruct (+3 -3)
kazzmir 2012-01-13 22:38 Rev.: 6839

move paintown character select test to test/paintown

0 lines of code changed in 5 files:

  • src/test/gui: SConstruct (-33), markus95.txt (del), select-main.cpp (del), select.txt (del), ssfiv.txt (del)
juvinious 2012-01-10 14:04 Rev.: 6817

Fix buffer for tests. Index sounds for CharacterSelect and enable 1p cursor for now. Set State in GridSelect.

3 lines of code changed in 3 files:

  • src/test/gui: cutscene.cpp (+1 -1), select-main.cpp (+1 -1), test.cpp (+1 -1)
juvinious 2012-01-10 12:43 Rev.: 6816

Hard code screen buffer for now.

3 lines of code changed in 3 files:

  • src/test/gui: cutscene.cpp (+1 -1), select-main.cpp (+1 -1), test.cpp (+1 -1)
kazzmir 2012-01-05 11:21 Rev.: 6788

font is optional in a gui animation

1 lines of code changed in 1 file:

  • src/test/gui: cutscene-text.txt (+1 -1)
kazzmir 2011-12-29 16:31 Rev.: 6742

allow scenes to be read from files

57 lines of code changed in 3 files:

  • src/test/gui: cutscene-file.txt (new 3), cutscene-random.txt (new 32), scene1.txt (new 22)
kazzmir 2011-12-29 13:52 Rev.: 6740

add (all) cutscene combinator which draws all elements at the same time

53 lines of code changed in 2 files:

  • src/test/gui: cutscene-all.txt (new 25), cutscene-layers.txt (new 28)
kazzmir 2011-12-29 11:26 Rev.: 6739

add cutscene tests for looping and text animations

45 lines of code changed in 2 files:

  • src/test/gui: cutscene-loop.txt (new 19), cutscene-text.txt (new 26)
juvinious 2011-12-21 10:18 Rev.: 6693

Provide info from Frame and Animation. Display information about current scene info and add more options in the test.

97 lines of code changed in 1 file:

  • src/test/gui: cutscene.cpp (+97 -18)
juvinious 2011-12-20 09:40 Rev.: 6691

Make gui test for cutscene useful as a player. Make CutScene, Animation and Frame able to step forward or in reverse in given ticks.

84 lines of code changed in 1 file:

  • src/test/gui: cutscene.cpp (+84 -30)
juvinious 2011-12-19 09:35 Rev.: 6689

Begin to make cutscene test useful by adding new members to CutScene and Animation to assist with resetting and stepping through animations.

88 lines of code changed in 1 file:

  • src/test/gui: cutscene.cpp (+88 -11)
kazzmir 2011-12-18 14:06 Rev.: 6688

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

3 lines of code changed in 1 file:

  • src/test/gui: SConstruct (+3 -60)
juvinious 2011-12-16 21:43 Rev.: 6685

Begin to add cutscene test.

142 lines of code changed in 2 files:

  • src/test/gui: SConstruct (+7), cutscene.cpp (new 135)
kazzmir 2011-12-04 13:43 Rev.: 6630

fix tests. remove unused gdb compile argument

3 lines of code changed in 1 file:

  • src/test/gui: SConstruct (+3 -2)
kazzmir 2011-11-11 11:26 Rev.: 6566

[paintown] character select takes an absolute path. move some public classes to the implementation file

2 lines of code changed in 1 file:

  • src/test/gui: select-main.cpp (+2 -1)
juvinious 2011-11-08 10:02 Rev.: 6550

Add thickness to CellData.

4 lines of code changed in 1 file:

  • src/test/gui: ssfiv.txt (+4 -4)
juvinious 2011-11-07 14:05 Rev.: 6546

Allow messages to be changed.

32 lines of code changed in 4 files:

  • src/test/gui: markus95.txt (+3 -2), select-main.cpp (+14 -1), select.txt (+10 -6), ssfiv.txt (+5 -4)
juvinious 2011-11-07 08:13 Rev.: 6544

Remove old test version of CharacterSelect. Fixed CharacterSelect tests.

11 lines of code changed in 6 files:

  • src/test/gui: character-select.cpp (del), character-select.h (del), markus95.txt (+1 -3), select-main.cpp (+5 -5), select.txt (+1 -3), ssfiv.txt (+4 -6)
kazzmir 2011-11-06 22:01 Rev.: 6541

fix test sources

1 lines of code changed in 1 file:

  • src/test/gui: SConstruct (+1 -1)
kazzmir 2011-11-03 22:05 Rev.: 6516

space points use doubles consistently. simple point tests

68 lines of code changed in 2 files:

  • src/test/gui: SConstruct (+6 -1), space.cpp (+62 -3)
juvinious 2011-11-03 18:35 Rev.: 6514

Start adding content to space test.

121 lines of code changed in 2 files:

  • src/test/gui: SConstruct (+9), space.cpp (+112 -1)
kazzmir 2011-11-03 15:09 Rev.: 6513

add start of space test

4 lines of code changed in 1 file:

  • src/test/gui: space.cpp (new 4)
juvinious 2011-11-03 10:02 Rev.: 6510

Fix nameplacer location in SConscripts. Clear to mask in draw method for Gui::Animation. Remove Image/ImageData and use Gui::Animation for all image/animated items.

14 lines of code changed in 4 files:

  • src/test/gui: SConstruct (+1 -1), character-select.cpp (+2 -93), character-select.h (+1 -31), markus95.txt (+10 -10)
kazzmir 2011-11-02 16:07 Rev.: 6503

remove public deprecated constructors from tokenreader

2 lines of code changed in 1 file:

  • src/test/gui: character-select.cpp (+2 -2)
juvinious 2011-11-02 13:43 Rev.: 6502

Begin to re-use Gui::Animation for image items in character select.

5 lines of code changed in 3 files:

  • src/test/gui: character-select.cpp (+2 -2), character-select.h (+1 -1), markus95.txt (+2 -2)
juvinious 2011-11-02 06:41 Rev.: 6499

Remove location in animation and issue warning. Corrected placement of triangles to match placement of images.

9 lines of code changed in 3 files:

  • src/test/gui: character-select.cpp (+5 -3), markus95.txt (+1 -1), select.txt (+3 -3)
kazzmir 2011-11-01 21:20 Rev.: 6496

[paintown] play intros for players at the start of the game

2 lines of code changed in 1 file:

  • src/test/gui: markus95.txt (+2 -2)
juvinious 2011-11-01 14:58 Rev.: 6495

Default to 2 on gradient size.

2 lines of code changed in 1 file:

  • src/test/gui: character-select.cpp (+2 -2)
kazzmir 2011-11-01 13:14 Rev.: 6493

fix parsing tokens in the gradient

3 lines of code changed in 1 file:

  • src/test/gui: character-select.cpp (+3 -6)

(55 more)

Generated by StatSVN 0.7.0