Summary Period: 2000-03-17 to 2003-07-03
Total Lines Of Code:
2776 (2003-07-11 20:29)
Author | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 201 (100.0%) | 4435 (100.0%) | 22.0 |
sunshine | 90 (44.8%) | 2849 (64.2%) | 31.6 |
jcore | 18 (9.0%) | 518 (11.7%) | 28.7 |
jorrit | 48 (23.9%) | 502 (11.3%) | 10.4 |
mgeisse | 2 (1.0%) | 317 (7.1%) | 158.5 |
designa | 8 (4.0%) | 104 (2.3%) | 13.0 |
wmiler | 13 (6.5%) | 67 (1.5%) | 5.1 |
res2002 | 5 (2.5%) | 40 (0.9%) | 8.0 |
philwyett | 13 (6.5%) | 20 (0.5%) | 1.5 |
thebolt00 | 1 (0.5%) | 11 (0.2%) | 11.0 |
fletcher | 1 (0.5%) | 5 (0.1%) | 5.0 |
wouter | 1 (0.5%) | 1 (0.0%) | 1.0 |
ab031ns | 1 (0.5%) | 1 (0.0%) | 1.0 |
patched in the walktest documentation contributed by Marten
<martin@cyber-dog.freeserve.co.uk>. The old documentation remains in CVS
until some parts are transplanted.
6 lines of code changed in:
- Philip Wyett removed the references in the docs that offered
people to contact me directly re MSVC related build issues and
updated authors info to indicate my current inactive status.
3 lines of code changed in:
added a comment to the contribs section, changed some minor formatting for
the printed manual.
7 lines of code changed in:
Eric Sunshine repaired a number of Texinfo problems introduced over the
last few weeks which caused documentation conversion to fail with makeinfo
and TeX.
4 lines of code changed in:
performed some more minor updates to the CS manual's introductory chapter.
8 lines of code changed in:
Jorrit updated authors a bit (added Troy Chard and enhanced entry
of Boyan slightly).
7 lines of code changed in:
modified parts of the CS texinfo manual:
- Boilerplate rewrite: intro/chapter.txi
- Some sections rewritten, grammar corrections, removal of
obsolete/misleading information: intro/foreward.txi
- Text tweaks and grammar fixups: intro/guide.txi
- Updated bug reporting practice: intro/feedback.txi
83 lines of code changed in:
update in vain, correcting Manju's entry
1 lines of code changed in:
Added missing `@'.
1 lines of code changed in:
Eric Sunshine fixed a number of formatting and Texinfo mark-up problems in
movierec.txi. Also eliminated a number of `hbox' warnings from various
.txi files reported by TeX.
7 lines of code changed in:
Eric Sunshine fixed some Texinfo mark-up errors reported by makeinfo.
5 lines of code changed in:
- Fixed OPCODE plugin so it tests if the transforms to Collide()
are actually given.
- Added a note to the docs that RAPID is not for commercial usage.
Use OPCODE if you want commercial usage.
- Fixed three initialization errors in the OPCODE plugin which could
cause a crash at exit (and actually did).
6 lines of code changed in:
- worked a bit on the movierecorder rgb2yuv code. Now calculates
everything by going once over the input data, instead of requiring
extra downsampling of U and V data. temp. buffers for those aren't
needed any more as well. Together with some other small things seem
to save a few ms.
- augmented the documentation to mention the GPL license of the
movierecorder plugon.
6 lines of code changed in:
- Added csBlockAllocator class. This is a templated class which
can do very efficient internal memory allocation of objects that
have the same type. It has no fragmentation and no per-object
memory overhead and it is very fast. It also properly constructs
and destructs the objects.
- TinyXML parser now uses csBlockAllocator for text and element
nodes. This avoids the large number of new/delete calls which
seem VERY bad in some particular cases. On MSVC there are
locking calls every time a delete happens which makes the
destruction of the XML node tree very slow.
- Applied a patch from Micah Dowty <micah@navi.picogui.org>
which improves the accuracy of the Unix timer (csGetTicks())
by using gettimeofday() instead of times().
- The Bonez team reported a bug in the OPCODE plugin with a mismatch
between 'malloc' and 'delete[]'.
- Luca Romagnoli <lucak@qubica.net> suggested a bugfix in the spr3d
loader with regards to <applymotion/>.
5 lines of code changed in:
Automated Texinfo @node and @menu repair.
3 lines of code changed in:
- removed a superfluous subheading
3 lines of code changed in:
- started to add to the documentation which parts don't use the
LGPL.
30 lines of code changed in:
Received some documentation fixes with regards to 3D sprites
from Simon Posnjak <simon.posnjak@siol.net>.
5 lines of code changed in:
Added a lightning mesh object plugin from Boyan Hristov
<boyan_hristov@newmail.ru>. There is also a lightning test
application to try it out. Added energy.jpg to standard.zip.
5 lines of code changed in:
Committed the CS/scripts/worldcraft/crystal.fgd submission from Leandro
Ezequiel Lovisolo <lovisolo@datafull.com>.
6 lines of code changed in:
(100 more)
Generated by StatCvs v0.2-dev