Commit Log (Page 40 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: 2003-02-07 to 2003-02-04 (Commits 10745-10794 of 12744)

philwyett 2003-02-07 15:12

- Fixed framerate problem if run fs after windowed.

- Code cleanup

39 lines of code changed in:

jorrit 2003-02-07 14:56

- Fixed a bug in the OpenGL renderer which causes one of the objects
in flarge to disappear. It was related to the rendering of
transparent polygons not cleaning up properly. Unfortunatelly
this doesn't seem to fix all bugs in this area. Some of the
PlaneShift levels still suffer from disappearing objects and
I'm sure it isn't caused by wrong visibility culling.

22 lines of code changed in:

jorrit 2003-02-07 14:07

Reverted change to change VFS dir for libraries.

2 lines of code changed in:

res2002 2003-02-07 13:55

- enhanced the map loader so that when loading a <library>
a VFS->ChDir() into the lib's dir is performed so that relative
paths in the library are work as expected.

22 lines of code changed in:

sunshine 2003-02-07 13:31

Eric Sunshine cleaned up the pthread and qsqrt() tests in configure.ac.

82 lines of code changed in:

sunshine 2003-02-07 13:16

Reverted Matze's change. He committed the wrong file entirely.

264 lines of code changed in:

philwyett 2003-02-07 13:16

Accidental commit - Revert.

0 lines of code changed in:

philwyett 2003-02-07 13:13

Hack to get -fs switch working again under Windows.

Note to Self: Revisit and check whole plugin before 0.96r003.

1 lines of code changed in:

philwyett 2003-02-07 12:33

Hack to get -fs switch working again under Windows.

Note to Self: Revisit and check whole plugin before 0.96r003.

1 lines of code changed in:

jorrit 2003-02-07 09:05

- Fixed levtool so that by default it now gives usage information
instead of the -list option. That way people will not forget
to add -dynavis.
- Possibly fixed the bug in map2cs which adds <moveable /> to the
same object that has <vistree />. Wasn't able to test this due
to not having a map file.
- Possibly fixed the bug in cs2xml with converting of LEN keyword
in a polygon. Didn't test this yet.

76 lines of code changed in:

matzebraun 2003-02-07 02:21

removed unneede #define from pthread test

115 lines of code changed in:

sunshine 2003-02-06 23:38

Eric Sunshine applied a patch from Gregory Block <gblock@ctoforaday.com>
to pngimage.cpp which fixes PNG loading errors for platforms/compilers
where csRGBPixel is not four bytes. Prior to this patch, the PNG loader
made the dangerous and fragile assumption that csRGBPixel was always four
bytes. The patch works uniformly by converting all input formats to
24-bit.

30 lines of code changed in:

sunshine 2003-02-06 22:57

Eric Sunshine fixed the following bugs in
csNetworkSocket2::SetSocketBlock() in ensocket plugin:

-*- On Unix, was ignoring the blocking flag and always setting the socket
to non-blocking.

-*- On Unix, was erroneously sending O_NONBLOCK to setsockopt() as though
it was a socket-option.

-*- On Windows, was erroneously sending the error constant WSAEWOULDBLOCK
to setsockopt() as though it was a socket-option.

91 lines of code changed in:

sunshine 2003-02-06 22:20

Eric Sunshine applied a patch to ensocket plugin from Frank Michler
<Michler@students.uni-marburg.de> fixing a problem where the return value
from accept() was being misinterpreted.

4 lines of code changed in:

sunshine 2003-02-06 22:11

Removed redundant junk.

1 lines of code changed in:

sunshine 2003-02-06 22:05

Update.

5 lines of code changed in:

sunshine 2003-02-06 21:57

Eric Sunshine added FT_UINT_MAX and FT_ULONG_MAX defines to freefont2
"make depend" flags to work around problem reported by David Calkins
<dcalk@verizon.net>.

4 lines of code changed in:

matzebraun 2003-02-06 14:38

enabled qsqrt again as it seems to compile for me without problem and according to Jorrit it's important for performance. configure switch still is in of course

18 lines of code changed in:

jorrit 2003-02-06 09:13

- Removed Video.OpenGL.Caps.MaxTexWidth, MaxTexHeight, MinTexWidth,
and MinTexHeight options in opengl.cfg. Instead there is now the
Video.OpenGL.Caps.MaxTextureSize option. By default this is set
to -1 which means the OpenGL renderer will autodetect maximum
texture size.
- Apparently there are drivers when getting the maximum texture size
with GL_MAX_TEXTURE_SIZE fails. The OpenGL renderer now detects
this case and will issue a warning when that happens. In that case
it will assume 256x256 max. You can then use the above option
to set the real maximum size.

47 lines of code changed in:

thebolt00 2003-02-06 00:13

Began implementing shader-loading

271 lines of code changed in:

thebolt00 2003-02-05 23:49

Fixed the discardingsystem

282 lines of code changed in:

thebolt00 2003-02-05 23:47

Added a renderbuffer manager for ATI_vertex_array_object
Fixed the NV_vertex_array_range buffer manager so that it hopefully works
Fixed the discardingsystem

4904 lines of code changed in:

matzebraun 2003-02-05 23:08

disabled qsqrt by default as it seems to trigger compiler bugs in latest gcc although our test succeeds :-/

21 lines of code changed in:

thebolt00 2003-02-05 23:02

Updated the opengl extensionheader creator

25 lines of code changed in:

thebolt00 2003-02-05 22:35

* Fixed a memoryleak due to the sorted renderingqueue not being destructed when using render3d

1 lines of code changed in:

sunshine 2003-02-05 22:13

Automated Visual-C++ SLN and VCPROJ project file repair.

163 lines of code changed in:

matzebraun 2003-02-05 22:07

more fixes to my latest thread changes

7 lines of code changed in:

matzebraun 2003-02-05 19:30

fix for to ptrhead stuff

8 lines of code changed in:

matzebraun 2003-02-05 19:04

changed recursive mutex test to define _GNU_SOURCE first this seems to be needed on older linux distributions to get the recursive extension. Also rewrote the posix mutex code a bit.

160 lines of code changed in:

matzebraun 2003-02-05 17:39

added a Clear function to the list iterator

9 lines of code changed in:

dentoid 2003-02-05 13:19

Fixed some screwed indentation (remember, tab = 8 spaces), and made shadow generation work without <autonormals/>

61 lines of code changed in:

dentoid 2003-02-05 12:48

Updated thing & bugplug to comply to changed meshobject interface for new renderer.

3 lines of code changed in:

dentoid 2003-02-05 12:32

Better matrix support in CG plugin.

53 lines of code changed in:

philwyett 2003-02-05 11:33

Bumped to 0.97 rdev and matched the date with the one in version.txi.

3 lines of code changed in:

duhprey 2003-02-05 07:35

Pass light parameter into mesh object for optimization

1 lines of code changed in:

duhprey 2003-02-05 07:35

Added light parameter to DrawShadow for optimization purposes

1 lines of code changed in:

duhprey 2003-02-05 07:06

Changed the shadow calculation to depth pass for now (almost twice as fast)

5 lines of code changed in:

duhprey 2003-02-05 07:05

Optimized shadow volumes from 9x per light to 2x per light.

119 lines of code changed in:

thebolt00 2003-02-04 23:16

Fixed a small error with how positions are setup for the shadowing pass

4 lines of code changed in:

dentoid 2003-02-04 22:10

Moved implementation of csShaderVariable

45 lines of code changed in:

sunshine 2003-02-04 13:05

Eric Sunshine made the following changes:

-*- Augmented the ODE check in configure.ac so that it works in two
phases. First it checks for libode. Second, it checks if the
installed libode is sufficiently recent. This approach will provide
better feedback and debugging information for a user than the old
approach where the checks were combined.

-*- Enhanced the "recursive pthread mutex" check in configure.ac so that
it recognizes both PTHREAD_MUTEX_RECURSIVE and
PTHREAD_MUTEX_RECURSIVE_NP, rather than only recognizing the _NP
variation. The detected macro, if any, is now properly employed by
cspthrd.cpp.

435 lines of code changed in:

sunshine 2003-02-04 10:12

Automated Visual-C++ SLN and VCPROJ project file repair.

6 lines of code changed in:

thebolt00 2003-02-04 02:05

Added so that default-color is white when using new renderer (this is needed due to how the new renderer handles lighting)

4 lines of code changed in:

thebolt00 2003-02-04 02:03

Added support for csVector4 to shadervariables

10 lines of code changed in:

thebolt00 2003-02-04 02:02

Changed the way we pass lightinformation to vertex-programs from using glLight tracking into using variables.

32 lines of code changed in:

thebolt00 2003-02-04 02:00

Added a 4-component vector. This is almost a copy of csVector3/csDVector3 with small changes due to the 4th-component

74 lines of code changed in:

thebolt00 2003-02-04 02:00

Changed the way we pass lightinformation to vertex-programs from using glLight tracking into using variables.

28 lines of code changed in:

thebolt00 2003-02-04 01:59

Added support for csVector4 to shadervariables

6 lines of code changed in:

thebolt00 2003-02-04 01:59

Added a 4-component vector. This is almost a copy of csVector3/csDVector3 with small changes due to the 4th-component

451 lines of code changed in:

thebolt00 2003-02-04 01:58

Changed the way we pass lightinformation to vertex-programs from using glLight tracking into using variables.

85 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