Commit Log (Page 238 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-09-23 to 1999-09-14 (Commits 845-894 of 12744)

jorrit 1999-09-23 13:39

Update.

46 lines of code changed in:

jorrit 1999-09-23 13:38

Patch from Nathaniel Saint Martin on sound system. He made various
modifications to the 3D sound renderers including the use of EAX 2.0.

1462 lines of code changed in:

haussman 1999-09-23 05:12

Adding externalmodels.txt, the start of a document to describe how
to import models in a format foreign to Crystal Space.

1 lines of code changed in:

sunshine 1999-09-22 23:17

Fixed a problem which prevented csGame library from compiling. Problem was
introduced when csBox was broken out into its own header file.

1 lines of code changed in:

sunshine 1999-09-22 23:16

Fixed problem which prevented csGame from compiling.

3 lines of code changed in:

rbate 1999-09-22 15:43

Getting VFS to work for Mac port.

3 lines of code changed in:

rbate 1999-09-22 15:41

Adding VFS support.

1 lines of code changed in:

jorrit 1999-09-22 14:53

Various changes to support an optimization on the sprite system.
Sprite triangles are no longer clipped. Only if really needed.
Bounding box tests are used first.
Various classes have been extended for this.

931 lines of code changed in:

jorrit 1999-09-22 14:49

Update.

36 lines of code changed in:

jorrit 1999-09-22 14:48

Fix to X 2D driver so that 32 bit displays are properly recognized.

1 lines of code changed in:

jorrit 1999-09-22 14:48

Patch from Fragdance to read WAL graphics files (Quake format).

3 lines of code changed in:

sunshine 1999-09-21 21:34

Recent changes to csPolygon3D and TextureTrans prevented csLoader from
compiling.

2 lines of code changed in:

sunshine 1999-09-21 21:08

Fixed DOS warning.

3 lines of code changed in:

sunshine 1999-09-21 21:06

Fixed sign-versus-unsigned warning which afflicted the DOS port.

1 lines of code changed in:

jorrit 1999-09-21 16:24

Fixed bug in the calculation of texture mapper transformation matrix.
This will fix the mapping on some 45 degree polygons.

16 lines of code changed in:

jorrit 1999-09-21 16:23

Update.

4 lines of code changed in:

jorrit 1999-09-21 11:28

Fix from Seth Galbraith to DOS port.

18 lines of code changed in:

jorrit 1999-09-21 11:28

Update.

2 lines of code changed in:

jorrit 1999-09-21 11:20

New document explaining how to use the new octree system.

0 lines of code changed in:

jorrit 1999-09-21 10:50

Update.

4 lines of code changed in:

jorrit 1999-09-21 10:05

Added SetPerspectiveCenter() function.

6 lines of code changed in:

jorrit 1999-09-21 10:04

Added SetPerspectiveCenter() to IGraphics3D.
This fixes the view centering added to the engine by Seth.

15 lines of code changed in:

jorrit 1999-09-21 10:04

Reverted earlier fix which was overwritten accidently.

20 lines of code changed in:

jorrit 1999-09-21 10:03

Update.

24 lines of code changed in:

sunshine 1999-09-20 14:22

Restored Jorrit's progress meter code which I changed in 1.29. I had
misread it and thought it was buggy, but it was not.

9 lines of code changed in:

sunshine 1999-09-20 14:15

Fixed a crasher in csPolyIt::Fetch().

3 lines of code changed in:

sunshine 1999-09-20 14:14

Fixed a bug in csPolyIt::Fetch(). It would crash if the world contained
no sectors. This bug prevented MetaDemo and MazeD from launching.

1 lines of code changed in:

sunshine 1999-09-20 13:48

Added new LIGHTMAP_HIGHQUAL to precalc_info so that this file does not
automatically get modified by every person who runs the program.

0 lines of code changed in:

sunshine 1999-09-20 12:01

Fixed a bug. Moved zip files to data directory.

7 lines of code changed in:

sunshine 1999-09-20 12:00

Fixed a bug in the way lightmap scaling made use of csProgressMeter.
csProgressMeter expects to be called a fixed number of times, so that it
can correctly reflect percentage complete. However, lightmap scaling was
calling it an indeterminate number of times.

15 lines of code changed in:

andy 1999-09-20 11:59

Fixed expandpath() to properly expand paths like "c:something"
TODO: DJGPP needs an implementation of _getdrive() and _setdrive() based
on his __dos_setdrive() and __dos_getdrive() in his osdefs.h file.

25 lines of code changed in:

sunshine 1999-09-20 11:57

Moved from CS to CS/data.

0 lines of code changed in:

sunshine 1999-09-20 11:53

Moved standard.zip, shtlib_g.zip, and shtlib_m.zip from CS directory to
CS/data directory.

2 lines of code changed in:

sunshine 1999-09-20 10:57

Seth Galbraith changed csCamera so that each instance maintains its own
field-of-view. He also moved class variables shift_x and shift_y from
csWorld into csCamera as instance variables. Eric Sunshine fixed two or
three bugs which were introduced with Seth's changes, and also renamed a
few methods for clarity and consistency in response to those changes.

139 lines of code changed in:

sunshine 1999-09-20 10:52

Fixed an accidental sign-extension bug in csPixelFormat.

1 lines of code changed in:

jorrit 1999-09-20 09:53

New lightmap scaling system (enabled by default) which greatly
improves lightmap quality (but makes startup time a little longer).

330 lines of code changed in:

jorrit 1999-09-20 09:53

Update.

43 lines of code changed in:

sunshine 1999-09-17 01:38

More bug fixes.

7 lines of code changed in:

sunshine 1999-09-17 01:37

Fixed bugs in DECLARE_TYPED_VECTOR macro where Insert(), FreeItem(), and
Equal() would loop infinitely.

3 lines of code changed in:

sunshine 1999-09-17 01:01

Jonathan Hudson provided a fix for the upside-down BMP bug.

1 lines of code changed in:

thieber 1999-09-16 21:46

Dx6.1 renderer

1 lines of code changed in:

jorrit 1999-09-16 12:11

Fix bug in sprites. UpdateLighting() could crash in some cases
(depending on the current frame/action).
Another bug fixed: lighting was incorrect if the sprite was scaled
from object to world space. Fixed but with a performance penalty.
Function needs to be reexamined for optimization.

20 lines of code changed in:

jorrit 1999-09-16 12:10

Siu-Hang Or implemented MergeTexture() in the software renderer.

55 lines of code changed in:

jorrit 1999-09-16 12:09

Update.

12 lines of code changed in:

iavramov 1999-09-15 12:07

Fixed sysdef.h includes

3 lines of code changed in:

sunshine 1999-09-15 05:54

Updated to reflect new djgpp.html document.

74 lines of code changed in:

sunshine 1999-09-14 22:33

Fixed more bugs in VFS.

5 lines of code changed in:

sunshine 1999-09-14 22:29

Fixed bug: DiskFile was miscomputing the size of the file (it always
reported the file as one byte larger than its actual size).
Fixed bug: DiskFile::GetStatus() would crash with a BUS error if the file
failed to open.

7 lines of code changed in:

rbate 1999-09-14 16:42

Fixing so it will compile under CW Pro 4.

22 lines of code changed in:

sunshine 1999-09-14 00:15

Fixed Windows port.

2 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