[root]/editor/resources/platformer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
juvinious | 57 (100.0%) | 1111 (100.0%) | 19.4 |
[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:
[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] 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] Add button to clear selections.
3 lines of code changed in 1 file:
[platformer] Added parsing for script files and option to add them to editor.
13 lines of code changed in 1 file:
[editor] Modify the world values layout to use a tabbed pane to accomodate fields.
134 lines of code changed in 5 files:
[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] Add overlay option to aid in modeling large levels or maps.
16 lines of code changed in 1 file:
[platformer] Added script objects to MapEditor. Updated test map.
103 lines of code changed in 2 files:
[editor] Format and layout changes.
157 lines of code changed in 7 files:
[editor] Add display FPS option for animations. Allow disabling of animations.
12 lines of code changed in 1 file:
[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] Add ability to swap list items. Removed labels for list manipulation.
6 lines of code changed in 3 files:
[editor] Add in collision map details and editing.
49 lines of code changed in 1 file:
[editor] Remove redundant variables. Enable multiple file selection for images.
14 lines of code changed in 1 file:
[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] 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] Adjust JPanel on the right side to not take up the entire screen.
26 lines of code changed in 1 file:
[editor] Connect necessary swixml components to create animations, frames and images.
75 lines of code changed in 2 files:
[editor] Added dialog for editing a TileSet. Connected widgets for Animation and TileSet editing.
101 lines of code changed in 3 files:
[editor] Additional widgets for animation editing.
61 lines of code changed in 2 files:
[editor] Begin adding animation dialog.
30 lines of code changed in 2 files:
[editor] Add world offset controls.
12 lines of code changed in 1 file:
[editor] Connect swixml widgets to world values.
3 lines of code changed in 1 file:
[editor] Make platformer editor use its own resources. Add world data values to upper right pane.
96 lines of code changed in 2 files: