Module CS/include/ivaria/

back to main page

Summary Period: 2001-03-09 to 2003-07-11

Modules

[root]/CS/include/ivaria

Lines Of Code


Total Lines Of Code: 7589 (2003-07-11 20:29)

Authors

Author Changes Lines of code Lines per change
Totals 313 (100.0%) 10726 (100.0%) 34.2
jorrit 105 (33.5%) 3938 (36.7%) 37.5
okt 41 (13.1%) 2466 (23.0%) 60.1
renej_frog 6 (1.9%) 1351 (12.6%) 225.1
norman 6 (1.9%) 789 (7.4%) 131.5
wouter 15 (4.8%) 558 (5.2%) 37.2
sunshine 41 (13.1%) 506 (4.7%) 12.3
neverjade 31 (9.9%) 463 (4.3%) 14.9
mgeisse 4 (1.3%) 119 (1.1%) 29.7
duhprey 8 (2.6%) 106 (1.0%) 13.2
j5t 8 (2.6%) 105 (1.0%) 13.1
matzebraun 8 (2.6%) 104 (1.0%) 13.0
vengeance2001 6 (1.9%) 56 (0.5%) 9.3
ab031ns 16 (5.1%) 48 (0.4%) 3.0
elricho 2 (0.6%) 39 (0.4%) 19.5
alquarra 3 (1.0%) 30 (0.3%) 10.0
philwyett 3 (1.0%) 21 (0.2%) 7.0
boyan 3 (1.0%) 16 (0.1%) 5.3
res2002 3 (1.0%) 7 (0.1%) 2.3
dentoid 1 (0.3%) 2 (0.0%) 2.0
azverkan 1 (0.3%) 2 (0.0%) 2.0
uid20594 1 (0.3%) 0 (0.0%) 0.0
miklby 1 (0.3%) 0 (0.0%) 0.0

Most Recent Commits

sunshine 2003-07-11 09:47

Project-wide spelling corrections:

conveniance --> convenience
conveniant --> convenient

1 lines of code changed in:

jorrit 2003-07-11 07:41

- Jorrit added a conveniance csPolygonMeshCube class which represents
an easy way to make a cube collider.
- In addition Jorrit did the following:
- Simplified walktest a bit by using this new csPolygonMeshCube
class. So it no longer has to make dummy cube things for the
actor.
- Also use csPolygonMeshCube in csparser instead of the custom
cube mesh that was implemented there.

1 lines of code changed in:

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-06-27 19:26

Included line: "struct iObject;"

1 lines of code changed in:

okt 2003-06-25 02:49

Fixed the argv error by just having Swig ignore the function that was causing
the problem. It seems like a bug in Swig.
Also added csArray and csRefArray and removed csHashMapReversible wrappers.

106 lines of code changed in:

jorrit 2003-06-24 14:03

- Jorrit did the following sequence manager related changes:
- Added four different operations (AddOperationSetVariable())
to the engine sequence manager with which you can set a variable
(or add to it).
- Added the 'setvar' command to sequences. With this you can
do the following:
<setvar var="v" value="3"/> set 'v' to value 3.
<setvar var="v" add="-2"/> subtract 2 from 'v'.
<setvar var="v" value_var="z"/> copy var 'z' to 'v'.
<setvar var="v" add_var="z"/> add var 'z' to 'v' (as float).
<setvar var="v" x="1" y="2" z="1"/> set vector 1,2,1 to 'v'.
<setvar var="v" red="0" green="0" blue="1"/> set 'v' to blue.
- These changes are totally untested!

33 lines of code changed in:

okt 2003-06-19 02:25

Got rid of all the warnings, some by fixing and some by ignoring with compiler switches and pragmas.
Added csString to those classes wrapped by Swig.
Uncommented the Perl plugin in user.mak.

230 lines of code changed in:

okt 2003-06-17 20:29

- Added reference counting for csWrap_T::sv
- Added a paragraph to the docs about implementing interfaces in Perl.

5 lines of code changed in:

okt 2003-06-17 18:20

Added a missing line that showed up as an error with certain versions of Perl.
Added iEventPlug to the list of interfaces which can be implemented by Perl objects.

22 lines of code changed in:

okt 2003-06-17 14:38

Added macros to allow certain interfaces to be implemented by classes defined in Perl scripts.
Currently those "certain interfaces" are iEventHandler and iAwsSink, but it is easy to add more.

122 lines of code changed in:

okt 2003-06-16 04:55

Replaced multiple-argument %ignore directive with several single-argument ones, to support older versions of Swig.

3 lines of code changed in:

okt 2003-06-15 01:18

Moved from cspace.i to pythpre.i the rename directive of
iDataBuffer::operator*() to iDataBuffer::asString()
and added a Perl-specific wrapper for that method to perlpost.i

20 lines of code changed in:

okt 2003-06-13 02:19

Slight rename to AutoLoad to avoid conflict with something named AutoLoad in the Windows API.

2 lines of code changed in:

okt 2003-06-02 22:53

Fixed a couple of typos.

10 lines of code changed in:

okt 2003-06-02 22:26

Fixed broken %apply directives by adding my own typemaps, and added lots of nice, descriptive comments.

187 lines of code changed in:

okt 2003-06-02 00:17

Just fixed a little bug in the iScript bindings (scfScript's constructor takes a _reference_ to an iScript, not a pointer.)

3 lines of code changed in:

okt 2003-06-01 23:44

Quite a major overhaul of the Perl scripting plugin and the Swig module.
See history.txt

4 lines of code changed in:

okt 2003-06-01 23:21

Quite a major overhaul of the Perl scripting plugin and Swig module.
See history.txt

356 lines of code changed in:

duhprey 2003-05-30 20:54

- Added linear and angular global dampening hack
- Added interface for anonymous colliders in system, these have body 0 in
ode terms which makes then immune to gravity and collision response
- Modified joint interface to survive being attached to only one body, the
other is attached to body 0 and static on the other end.
- Allowed an arbitrary execute callback for use when a mesh or a bone
is not attached to a body, but there is a callback handler.

22 lines of code changed in:

(196 more)


Generated by StatCvs v0.2-dev