Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>
Summary Period: 2000-09-11 to 2000-09-01 (Commits 3395-3444 of 12744)
-*- Made the following changes to worlfmt.txi, the Crystal Space World
File Format description documentation:
o *Major* typesetting and formatting overhaul. This section now looks
_much_ nicer in the printed manual, and quite a bit better in the
HTML and Info translations as well.
o Eliminated the overfull 'hbox' warnings reported by TeX.
o Added discussion about word loading semantics.
o Added section explaining grammar of world file syntax. Added
grammar examples, as well.
-*- Upgraded texi2html to version 1.64.
-*- Moved texi2html.init configuration file from CS/bin to
CS/docs/support. Adjusted makefile, docs.mak, appropriately.
-*- Made the following changes to texi2html 1.64. Also sent patches to
its maintainer so that these changes become permanant (hopefully).
These changes were necessary to make texi2html handle the newly
re-formatted worldfmt.txi file. Without these changes, texi2html
would crash and burn on that file.
o Fixed severe bug in macro expansion logic. Macro argument
parsing code did not handle nested braces ('{' and '}') at
all, thus valid macro invocations such as
"@mymacro{Hello @emph{there} @strong{world}.}" would fail. Prior to
this fix, @mymacro would be handed the argument "Hello @emph{there",
which is clearly incorrect. Now @mymacro correctly receives
"Hello @emph{there} @strong{world}." as its argument. This fix also
deals properly with the protected brace sequences: \{, \}, @{, @}.
o Fixed severe macro expansion bug. Macro argument parsing code
did not handle arguments split over multiple, such as
"@mymacro{Hello \n world.}". Now it correctly handles macro
invocations split across any number of lines, and properly flags an
error at the correct location if the user forgets the closing
brace '}'.
o Fixed formatting errors in expansions of @SPACE, @TAB, and @NL
(where SPACE, TAB, and NL represent the actual space, tab, and
newline characters). The Texinfo manual explicitly states that each
of these sequences should expand to a "printable" space in the
[rendered] output. The example given in the manual shows that
"Spacey@ @ @ @ example" should expand to "Spacey example".
However, texi2html was only emitting the insignificant whitespace
' ' and '\n' into the HTML output which did not properly preserve
the hard spaces in "Spacey example". Now each of these
directives expands to ' ' instead.
o Made aesthetic improvement to the output of @file{}, @option{}, and
@samp{}. The argument string is now quoted with ` and ' _after_ the
style has been applied. For instance, @samp{perl} now expands to
"`<samp>perl</samp>'", whereas it used to expand to
"<samp>`perl'</samp>". In my tests, this change results in more
aesthetically pleasing rendered output on various browsers.
-*- Modified docs.mak to disable verbose output from TeX and dvips. The
output from these commands (particularly from TeX) was far too
excessive to be of use in a terminal session. Now the output of TeX
is maintained in out/docs/dvi/cs-unix.log, instead. You should check
the log file for under- and overfull 'hbox' warnings and other errors
(usually denoted by '!') instead of relying on terminal output.
-*- Modified cs.txi so that @value{TITLE} now expands to just "Crystal
Space" rather than "Crytal Space" plus the version number.
131 lines of code changed in:
Upgraded to texi2html 1.64.
940 lines of code changed in:
-*- Improved yet again text drawing speed both with transparent and filled
background from 340.000 & 345.000 characters per second to respectively
~380.000 and ~520.000 characters per second (11% and 50% speed increase
without and with transparent background respectively).
-*- Fixed a bug in text clipping introduced by previous batch of improvements
to the canvas plugins that resulted in text caret moving sometimes twice
for one character (this was seen as misplaced menu text in MazeD for
example).
--- Changes in MazeD
-*- Changed the term "modification axis" into more correct "modification
origin" everywhere.
-*- The "Slide view" mode now allows to position the depth position of the
"camera target" point. This is done by entering the "slide view" mode
(by clicking the "oblique arrow surrounded by a square" button on lower
toolbar) and by holding down left mouse button in the target view; then
move it with SHIFT key pressed to change the depth of the point that
camera is looking at. This does not change the position of the view,
but changes the behaviour when you rotate around it (for example with
arrow keys). Same applies to "modification origin define" mode (e.g.
SHIFT key allows to modify the depth rather than shifting origin in the
view plane).
-*- Fixed a bug with cloning an already cloned light (SIGSEGV)
-*- World save is back. I have reorganized saving to allow future extensions
for saving to different file formats.
307 lines of code changed in:
Now adds /usr/local/bin to PATH in order to locate Doxygen on SourceForge.
4 lines of code changed in:
Corrected spelling error.
1 lines of code changed in:
Fixed an incorrect comment pointed out by lsupi@midsouth.rr.com.
1 lines of code changed in:
Fixed several Texinfo mark-up problems in worldcmp.txi.
Also cleaned up and rewrote some of the discussion.
2 lines of code changed in:
Overhauled README.htm. Added a large number of missing links. Made
aesthetic improvements.
95 lines of code changed in:
Added the standard "free software" license blurb.
20 lines of code changed in:
SourceForge installed Doxygen on shell1 (upon my request), so there is no
longer a need to use a local copy.
1 lines of code changed in:
-*- Eric Sunshine fixed quite a few formatting problems reported by TeX
when building the Crystal Space manual from the Texinfo files for
printed output. Also fixed several errors in apimod17.txi which
prevented TeX from building the manual at all. (The only formatting
problems not yet fixed are those in worldfmt.txi. This document
contains several hundred formatting problems and is going to require a
significant effort to fix correctly.)
-*- Eric Sunshine modified several of the Texinfo documents which contain
instructions for building Crystal Space on various platforms so that
they now direct the user to use "make -k" (rather than "make") when
building compound targets such as "all" and "drivers".
-*- Eric Sunshine upgraded the NeXT documentation files in several ways:
o Upgraded out-of-date URLs.
o Added links to the zlib, jpeg, and png libraries at LinuxGames.
o Added instructions for building new required plug-in modules.
o Upgraded and clarified instructions for finer control over build
process.
o Added special note about having to run applications from the command
line rather than by double-clicking on them from the file viewer.
145 lines of code changed in:
Received patched VC project files from Philip Wyett
<philipwyett@leedsalumni.org.uk>.
2 lines of code changed in:
Renamed several classes from the NetSpace suite which only differed from
other classes in the case of the name. This was a problem for
documentation generated by Doxygen on platforms which have
case-insensitive filesystems. Doxygen generates HTML filenames using the
class name so, for instance, it would generate files such as
class-iCmdMgr.htm and class-iCMDMGR.htm. These filenames result in CVS
conflicts on platforms with case-insensitive filesystems.
The following classes were renamed:
csNSMGR --> csNetSpaceManager
iPROTO --> iNetSpaceProtocol
iCMDMGR --> iCommandManager
csNSTP --> csNetSpaceTransportProto
24 lines of code changed in:
Updated.
3 lines of code changed in:
-*- Fixed a really significant number of Texinfo mark-up errors in
msdos.txi, win32gcc.txi, general.txi, simple2.txi, worlfmt.txi,
phyziks.txi, and apimod17.txi. Also performed quite a bit of cleanup.
-*- Eliminated todo.txi. Use the To-Do facility on SourceForge instead.
Also eliminated (the unused) history.txi.
746 lines of code changed in:
Started work on world saver in levtool.
5 lines of code changed in:
Updated the documentation-related URLs in the User's Manual Texinfo files.
Also added several new links to resource.txi.
86 lines of code changed in:
- Eric Sunshine made the following changes to the API documentation
generation procedure:
- Changed the 'pubapi' and 'devapi' makefile targets to use
Doxygen rather than Doc++. Doc++ is so excessively buggy that I
could not conscientiously support its use. Doxygen is a far
superior tool. It puts Doc++ to shame in almost every way
imaginable.
- Added docs/support directory which contains support files needed
for building documentation.
- Added pubapi.dox and devapi.dox which are Doxygen configuration
files for building the Public API Reference and Developer's API
Reference, respectively.
- Added apifoot.htm which is a custom HTML footer used when
generating the API reference manuals via Doxygen. A custom
footer is needed since the default footer displays the date/time
when Doxygen was run. The date/time on each HTML document is
undesirable because it would cause the automated API building
script to consider the documents as having been modified even if
no actual content had changed.
- Eric Sunshine made the following additional changes to the API
documentation generation targets:
- Makefile targets 'pubapi' and 'devapi' now perform special post-
processing of HTML files generated by Doxygen. Unfortunately,
Doxygen unconditionally embeds a hidden generation-date string
in each file. This string plays havoc with the daily automated
API building job since it makes the file appear modified even
when no content has changed.
- Worked around Doxygen limitation where it unconditionally
generates files with an .html extension. Makefile now does
special post- processing to rename files to .htm.
- Eric Sunshine made even futher changes to the API documentation
generation targets:
- Now transforms .html to .htm within each HTML file as well, thus
allowing embedded relative links to work correctly.
- Cut in half the number of commands invoked during the
post-processing step. This reduces the number of commands from
about 2800 to 1400 for 'pubapi', for instance.
- Eric Sunshine committed new CS/docs/pubapi directory to CVS
repository.
- Eric Sunshine made the following changes to docproc.pl:
- Now builds the 'pubapi' and 'devapi' makefile targets.
- Automatically updates CS/docs/pubapi in the CVS repository if
any documents have changed.
- Now makes docs/pubapi and docs/devapi available for online
browsing.
- Now makes 'pubapi' and 'devapi' packages available for
downloading in various formats (gzip, bzip2, zip).
- Building, updating CVS, and online publishing tasks are now
table driven (new @TARGETS array).
- Modification summary is now more clearly delimited (not so
easily lost in output).
- Upgraded usage statement which was rather out of date even prior
to these changes.
- Added special case to work around fact that Doxygen is not
installed on SourceForge machine. Uses local copy instead.
- Eric Sunshine added link for CS/docs/pubapi to README.htm.
- Eric Sunshine added links to the jump-start page
(http://crystal.sourceforge.net/) pointing at the new browseable and
downloadable 'pubapi' and 'devapi' resources.
- Eric Sunshine updated the annotated directory listings (via
spoofdir.info files) to reflect fact that 'pubapi' and 'docapi'
resources are now available online.
- Eric Sunshine modified the automated documentation and CVS snapshot
generation jobs so that they now send mail to the CVS mailing list
instead of only to Eric. Also the scripts for these jobs have moved
from his home directory to /home/groups/crystal/bin. Hopefully,
this way if problems arise with the automated tasks, other people
may be able to address the problems in the event that Eric is
unavilable.
70 lines of code changed in:
-*- Committed new CS/docs/pubapi directory to CVS repository.
-*- Made the following changes to docproc.pl:
o Now builds the 'pubapi' and 'devapi' makefile targets.
o Automatically updates CS/docs/pubapi in the CVS repository if any
documents have changed.
o Now makes docs/pubapi and docs/devapi available for online browsing.
o Now makes 'pubapi' and 'devapi' packages available for downloading
in various formats (gzip, bzip2, zip).
o Building, updating CVS, and online publishing tasks are now table
driven (new @TARGETS array).
o Modification summary is now more clearly delimited (not so easily
lost in output).
o Upgraded usage statement which was rather out of date even prior to
these changes.
o Added special case to work around fact that Doxygen is not installed
on SourceForge machine. Uses local copy instead.
-*- Added link for CS/docs/pubapi to README.htm.
-*- Added links to the jump-start page (http://crystal.sourceforge.net/)
pointing at the new browseable and downloadable 'pubapi' and 'devapi'
resources.
-*- Updated the annotated directory listings (via spoofdir.info files) to
reflect fact that 'pubapi' and 'docapi' resources are now available
online.
209 lines of code changed in:
-*- Now transforms .html to .htm within each HTML file as well, thus
allowing embedded relative links to work correctly.
-*- Cut in half the number of commands invoked during the post-processing
step. This reduces the number of commands from about 2800 to 1400 for
'pubapi', for instance.
6 lines of code changed in:
-*- Makefile targets 'pubapi' and 'devapi' now perform special post-
processing of HTML files generated by Doxygen. Unfortunately, Doxygen
unconditionally embeds a hidden generation-date string in each file.
This string plays havoc with the daily automated API building job since
it makes the file appear modified even when no content has changed.
-*- Worked around Doxygen limitation where it unconditionally generates
files with an .html extension. Makefile now does special post-
processing to rename files to .htm.
28 lines of code changed in:
Added link to docs/pubapi.
4 lines of code changed in:
-*- Changed the 'pubapi' and 'devapi' makefile targets to use Doxygen
rather than Doc++. Doc++ is so excessively buggy that I could not
conscientiously support its use. Doxygen is a far superior tool. It
puts Doc++ to shame in almost every way imaginable.
-*- Added docs/support directory which contains support files needed for
building documentation.
-*- Added pubapi.dox and devapi.dox which are Doxygen configuration files
for building the Public API Reference and Developer's API Reference,
respectively.
-*- Added apifoot.htm which is a custom HTML footer used when generating
the API reference manuals via Doxygen. A custom footer is needed
since the default footer displays the date/time when Doxygen was run.
The date/time on each HTML document is undesirable because it would
cause the automated API building script to consider the documents as
having been modified even if no actual content had changed.
59 lines of code changed in:
Removed an assertion error from curve.cpp
1 lines of code changed in:
Small fix to opengl canvas from Nicholas Blumire.
3 lines of code changed in:
Patch from Mark Welch to fix a compile error on MSVC.
8 lines of code changed in:
-*- Renamed documentation targets: apidoc --> pubapi, devdoc --> devapi.
-*- Worked around obnoxious bug in DOC++ 3.4.2 where it accidentally
creates hidden output files. (Maybe we should move to Doxygen, as
DOC++ seems excessively buggy.)
-*- Minor modifications to scf.h and dungeon/dnfnodes.h to pacify DOC++.
56 lines of code changed in:
Small fix.
1 lines of code changed in:
Update.
2 lines of code changed in:
Update.
1 lines of code changed in:
Forgot to add.
1 lines of code changed in:
- Fixed a bug in loader so that collision detection is now also
enabled for mirror surfaces in the ROOM syntax.
- Fixed an init bug in csPolygon3D with regards to materials.
- Added /lib/stdtex to VFS. This new archive contains a bunch of
textures that are used by most CS levels (stdtex.zip).
105 lines of code changed in:
Fixed "font-on-a-texture" approach which was slightly broken.
Removed all the initialization stuff from custom OpenGL 2D drivers
and moved it all into common OpenGL class.
73 lines of code changed in:
fixed the purple color in checkbox texture which was (254,2,254)
rather than (255,0,255)
0 lines of code changed in:
Eric Sunshine made the following changes to the automated documentation
building process:
-*- docproc.pl now places downloadable documentation package files in the
FTP area rather than the HTTP area.
-*- Modified spoofdir.cfg to access FTP space instead of HTTP space in
order to satisfy HTTP requests for documentation.
-*- Documentation packages can now be downloaded via HTTP or FTP rather
than being restricted only to HTTP.
-*- Updated the Jump Start page (http://crystal.sourceforge.net/) to
reflect fact that documentation packages can now be downloaded via
HTTP and FTP.
-*- Updated documentation directory annotations (in spoofdir.info files)
appropriately.
17 lines of code changed in:
-*- Added to win32conf.bat display a note about which packages you should
have installed. This depends upon which compiler you use (e.g. it displays
slightly different help depending on whenever you use msvc or mingw32).
-*- Enhanced the configure help for DJGPP.
-*- Fixed both dosconf.bat and win32conf.bat (very old bug) to detect
correctly whenever makedep is installed. Earlier it considered makedep
to be always installed.
-*- Added `walkall' target to compile just the plugins that are needed for
walktest. Currently `make walkall' is equivalent to:
make walk soft csfont simpcon perfstat rapid
-*- Fixed DOS/DJGPP build in debug mode with shared libraries.
Added functions that are usually inlined (e.g. strcmp, memcmp, strcpy)
to the list of exported functions in djgpp/loadlib.cpp.
Fixed a bug in dosraw driver related to the fact that transfer buffer
is overwritten by printf() (which is used in debug mode to print some
videocard information). So, in overall, DOS port now works in both
static/dynamic and optimize/debug modes.
-*- Added perfstat plugin to static.cpp if SCL_PERFSTAT macro is defined.
Effectively this adds FPS display for static mode build.
-*- Enhanced (fixed) linex2d driver: now it uses "helvetica" font and
GetTextWidth/Height are implemented properly. Also DrawText() works
properly now (previously it painted text shifted up by some amount).
-*- Added DrawBox() method to linex2d driver. Also I have fixed Clear()
which were not clearing one pixel horizontally and vertically.
-*- Added AllowContextResize(bool) method to iGraphics2D. By default context
resizing is *disallowed*. This is because most applications won't handle
the cscmdContextResize broadcast correctly, and will misbehave.
Applications which handles this broadcast correctly should issue
AllowContextResize (true). Note that engine already does this (since
engine handles context resizes) thus you should do this only for
applications that don't use the engine.
-*- Fixed x2d driver to allow width and height only in steps of 2.
The reason is to not allow odd window width, because in some cases
XFree86 (?) does not like that (every scanline is shifted by one pixel).
I don't think this is a limitation, but if somebody don't like this, it
should limit at least width to be even.
-*- Moved glMatrixMode(), glOrtho(), glViewport() to 2D common OpenGL driver.
This was done to allow 2D driver to function standalone (without 3D).
-*- Added (not replaced) a new gl2d_font2.cpp, another OpenGL font "server".
I have used glBitmap() to draw font, which will help on platforms with
buggy OpenGL support for alpha-mapped textures (such as OS/2 and MacOS).
We still have to see how compatible this approach is; but it at least
works with OS/2 software OpenGL 1.0 (previous font rendering did not).
Maybe we should make this a runtime option in opengl.cfg, I'm not sure.
Also I have implemented text clipping. Vertical clipping seems to work,
horizontal clipping should also work but I cannot fully test it due to
non-implemented "xorig" parameter in glBitmap() in OS/2 OpenGL.
-*- Implemented runtime context resizing for the OS/2 OpenGL canvas.
Also it respects AllowContextResize(bool).
-*- Added a new test application: G2DTEST. As you may conclude from his name,
this small application is meant to test most aspects of 2D graphics canvas
plugins. Also it is a curious example of a application which uses just the
graphics canvas plugin (without 3D renderer).
-*- Fixed line drawing in graph2d.cpp (this affects most canvas plug-ins).
Now line drawing is absolutely perfect, floating-point coordinates are
correctly used. Even OS/2 OpenGL shows little errors with line drawing,
compared to graph2d.cpp (and OS/2 OpenGL is known to be accurate).
This effectively broke CSWS which was designed for the "incorrect"
line drawing behaviour :)
-*- Fixed a bug in csOpenGLCommon2D::SaveArea which caused a shift to the
area which is going to be saved.
-*- Fixed CSWS after last changes to line draw routines. Now CSWS works
with OpenGL, at least on OS/2.
-*- Added PerformExtension ("flush") to OpenGL common graphics canvas.
This can be used to do performance measurements.
-*- Improved software line drawing performance from ~5.5 MegaPixels/sec to
approximatively ~15.8 MP/sec on Celeron/433. I think the assembly line
drawing routine (which is used only in Win32/MSVC) should be removed
since first of all I think it is slower, and secondly I doubt it is
accurate (e.g. I'm sure it fails most of the accuracy tests in g2dtest).
(for comparison: OS/2 OpenGL canvas gives just 3MP/sec, XFree86 linex2d
driver gives 7.3MP/sec :-). Hurray, we have the fastest-and-most-accurate
line drawing routine in the world! :-)
-*- Removed the WriteChar() routine from iGraphics2D interface.
-*- Slightly improved software text drawing speed fom ~300000 characters/sec
to ~330000 characters/sec. For comparison: OS/2 software OpenGL gives
~26000 characters/sec and linex2d driver gives about ~241000
characters/sec.
-*- Moved some OpenGL initialization stuff (realted to OpenGL start-up settings)
from 3D driver to the 2D (canvas) driver (to the common part), to make
possible to use OpenGL 2D driver without the 3D driver.
-*- Added a note about C_INCLUDE_PATH needed to be set up correctly
before you do "make depend" to the win32gcc.txi file.
1605 lines of code changed in:
updated with new swig release
6 lines of code changed in:
updated from new swig release
830 lines of code changed in:
now a test app
1 lines of code changed in:
More changes to web presence.
4 lines of code changed in:
Changes to bin/spoofdir.php:
-*- The $indexfile[] array is now specified as a set of regular-expressions
rather than a fixed set of filenames.
-*- Case-sensitivity can now be specified individually for each regular-
expression in the configuration section rather than always being
assumed case-sensitive. Currently applies to $ignore[] and
$indexfile[] arrays.
-*- Now much more strict about canonicalization of filenames prior to
matching.
50 lines of code changed in:
-*- The $indexfile[] array is now specified as a set of regular-expressions
rather than a fixed set of filenames.
-*- Case-sensitivity can now be specified individually for each regular-
expression in the configuration section rather than always being
assumed case-sensitive. Currently applies to $ignore[] and
$indexfile[] arrays.
-*- Now much more strict about canonicalization of filenames prior to
matching.
64 lines of code changed in:
- Added more information to the object list of levtool app.
- Added a detail window to show the individual polygons and curves
of a thing or sector.
- 'Levtool' recalculated lighting every time a new level was
loaded. No longer...
32 lines of code changed in:
Fixed a wee-bitty buglet.
1 lines of code changed in:
-*- Major overhaul. (Also renamed from cvssnap.php to spoofdir.php.)
-*- Now very general in nature, highly configurable, and generates much
more aesthetically pleasing directory listings.
-*- Now capable of providing virtual HTTP access to any directory within
or outside of the web space. No longer tied to _only_ spoofing
'cvs-snapshots' directory from FTP space into HTTP space.
-*- Directory listings can now be annotated. The annotation is displayed
along with the directory listing and can be used to describe the
directory contents in human-readable terms. See
http://crystal.sourceforge.net/cvs-snapshots/ and
http://crystal.sourceforge.net/docs/ and any of their subdirectories
for an example of how this works and how useful it can be.
-*- Overhauled index.php at http://crystal.sourceforge.net/. Added many
missing links; particularly for documentation.
-*- Eliminated old dirlist.php which vended the docs/download directory.
spoofdir.php now handles this functionality plus much more.
-*- Eliminated build_fake and cousins since spoofdir.php can now handle
this functionality as well.
523 lines of code changed in:
Renamed cvssnap.php to spoofdir.php in anticipation of the Big Bang!
163 lines of code changed in:
maintenance to scripting stuff
need to wait for next SWIG release for everything to fall in place
841 lines of code changed in:
- Fixed bug in csWorld::Clear() where that function would forget
to clear the texture cache in G3D. This could result in crashes
when reloading a world in OpenGL for example.
- Added a test in OpenGL to prevent ClearCache() from crashing
when it was called at destruction time.
- Changed fatal error 'Light 'xxx' not found' into a warning.
This makes sure that old levels that still use the old
collection syntax will work (but without the light in the
collection).
- Added ObjectView window to levtool. This contains all objects
in the world in a csTree component. Currently this list is only
a subset. It will be completed later.
21 lines of code changed in:
Fixed 'new view' in levtool app.
1 lines of code changed in:
- Fixed a bug in the WalkTest entity system which could cause
crashes at exit (especially with flarge).
- Made csEntityList a csVector. It appears that csPObject's can
only safely have one parent.
- Updated apimod17.txi documentation.
54 lines of code changed in:
Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>
Generated by StatCvs v0.2-dev