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

Directory Created:
2007-08-11 07:17
Total Files:
18
Deleted Files:
4
Lines of Code:
2602

[root]/editor/src/com/rafkind/paintown/animator/events

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 288 (100.0%) 4927 (100.0%) 17.1
kazzmir 224 (77.8%) 3427 (69.6%) 15.2
juvinious 64 (22.2%) 1500 (30.4%) 23.4

Most Recent Commits

kazzmir 2013-04-14 21:27 Rev.: 7865

[editor] add perpetual event

52 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+1), events.scala (+51)
kazzmir 2013-02-13 10:36 Rev.: 7790

fix type parameters for jdk7

1 lines of code changed in 1 file:

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

[editor] specify a title for the relative file chooser

2 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: ProjectileEvent.java (+1 -1), SoundEvent.java (+1 -1)
kazzmir 2012-06-05 22:17 Rev.: 7357

use mouse to move effect point

53 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+53 -2)
kazzmir 2012-06-05 22:08 Rev.: 7356

add effect event

120 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+8 -7), events.scala (+112)
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

51 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+51 -6)
kazzmir 2012-04-27 19:40 Rev.: 7295

use proper comparison operator for strings

3 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: DelayEvent.java (+3 -3)
kazzmir 2012-01-28 22:07 Rev.: 6932

delay event UI supports ticks/ms/s

20 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: DelayEvent.java (+20)
kazzmir 2012-01-28 20:55 Rev.: 6931

delay supports milliseconds and seconds

55 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: DelayEvent.java (+55 -8)
kazzmir 2012-01-22 23:20 Rev.: 6895

match empty defense boxes to all 0s

4 lines of code changed in 1 file:

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

fix a few bugs caught by findbugs

5 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/animator/events: BBoxEvent.java (+1 -1), FaceEvent.java (+1 -1), StatusEvent.java (+3 -3)
kazzmir 2011-12-11 18:17 Rev.: 6659

compute attack/defense boxes based on the animations position and offset

16 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+16 -9)
kazzmir 2011-12-11 10:23 Rev.: 6652

reset animations before applying relative offset changes

40 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+40 -34)
kazzmir 2011-11-13 11:57 Rev.: 6570

add relative offset event

81 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+1), events.scala (+80)
kazzmir 2011-11-12 21:37 Rev.: 6568

redraw the event list when an event is changed

147 lines of code changed in 17 files:

  • editor/src/com/rafkind/paintown/animator/events: AnimationEvent.java (+3), BBoxEvent.java (+23 -25), CoordsEvent.java (+8 -5), DelayEvent.java (+4 -1), FaceEvent.java (+6 -5), JumpEvent.java (+6 -1), NopEvent.java (+3 -1), OffsetEvent.java (+5 -1), ProjectileEvent.java (+9 -1), ShadowEvent.java (+5 -1), SoundEvent.java (+4 -1), StatusEvent.java (+4 -1), TicketEvent.java (+3 -1), TrailEvent.java (+5 -1), UserDefinedEvent.java (+9 -1), ZDistanceEvent.java (+6 -5), events.scala (+44 -5)
kazzmir 2011-11-09 23:03 Rev.: 6562

add hittable event

45 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+1), events.scala (+44)
kazzmir 2011-10-26 21:24 Rev.: 6455

add descriptions for all events

99 lines of code changed in 16 files:

  • editor/src/com/rafkind/paintown/animator/events: AnimationEvent.java (+16), BBoxEvent.java (+4), CoordsEvent.java (+6 -2), DelayEvent.java (+4), FaceEvent.java (+7 -4), JumpEvent.java (+4), NopEvent.java (+6 -2), OffsetEvent.java (+4), ProjectileEvent.java (+6 -2), ShadowEvent.java (+6 -2), SoundEvent.java (+6 -2), StatusEvent.java (+6 -2), TicketEvent.java (+6 -2), TrailEvent.java (+4), ZDistanceEvent.java (+6 -2), events.scala (+8)
kazzmir 2011-10-20 21:30 Rev.: 6419

remove old event classes

0 lines of code changed in 4 files:

  • editor/src/com/rafkind/paintown/animator/events: AttackEvent.java (del), DefenseEvent.java (del), FrameEvent.java (del), MoveEvent.java (del)
kazzmir 2011-10-18 20:43 Rev.: 6409

remove old animator class

7 lines of code changed in 5 files:

  • editor/src/com/rafkind/paintown/animator/events: FrameEvent.java (+2 -2), ProjectileEvent.java (+2 -2), SoundEvent.java (+2 -2), TicketEvent.java (+1 -1), TrailEvent.java (-1)
kazzmir 2011-10-08 22:49 Rev.: 6350

implement copy/paste for events

183 lines of code changed in 21 files:

  • editor/src/com/rafkind/paintown/animator/events: AnimationEvent.java (+1), AttackEvent.java (+4), BBoxEvent.java (+4), CoordsEvent.java (+4), DefenseEvent.java (+4), DelayEvent.java (+6), FaceEvent.java (+9 -6), FrameEvent.java (+4), JumpEvent.java (+8), MoveEvent.java (+8), NopEvent.java (+4), OffsetEvent.java (+7), ProjectileEvent.java (+11), ShadowEvent.java (+7), SoundEvent.java (+9 -2), StatusEvent.java (+7 -3), TicketEvent.java (+4), TrailEvent.java (+7), UserDefinedEvent.java (+9), ZDistanceEvent.java (+7 -2), events.scala (+59 -16)
kazzmir 2011-08-16 14:37 Rev.: 5911

add button to adjust all offsets simultaneously

32 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: OffsetEvent.java (+31 -16), events.scala (+1 -1)
kazzmir 2011-08-13 21:12 Rev.: 5878

add button that adds all available frames to the event list

3 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+3 -16)
kazzmir 2011-07-11 10:08 Rev.: 5732

fix filter operations

3 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+3 -3)
kazzmir 2011-07-09 18:26 Rev.: 5725

use new scala events

4 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+4 -6)
kazzmir 2011-07-09 13:30 Rev.: 5724

convert defense event to scala

189 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+189 -8)
kazzmir 2011-07-08 20:44 Rev.: 5723

convert move event to scala

62 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+62)
kazzmir 2011-06-29 21:07 Rev.: 5679

java -> scala

149 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+149 -1)
kazzmir 2011-06-28 21:02 Rev.: 5678

java -> scala

53 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+53 -60)
kazzmir 2011-06-22 13:39 Rev.: 5649

clean up nacl stuff. some scala cleanup as well

84 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (+84 -120)
kazzmir 2011-06-20 21:43 Rev.: 5643

start scala implementation of events

309 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: events.scala (new 309)
kazzmir 2011-06-12 10:27 Rev.: 5629

animation events can be doubles

8 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: DelayEvent.java (+8 -8)
kazzmir 2011-06-12 10:01 Rev.: 5628

use the right property to enable/disable onion skinning. find any .txt file in the quick loader

110 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: FrameEvent.java (+110 -110)
kazzmir 2011-02-23 22:39 Rev.: 5397

add forces to the editor. fix bug in token matcher

34 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: AttackEvent.java (+34 -9)
kazzmir 2010-04-11 17:06 Rev.: 3875

use Data class

3 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: FrameEvent.java (+3 -2)
kazzmir 2009-12-28 20:26 Rev.: 2911

quote strings

11 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: UserDefinedEvent.java (+11 -2)
kazzmir 2009-12-28 20:17 Rev.: 2910

add user editor

26 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+1), JumpEvent.java (+1 -2), UserDefinedEvent.java (+24 -2)
kazzmir 2009-12-28 20:09 Rev.: 2909

load/save tokens for user-defined events

12 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: UserDefinedEvent.java (+12 -1)
kazzmir 2009-12-28 20:07 Rev.: 2908

start to add user defined events

37 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: JumpEvent.java (+2 -2), UserDefinedEvent.java (new 35)
kazzmir 2009-12-28 19:55 Rev.: 2906

create new attack/defense boxes if none exist

16 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/animator/events: AttackEvent.java (+9 -1), DefenseEvent.java (+7)
kazzmir 2009-12-28 18:18 Rev.: 2905

add resource files for defense and update the factory

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/animator/events: EventFactory.java (+1)

(50 more)

Generated by StatSVN 0.7.0