Directory editor/src/com/rafkind/platformer/

Directory Created:
2013-12-30 13:56
Total Files:
6
Deleted Files:
0
Lines of Code:
4450

[root]/editor/src/com/rafkind/platformer

Lines of Code

editor/src/com/rafkind/platformer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 105 (100.0%) 5644 (100.0%) 53.7
juvinious 101 (96.2%) 5624 (99.6%) 55.6
kazzmir 4 (3.8%) 20 (0.4%) 5.0

Most Recent Commits

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

add build.sbt and upgrade to scala 2.10.3

20 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+6 -6), CollisionMap.scala (+2 -2), Script.scala (+8 -8), Tiles.scala (+4 -4)
juvinious 2014-01-20 22:34 Rev.: 8186

[platformer] Do not make copies of the same script in the editor so that properties can be updated easily. Handle frame based collisions in ScriptObject. Rewrote world-1-1 to reflect changes.

302 lines of code changed in 3 files:

  • editor/src/com/rafkind/platformer: Animation.scala (-1), Script.scala (+230 -50), World.scala (+72 -24)
juvinious 2014-01-17 15:24 Rev.: 8178

[platformer] Do not hardcode paths to scripts and add option to add search paths. Moved test scripts and organized object scripts.

129 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Script.scala (+92 -1), World.scala (+37)
juvinious 2014-01-14 22:08 Rev.: 8173

[editor] Add in frame collision info for Animations. Move Animations to its own tab. Allow animations to be added to script objects.

211 lines of code changed in 5 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+38), CollisionMap.scala (+18 -11), MapEditor.scala (+1), Script.scala (+61 -4), World.scala (+93 -82)
juvinious 2014-01-11 15:16 Rev.: 8157

[editor] Add button to clear selections.

23 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: World.scala (+23 -8)
juvinious 2014-01-11 10:12 Rev.: 8156

[platformer] Added parsing for script files and option to add them to editor.

165 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Script.scala (+120), World.scala (+45)
juvinious 2014-01-11 08:16 Rev.: 8155

[editor] Modify the world values layout to use a tabbed pane to accomodate fields.

134 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+5 -2), World.scala (+129 -88)
juvinious 2014-01-10 14:48 Rev.: 8151

[platformer] Remove mutable for map of Value in ScriptObject. Added ability to manipulate objects placement with the mouse. Used overlay to accurately replicate map world 1-1.

176 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+1 -8), MapEditor.scala (+11), Script.scala (+2 -5), World.scala (+162 -31)
juvinious 2014-01-10 09:09 Rev.: 8150

[editor] Add overlay option to aid in modeling large levels or maps.

80 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+7 -5), World.scala (+73 -2)
juvinious 2014-01-10 06:02 Rev.: 8149

[platformer] Added script objects to MapEditor. Updated test map.

474 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+14), CollisionMap.scala (+8), Script.scala (new 397), World.scala (+55)
juvinious 2014-01-06 12:31 Rev.: 8120

[editor] Format and layout changes.

145 lines of code changed in 5 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+43 -14), CollisionMap.scala (+2), MapEditor.scala (-4), Tiles.scala (+19 -4), World.scala (+81 -71)
juvinious 2014-01-05 21:09 Rev.: 8119

[editor] Correct FPS text scale.

7 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: World.scala (+7 -4)
juvinious 2014-01-05 20:00 Rev.: 8118

[editor] Add display FPS option for animations. Allow disabling of animations.

61 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+6 -5), World.scala (+55 -13)
juvinious 2014-01-05 05:46 Rev.: 8117

[editor] Use a more effecient way of rendering the animations.

76 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+5 -3), World.scala (+71 -9)
juvinious 2014-01-05 04:19 Rev.: 8116

[platformer] Added fill-color option. [editor] Added color chooser for world fill color. Added color chooser for tile grid. Added ability to create collision map areas with the mouse.

264 lines of code changed in 5 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+15 -11), CollisionMap.scala (+34 -1), MapEditor.scala (+11 -21), Tiles.scala (+52 -5), World.scala (+152 -10)
juvinious 2014-01-04 21:12 Rev.: 8115

[platformer] Update tokenized collision-map details.

15 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: CollisionMap.scala (+15 -5)
juvinious 2014-01-04 16:53 Rev.: 8112

[editor] Add conditionals so that empty items can't get added to the lists.

33 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+26 -18), Tiles.scala (+7 -3)
juvinious 2014-01-04 16:35 Rev.: 8111

[editor] Add ability to swap list items. Removed labels for list manipulation.

106 lines of code changed in 3 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+36), Tiles.scala (+18 -4), World.scala (+52)
juvinious 2014-01-04 04:13 Rev.: 8110

[editor] Move collision render cycle above tilesets. Fixed collision area toToken. Added acceleration to token creation in world.

7 lines of code changed in 3 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+1 -1), CollisionMap.scala (+2 -2), World.scala (+4 -3)
juvinious 2014-01-04 03:10 Rev.: 8109

[editor] Add in collision map details and editing.

271 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: CollisionMap.scala (new 242), World.scala (+29 -6)
juvinious 2014-01-04 00:31 Rev.: 8108

[editor] Make panels smaller in world panel.

33 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: World.scala (+33)
juvinious 2014-01-03 17:40 Rev.: 8107

[editor] Remove redundant variables. Enable multiple file selection for images.

13 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+6 -6), MapEditor.scala (+2 -1), Tiles.scala (+1 -3), World.scala (+4 -8)
juvinious 2014-01-03 15:10 Rev.: 8106

[editor] Rename variables with meaningful names.

14 lines of code changed in 3 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+8 -8), Tiles.scala (+2 -2), World.scala (+4 -4)
juvinious 2014-01-03 14:42 Rev.: 8105

[editor] Fix data paths and play animations.

100 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+41 -11), MapEditor.scala (+2), Tiles.scala (+17 -14), World.scala (+40 -5)
juvinious 2014-01-03 12:17 Rev.: 8104

[editor] Add tile dialog. Read in/out token data for saving/loading. Allow selected animation to create tiles on left mouse click. Right mouse click deletes tile. Render tiles.

510 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+92 -24), MapEditor.scala (+18 -3), Tiles.scala (+235 -17), World.scala (+165 -25)
juvinious 2014-01-02 21:38 Rev.: 8102

[editor] Allow only one background or foreground to be active. Add additional connections for tilesets and tiles.

158 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Tiles.scala (+106 -3), World.scala (+52 -17)
juvinious 2014-01-02 19:58 Rev.: 8101

[editor] Adjust JPanel on the right side to not take up the entire screen.

2 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+2)
juvinious 2014-01-02 16:58 Rev.: 8100

[editor] Connect necessary swixml components to create animations, frames and images.

337 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+336 -18), Tiles.scala (+1)
juvinious 2014-01-02 11:10 Rev.: 8099

[editor] Added dialog for editing a TileSet. Connected widgets for Animation and TileSet editing.

437 lines of code changed in 3 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+124 -2), Tiles.scala (+195 -1), World.scala (+118 -28)
juvinious 2014-01-02 08:08 Rev.: 8098

[editor] Additional widgets for animation editing.

3 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: World.scala (+3 -1)
juvinious 2014-01-02 07:24 Rev.: 8097

[editor] Begin adding animation dialog.

27 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Tiles.scala (+2 -2), World.scala (+25)
juvinious 2014-01-02 05:12 Rev.: 8096

[editor] Add world offset controls.

45 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+3 -11), World.scala (+42 -1)
juvinious 2014-01-01 21:12 Rev.: 8094

[editor] Move world data panel construction over to World object.

144 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+10 -131), World.scala (+134)
juvinious 2014-01-01 15:27 Rev.: 8093

[editor] Fix scale factor and scrollbars.

14 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+4 -6), World.scala (+10 -4)
juvinious 2014-01-01 14:42 Rev.: 8092

[editor] Connect swixml widgets to world values.

128 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+128 -1)
juvinious 2013-12-31 15:32 Rev.: 8091

[editor] Make platformer editor use its own resources. Add world data values to upper right pane.

7 lines of code changed in 1 file:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+7 -2)
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/platformer: MapEditor.scala (+6 -10)
juvinious 2013-12-31 10:06 Rev.: 8089

[editor] Add TileSet and render grid.

112 lines of code changed in 4 files:

  • editor/src/com/rafkind/platformer: Animation.scala (+26 -10), MapEditor.scala (+1 -1), Tiles.scala (new 73), World.scala (+12 -8)
juvinious 2013-12-31 07:52 Rev.: 8088

[editor] Add platformer animation class.

68 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: Animation.scala (new 68), World.scala (-5)
juvinious 2013-12-31 03:47 Rev.: 8087

[editor] Add more world information and render viewport area.

17 lines of code changed in 2 files:

  • editor/src/com/rafkind/platformer: MapEditor.scala (+3 -3), World.scala (+14 -24)

(3 more)

Generated by StatSVN 0.7.0