Directory src/edu/mit/icelab/games/cmsproject/objects/

Directory Created:
2011-12-01 15:20
Total Files:
16
Deleted Files:
0
Lines of Code:
1085

[root]/src/edu/mit/icelab/games/cmsproject/objects
                                directory in repo npc (4 files, 88 lines)

Lines of Code

src/edu/mit/icelab/games/cmsproject/objects/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
culim 49 (100.0%) 1168 (100.0%) 23.8

Most Recent Commits

culim 2012-05-25 12:43 Rev.: 207

* Fixed jittering after state set.

8 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: AnimatedOctopus.as (+8 -1)
culim 2012-05-25 01:56 Rev.: 203

* Carry emotion forward from customization screen.

23 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: OctopusCharacter.as (+23 -2)
culim 2012-05-25 01:48 Rev.: 202

* With no user input, the octopus starts each encounter in a difference state. The current state should carry over from the previous encounter.

5 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: OctopusCharacter.as (+5)
culim 2012-05-18 17:42 Rev.: 195

* Added mimicry swapping heads.

10 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: OctopusCharacter.as (+10)
culim 2012-05-16 18:48 Rev.: 178

* During the close-up, keeping the same state (positive or negative) should make it blink to register input.

6 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: CloseUpOverlay.as (+6)
culim 2012-05-07 15:33 Rev.: 146

* Made AnimatedOctopus accept a variable frame-rate for animations. (Defaulted to 2 frames/sec now.)

46 lines of code changed in 2 files:

  • src/edu/mit/icelab/games/cmsproject/objects: AnimatedOctopus.as (+45 -2), DialogBar.as (+1 -1)
culim 2012-05-05 18:52 Rev.: 142

* Added new animated octopus and hooked in animations.

32 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: AnimatedOctopus.as (new 32)
culim 2012-05-05 16:00 Rev.: 138

* Added thresholds to detect mis-click as opposed to gesture.
* Activate close-up on click.

10 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: CloseUpOverlay.as (+10 -1)
culim 2012-05-05 15:22 Rev.: 137

* Switching over internal and external gestures WIP.

16 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: CloseUpOverlay.as (+16 -1)
culim 2012-05-05 15:00 Rev.: 136

* Added "CloseUpOverlay" as standalone class to handle all internal state logic.

25 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: CloseUpOverlay.as (new 25)
culim 2012-05-05 14:42 Rev.: 135

* Fixed text italics disappearing issue.

5 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (+5)
culim 2012-05-04 18:27 Rev.: 134

* Italics for internal thoughts.

17 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (+17 -8)
culim 2012-05-04 18:09 Rev.: 133

* Align DialogBar Image Right for NPCs.
* Align DialogBar Text Right for NPCs.

37 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (+37 -2)
culim 2012-04-29 02:15 Rev.: 113

* Added gestures to new encounters.
* FIXED gesture slow tracking bug! Swiping feels much better now!

2 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: NPC.as (+2)
culim 2012-04-09 14:51 Rev.: 84

removed inking on morph

14 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: OctopusCharacter.as (+14 -14)
culim 2011-12-19 05:42 Rev.: 54

tied up some loose ends

25 lines of code changed in 3 files:

  • src/edu/mit/icelab/games/cmsproject/objects: MapScroller.as (+1), NPCOctopus.as (new 20), OctopusCharacter.as (+4 -3)
culim 2011-12-19 04:11 Rev.: 53

updated encounters

37 lines of code changed in 8 files:

  • src/edu/mit/icelab/games/cmsproject/objects: MapScroller.as (+7 -1), MoodColorObject.as (+1 -1), NPC.as (+9 -8), NPCAngler.as (+5), NPCHorse.as (+3), NPCJelly.as (+3), NPCShark.as (+2), OctopusCharacter.as (+7 -4)
culim 2011-12-19 02:53 Rev.: 52

new world map.

124 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: MapScroller.as (new 124)
culim 2011-12-19 00:31 Rev.: 50

Morphing tweaks.

1 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: MoodColorObject.as (+1 -1)
culim 2011-12-17 17:55 Rev.: 37

Squiad Ink animated Objects

18 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: OctopusCharacter.as (+18 -2)
culim 2011-12-17 03:05 Rev.: 34

adding genre integration to octopus

12 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: OctopusCharacter.as (+12)
culim 2011-12-14 11:50 Rev.: 26

integrated new npcs

111 lines of code changed in 5 files:

  • src/edu/mit/icelab/games/cmsproject/objects: NPC.as (new 47), NPCAngler.as (new 20), NPCHorse.as (new 20), NPCJelly.as (new 20), NPCShark.as (+4 -19)
culim 2011-12-14 03:40 Rev.: 23

gradient filters

37 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: MoodColorObject.as (new 37)
culim 2011-12-07 06:10 Rev.: 19

scnario entered.

78 lines of code changed in 3 files:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (+55 -2), NPCShark.as (+13 -1), OctopusCharacter.as (+10)
culim 2011-12-07 03:34 Rev.: 18

Added text and frame to dialog box.

49 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (+49 -9)
culim 2011-12-07 02:52 Rev.: 17

updates to dialog bar

62 lines of code changed in 1 file:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (+62)
culim 2011-12-07 02:32 Rev.: 14

Updates to mimesis.

141 lines of code changed in 3 files:

  • src/edu/mit/icelab/games/cmsproject/objects: DialogBar.as (new 25), NPCShark.as (new 30), OctopusCharacter.as (new 86)
culim 2011-12-01 15:20 Rev.: 11

Adding cms project into the repository

217 lines of code changed in 4 files:

  • src/edu/mit/icelab/games/cmsproject/objects: Button.as (new 69), InfoPanel.as (new 47), LeftPanel.as (new 28), SwapPanel.as (new 73)
Generated by StatSVN 0.7.0