Directory editor/src/com/rafkind/paintown/animator/

Directory Created:
2007-08-02 09:53
Total Files:
18
Deleted Files:
4
Lines of Code:
5768

[root]/editor/src/com/rafkind/paintown/animator
                            directory in repo events (18 files, 2602 lines)

Lines of Code

editor/src/com/rafkind/paintown/animator/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 509 (100.0%) 15327 (100.0%) 30.1
kazzmir 376 (73.9%) 12451 (81.2%) 33.1
juvinious 133 (26.1%) 2876 (18.8%) 21.6

Most Recent Commits

kazzmir 2014-08-21 22:58 Rev.: 8244

move draw properties to its own module

42 lines of code changed in 5 files:

  • editor/src/com/rafkind/paintown/animator: AnimatedObject.java (+2 -2), Animator2.scala (-28), DrawArea.java (+3 -3), DrawProperties.java (new 36), tools.scala (+1 -1)
kazzmir 2014-01-20 23:43 Rev.: 8188

add build.sbt and upgrade to scala 2.10.3

3 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+3 -3)
kazzmir 2013-02-13 10:36 Rev.: 7790

fix type parameters for jdk7

4 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+4 -4)
kazzmir 2012-11-23 18:44 Rev.: 7601

[editor] specify a title for the relative file chooser

14 lines of code changed in 4 files:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+4 -4), CharacterAnimation.java (+2 -2), Player.java (+7 -7), ProjectilePane.java (+1 -1)
kazzmir 2012-11-23 14:24 Rev.: 7598

[editor] fix relative file chooser dialog box

6 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: CharacterAnimation.java (+6 -1)
kazzmir 2012-08-20 21:35 Rev.: 7447

add checkbox to show image relative to the current frame

35 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+27 -2), tools.scala (+8)
kazzmir 2012-07-31 22:19 Rev.: 7414

rotate image overlay around the center bottom

5 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+5 -6)
kazzmir 2012-07-31 21:25 Rev.: 7413

show value of image rotation in the text field

4 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: tools.scala (+4)
kazzmir 2012-07-29 19:23 Rev.: 7412

save last loaded character

21 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+21)
kazzmir 2012-07-29 10:13 Rev.: 7408

add rotation to image overlay

40 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+31), tools.scala (+9)
kazzmir 2012-06-18 15:10 Rev.: 7372

copy animation type

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+1)
kazzmir 2012-06-17 08:55 Rev.: 7370

add copy animation button

45 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+25 -5), Player.java (+20 -4)
kazzmir 2012-06-17 07:58 Rev.: 7369

move tools to a new tab and show all of them at once

32 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+32 -1)
kazzmir 2012-06-16 20:32 Rev.: 7368

add flip and offset to overlay animations

135 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+36), DrawArea.java (+96 -6), tools.scala (+3 -3)
kazzmir 2012-06-16 14:44 Rev.: 7367

move overlay animation stuff to a class

45 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+45 -18)
kazzmir 2012-06-16 13:53 Rev.: 7366

flip overlayed image horizontally and vertically

57 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+40 -1), tools.scala (+17)
kazzmir 2012-06-10 21:06 Rev.: 7360

fill in the rest of the overlay image controls

139 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+74 -1), tools.scala (+65)
kazzmir 2012-06-10 20:31 Rev.: 7359

start overlay image tool

92 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+7), DrawArea.java (+37), tools.scala (+48)
kazzmir 2012-06-05 22:08 Rev.: 7356

add effect event

48 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+48 -10)
kazzmir 2012-06-03 22:32 Rev.: 7354

add undo to drawing the attack box. use left click for x1, y1 and right click for x2, y2

25 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+25 -1)
kazzmir 2012-06-03 21:29 Rev.: 7353

add more undo actions. disable redo

164 lines of code changed in 5 files:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+7 -5), AnimationCanvas.java (+52 -11), Animator2.scala (+8 -4), CharacterAnimation.java (+84 -31), tools.scala (+13 -2)
kazzmir 2012-06-03 16:30 Rev.: 7352

add undo/redo keys to the animator. add first instance of undo functionality

37 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+23 -1), CharacterAnimation.java (+14 -2)
kazzmir 2012-01-28 22:21 Rev.: 6933

use percentages for speed and scale

14 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+8 -5), Player.java (+6 -6)
kazzmir 2012-01-28 20:55 Rev.: 6931

delay supports milliseconds and seconds

2 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+2 -2)
kazzmir 2012-01-28 18:04 Rev.: 6930

add menu item to change ticks per second

91 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+1 -2), Animator2.scala (+90 -61)
kazzmir 2012-01-08 22:57 Rev.: 6809

choose a reasonable default scale when the draw area is displayed for the first time

63 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+5 -1), AnimationCanvas.java (+17 -7), DrawArea.java (+41)
kazzmir 2012-01-04 16:34 Rev.: 6785

print the current working directory on startup

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+1)
kazzmir 2011-12-27 23:11 Rev.: 6730

start animations at their first frame

6 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimatedObject.java (+2), AnimationCanvas.java (+4 -4)
kazzmir 2011-12-26 18:06 Rev.: 6725

fix references

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Animator2.scala (+1 -1)
kazzmir 2011-12-25 10:56 Rev.: 6715

fix a few bugs caught by findbugs

3 lines of code changed in 4 files:

  • editor/src/com/rafkind/paintown/animator: AnimatedObject.java (-1), AnimationCanvas.java (+2 -7), DrawArea.java (-5), Player.java (+1 -1)
kazzmir 2011-12-24 13:22 Rev.: 6712

some code cleanup

4 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Player.java (+4 -60)
kazzmir 2011-12-24 10:45 Rev.: 6711

make previous/next frame buttons do something, but they arent quite right

24 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Player.java (+24)
kazzmir 2011-12-24 10:36 Rev.: 6710

combo pane: show the current animation in blue. enable drag and drop

100 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+2 -35), Player.java (+98)
kazzmir 2011-12-24 10:03 Rev.: 6709

add tools to the combo viewer

131 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+6 -6), Player.java (+125)
kazzmir 2011-12-23 22:54 Rev.: 6708

move some tools to a scala module

48 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+2 -35), tools.scala (new 46)
kazzmir 2011-12-23 21:41 Rev.: 6706

implement stop button for the combo pane

28 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: DrawArea.java (+1 -1), Player.java (+27 -18)
kazzmir 2011-12-23 17:36 Rev.: 6705

combo pane cane show animations in sequence

135 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/animator: Animation.java (+46 -27), DrawArea.java (+3 -3), Player.java (+86 -109)
kazzmir 2011-12-23 12:25 Rev.: 6704

start combo pane

26 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+7 -7), Player.java (+19 -2)
kazzmir 2011-12-22 22:02 Rev.: 6702

put character animations and properties in tabs instead of a split pane

22 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator: Player.java (+22 -5)
kazzmir 2011-12-22 14:08 Rev.: 6701

add a slider to control the translucency of overlay animations

42 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator: AnimationCanvas.java (+13 -9), DrawArea.java (+29 -2)

(224 more)

Generated by StatSVN 0.7.0