Directory editor/src/com/rafkind/paintown/level/

Directory Created:
2007-05-28 14:32
Total Files:
8
Deleted Files:
7
Lines of Code:
3795

[root]/editor/src/com/rafkind/paintown/level
                            Folder removed from repo object (0 files, 0 lines)
                            directory in repo objects (7 files, 1681 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 158 (100.0%) 6341 (100.0%) 40.1
kazzmir 157 (99.4%) 6335 (99.9%) 40.3
juvinious 1 (0.6%) 6 (0.1%) 6.0

Most Recent Commits

kazzmir 2014-01-20 23:43 Rev.: 8188

add build.sbt and upgrade to scala 2.10.3

4 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Editor2.scala (+4 -4)
juvinious 2013-12-31 14:37 Rev.: 8090

[editor] Fix data ObjectBox to properly set file path variable.

6 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Editor2.scala (+6 -11)
kazzmir 2013-02-13 10:36 Rev.: 7790

fix type parameters for jdk7

31 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Editor2.scala (+31 -23)
kazzmir 2012-11-23 18:44 Rev.: 7601

[editor] specify a title for the relative file chooser

10 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Editor.java (+4 -4), Editor2.scala (+6 -6)
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/level: Editor2.scala (+1)
kazzmir 2011-12-30 16:16 Rev.: 6753

add intro and ending fields for levels

42 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Editor2.scala (+42)
kazzmir 2011-12-26 18:06 Rev.: 6725

fix references

59 lines of code changed in 8 files:

  • editor/src/com/rafkind/paintown/level: CatEditor.java (+6 -5), CharacterEditor.java (+7 -4), Editor.java (+15 -6), Editor2.scala (+15 -7), EditorException.java (+4 -4), ItemEditor.java (+8 -5), PropertyEditor.java (+3 -2), RandomNameAction.java (+1 -1)
kazzmir 2011-12-26 17:05 Rev.: 6724

move level editor stuff to the level directory

3724 lines of code changed in 15 files:

  • editor/src/com/rafkind/paintown/level: Block.java (del), Cat.java (del), CatEditor.java (new 27), Character.java (del), CharacterEditor.java (new 182), Editor.java (new 1635), Editor2.scala (new 1599), EditorException.java (new 7), Item.java (del), ItemEditor.java (new 223), Level.java (del), PropertyEditor.java (new 9), RandomNameAction.java (new 42), Stimulation.java (del), Thing.java (del)
kazzmir 2011-12-25 10:56 Rev.: 6715

fix a few bugs caught by findbugs

36 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Level.java (+1 -1), Thing.java (+35 -32)
kazzmir 2011-09-25 13:40 Rev.: 6279

add invincibility and speed stimulations to the level editor

101 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Stimulation.java (+101 -14)
kazzmir 2011-09-15 15:39 Rev.: 6184

dont need junk tokens for panels

0 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (-2)
kazzmir 2009-12-26 21:41 Rev.: 2885

parse triggers

493 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+493 -486)
kazzmir 2009-12-26 21:33 Rev.: 2883

save/load level descriptions

18 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+18)
kazzmir 2008-12-25 14:43 Rev.: 1226

add ids to blocks

35 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Block.java (+18), Level.java (+17)
kazzmir 2008-12-25 13:39 Rev.: 1225

add ids to characters and items

44 lines of code changed in 5 files:

  • editor/src/com/rafkind/paintown/level: Cat.java (+5 -4), Character.java (+1), Item.java (+1), Level.java (+19), Thing.java (+18)
kazzmir 2008-05-12 18:45 Rev.: 1070

implement delete all objects

4 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Block.java (+4)
kazzmir 2008-05-04 17:38 Rev.: 1055

can set blocks continuous in level editor

18 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Block.java (+18)
kazzmir 2007-11-16 22:05 Rev.: 760

add cat to editor

96 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Block.java (+2), Cat.java (new 94)
kazzmir 2007-11-10 09:51 Rev.: 737

add stimulation class

14 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Stimulation.java (new 14)
kazzmir 2007-11-10 09:50 Rev.: 736

fix quoted strings in token reader. can set and load health stimulation on items

17 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Item.java (+17 -4)
kazzmir 2007-11-08 21:48 Rev.: 732

add atmosphere to level editor

18 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+18)
kazzmir 2007-07-31 13:53 Rev.: 334

add in foreground/background parallax widgets and save/load them

31 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+31)
kazzmir 2007-07-26 21:16 Rev.: 278

paths are relative to the data path

10 lines of code changed in 4 files:

  • editor/src/com/rafkind/paintown/level: Character.java (+4 -3), Item.java (+2 -1), Level.java (+2 -1), Thing.java (+2 -2)
kazzmir 2007-07-20 11:50 Rev.: 238

use checkbox to enable/disable a finish block

6 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Block.java (+2 -4), Character.java (+4)
kazzmir 2007-07-19 18:25 Rev.: 233

draw block names

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+1)
kazzmir 2007-07-19 17:04 Rev.: 232

let player select group of levels

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Block.java (+1 -1)
kazzmir 2007-07-19 13:45 Rev.: 231

create new objects bewteen min and max z lines

1 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Item.java (+1), Level.java (-2)
kazzmir 2007-07-19 12:31 Rev.: 230

can copy/paste objects

71 lines of code changed in 4 files:

  • editor/src/com/rafkind/paintown/level: Character.java (+25), Item.java (+8), Level.java (+17 -2), Thing.java (+21 -2)
kazzmir 2007-07-19 06:40 Rev.: 228

set level background color to be dark grey

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+1 -1)
kazzmir 2007-07-14 08:29 Rev.: 213

create levels in tabs

19 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+19 -2)
kazzmir 2007-07-08 19:38 Rev.: 210

update object list when a Thing changes

16 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Thing.java (+16 -15)
kazzmir 2007-07-07 20:18 Rev.: 206

add blocks when the user creates a new level

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+1 -4)
kazzmir 2007-07-05 17:47 Rev.: 202

keep stimulation in items

6 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Item.java (+6)
kazzmir 2007-07-04 10:39 Rev.: 199

initialize a few more things

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+1)
kazzmir 2007-07-04 10:35 Rev.: 198

add 3 blocks to new levels. load level properties at beginning of program

5 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+5)
kazzmir 2007-07-02 18:52 Rev.: 197

replace backslashes with forward slashes

4 lines of code changed in 2 files:

  • editor/src/com/rafkind/paintown/level: Level.java (+3 -3), Thing.java (+1 -1)
kazzmir 2007-06-30 18:44 Rev.: 194

add " around paths to spaces dont mess things up and read " properly in tokens

6 lines of code changed in 3 files:

  • editor/src/com/rafkind/paintown/level: Character.java (+2 -2), Item.java (+1 -1), Level.java (+3 -3)
kazzmir 2007-06-30 16:37 Rev.: 190

can add/remove paths from the object list

1 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+1 -1)
kazzmir 2007-06-30 15:40 Rev.: 188

can add/delete back panels from the order list

18 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+18)
kazzmir 2007-06-28 17:55 Rev.: 185

can erase/add back panels

33 lines of code changed in 1 file:

  • editor/src/com/rafkind/paintown/level: Level.java (+33)

(46 more)

Generated by StatSVN 0.7.0