Directory editor/resources/platformer/

Directory Created:
2013-12-31 15:32
Total Files:
13
Deleted Files:
0
Lines of Code:
640

[root]/editor/resources/platformer

Lines of Code

editor/resources/platformer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
juvinious 57 (100.0%) 1111 (100.0%) 19.4

Most Recent Commits

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.

48 lines of code changed in 3 files:

  • editor/resources/platformer: object.xml (new 34), script-object.xml (-9), world-scripts.xml (+14 -2)
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.

11 lines of code changed in 1 file:

  • editor/resources/platformer: world-scripts.xml (+11)
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.

73 lines of code changed in 8 files:

  • editor/resources/platformer: animation.xml (+1), frame.xml (+10 -1), script-object.xml (+13 -1), world-animations.xml (new 28), world-collisions.xml (+1 -1), world-scripts.xml (+1 -2), world-tilesets.xml (+1 -17), world.xml (+18 -15)
juvinious 2014-01-11 15:16 Rev.: 8157

[editor] Add button to clear selections.

3 lines of code changed in 1 file:

  • editor/resources/platformer: main.xml (+3)
juvinious 2014-01-11 10:12 Rev.: 8156

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

13 lines of code changed in 1 file:

  • editor/resources/platformer: world-scripts.xml (+13)
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 5 files:

  • editor/resources/platformer: main.xml (+19 -2), world-collisions.xml (new 27), world-scripts.xml (new 28), world-tilesets.xml (new 60), world.xml (-76)
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.

3 lines of code changed in 1 file:

  • editor/resources/platformer: world.xml (+3 -2)
juvinious 2014-01-10 09:09 Rev.: 8150

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

16 lines of code changed in 1 file:

  • editor/resources/platformer: world.xml (+16)
juvinious 2014-01-10 06:02 Rev.: 8149

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

103 lines of code changed in 2 files:

  • editor/resources/platformer: script-object.xml (new 63), world.xml (+40 -25)
juvinious 2014-01-06 12:31 Rev.: 8120

[editor] Format and layout changes.

157 lines of code changed in 7 files:

  • editor/resources/platformer: animation.xml (+17 -18), area.xml (+19 -25), frame.xml (+15 -20), main.xml (+2 -56), tile.xml (+9 -13), tileset.xml (+40 -47), world.xml (+55 -41)
juvinious 2014-01-05 20:00 Rev.: 8118

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

12 lines of code changed in 1 file:

  • editor/resources/platformer: main.xml (+12 -2)
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.

25 lines of code changed in 4 files:

  • editor/resources/platformer: animation.xml (+2 -1), area.xml (+2 -2), tileset.xml (+13 -1), world.xml (+8 -1)
juvinious 2014-01-04 16:35 Rev.: 8111

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

6 lines of code changed in 3 files:

  • editor/resources/platformer: animation.xml (+2 -2), tileset.xml (-1), world.xml (+4 -3)
juvinious 2014-01-04 03:10 Rev.: 8109

[editor] Add in collision map details and editing.

49 lines of code changed in 1 file:

  • editor/resources/platformer: area.xml (new 49)
juvinious 2014-01-03 17:40 Rev.: 8107

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

14 lines of code changed in 1 file:

  • editor/resources/platformer: world.xml (+14)
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.

38 lines of code changed in 2 files:

  • editor/resources/platformer: tile.xml (new 37), world.xml (+1)
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.

2 lines of code changed in 1 file:

  • editor/resources/platformer: world.xml (+2)
juvinious 2014-01-02 19:58 Rev.: 8101

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

26 lines of code changed in 1 file:

  • editor/resources/platformer: main.xml (+26 -31)
juvinious 2014-01-02 16:58 Rev.: 8100

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

75 lines of code changed in 2 files:

  • editor/resources/platformer: animation.xml (+28 -27), frame.xml (new 47)
juvinious 2014-01-02 11:10 Rev.: 8099

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

101 lines of code changed in 3 files:

  • editor/resources/platformer: animation.xml (+1 -2), tileset.xml (new 69), world.xml (+31 -3)
juvinious 2014-01-02 08:08 Rev.: 8098

[editor] Additional widgets for animation editing.

61 lines of code changed in 2 files:

  • editor/resources/platformer: animation.xml (+47 -14), world.xml (+14 -3)
juvinious 2014-01-02 07:24 Rev.: 8097

[editor] Begin adding animation dialog.

30 lines of code changed in 2 files:

  • editor/resources/platformer: animation.xml (new 27), world.xml (+3)
juvinious 2014-01-02 05:12 Rev.: 8096

[editor] Add world offset controls.

12 lines of code changed in 1 file:

  • editor/resources/platformer: main.xml (+12 -2)
juvinious 2014-01-01 14:42 Rev.: 8092

[editor] Connect swixml widgets to world values.

3 lines of code changed in 1 file:

  • editor/resources/platformer: world.xml (+3 -3)
juvinious 2013-12-31 15:32 Rev.: 8091

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

96 lines of code changed in 2 files:

  • editor/resources/platformer: main.xml (new 44), world.xml (new 52)
Generated by StatSVN 0.7.0