Commit Log (Page 254 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-05-19 to 1999-05-14 (Commits 45-94 of 12744)

jorrit 1999-05-19 10:40

New files for geometric volume handling. They don't work currently
and are also not used yet.

5 lines of code changed in:

jorrit 1999-05-19 10:39

Fix bug in triangle drawer.
Vertex morphing with LOD fixed. So the final LOD stage (lod==full
detail) works correctly.

15 lines of code changed in:

jorrit 1999-05-19 10:38

Fix bug in triangle drawer.

8 lines of code changed in:

jorrit 1999-05-19 10:38

Somewhat better support for planed fog from Denis Detriev. I still did
not enable it though because it is still not correct.

210 lines of code changed in:

jorrit 1999-05-19 10:36

When allocating a lightmap the ambient color is given directly instead
of indirectly through the polygon.

8 lines of code changed in:

jorrit 1999-05-19 10:35

Bug fix with lighting lightmaps. The lightmap was not correctly
initialized which caused garbage sometimes (= often).

18 lines of code changed in:

jorrit 1999-05-19 10:34

Cosmetic change and modification to test planed fog in software.

2 lines of code changed in:

jorrit 1999-05-19 10:33

Added new document containing all bugs in CS :-)

55 lines of code changed in:

jorrit 1999-05-19 10:33

Update

60 lines of code changed in:

mlong 1999-05-19 09:17

Small fix to support scroll mice.

2 lines of code changed in:

haussman 1999-05-19 05:15

Fixed the Clear() function to clear to the color passed in... before it
was clearing to the current background color, which may not be the right
color.

15 lines of code changed in:

haussman 1999-05-19 05:06

Modified 2D code to properly draw lines and pixels, which means disabling
blending, texturing, and depth testing before doing any 2D functions.
Also added 2D text support.

55 lines of code changed in:

haussman 1999-05-19 05:03

Added csGraphicsOpenGLFontServer member, so that we can support 2D text.
Added function to convert the 'int' color passed to DrawPixelGL, DrawLine,...
into a OpenGL RGB color.

7 lines of code changed in:

haussman 1999-05-19 04:56

Header file for the csGraphics2DOpenGLFontServer class, which takes
the Crystal Space fonts and stores them into an appropriate OpenGL
format for easy use by OpenGL programs. You can use
the Font Server directly by telling it to display a string
or a single character in a specific font.

0 lines of code changed in:

haussman 1999-05-19 04:54

Implements a basic 'GL Font Server' which allocates OpenGL display
lists and fills them with commands to draw character bitmaps, one
per display list. This can be used by OpenGL programs later to
write out character strings via glCallList... or the font server
itself will write the character/string for you.

Fonts are taken from the Crystal Space font source and converted into
appropriate OpenGL bitmaps.

6 lines of code changed in:

rbate 1999-05-18 18:29

Updating history and installation instructions now that the cw projects are checked into cvs.

23 lines of code changed in:

thieber 1999-05-17 20:32

Arrrggggh!

0 lines of code changed in:

thieber 1999-05-17 20:26

Now they should be really binary (or I am going to get mad!)

0 lines of code changed in:

thieber 1999-05-17 20:21

Removed a nasty bug, where a local varaible th shadowed a global variable. The local variable has never been initialized!!

1 lines of code changed in:

rbate 1999-05-17 18:56

Adding the mac shared library name to the DLL_NAME definition.

2 lines of code changed in:

andy 1999-05-17 13:38

Renamed mkdir to MKDIR to avoid conflicts with system include files

6 lines of code changed in:

andy 1999-05-17 13:37

There is no need to keep config.mak on CVS server since its autogenerated

0 lines of code changed in:

andy 1999-05-17 13:36

Modified data path to ../data

4 lines of code changed in:

andy 1999-05-17 11:38

Moved to include/csutil

0 lines of code changed in:

andy 1999-05-17 11:37

Moved here from libs/csutil

15 lines of code changed in:

andy 1999-05-17 11:02

Modified DESCRIPTION keyword to accept names in quotes rather than in
square brackets as before (to allow special characters in description)

0 lines of code changed in:

andy 1999-05-17 11:01

Modified GetTransparent method to return a bool instead of integer.

2 lines of code changed in:

andy 1999-05-17 11:00

The csRect SHOULD inherit from csBase since CSWS heavily relies on this

2 lines of code changed in:

andy 1999-05-17 10:59

Fixed all calls to GetTransparent method of ITexture interface
since now it returns a boolean not a integer like before.

4 lines of code changed in:

andy 1999-05-17 10:58

Removed transp_idx from csTextureMM class; added "RGBPixel transp_color"
replacement and modified everything accordingly.
Fixed transparent color handling in textures for 16bpp and 32bpp. Now "0"
in transparent textures means "transparent"; opaque black color is replaced
by a very very very dark color.

206 lines of code changed in:

andy 1999-05-17 10:47

Bug fixed: mouse is not grabbed (and button is not pressed) when someone
already did it. This bug was visible in scrollbar controls of list boxes.

6 lines of code changed in:

andy 1999-05-17 10:46

Added line drawing (left mouse button) and mouse cursor switching
(right mouse button). Use to test these features in 2D drivers.

71 lines of code changed in:

andy 1999-05-17 10:46

Fixed "make depend" to work on Solaris (hopefully, not yet tested)

4 lines of code changed in:

andy 1999-05-17 10:33

Unified DrawSpriteXX routines in one file: drawsprt.inc
Fixed all DrawSpriteXX routines to use 0 as transparent color

41 lines of code changed in:

thieber 1999-05-16 20:33

added again, hopefully binary now

0 lines of code changed in:

thieber 1999-05-16 20:32

removed again

0 lines of code changed in:

thieber 1999-05-16 20:19

Added the files as binary files. (Should make MazeD and Blocks work again)

0 lines of code changed in:

thieber 1999-05-16 20:18

These files should not be text. they should be binary!

0 lines of code changed in:

thieber 1999-05-16 01:54

do not intend to create a 2D sprite for the logo, if the logo texture has not been found in standard.zip (caused a crash on startup)

7 lines of code changed in:

mlong 1999-05-14 22:15

I added the change to add sound support for Linux, as noted by Gert Steenssens
<gert@glasshouse.be>. I modified it slightly to fit in with the CS Makefile
scheme (using $(CFLAG.D) instead of -D).

-Michael <mlong@custom.net>

3 lines of code changed in:

jorrit 1999-05-14 16:16

*** empty log message ***

0 lines of code changed in:

jorrit 1999-05-14 16:16

Trying to restore Andrew's work which I overwrote.

13 lines of code changed in:

jorrit 1999-05-14 16:10

*** empty log message ***

44 lines of code changed in:

jorrit 1999-05-14 16:09

Restored stuff from Thomas which I accidently removed.

3 lines of code changed in:

jorrit 1999-05-14 15:50

Support for lighted curves! Not completely finished yet (see history.txt).

364 lines of code changed in:

jorrit 1999-05-14 15:50

Fixed bug so that lighting can go through portals on things.

16 lines of code changed in:

jorrit 1999-05-14 15:49

Fixes for DJGPP.

8 lines of code changed in:

jorrit 1999-05-14 15:48

New document for BeOS port.

1 lines of code changed in:

jorrit 1999-05-14 15:46

Removed patch from Thomas Hieber to reenable fast console. We need
another fix for this as I really need this on slow X systems.

14 lines of code changed in:

jorrit 1999-05-14 15:46

Increased speed of moving forward with mouse button.

1 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