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: 1999-11-05 to 1999-10-26 (Commits 1145-1194 of 12744)
The Big SCF patch. Completely replaced COM with SCF. Most drivers broken.
The only that works are: csdive, glos2, dosraw, soft3d. Some others *may* work.
6424 lines of code changed in:
Fixed Theory,tex, almost readable now
1 lines of code changed in:
Fixed for new version of Doc++
1 lines of code changed in:
Slight clarification.
2 lines of code changed in:
Fixed additional problems.
21 lines of code changed in:
Textually reorganized so that all inline methods are now seen by the
compiler before they are called from within other inline methods. This
works around a bug in the OpenStep compiler where it generates unlinkable
code if an inline method calls a second inline method before the second
inline method has been seen by the compiler.
23 lines of code changed in:
Reverted Jorrit's change to the OpenGL driver.
4 lines of code changed in:
Reverted Jorrit's change (but hopefully in a GCC-compatible fashion). His
change was simply incorrect and would have resulted in a crash since those
variables would have been used uninitialized.
5 lines of code changed in:
Documentation fixes for HTML
41 lines of code changed in:
Various changes to quadtree again.
Quadtree is much more memory efficient.
Quadtree lighting optimization which is currently disabled.
Added -cache/-nocache commandline options to prevent caching lightmaps.
190 lines of code changed in:
Removed init of some vars because it causes compilation problems on gcc.
0 lines of code changed in:
Added '-lmonly' and '-lmgrid' commandline options to software renderer.
7 lines of code changed in:
Update.
67 lines of code changed in:
Fixed warnings.
11 lines of code changed in:
Updated to reflect the new MATRIX options.
25 lines of code changed in:
Fixed a crasher in csLoader.
20 lines of code changed in:
Fixed comments.
2 lines of code changed in:
Replaced hex codes with actual character constants.
2 lines of code changed in:
Added cs[XYZ]ScaleMatrix3 classes as complements to existing
cs[XYZ]RotMatrix3 classes.
30 lines of code changed in:
Added newdoc
42 lines of code changed in:
Added newdoc targets
1 lines of code changed in:
Fixed orientation problem with the terrain.
It now renders correctly.
5 lines of code changed in:
Temporarily disabled mipmapping to fix problem with
unpopulated mipmaps.
3 lines of code changed in:
Merged, if terrain not found, generate it.
14 lines of code changed in:
Eliminated a VC++ 5.0 compiler warning.
3 lines of code changed in:
Eliminated some compiler warnings.
4 lines of code changed in:
changed csColor & to csColor in UpdateLightingLQ and HQ
to stop warnings.
2 lines of code changed in:
Fixed syntactic problems in csColor.h.
2 lines of code changed in:
Fixed a number of syntactic problems.
19 lines of code changed in:
Disabled multitexture by default, otherwise some platforms
(such as windows) may not compile correctly.
1 lines of code changed in:
Multiple small changes:
-Moved mipmapping handling into the texture cache code. All mipmap
calculation are now done by OpenGL except for the construction of
the mipmaps themselves.
-Completed multitexture shortcut. Test under software Mesa; some
functionality is needed to work under Windows95/98
-Collected the jumble of class member variables into semi-intuitive
groups. Deleted some superflous variables.
371 lines of code changed in:
Makefile and configuration script changes.
6 lines of code changed in:
Moved Python detection code from unixconf.sh to haspythn.sh since it is
needed by platform makefiles which do not invoke unixconf.sh.
unixconf.sh now uses 'sh' to invoke booltest.sh rather than 'exec' so that
Seth can happily use unixconf.sh from DOS.
14 lines of code changed in:
added light attenuation types, see light.h, csloader.cpp
91 lines of code changed in:
INTENTIONALLY renamed several files:
index.html -> index.htm
win32gcc.html -> win32gcc.htm
smalllogo.jpg -> smcslogo.jpg
(actually I didn't RENAME index.htm but restored the changes
I made to it which were not included when it was renamed to
index.html)
5 lines of code changed in:
Added Python include/lib directory detection
12 lines of code changed in:
Added L
16 lines of code changed in:
Partially reverted Brandon's changes since they broke the MSVC
port.
5 lines of code changed in:
Updated docs, reorganized index, added links back to index,
created html version of INSTALL.General called general.htm.
created html version of INSTALL called install.htm.
(html versions are not exactly like the text versions,
I made some improvements.)
31 lines of code changed in:
Added a TO-DO item.
2 lines of code changed in:
Added support for COMP_BC
5 lines of code changed in:
Fixed a bug in polygon splitters. It could happen that polygons were
split to degenerate polygons (with only one or two vertices).
7 lines of code changed in:
Update.
19 lines of code changed in:
Removed printing of "Loading fonts" message upon startup.
2 lines of code changed in:
Several touch-ups:
1-Bulked up member initializer list
2-Moved texture deletion so that it occurs just before closing the window
3-slimmed down lightmap blend configuration code
Added 'shortcut' methods to allow certain hardware configurations to
detect and render polygons in an optimized manner where possible.
The first planned shortcut methods include rendering using multitexture
and batching up FX polygon drawing.
239 lines of code changed in:
Added BCB4 converter to CVS
2 lines of code changed in:
Added CS logo to squawk, djgpp, and win32gcc docs
Created index for CS docs
39 lines of code changed in:
Enabled BUGGY_EGCS_COMPILER as a stop-gap measure so that we don't have to
keep explaining to people how to work around the problem. Enabling this by
default does not hurt the other ports, so everybody wins.
1 lines of code changed in:
removed two warnings
2 lines of code changed in:
Bunch of fixes: makefiles, bugs, warnings, etc.
15 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