Directory src/platformer/resources/

Total Files:
17
Deleted Files:
0
Lines of Code:
2326

[root]/src/platformer/resources

Lines of Code

src/platformer/resources/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
juvinious 44 (100.0%) 2329 (100.0%) 52.9

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.

5 lines of code changed in 3 files:

  • src/platformer/resources: animation.cpp (+2 -2), collisions.cpp (+2 -2), collisions.h (+1 -1)
juvinious 2014-01-20 17:30 Rev.: 8184

[platformer] Add per frame collisions.

21 lines of code changed in 2 files:

  • src/platformer/resources: animation.cpp (+6), animation.h (+15 -4)
juvinious 2014-01-18 13:49 Rev.: 8183

[platformer] Clear static maps before closing out to gc bitmaps.

11 lines of code changed in 4 files:

  • src/platformer/resources: animation.cpp (+4), animation.h (+2), font.cpp (+4), font.h (+1)
juvinious 2014-01-17 13:23 Rev.: 8176

[platformer] Add camera locks. Prevent player from moving left off of screen in script.

41 lines of code changed in 2 files:

  • src/platformer/resources: camera.cpp (+19 -3), camera.h (+22)
juvinious 2014-01-14 05:12 Rev.: 8167

[platformer] Add additional information to collisions. Keep track of previous velocity in object.

60 lines of code changed in 3 files:

  • src/platformer/resources: collisions.cpp (+1), object.cpp (+36), object.h (+23 -18)
juvinious 2014-01-13 14:56 Rev.: 8165

[platformer] Added ability to pause logic and give scripts ability to render text to screen.

130 lines of code changed in 4 files:

  • src/platformer/resources: font.cpp (+100 -42), font.h (+27 -4), object.cpp (+1 -1), object.h (+2 -1)
juvinious 2014-01-13 10:50 Rev.: 8164

[platformer] Added a bitmap font renderer and 2 test font maps.

239 lines of code changed in 2 files:

  • src/platformer/resources: font.cpp (new 189), font.h (new 50)
juvinious 2014-01-12 06:55 Rev.: 8160

[platformer] Added ability to attach camera to objects through world.

10 lines of code changed in 3 files:

  • src/platformer/resources: camera.cpp (+4 -2), value.cpp (+5), value.h (+1)
juvinious 2014-01-11 06:25 Rev.: 8153

[platformer] Added ability to add actions to run during each act and scriptable controls.

37 lines of code changed in 3 files:

  • src/platformer/resources: control.h (new 29), object.h (new)
juvinious 2014-01-09 17:45 Rev.: 8148

[platformer] Use Util::ReferenceCount for images and frames.

68 lines of code changed in 2 files:

  • src/platformer/resources: animation.cpp (+46 -36), animation.h (+22 -6)
juvinious 2014-01-09 14:04 Rev.: 8147

[platformer] Make Value modifiers not const. Added script loading from world file.

22 lines of code changed in 2 files:

  • src/platformer/resources: value.cpp (+10 -10), value.h (+12 -12)
juvinious 2014-01-09 11:20 Rev.: 8146

[platformer] Fix cmake build. Add Value setters and getters for object.

192 lines of code changed in 2 files:

  • src/platformer/resources: value.cpp (new 137), value.h (new 55)
juvinious 2014-01-09 10:19 Rev.: 8145

[platformer] Reorganize files. Add ability to override flipping of animations. Remove duplicate data.

1493 lines of code changed in 12 files:

  • src/platformer/resources: animation.cpp (new 276), animation.h (new 102), background.cpp (new 106), background.h (new 53), camera.cpp (new 198), camera.h (new 128), collisions.cpp (new 181), collisions.h (new 95), object.cpp (+45), tile.cpp (new 203), tile.h (new 106)
Generated by StatSVN 0.7.0