Commit Log (Page 245 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-23 to 1999-07-20 (Commits 495-544 of 12744)

andy 1999-07-23 17:31

The boxes were drawn one pixel wider and one pixel taller than needed.

1 lines of code changed in:

andy 1999-07-23 17:31

Fixed a couple of bugs in DrawBox. Damn.

11 lines of code changed in:

andy 1999-07-23 17:03

I've accidentally commited the one with OpenGL driver as the default...

2 lines of code changed in:

andy 1999-07-23 16:50

Removed "DrawHorizontalLine" routine from igraph2d interface as it has sense
only for software mode. In any case, software renderer still uses the faster
routine for horizontal DrawLine's.
Added "DrawBox" routine to 2D graphics interface. I've implemented it only
for all software 2D drivers and for common OpenGL code (not sure whenever
its correct - CSWS crashes anyway with OpenGL rasterizer).

90 lines of code changed in:

andy 1999-07-23 16:37

Moved separator line as the variable SEPARATOR into user.mak to allow easier
modifications as new handicapped "echo" commands are found. Fixed the problem
with default DJGPP's "echo".
Fixed the bug in next.mak that made many makes to complain about unmatched
quotes in main help screen.

27 lines of code changed in:

jorrit 1999-07-23 15:14

Bugfix from Xavier Trochu.

8 lines of code changed in:

jorrit 1999-07-23 15:14

Update.

1 lines of code changed in:

jorrit 1999-07-23 15:01

Fixes in MetaDemo. Now it works on Unix again.

3 lines of code changed in:

jorrit 1999-07-23 15:00

Update.

19 lines of code changed in:

jorrit 1999-07-23 09:51

Removed file because it is obsolete.

0 lines of code changed in:

jorrit 1999-07-23 09:51

Optimized WhichSide3D which is used heavily by the lighting routines.

8 lines of code changed in:

jorrit 1999-07-23 09:50

Slightly more optimal ClipToPlane().

3 lines of code changed in:

jorrit 1999-07-23 09:49

Get width and height from IGraphics3D.
Changed csWorld::Initialize().

14 lines of code changed in:

jorrit 1999-07-23 09:48

New '-smaller' commandline option to support rendering in a smaller
buffer then the size of the window. This improves performance and
looks better than running in the low resolution. This does not affect
2D drawing.

110 lines of code changed in:

jorrit 1999-07-23 09:47

Update.

21 lines of code changed in:

sunshine 1999-07-23 01:29

Worked around "const versus non-const" warnings from the OpenStep compiler
which turned up when the ghost was added. The offending code actually
looked fine, which leads me to believe that this is another compiler bug.

15 lines of code changed in:

sunshine 1999-07-22 23:07

Makefile changes.

17 lines of code changed in:

sunshine 1999-07-22 23:06

Added a "platforms" target which lists the available platforms. Previously
this information was presented by the help target at all times, however as
a consequence of Andrew's changes, it became infeasible to present this
information once the makefiles were already configured. The platforms
target works around this limitation by performing the extra work needed
to list the platforms only if explicitly requested by the user.

42 lines of code changed in:

sunshine 1999-07-22 23:03

Neither OpenStep nor NextStep support the -f directive to 'cp' which
UDP macro was using.

2 lines of code changed in:

andy 1999-07-22 16:32

Added "unknown" target to makefile, i.e. "Make unknown" will just remove
config.mak and include/volatile.h

4 lines of code changed in:

jorrit 1999-07-22 16:26

New csSpriteCallback() for more sprite efficiency.

22 lines of code changed in:

jorrit 1999-07-22 16:26

Use new csSpriteCallback().

74 lines of code changed in:

jorrit 1999-07-22 16:25

Update.

150 lines of code changed in:

andy 1999-07-22 16:05

The makefiles have been changed in several regards.
First, there is no more need to add support for specific OS targets into
root Makefile. It will search the mk/system directory for available targets
and display/use them as needed.
Second, I've changed the way how "make depend" works. This removed the
strange "error 255" or "broken pipe" pseudo-error messages.
Third, volatile.h now is generated only during "make system" run, i.e.
along with config.mak. You better don't change config.mak manually if you're
not sure what you're doing as there are several macros (i.e. USE_DLL) that
affects volatile.h (which will have to be regenerated).

223 lines of code changed in:

andy 1999-07-22 15:31

Small fixes

6 lines of code changed in:

andy 1999-07-22 15:28

Fixed because of the new makefiles structure

0 lines of code changed in:

andy 1999-07-22 12:59

cmp -s file1 file2 || mv -f file1 file2 analogue for DOS and OS/2

0 lines of code changed in:

jorrit 1999-07-22 08:25

Added GetObjectVerts().

26 lines of code changed in:

jorrit 1999-07-22 08:25

New 'addghost' command to add a green transparent floating
skeleton ghost :-) Looks really nice.

284 lines of code changed in:

jorrit 1999-07-22 08:24

'addghost' command.

9 lines of code changed in:

jorrit 1999-07-22 08:24

Update.

8 lines of code changed in:

sunshine 1999-07-21 13:51

New zlib, libpng, libjpeg archives.

4 lines of code changed in:

sunshine 1999-07-20 21:10

Drawing optimizations to csProgressMeter and csProgressPulse.

3 lines of code changed in:

sunshine 1999-07-20 21:07

Made a drawing optimization. Now batches output and calls CsPrintf() only
once per Step() instead of N times. Previously, for instance, if Step()
caused the state to jump from 0 to 100, CsPrintf() would be called 100
times. Now it is only called once. This improvement can have a *dramatic*
impact on performance when drawing and flushing graphics.

17 lines of code changed in:

sunshine 1999-07-20 21:04

Made an optimization to avoid unnecessary output to, and flushing of the
graphics console. Now generates output only if Step() is called.
Previously it was generating unnecesary output at both construction and
destruction time which was wasteful.

23 lines of code changed in:

sunshine 1999-07-20 15:12

csapputil library renamed to cstools to appease DOS's 8.3 restriction.

3 lines of code changed in:

sunshine 1999-07-20 15:11

Renamed csapputil to cstools to appease DOS's 8.3 requirement.

27 lines of code changed in:

sunshine 1999-07-20 15:06

Moved from include/cssys to include/csengine to avoid undesirable static
dependency.

24 lines of code changed in:

sunshine 1999-07-20 15:02

csProgressMeter and csProgressPulse moved from csSys library to csEngine.

21 lines of code changed in:

sunshine 1999-07-20 15:01

Removed newly introduced compiler warning. Class variable
max_lights_worktable was incorrectly declared as static.

1 lines of code changed in:

jorrit 1999-07-20 11:55

Renamed BOOL -> COMBOOL to avoid system dependent problems
with BOOL.

26 lines of code changed in:

jorrit 1999-07-20 11:54

New DeferUpdateLighting() for sprites (more optimal).

48 lines of code changed in:

jorrit 1999-07-20 11:54

Update.

4 lines of code changed in:

jorrit 1999-07-20 10:16

Small fixes.
Large cleanup. WalkTest was becoming a mess. It is a little better now.

139 lines of code changed in:

jorrit 1999-07-20 10:15

Fix bug with lighting skeleton sprites. Now they are really lighted
according to object space coordinates.
Normals are now only calculated once for skeleton sprites. So it is now
important that the initial skeleton sprite has a useful configuration. The
easiest way to do this is to put the default transformations in the skeleton
template.
If a sprite is not hit by a light it was incorrectly lit as white. Fixed.

6 lines of code changed in:

jorrit 1999-07-20 10:14

Fix 'delete[]' bug which could cause crash at exit.

0 lines of code changed in:

jorrit 1999-07-20 10:12

Update.

18 lines of code changed in:

haussman 1999-07-20 03:03

Added entry for the lightmap blending mode.

7 lines of code changed in:

haussman 1999-07-20 02:59

Added some code to try and analyze initialization failures; we try to
figure out what OpenGL feature (color resolution, depth buffer, double
buffer...) was rejected.

38 lines of code changed in:

sunshine 1999-07-20 01:45

Fixed spelling mistake.

9 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