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: 2003-02-26 to 2003-02-20 (Commits 10995-11044 of 12744)
Temporal correction.
1 lines of code changed in:
Added mention of 0.96r002 release.
1 lines of code changed in:
Eric Sunshine made the following changes to the configuration-path &
plugin-paths function in the MacOS/X port:
-*- Fixed bug: csGetPluginsPath() was leaking char[1024] buffer.
-*- Cleaned up implementation files.
31 lines of code changed in:
Eric Sunshine removed the unused libs/cssys/general/instpath.cpp.
1 lines of code changed in:
Eric Sunshine patched win32gcc.mak to work around problem on Win9x and
WinME where "dllwrap --driver-name=g++" results in the error "dllwrap.exe:
installation problem, cannot exec g++".
6 lines of code changed in:
Eric Sunshine eliminated compilation warnings from tinystr.cpp.
1 lines of code changed in:
Eric Sunshine made the following changes to csConsoleBuffer:
-*- Fixed bug: SetLength() was accessing uninitialized memory.
-*- Fixed bugs: Several methods potentially were deleting the csString
referenced by the `empty' member and other "empty" lines, thus
allowing those other references to access a deleted object.
-*- Fixed bug: SetCurLine() had bogus logic.
-*- Fixed bugs: A significant number of boundary (one-off) errors were
present.
41 lines of code changed in:
Committed an update to the map2cs tutorial from Leandro Ezequiel Lovisolo
<lovisolo@datafull.com>.
69 lines of code changed in:
Eric Sunshine made the following changes to the configure script:
-*- Fixed bug: The utility variable cs_optimize_flags was being
constructed incorrectly, with the result that it was always empty,
rather than containing the detected optimization flags.
-*- Removed the bogus qsqrt(1)==0 test which was supposed to detect buggy
gcc 3.2.x. It turns out that Matze made an error in his trials
(printing a float with an int format directive), thus his results were
invalid.
-*- The special-case -fPIC directive for the qsqrt() check is now used
only if the compiler understands -fPIC.
-*- Documented Matze's -fPIC assumption. (Please keep the comments
up-to-date.)
-*- The libpng test now employs -lm (if available) since it is reported
that RedHat 8.x requires this library.
309 lines of code changed in:
As of the release of 0.96, it became safe to move a chunk of entries from
history.txt to history.old.
8751 lines of code changed in:
M�rten Svanfeldt made these changes:
- Fixed a bug in the light/shadow culling.
- Added a flag to make objects not cast hardarebased shadows.
- Added a (temporary) fix to avoid the mip-mapping errors in new renderer.
8 lines of code changed in:
Added a (temporary) workaround for mip-mapping errors.
62 lines of code changed in:
- fixed a division by zero in the DDS loader.
- changed the mipmap creation code in the OpenGL texture
renderer to take better advantage of precalculated mipmaps.
31 lines of code changed in:
Added a flag to set if a object should cast a hardware based shadow in new renderer
39 lines of code changed in:
Fixed some bugs in the light/shadow culling
11 lines of code changed in:
Added a flag to set if a object should cast a hardware based shadow in new renderer
14 lines of code changed in:
removed redundant CS_QUERY_REGISTRY from GetBuffer()
2 lines of code changed in:
- added csImageFile::HasMipmaps() which Matze seems to have
forgotten.
6 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
410 lines of code changed in:
-Matze Braun added a .dds image file loader (only loading so far)
and extended iImage with a HasMipmaps functions which indicates if
the image contains precalculated mipmaps.
1187 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
0 lines of code changed in:
- Modified the light/shadow culling algoritm.
- Changed the way to mask color and alphawrites in new renderer.
- Added the posibility to specify color and/or alphamasking from shaders.
88 lines of code changed in:
Eric Sunshine removed the recently added empty mottest.cfg and instead
fixed the problem of Debian installation failing by repairing the broken
mottest.mak so that it no longer refers to a non-existent file.
17 lines of code changed in:
Added some asserts in spr3d to check if cur_action is not NULL.
6 lines of code changed in:
Fix in csMeshMeshList::FreeItem for unprepared meshes.
11 lines of code changed in:
Removed demo lines again. vfs.cfg should not contain entries for
every single map file in existance.
0 lines of code changed in:
removed invalid file from menu
1 lines of code changed in:
Christian Bayle fixed menu in debian package
1 lines of code changed in:
added this empty file since this make fail install
0 lines of code changed in:
Menu and data corrections
7 lines of code changed in:
Added lines for demo files
6 lines of code changed in:
Eric Sunshine made the following changes:
-*- Fixed mk/autoconf/pkg.m4 so that it no longer aborts configuration and
abuses the user just because an optional package is absent.
-*- Fixed bin/autogen.sh so that it cleans up after itself.
19 lines of code changed in:
Debian related change added
10 lines of code changed in:
compile static libs without -fPIC
13 lines of code changed in:
Added dependancy on libode-dev
1 lines of code changed in:
- Philip Wyett fixed xml plugin makefile and errors in make depend.
1 lines of code changed in:
- Matze Braun added a test for qsqrt. Seems we can detect buggy
compilers by compiling qsqrt with -fPIC (this triggers internal
compiler errors on them)
5 lines of code changed in:
fixed a problem with csdemo.exe not getting installed
3 lines of code changed in:
removed aclocal.m4 as this is generated by bin/autgen.sh now
0 lines of code changed in:
- Matze Braun added mk/autoconf dir for autoconf macros and added a
script to regenerate configure (bin/autogen.sh).
- Matze Braun added a check for the libxml2 plugin.
331 lines of code changed in:
- Philip Wyett removed multiple declerations of csTextureHandleOpenGL,
iTextureHandle and csTxtCacheData from 'FlushDrawPolygon ()'.
Philip Wyett also performed some variable decleration moves to within
the scope they are used. Also performed a minor code cleanups.
12 lines of code changed in:
*** empty log message ***
70 lines of code changed in:
Fixed lightmap reader so that it will still warn if it couldn't
load lightmaps for some polygons of a thing but it will still try
to load the other polygons of that thing.
10 lines of code changed in:
- Dynavis now only reports about the first six none-closed
objects instead of all.
- Thing no longer reports that it is using FASTMESH.
- I had to make the epsilon that is used for checking valid uv
coordinates for a polygon a bit bigger. This means that there will
now be more warnings about 'bad UV coordinates for poly ...'.
The reason I had to do this is that with the current epsilon it
was possible that lightmaps were generated that were incompatible
between optimize/debug compiled versions of CS.
33 lines of code changed in:
- Philip Wyett removed ddraw8 canvas from win32gcc build process.
2 lines of code changed in:
Eric Sunshine augmented the configure script so that it uses libm.a (if
available) when testing for GLU, since apparently some GLU tests (such as
RedHat 8.0) fail without it.
148 lines of code changed in:
Fixed a bug in iEngine->GetNearbyObjects(). This bug could cause
infinite loops in cases where there is a portal from A->B and
then another portal back from B->A which is also visible from
the viewpoint of the center.
35 lines of code changed in:
Wyatt Miler suggested a work around for what seems to be a
gcc 3.1 compiler bug which triggers on MacOS/X (PowerPC) in
the tiny XML parser.
5 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
0 lines of code changed in:
removed invalid dependencies
4 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