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: 2002-10-07 to 2002-10-03 (Commits 9545-9594 of 12744)
Eliminated compilation warning.
1 lines of code changed in:
Removed some obsolete texmem.* files in the 3D renderer directories.
1 lines of code changed in:
Apparently some versions of makeinfo are more picky than others and don't
like @xref{}'s split across lines.
2 lines of code changed in:
Fixed Texinfo error reported by makeinfo.
Made aesthetic improvements to FAQ.
3 lines of code changed in:
Fixed Texinfo error reported by makeinfo.
Made aesthetic improvements to FAQ.
42 lines of code changed in:
Typographical correction.
1 lines of code changed in:
- removed .vcproj and .sln files form .cvsignore
1 lines of code changed in:
More typographical corrections.
3 lines of code changed in:
Typographical corrections.
2 lines of code changed in:
Enabled automated MSVC7 project file generation.
8 lines of code changed in:
class interface to threading
432 lines of code changed in:
obsolet
0 lines of code changed in:
uses new CS_THREAD.INC
3 lines of code changed in:
renamed THREAD.INC to CS_THREAD.INC
2 lines of code changed in:
made classinterface for threading
175 lines of code changed in:
- removed '% -*-texinfo-*-' which appeared on the first page
3 lines of code changed in:
- replaced some EPS files w/ versions without
%%BeginBinary / %%EndBinary
984 lines of code changed in:
Upgraded CS/docs/texinfo/texinfo.tex to the most recent version.
922 lines of code changed in:
Updated copyright.
2 lines of code changed in:
note of my csDVector3 addition
2 lines of code changed in:
Added .SquaredNorm() member to csDVector3 class
8 lines of code changed in:
Eric Sunshine added new csGetUsername() to cssys/sysfunc.h which returns
the name of the user running the application. Added implementations of
csGetUsername() for Unix, Windows, MacOS/X, MacOS/X Server (Rhapsody),
OpenStep, and NextStep.
25 lines of code changed in:
`clean' target no longer removes obsolete precalc.zip.
1 lines of code changed in:
Added iFile::Flush().
3 lines of code changed in:
Eric Sunshine made the following changes to the project:
-*- Added an iFile::Flush() method.
-*- Made the following changes the the stdrep plugin:
o Works with VFS paths rather than physical paths.
o Creates the "debug" file in the VFS temporary directory (/tmp)
rather than the current working directory.
o The debug log file name now contains the owner's username if the
username can be determined. Rather than the old "debug.txt", the
name is now "csdebug-username.txt" (or "csdebug.txt" if the username
is unknown).
77 lines of code changed in:
Fixes of documentation.
5 lines of code changed in:
Eric Sunshine added new csGetUsername() to cssys/sysfunc.h which returns
the name of the user running the application. Added implementations of
csGetUsername() for Unix, Windows, MacOS/X, MacOS/X Server (Rhapsody),
OpenStep, and NextStep.
94 lines of code changed in:
Fixed both engine and DrawPolygonMesh implementations so they
correctly work on non-lit polygons.
36 lines of code changed in:
Eric Sunshine made the following changes to the Apple/NeXT port:
-*- Moved libs/cssys/next/openstep/instpath.cpp to
libs/cssys/next/shared/NeXTInstallPath.cpp since it is sufficiently
generic to be shared among the Apple/NeXT platforms.
-*- Added libs/cssys/next/shared/NeXTInstallPath.h.
-*- Cleaned up the code comprising the Apple/NeXT csGetInstallPath() and
NeXTInstallPath().
7 lines of code changed in:
Eliminated volumes of compilation warnings.
12 lines of code changed in:
Formatting.
269 lines of code changed in:
Eliminated CS/data/tex/arial9.csf since it is considered unnecessary.
2 lines of code changed in:
Updated faq related to smart pointers and added new entry about
plugin loading.
24 lines of code changed in:
Update.
2 lines of code changed in:
Eliminated compilation warnings.
0 lines of code changed in:
removed annoying uint/int casts
8 lines of code changed in:
removed those annoying uint/int casts
6 lines of code changed in:
Eric Sunshine fixed a resource leak in the OpenGL procedural texture
renderer. It was leaking a csOpenGLProcBackBuffer2D object.
4 lines of code changed in:
a little fix
9 lines of code changed in:
the fun of indenting files doesn end up so easily
360 lines of code changed in:
more indentation fun
259 lines of code changed in:
im just hoping this is more readable
506 lines of code changed in:
im a deaf tuning a piano (Charlls fixing indentation)
215 lines of code changed in:
fixed the identation (but i cannot say im seeing it a lot different)
maybe im just dislexic �^)
320 lines of code changed in:
Cleaned up DPM. Breaks fog and is a bit slower, but this will hopefully get fixed soon.
9 lines of code changed in:
Cleaned up DPM. Breaks fog and is a bit slower, but this will hopefully get fixed soon.
378 lines of code changed in:
Update.
1 lines of code changed in:
Fixed compilation errors.
4 lines of code changed in:
Fixed copmilation error. Was trying to do implicit conversion with
constructor tagged `explicit'.
2 lines of code changed in:
Removed a very old hack in the engine (camera_hack).
1 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