Commit Log (Page 232 of 255)

back to main page

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)

andy 1999-11-05 15:21

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:

azverkan 1999-11-05 06:25

Fixed Theory,tex, almost readable now

1 lines of code changed in:

azverkan 1999-11-04 05:33

Fixed for new version of Doc++

1 lines of code changed in:

sunshine 1999-11-03 22:18

Slight clarification.

2 lines of code changed in:

sunshine 1999-11-03 22:16

Fixed additional problems.

21 lines of code changed in:

sunshine 1999-11-03 22:02

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:

sunshine 1999-11-03 21:17

Reverted Jorrit's change to the OpenGL driver.

4 lines of code changed in:

sunshine 1999-11-03 21:15

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:

azverkan 1999-11-03 18:57

Documentation fixes for HTML

41 lines of code changed in:

jorrit 1999-11-03 10:39

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:

jorrit 1999-11-03 10:38

Removed init of some vars because it causes compilation problems on gcc.

0 lines of code changed in:

jorrit 1999-11-03 10:38

Added '-lmonly' and '-lmgrid' commandline options to software renderer.

7 lines of code changed in:

jorrit 1999-11-03 10:37

Update.

67 lines of code changed in:

sunshine 1999-11-03 07:00

Fixed warnings.

11 lines of code changed in:

sunshine 1999-11-03 06:27

Updated to reflect the new MATRIX options.

25 lines of code changed in:

sunshine 1999-11-03 05:57

Fixed a crasher in csLoader.

20 lines of code changed in:

sunshine 1999-11-03 05:36

Fixed comments.

2 lines of code changed in:

sunshine 1999-11-03 05:35

Replaced hex codes with actual character constants.

2 lines of code changed in:

sunshine 1999-11-03 05:35

Added cs[XYZ]ScaleMatrix3 classes as complements to existing
cs[XYZ]RotMatrix3 classes.

30 lines of code changed in:

azverkan 1999-11-02 22:11

Added newdoc

42 lines of code changed in:

azverkan 1999-11-02 22:08

Added newdoc targets

1 lines of code changed in:

alexp 1999-11-02 06:20

Fixed orientation problem with the terrain.
It now renders correctly.

5 lines of code changed in:

haussman 1999-11-01 22:54

Temporarily disabled mipmapping to fix problem with
unpopulated mipmaps.

3 lines of code changed in:

alexp 1999-11-01 07:54

Merged, if terrain not found, generate it.

14 lines of code changed in:

sunshine 1999-11-01 07:50

Eliminated a VC++ 5.0 compiler warning.

3 lines of code changed in:

sunshine 1999-11-01 07:44

Eliminated some compiler warnings.

4 lines of code changed in:

serplord 1999-11-01 05:58

changed csColor & to csColor in UpdateLightingLQ and HQ
to stop warnings.

2 lines of code changed in:

sunshine 1999-11-01 01:44

Fixed syntactic problems in csColor.h.

2 lines of code changed in:

sunshine 1999-11-01 01:42

Fixed a number of syntactic problems.

19 lines of code changed in:

haussman 1999-10-31 22:26

Disabled multitexture by default, otherwise some platforms
(such as windows) may not compile correctly.

1 lines of code changed in:

haussman 1999-10-31 22:21

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:

sunshine 1999-10-31 10:46

Makefile and configuration script changes.

6 lines of code changed in:

sunshine 1999-10-31 10:33

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:

serplord 1999-10-29 22:30

added light attenuation types, see light.h, csloader.cpp

91 lines of code changed in:

serplord 1999-10-28 14:13

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:

andy 1999-10-28 11:28

Added Python include/lib directory detection

12 lines of code changed in:

azverkan 1999-10-28 02:55

Added L

16 lines of code changed in:

sunshine 1999-10-28 00:12

Partially reverted Brandon's changes since they broke the MSVC
port.

5 lines of code changed in:

serplord 1999-10-27 22:41

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:

sunshine 1999-10-27 21:08

Added a TO-DO item.

2 lines of code changed in:

azverkan 1999-10-27 20:54

Added support for COMP_BC

5 lines of code changed in:

jorrit 1999-10-27 08:41

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:

jorrit 1999-10-27 08:40

Update.

19 lines of code changed in:

haussman 1999-10-27 04:26

Removed printing of "Loading fonts" message upon startup.

2 lines of code changed in:

haussman 1999-10-27 04:25

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:

azverkan 1999-10-27 02:18

Added BCB4 converter to CVS

2 lines of code changed in:

serplord 1999-10-26 22:29

Added CS logo to squawk, djgpp, and win32gcc docs
Created index for CS docs

39 lines of code changed in:

sunshine 1999-10-26 21:58

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:

thieber 1999-10-26 21:29

removed two warnings

2 lines of code changed in:

sunshine 1999-10-26 07:00

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