Commit Log (Page 219 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-25 to 2000-02-20 (Commits 1795-1844 of 12744)

jorrit 2000-02-25 13:54

New textures.

2 lines of code changed in:

jorrit 2000-02-25 13:52

Fixed software texture cache overwrite bug introduced with
Andrew's latest changes. For example, dmburg would not run
because of that bug.

13 lines of code changed in:

jorrit 2000-02-25 12:57

Only use gcc assembly if we are actually using gcc compiler.

1 lines of code changed in:

sunshine 2000-02-25 11:08

Fixed the fixes to be much more robust.

2 lines of code changed in:

jorrit 2000-02-25 08:43

Changed texture cache back so that it interpretes the size
of the cache not in bytes but in pixels.

1 lines of code changed in:

jorrit 2000-02-25 08:39

Update.

111 lines of code changed in:

sunshine 2000-02-25 03:20

More updates from Martin Geisse.

4 lines of code changed in:

rbate 2000-02-24 19:35

CW would not instantiate an object so created a constructor.

9 lines of code changed in:

rbate 2000-02-24 19:33

Fixing up compile warnings.

3 lines of code changed in:

link 2000-02-24 12:10

Fixed a bug introduced by my recent fix.

3 lines of code changed in:

link 2000-02-24 11:53

Fixes to pacify IRIX and Macintosh compilers

6 lines of code changed in:

wmiler 2000-02-24 11:34

Fixed another Print that should be a Printf

1 lines of code changed in:

jorrit 2000-02-24 09:30

Added math.h and float.h again which Andrew removed.
These includes are needed to greatly speed up the mathematical
functions. On Linux these includes define built-ins for some
of the math functions.

2 lines of code changed in:

andyz 2000-02-23 16:04

Rewritten texture manager and texture cache. Vastly improved software renderer.
Lots of changes, too many to list them here. Will post a detailed message on
the mailing list.

4302 lines of code changed in:

jorrit 2000-02-23 15:10

Update.

1 lines of code changed in:

jorrit 2000-02-23 15:06

Fixed a memory leak in csVector::SetLength(). Thanks to Denis Dmitriev
for mentioning this.

7 lines of code changed in:

sunshine 2000-02-23 11:46

Removed the 3MB monstrosity :-) which was merely a copy of data already
contained in sydney.zip.

1 lines of code changed in:

sunshine 2000-02-23 11:33

Bumped version to 15r002 for imminent release.

2 lines of code changed in:

sunshine 2000-02-23 10:03

Several more fixes by that Eric Sunshine fellow.

11 lines of code changed in:

jorrit 2000-02-23 08:58

Fix.

1 lines of code changed in:

jorrit 2000-02-23 08:58

- Simplified the BSP splitter and also added a criterium that should
create a tree which is both more balanced and minimizes splits.
Unfortunatelly the tree does not seem to be as good with this new
splitter in comparison to just minimzing splits.
- Removed the old and obsolete support for dynamic polygons in polygon
trees. This is now supported through other means.

18 lines of code changed in:

jorrit 2000-02-23 08:56

Update.

27 lines of code changed in:

sunshine 2000-02-23 05:46

Eliminated several compilation warnings.

4 lines of code changed in:

link 2000-02-23 04:01

-*- More csConsole bugfixes.

-*- Added following new methods to csString:
LTrim() - Trims all whitespace from left side of string.
RTrim() - Trims all whitespace from right side of string.
Trim() - Does both LTrim() and RTrim().
Collapse() - Does Trim(), then collapses any interior whitespace, i.e.
" Hi There " becomes "Hi There".
Also added a Format() function to provide printf capabilities, but it is
disabled because the function needed to do the operation safely
(vsnprintf) is not available on all the platforms CS supports.

-*- Used new csString functionality to enhance cctest's console.

-*- Fixed a minor compile bug in cspython that cropped up awhile back.

109 lines of code changed in:

sunshine 2000-02-23 01:16

More mark-up improvemnts by Martin Geisse.

2 lines of code changed in:

thieber 2000-02-22 20:43

removed a warning

1 lines of code changed in:

sunshine 2000-02-22 16:40

No longer prints outs Jorrit's excessive debugging information (which he
never even looks at any more :-).

2 lines of code changed in:

sunshine 2000-02-22 15:11

Fixed a bug in the software texture manager which was introduced in
revision 1.22 and which afflicted 32-bit color mode. The problem was that
creation of mipmap level 0 did not respect the csPixelFormat properties of
the target system, thus resulting in corrupted colors on some platforms.

13 lines of code changed in:

sunshine 2000-02-22 11:15

Further csPhyziks template updates.

10 lines of code changed in:

jorrit 2000-02-22 09:29

Some changes to Blocks. Prepared for release of 1.0.

11 lines of code changed in:

ghaussmann 2000-02-22 07:01

Yet another mipmap bug fix. I am learning more about OpenGL
mipmaps than I ever wanted to.

The problem was that the maximum mipmap level required is
actually MAX(log2(width),log2(height)), whereas I thought it
was MIN( ... , ... ) instead.

13 lines of code changed in:

sunshine 2000-02-22 06:01

Fixes to PNG image loader. Templatized ctLinkList.

9 lines of code changed in:

sunshine 2000-02-22 05:43

Fixed the DrawTriangleMesh() problem in a manner which should be compatible
with all compilers.

40 lines of code changed in:

sunshine 2000-02-22 00:57

Updates to snapshot.py.

6 lines of code changed in:

sunshine 2000-02-22 00:56

It is now possible to specify distinct values for the number of logs,
diffs, and archive packages to maintain for historical purposes, rather
than only being able to specify a single value which applied to all three
types of files.

16 lines of code changed in:

sunshine 2000-02-21 23:24

More NextStep fixes.

8 lines of code changed in:

sunshine 2000-02-21 23:21

Once again compiles under NextStep.

1 lines of code changed in:

sunshine 2000-02-21 21:39

Added several missing documentation-related entries.

16 lines of code changed in:

jorrit 2000-02-21 15:49

Fixed bug with adding of dynamic objects to octree. Now sprites
should work well in levels containing STATBSP statement. They
were broken for some time.

12 lines of code changed in:

jorrit 2000-02-21 11:51

- Fixed bug in csPoly2DPool and lightpatch pool which could cause
crashes in some cases.
- Some small cleanup/changes to csTerrain and terrain engine.
- WalkTest now deletes csView at exit.

52 lines of code changed in:

jorrit 2000-02-21 10:26

Seperate 'Start Game' menu in Blocks.

0 lines of code changed in:

sunshine 2000-02-21 09:08

Fixes to ImagePngFile.

8 lines of code changed in:

serplord 2000-02-21 04:23

changed 3 pointers in csFrame into 2 ints

103 lines of code changed in:

sunshine 2000-02-20 23:18

NeXT 2D driver now understands --simdepth=16 as an alias for --simdepth=15
(since 15 and 16 bit have identical accuracy on NeXT).

9 lines of code changed in:

link 2000-02-20 21:42

Some more updates and bugfixes to csConsole. Now does input history.

5 lines of code changed in:

jorrit 2000-02-20 20:52

Change to menu in Blocks: to set novice,average,expert you now go
to the game start menu (labeled either novice,average,expert) and
press the arrow-left/right to switch level. Similar for setting the
play area size (3x3 - 6x6).

43 lines of code changed in:

jorrit 2000-02-20 20:50

csPolygonSet now also holds a pointer to the parent container and
checks if the parent is NULL before being added to a parent. This
makes it safe (for example) to add a thing more than once to some
sector.

21 lines of code changed in:

sunshine 2000-02-20 13:22

An ugly patch to allow the software renderer plug-in to load again on
NeXT platforms.

17 lines of code changed in:

sunshine 2000-02-20 10:32

Removed duplicate Irix entry.

0 lines of code changed in:

sunshine 2000-02-20 04:57

Enhancements to csStrVector and cspFileDialog.

5 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