Commit Log (Page 220 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: 2000-02-20 to 2000-02-15 (Commits 1745-1794 of 12744)

sunshine 2000-02-20 04:57

Entries in cspFileDialog's directory and file lists are now sorted.

23 lines of code changed in:

sunshine 2000-02-20 04:56

csStrVector can now perform case-insensitive sorting as well.

22 lines of code changed in:

thieber 2000-02-19 23:07

Further documentation and cleanup of collision detection code.

69 lines of code changed in:

serplord 2000-02-19 20:37

added data/sydney/ folder to test mergetexels

1 lines of code changed in:

serplord 2000-02-19 20:35

mergetexels should be working now

37 lines of code changed in:

sunshine 2000-02-18 21:04

Minor adjustments for BeOS 4.5.2 (based upon problem report from Eron
Hennessey <eronh@nwlink.com>.

1 lines of code changed in:

jorrit 2000-02-18 13:53

Added some comments about a new proposed main rendering loop
in csSector::Draw.

115 lines of code changed in:

jorrit 2000-02-18 13:51

Resolve conflicts.

0 lines of code changed in:

andyz 2000-02-18 13:48

Some more highscores

15 lines of code changed in:

sunshine 2000-02-18 11:20

New To-Do item.

1 lines of code changed in:

jorrit 2000-02-18 08:57

Fixed Z-buffering for sprites. Was broken after the
DrawTriangleMesh changes.

6 lines of code changed in:

sunshine 2000-02-17 19:42

Fixed the 'clean' target.

3 lines of code changed in:

jorrit 2000-02-17 13:54

Changed score counting in Blocks (based on a suggestion from
Andrew) so that score increases as speed increases. At lowest
speed the bonus factor is 1 for every score point. At hightest
speed the bonus factor is 3.

4 lines of code changed in:

jorrit 2000-02-17 13:37

Improved both the speed of sprite lighting and also reduced
memory usage for every sprite by removing the object_vertices
array that could get allocated for every single sprite
instance.

19 lines of code changed in:

jorrit 2000-02-17 11:25

Samuel <samuel@metalang.softnet.co.uk> contributed a patch
to the software and X 2D drivers so that they allow resizing
of the window. In principle the same thing can now be done
for the other 2D/3D combinations too.
The engine will adapt automatically to the new size.

205 lines of code changed in:

jorrit 2000-02-17 09:31

Optimized the sprite changes from Seth a bit. Avoided allocation
of arrays every frame. The copy of vertices is still there
however.

24 lines of code changed in:

jorrit 2000-02-17 09:18

Added the first versions of the TeXInfo converted docs from
Martin Geisse. The new txidocs directory is temporary until
the documents are fully converted.

7 lines of code changed in:

serplord 2000-02-17 06:07

i think i fixed it

37 lines of code changed in:

serplord 2000-02-17 04:57

check out the //// DEBUG CODE //// sections

19 lines of code changed in:

sunshine 2000-02-16 20:39

Fixed compilation warnings.

2 lines of code changed in:

jorrit 2000-02-16 16:41

Reenabled patch from Seth to GenerateLOD although it doesn't work
on Solaris. But Seth says it does for him so we enable it to find out
what is wrong.

1 lines of code changed in:

jorrit 2000-02-16 16:33

- Nearly completed support for DrawTriangleMesh. Sprites now use
it (you can still get the old behaviour back if you change
the right #if 1 to #if 0 :-)
- OpenGL and Software now support the generic (unoptimized)
DrawTriangleMesh. All other renderers are currently broken for
sprites since they don't have a working DrawTriangleMesh
implementation (sprites will not show). Check out OpenGL to
see how it must be implemented.
- Note: OpenGL sprites using DrawTriangleMesh don't seem to be
textured. I'm not sure why this is yet.
- A nice consequence of the new DrawTriangleMesh is that vertex
fog should be a LOT faster.

761 lines of code changed in:

serplord 2000-02-16 15:39

fixed GenerateLOD (was translating the texel_to arrays backward)

4 lines of code changed in:

serplord 2000-02-16 15:12

one vertex of each tree branch was not correctly initialized with predictably wacky results

1 lines of code changed in:

jorrit 2000-02-16 12:14

Resolved conflicts.

4 lines of code changed in:

andyz 2000-02-16 12:11

Some highscores :-)

12 lines of code changed in:

jorrit 2000-02-16 12:07

Started work on DrawTriangleMesh function in iGraphics3D.
Not finished right now. The new code is not used right
now so it should not hurt anything. I made sure that the
non-software drivers still compile (only tested Line3D and
OpenGL).

605 lines of code changed in:

sunshine 2000-02-16 08:22

Updated documentation to reflect fact that platform-specific makefiles
now reside within CS/libs/cssys tree rather than CS/mk/system.

20 lines of code changed in:

serplord 2000-02-16 06:32

The good news is that I have found a temporary fix for sprites. The bad news is that the fix is putting a /* at the beginning of ComputeLOD and a */ at the end.

2 lines of code changed in:

sunshine 2000-02-16 01:34

More fixes for Irix compiler.

2 lines of code changed in:

sunshine 2000-02-16 01:34

Unified semi-colon usage with DECLARE_GROWING_ARRAY() to pacify Irix
compiler.

9 lines of code changed in:

thieber 2000-02-15 21:38

adjusted for different tab width (was 2, should be 8)

123 lines of code changed in:

thieber 2000-02-15 21:37

made compilable on MSVC (different scope of variables declared in the for () loop)

3 lines of code changed in:

jorrit 2000-02-15 16:00

New highscores :-)

10 lines of code changed in:

jorrit 2000-02-15 14:40

New highscores.

3 lines of code changed in:

jorrit 2000-02-15 14:37

Completely changed score handling in Blocks. Check out history.txt
for more information. You'll get much more points now :-)

11 lines of code changed in:

andyz 2000-02-15 13:14

Some highscores :-)

15 lines of code changed in:

andyz 2000-02-15 11:29

Small indention change

4 lines of code changed in:

sunshine 2000-02-15 11:08

Removed some duplicate entries which crept in during conflict resolution :)

5 lines of code changed in:

jorrit 2000-02-15 11:01

Fixed serious bugs with sprites by using csPoly3D and csPoly2D
instead of the csVector subclasses. Now sprites don't crash
but they are still displayed the wrong way.

61 lines of code changed in:

sunshine 2000-02-15 09:32

Lots of changes from Mr. Sunshine.

46 lines of code changed in:

sunshine 2000-02-15 09:24

Performed a fairly major overhaul of mdl2spr, the Quake model conversion
tool. Details are as follows:
- Combined the programs mdl2spr (for MDL models) and md22spr (for MD2
models) into a single application.
- No longer requires an external "palette.lmp" resource for extracting
skins from MDL files, thus simplifying usage.
- Cleaned up and organized the project. Cleaned up the code considerably
(though it can still use more cleaning). Folded out redundant code.
- Skins extracted from Quake 1 MDL files are now written as PNG files
rather than PCX files, and are thus immediately usable by CS (unlike PCX
images which CS can not deal with). Eliminated the old PCX code.
- Added a CS makefile so that it can be built easily on all platforms
which are supported by CS.
- Improved the documentation and moved it to the standard 'docs' directory.

0 lines of code changed in:

jorrit 2000-02-15 09:09

Update.

27 lines of code changed in:

sunshine 2000-02-15 09:01

Rewrote the optimization which Norman added to csMatrix3 in the previous
revision of this file such that it is now robust and safe rather than
fragile and potentially unsafe (in a multi-threaded environment).

10 lines of code changed in:

ghaussmann 2000-02-15 05:59

Removed corrupted merge lines.

0 lines of code changed in:

ghaussmann 2000-02-15 05:49

Code to render halos in OpenGL renderer, contributed by FragDance Galore.

191 lines of code changed in:

ghaussmann 2000-02-15 05:47

Added halo code written by FragDance.
Added extension detection code written by FragDance, with some mods
to support different platforms.

Basic indentation cleanup, tried to fixed some mipmap problems.

678 lines of code changed in:

serplord 2000-02-15 05:21

changed the arrays of vertices, normals, and vertices in each frame into vectors

183 lines of code changed in:

sunshine 2000-02-15 04:35

Fixed a couple more "which" cases which were failing on Irix.

2 lines of code changed in:

norman 2000-02-15 03:22

changed temp. csMatrix3 in *= operator to static to speed it up ( by avoiding initializing )

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