Commit Log (Page 42 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-01 to 2003-01-28 (Commits 10645-10694 of 12744)

thebolt00 2003-02-01 21:08

* Renamed iRenderBufferManager::GetBuffer to CreateBuffer

63 lines of code changed in:

thebolt00 2003-02-01 21:07

* Added a lightweight template for a double-linked list

268 lines of code changed in:

jorrit 2003-02-01 17:38

Fixed a very bad bug in the thing mesh plugin. When a lightcell
size was selected different from the default 16, all shadow
calculations would go wrong because the shift value (4) wasn't
updated. This bug was introduced when I moved thing to a seperate
plugin.

6 lines of code changed in:

matzebraun 2003-02-01 15:08

updated walktestlight to compile again. Additionally removed all references to libcsengine

135 lines of code changed in:

jorrit 2003-02-01 15:07

Second related fix to emit.

2 lines of code changed in:

jorrit 2003-02-01 15:04

Work around to a division by zero bug that sometimes happens in emit.
Don't know what causes this and I don't understand the emit code
so I cannot give a real fix.

6 lines of code changed in:

matzebraun 2003-02-01 14:31

added docu notes about csRefArray. As CS beginners will probably first find array.h before they realize that there is refarr.h as well.

3 lines of code changed in:

matzebraun 2003-02-01 14:28

added a template array class which is able to hold any kind of objects and takes care to construct/destruct them correctly. This is still a bit experimental don't include it into the release before we're sure it compiles for everyone...

218 lines of code changed in:

matzebraun 2003-02-01 13:17

added a new CSEXTRA module which should contain test applications. The first application in there is a simple application which plays the sound passed to it on the commandline. This is very usefull when debugging sound plugins.

239 lines of code changed in:

matzebraun 2003-02-01 13:11

building outside source dir works again

15 lines of code changed in:

matzebraun 2003-02-01 12:51

forgot to add files

136 lines of code changed in:

matzebraun 2003-02-01 12:50

Improved Jam and autoconf interaction. Jam variables are now set by using
Erics nice textcache macros (thank you) and by creating a separate Jamconfig
file instead of using ugly Jamfile.in and Jamrules.in.
Additionally made the test for Crystal Space a little bit simpler.

11 lines of code changed in:

matzebraun 2003-02-01 11:54

fixed typo in my LFLAGS changed yesterday

6 lines of code changed in:

matzebraun 2003-02-01 11:44

updated todo.txt

1 lines of code changed in:

matzebraun 2003-02-01 11:43

Applied patch from damage-list@freenet.de.

This patch fixed some crashers in csgrid and tries to close a memory leak in
palettes. (I modified the patch a bit as it contained a mismatched
malloc/delete)

23 lines of code changed in:

jorrit 2003-02-01 10:22

Fixed a bad bug with curved surfaces and pseudo-dynamic lighting.
This caused crashes.

5 lines of code changed in:

jorrit 2003-02-01 08:10

Small fix.

2 lines of code changed in:

jorrit 2003-02-01 08:09

Lightmaps with DrawPolygonMesh were not correctly aligned. This
is a very old bug that was fixed for normal lightmap rendering
but not for DrawPolygonMesh.

23 lines of code changed in:

sunshine 2003-01-31 22:53

Minor optimization.

1 lines of code changed in:

sunshine 2003-01-31 22:41

Eric Sunshine worked around an internal compiler error on MacOS/X by
slightly reorganizing csGraphics3DOGLCommon::ClipTriangleMesh() in
ogl_g3dcom.cpp. Also eliminated a significant number of compilation
warnings.

11 lines of code changed in:

res2002 2003-01-31 19:54

- fixed MSVC assertion in csString::Collapse() if the string
contains characters >= 0x80

4 lines of code changed in:

res2002 2003-01-31 19:54

- reverted accidential commit

1 lines of code changed in:

res2002 2003-01-31 19:42

- fixed MSVC assertion in csString::Collapse() if the string
contains characters >= 0x80

3 lines of code changed in:

matzebraun 2003-01-31 17:06

fixed dependency generation with custom cflags

18 lines of code changed in:

matzebraun 2003-01-31 16:50

fixed plugin linking with custom lflags

18 lines of code changed in:

jorrit 2003-01-31 13:23

Fixed a bad bug in the exact clipper used by DrawPolygonMesh. This
bug was introduced yesterday and caused lightmaps to be wrong
if exact clipping was needed.

35 lines of code changed in:

jorrit 2003-01-31 11:37

Small changes.

5 lines of code changed in:

philwyett 2003-01-31 10:50

Fix

2 lines of code changed in:

jorrit 2003-01-31 10:34

Made the super lightmap cache in the OpenGL renderer a lot smaller.
There is now a cost associated with every super lightmap (based
on number of lightmaps that are in it) and also a timestamp which
says when that super lightmap was last needed. When selecting a
new super lightmap this information is used to make sure that
useful super lightmaps stay in memory.

97 lines of code changed in:

jorrit 2003-01-31 09:42

- Another small optimization in the super lightmap cache. This time
avoid virtual function calls.
- Another small optimization. If nothing was drawn during the
unlit texture mapping then no lightmaps are drawn either (for
DrawPolygonMesh).
- Cleaned up super lightmap code a little more.
- Started work on new optimization in the super lightmap cache. Not
operational yet.

128 lines of code changed in:

jorrit 2003-01-31 06:51

Some statistic printing (disabled).

24 lines of code changed in:

jorrit 2003-01-30 15:24

Small optimization again.

3 lines of code changed in:

jorrit 2003-01-30 15:07

Greatly modified the DrawPolygonMesh and polygon buffer
code in the OpenGL renderer. This is still very experimental
so I'm going to continue working on this. There are also no
substantial performance improvements yet.

1680 lines of code changed in:

sunshine 2003-01-30 12:05

Eric Sunshine fixed problem in the various OpenGL renderer and canvas
plugins in which GL.LFLAGS was being applied to the `ar' invocation for
static builds.

55 lines of code changed in:

matzebraun 2003-01-30 10:14

updated history.txt

4 lines of code changed in:

matzebraun 2003-01-30 10:05

fixed other plugins CFLAGS as well

30 lines of code changed in:

sunshine 2003-01-30 09:58

Tiny piece of additional information about simplecloth crash.

3 lines of code changed in:

matzebraun 2003-01-30 08:38

fixed lib3ds cflags not being used - other libs need the same fix which I'll be working on now

6 lines of code changed in:

thebolt00 2003-01-29 19:34

Fixed an error made when rewriting the statecache

2 lines of code changed in:

jorrit 2003-01-29 16:07

The software implementation of DrawPolygonMesh was not at all
behaving well in case polygons go beyond the Z-plane. Fixed this
now.

110 lines of code changed in:

jorrit 2003-01-29 12:38

New release.

103 lines of code changed in:

philwyett 2003-01-29 11:19

Update of msvc_libs links

8 lines of code changed in:

jorrit 2003-01-29 10:24

Update.

4 lines of code changed in:

jorrit 2003-01-29 10:22

Fix.

1 lines of code changed in:

jorrit 2003-01-29 10:21

PlaneShift is looking for help.

26 lines of code changed in:

jorrit 2003-01-29 10:17

Author update.

10 lines of code changed in:

jorrit 2003-01-29 10:17

Update of history.txt.

165 lines of code changed in:

matzebraun 2003-01-28 23:57

fixed the problem with streamed sounds getting looped regardless of their flags

5 lines of code changed in:

matzebraun 2003-01-28 22:25

fix ogg loader crash when sound hasn't been initialized

1 lines of code changed in:

thebolt00 2003-01-28 22:21

Fixed the confusion about new OpenGL renderer and who's done what.

11 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