[root]/editor/src/com/rafkind/platformer
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 |
add build.sbt and upgrade to scala 2.10.3
20 lines of code changed in 4 files:
[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:
[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] 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] Add button to clear selections.
23 lines of code changed in 1 file:
[platformer] Added parsing for script files and option to add them to editor.
165 lines of code changed in 2 files:
[editor] Modify the world values layout to use a tabbed pane to accomodate fields.
134 lines of code changed in 2 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.
176 lines of code changed in 4 files:
[editor] Add overlay option to aid in modeling large levels or maps.
80 lines of code changed in 2 files:
[platformer] Added script objects to MapEditor. Updated test map.
474 lines of code changed in 4 files:
[editor] Format and layout changes.
145 lines of code changed in 5 files:
[editor] Correct FPS text scale.
7 lines of code changed in 1 file:
[editor] Add display FPS option for animations. Allow disabling of animations.
61 lines of code changed in 2 files:
[editor] Use a more effecient way of rendering the animations.
76 lines of code changed in 2 files:
[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:
[platformer] Update tokenized collision-map details.
15 lines of code changed in 1 file:
[editor] Add conditionals so that empty items can't get added to the lists.
33 lines of code changed in 2 files:
[editor] Add ability to swap list items. Removed labels for list manipulation.
106 lines of code changed in 3 files:
[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] Add in collision map details and editing.
271 lines of code changed in 2 files:
[editor] Make panels smaller in world panel.
33 lines of code changed in 1 file:
[editor] Remove redundant variables. Enable multiple file selection for images.
13 lines of code changed in 4 files:
[editor] Rename variables with meaningful names.
14 lines of code changed in 3 files:
[editor] Fix data paths and play animations.
100 lines of code changed in 4 files:
[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] 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] Adjust JPanel on the right side to not take up the entire screen.
2 lines of code changed in 1 file:
[editor] Connect necessary swixml components to create animations, frames and images.
337 lines of code changed in 2 files:
[editor] Added dialog for editing a TileSet. Connected widgets for Animation and TileSet editing.
437 lines of code changed in 3 files:
[editor] Additional widgets for animation editing.
3 lines of code changed in 1 file:
[editor] Begin adding animation dialog.
27 lines of code changed in 2 files:
[editor] Add world offset controls.
45 lines of code changed in 2 files:
[editor] Move world data panel construction over to World object.
144 lines of code changed in 2 files:
[editor] Fix scale factor and scrollbars.
14 lines of code changed in 2 files:
[editor] Connect swixml widgets to world values.
128 lines of code changed in 1 file:
[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] Fix data ObjectBox to properly set file path variable.
6 lines of code changed in 1 file:
[editor] Add TileSet and render grid.
112 lines of code changed in 4 files:
[editor] Add platformer animation class.
68 lines of code changed in 2 files:
[editor] Add more world information and render viewport area.
17 lines of code changed in 2 files:
(3 more)