User statistics for boyan

back to main page

Summary Period: 2003-03-16 to 2003-07-05

Total Changes

68 (0.1%)

Lines Of Code

1544 (0.0%)

Modules

Directory Changes Lines of code Lines per change
Totals 68 (100.0%) 1544 (100.0%) 22.7
CS/plugins/aws/ 32 (47.1%) 750 (48.6%) 23.4
CS/plugins/mesh/lghtng/persist/standard/ 2 (2.9%) 544 (35.2%) 272.0
CS/include/iaws/ 11 (16.2%) 113 (7.3%) 10.2
CS/docs/ 11 (16.2%) 42 (2.7%) 3.8
CS/plugins/mesh/lghtng/object/ 5 (7.4%) 35 (2.3%) 7.0
CS/plugins/csparser/ 1 (1.5%) 29 (1.9%) 29.0
CS/include/ivaria/ 3 (4.4%) 16 (1.0%) 5.3
CS/include/csutil/ 1 (1.5%) 9 (0.6%) 9.0
CS/apps/tests/eventtest/ 1 (1.5%) 5 (0.3%) 5.0
CS/plugins/sound/renderer/ds3d/ 1 (1.5%) 1 (0.1%) 1.0

Activity By Clock Time

Most Recent Commits

boyan 2003-07-05 18:39

Added "softness" paramater for functions:
- AttachColliderMesh
- AttachColliderCylinder
- AttachColliderBox
- AttachColliderSphere
- AttachColliderPlane
with default value 0.316
This parameter was already added do odedynam plugin by Daniel Duhprey

5 lines of code changed in:

boyan 2003-07-05 16:26

Added "softness" paramater for functions:
- AttachColliderMesh
- AttachColliderCylinder
- AttachColliderBox
- AttachColliderSphere
- AttachColliderPlane
with default value 0.316
This parameter was already added do odedynam plugin by Daniel Duhprey

10 lines of code changed in:

boyan 2003-07-05 15:49

Boyan removed circular reference between ds3d render and listener which prevent to unload ds3d plugin.

2 lines of code changed in:

boyan 2003-07-05 15:40

Removed circular reference between csSoundListenerDS3D and csSoundRenderDS3D.

1 lines of code changed in:

boyan 2003-06-27 19:30

Added implementation of method Find.

9 lines of code changed in:

boyan 2003-06-27 19:26

Included line: "struct iObject;"

1 lines of code changed in:

boyan 2003-06-23 19:47

Added GetFirstFocusableChild

7 lines of code changed in:

boyan 2003-06-23 16:59

Added iAwsComponent->GetFirstFocusableChild, awsWindow->GetFocusedChild and AwsWindow->SetFocusedChild

7 lines of code changed in:

boyan 2003-06-23 16:55

Added GetFocusedChild and SetFocusedChild. Now window holds las focused child on hide

47 lines of code changed in:

boyan 2003-06-23 16:52

Added GetFirstFocusableChild

17 lines of code changed in:

boyan 2003-06-15 13:53

Boyan added property "Image" that can be set in AWS component "Image View".

1 lines of code changed in:

boyan 2003-06-15 13:49

Added property "Image" for SetProperty.

11 lines of code changed in:

boyan 2003-06-15 13:48

Fixed comments for img1 & img2. They was swaped.

2 lines of code changed in:

boyan 2003-05-27 14:15

Fixed kyboard focusing component bug in AWS
Added awsWindow::Show() and awsWindow::Hide() in AWS.
This features allows triger these events in .def file (using signalWindowShown
and signalWindowHidden)

5 lines of code changed in:

boyan 2003-05-27 14:11

Added awsWindow::Show() and awsWindow::Hide() in AWS.
This features allows triger these events in .def file (using signalWindowShown
and signalWindowHidden)

18 lines of code changed in:

boyan 2003-05-27 14:10

Added property "Focusable"

5 lines of code changed in:

boyan 2003-05-27 14:08

Fixed kyboard focusing component bug in AWS.

17 lines of code changed in:

boyan 2003-05-25 15:26

Added functions:
void SetFocusable (bool _focusable)
bool Focusable ()
bool isFocused ()
void SetFocus ()
void UnsetFocus ()
bool AddToTabOrder (iAwsComponent *cmp)
iAwsComponent *TabNext (iAwsComponent *cmp)
iAwsComponent *TabPrev (iAwsComponent *cmp)
int GetTabLength ()
iAwsComponent *GetTabComponent (int index
void OnSetFocus()

12 lines of code changed in:

boyan 2003-05-25 15:18

added AWSF_CMP_FOCUSED

1 lines of code changed in:

boyan 2003-05-25 15:14

added flag AWSF_KeyboardControl
added AddToTabOrder(iAwsComponent *child);
added iAwsComponent *TabNext(iAwsComponent *child);
added iAwsComponent *TabPrev(iAwsComponent *child);
added int GetTabLength();
added iAwsComponent *GetTabComponent(int index);

1 lines of code changed in:

(17 more)


Generated by StatCvs v0.2-dev