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-10-19 to 1999-10-12 (Commits 1045-1094 of 12744)
Removed overriding of MAKE_DLL to "no" if USE_SHARED_LIBS is not yes.
Bad solution. Need another aproach, if ever.
0 lines of code changed in:
Restored.
2 lines of code changed in:
Changed csQuadtree from 3D to 2D. This improves performance.
More improvements can be achieved. I will do this as soon as possible.
112 lines of code changed in:
Update.
4 lines of code changed in:
Reverted change from Denis Dmitriev. There is no memory
leak as far as I can see and Denis also introduced a bug.
13 lines of code changed in:
Removed warning about inline function.
1 lines of code changed in:
Update.
19 lines of code changed in:
Fixed bug with quadtree. This means that quadtree lighting and
rendering now work correctly. Unfortunatelly this also means that
this is slow. VEEERRRYYY slow. I will try to fix this ASAP.
New 'quadtree' console command to enable quadtree opt instead of
c-buffer. This is still experimental.
Fixed bug in dynamic lightmap reading (pseudo-dynamic lights). This
bug only occurs in rare situations.
Fixed collision detection for infinite maze. This means no more crashes
for infinite maze but CD is still weird. We need a fly mode for the
infinite maze.
Changed lighting routines so that they no longer use the transformation
manager. Not only is this more efficient but it also fixes infinite
maze so that there are no more ugly glitches when new sectors
are created.
330 lines of code changed in:
Changes from Stephan Goetter to allow CS libraries to be compiled
as shared libraries on Unix.
86 lines of code changed in:
Changes from Scott Wood to allow CS to be compiled on Linux/Alpha.
9 lines of code changed in:
New 'quadtree' command.
12 lines of code changed in:
Update.
37 lines of code changed in:
memory allocation check was made consistent with memory debugger
2 lines of code changed in:
temporary fix for _huge_ memory leak and some indentation fixes
24 lines of code changed in:
`GetMessage' replaced with `GetExceptionMessage' (`GetMessage' is a macro on Win32 platforms)
4 lines of code changed in:
default comment char added (for consistency)
1 lines of code changed in:
Fixed for lame gcc compiler
28 lines of code changed in:
fixed
24 lines of code changed in:
Added exception support
24 lines of code changed in:
Modified code to use fog textures, which gives better interpolation
between vertices and opens the way for faster fog rendering using
multitexture.
117 lines of code changed in:
Restored after a bad HD problem.
1787 lines of code changed in:
updated squawk.htm
16 lines of code changed in:
Added settings for glide2x
4 lines of code changed in:
Fixes to csObject (leftover COM junk)
2 lines of code changed in:
Linux fix for csWorld
1 lines of code changed in:
Fixes for CSUTIL / CSENGINE / CSOBJECT
18 lines of code changed in:
Fixed CSUTIL dependecies
0 lines of code changed in:
Fixed CSUTIL depenedencies
3 lines of code changed in:
Fixed some compilation warnings.
2 lines of code changed in:
Following up on the changes of Alex Pfaffe I modified things again.
Still not working though.
9 lines of code changed in:
Small fix so that Infinite maze works again with VFS.
Infinite Maze itself still has some problems though.
2 lines of code changed in:
Update.
12 lines of code changed in:
Added wtoc as a member.
3 lines of code changed in:
Added terrain.zip
1 lines of code changed in:
Fixed initialization to work correctly. Note heigh.ter file is not being
read from archive but directly from the running directory. wtoc is now
a member.
30 lines of code changed in:
avoid crash, when textures have no names
5 lines of code changed in:
Squawk updated - switch view layouts at run-time
37 lines of code changed in:
First try at integration of landscape engine. It is a quick
hack and it doesn't work yet.
164 lines of code changed in:
Update.
13 lines of code changed in:
Andrew Zabolotny added keyboard support to CSWS scroll bars.
2 lines of code changed in:
Added keyboard handling to scroll bars.
65 lines of code changed in:
A more sensible layout 1.
1 lines of code changed in:
Fixed some new compiler warnings in MazeD and CSWS.
1 lines of code changed in:
Fixed "float to int assignment" compiler warnings.
1 lines of code changed in:
More work on MazeD by Andrew Zabolotny.
24 lines of code changed in:
Changed default MazeD screen depth to 16bits (colorwheel looks better :-)
Added /etc directory to VFS
2 lines of code changed in:
CSWS:
-*- New color wheel control
-*- New function csColorDialog() returning a standard color choose dialog
MazeD:
-*- Replaced R/G/B spin buttons in light params dialog with a button that
calls color choice dialog.
802 lines of code changed in:
Extra progress bar at init.
18 lines of code changed in:
Update.
42 lines of code changed in:
Moving to csengine
8 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