Commit Log (Page 249 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-07-06 to 1999-06-25 (Commits 295-344 of 12744)

jorrit 1999-07-06 08:22

Support for csWorld::DrawFunc() and csLight::LightingFunc()

41 lines of code changed in:

jorrit 1999-07-06 08:22

Support for new callbacks via DrawFunc().
Support for edges and map removed (moved to WalkTest).
DumpFrustrum removed.
HitBeam with 4 parms removed.
FollowBeam removed.

9 lines of code changed in:

jorrit 1999-07-06 08:21

Explicit csVector3 init.

1 lines of code changed in:

jorrit 1999-07-06 08:21

Explicit init for csVector3.
Support for map removed (moved to WalkTest).
New csWorld::DrawFunc().

25 lines of code changed in:

jorrit 1999-07-06 08:20

Explicit init for csVector3.
New key system.

36 lines of code changed in:

jorrit 1999-07-06 08:20

Fixed bug with Dump for csPolyPlane.

2 lines of code changed in:

jorrit 1999-07-06 08:19

Removed (0,0,0) init from csVector3 again.
Renamed PlanesClose() to PlanesEqual().
Added new PlanesClose().

14 lines of code changed in:

jorrit 1999-07-06 08:19

Removed (0,0,0) init from csVector3 again.

10 lines of code changed in:

jorrit 1999-07-06 08:17

New map and edges functionality via csWorld::DrawFunc().
New show_frust functionality via csLight::LightingFunc().

390 lines of code changed in:

jorrit 1999-07-06 08:17

Explicit csVector3 init.
Added do_edges to WalkTest.
Added map_mode to WalkTest.
Use new NewSprite() function.

83 lines of code changed in:

jorrit 1999-07-06 08:16

Complete rewrite (not fully finished yet).

229 lines of code changed in:

jorrit 1999-07-06 08:15

Update.

78 lines of code changed in:

andy 1999-07-02 12:27

Fixes in all DrawPolygon's to make them more bullet proof.
Yet another fix for DrawPolygon to avoid the problem with not generating
lightmaps for some areas of polys which causes visible small colored cracks
between polygons. The fix may be still not complete - not sure.

75 lines of code changed in:

jorrit 1999-07-02 11:16

Update.

125 lines of code changed in:

jorrit 1999-07-02 11:15

Small fix.

1 lines of code changed in:

jorrit 1999-07-02 11:15

Optimized collision detection when player doesn't move.
Fixed look_up and look_down.
Fixed key binding problems with 'status'.
'move3d' works properly now.

83 lines of code changed in:

jorrit 1999-07-02 11:14

Update.

32 lines of code changed in:

andy 1999-07-01 12:12

Small fixes

5 lines of code changed in:

andy 1999-07-01 12:10

Fixed (again) (and hopefully) the bug that causes big slowdowns sometimes.
Fixed another bug that sometimes makes colored dots to flash between polygons.
It still looks there is one different bug with similar effect, but it happens
not so often.

45 lines of code changed in:

thieber 1999-06-30 21:52

added initialisation of csVector3 again, because removal broke some code on Win32.

1 lines of code changed in:

thieber 1999-06-30 21:12

Made compilabe on MSVC again.

2 lines of code changed in:

andy 1999-06-30 16:04

Added R/G/B and B/G/R fog for 32 bit modes.
Added Gouraud shading enable/disable to SetRenderState()

242 lines of code changed in:

andy 1999-06-30 15:59

Added G3DRENDERSTATE_GOURAUDENABLE state

2 lines of code changed in:

jorrit 1999-06-30 11:55

Big speed improvement in software fog. No more divisions in the
fog loop! Thanks to Andrew Zabolotny for creating this.

361 lines of code changed in:

jorrit 1999-06-30 11:54

Fix for explicit csVector3 constructor.

2 lines of code changed in:

jorrit 1999-06-30 11:54

More optimal version of vertex transformation function. Thanks
to Bruce Williams for suggesting this.

49 lines of code changed in:

jorrit 1999-06-30 11:52

Fix for 'make api'.

0 lines of code changed in:

jorrit 1999-06-30 11:52

I extended the movement system of Denis Dmitriev so that 'move3d'
works again. See docs/console.txt for a list of added commands.
Also see autoexec.cfg for default bindings.

418 lines of code changed in:

jorrit 1999-06-30 11:51

Change because csVector3 constructor doesn't init anymore.

1 lines of code changed in:

jorrit 1999-06-30 11:51

Default csVector3 constructor no longer inits to zero!!!
--> !!! Read the above line again !!!

1 lines of code changed in:

jorrit 1999-06-30 11:50

I fixed an include for sockets to get to the definition of FIONBIO.
This is for unix.

2 lines of code changed in:

jorrit 1999-06-30 11:48

currentSector removed because this is redundant.

1 lines of code changed in:

jorrit 1999-06-30 11:48

Update for next release.

33 lines of code changed in:

jorrit 1999-06-30 11:45

Removed mk/be_proj.

0 lines of code changed in:

jorrit 1999-06-30 11:45

Removed a lot of bugs.

0 lines of code changed in:

jorrit 1999-06-30 11:44

Update.

8 lines of code changed in:

jorrit 1999-06-30 11:44

New commands added.

82 lines of code changed in:

jorrit 1999-06-30 11:44

Update.

30 lines of code changed in:

mrsigma 1999-06-28 21:13

Added new bindings in order to let you move ;)... Edit for your own habits.

15 lines of code changed in:

mrsigma 1999-06-28 21:12

Modified bindings and movement system.

828 lines of code changed in:

thieber 1999-06-28 19:12

removed some warnings in release mode

1 lines of code changed in:

jorrit 1999-06-28 13:11

Include file fix for Unix and sockets.

3 lines of code changed in:

jorrit 1999-06-28 13:11

Update.

12 lines of code changed in:

mrsigma 1999-06-28 09:28

Small fix

32 lines of code changed in:

jorrit 1999-06-28 08:58

Fix in init of gouraud shading routines. They tested on
rstate_gouraud but this makes no sense.

12 lines of code changed in:

jorrit 1999-06-28 08:58

Update.

12 lines of code changed in:

thieber 1999-06-26 13:16

Added links where to get needed SDK's

10 lines of code changed in:

thieber 1999-06-26 00:44

removed uncommented lines (unneeded anyway)

0 lines of code changed in:

jorrit 1999-06-25 15:32

New lighting for missile and bots.
New 'addsprite' command in console.

75 lines of code changed in:

jorrit 1999-06-25 15:31

New GetNearbyLights() function.

163 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