Commit Log (Page 68 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: 2002-09-20 to 2002-09-17 (Commits 9345-9394 of 12744)

sunshine 2002-09-20 17:55

Eric Sunshine renamed PROC_NEEDS_STRICT_ALIGNMENT to CS_STRICT_ALIGNMENT.
Also moved CS_STRICT_ALIGNMENT to cssysdef.h from csendian.h so that it is
available to all clients (just like the CS_FOO_ENDIAN macros), rather than
only to those importing csendian.h. Note that in the future,
CS_STRICT_ALIGNMENT should be moved to volatile.h and be determined at
configuration time.

22 lines of code changed in:

matzebraun 2002-09-20 16:47

removed braces from name descriptive name of simplevp as these have given another quoting problem on msys

1 lines of code changed in:

jorrit 2002-09-20 14:04

Changed iLoader->LoadTexture() so that there is now an additional
parameter which indicates if you want the default material
to be created or not. In the past LoadTexture() automatically
created a material with the same name as the just loaded texture.
This is still true by default but you can now disable this
behaviour. The standard map file loader now calls this function
with this parameter set at 'false' so the automatic define
of the materials no longer happens.

28 lines of code changed in:

jorrit 2002-09-20 13:33

Greatly simplified the OpenGL renderer at the expense of some speed
loss. This is only temporary until DrawPolygonMesh starts
operating at full efficiency. Then we can start using that
function a lot more. Here is what I did:
- DrawPolygon no longer uses any of the polygon, lightmap,
or fog queues and is fully stand alone. This makes
it slower but easier to seperate from the rest.
- The fog queue has been removed and merged with the polygon
queue. DrawPolygonFX is now the only function that uses
the polygon queue.
- DrawPolygonMesh is the only function using the super lightmap
queues.

313 lines of code changed in:

matzebraun 2002-09-20 13:20

also changed plugin linking to use g++ instead of gcc

2 lines of code changed in:

matzebraun 2002-09-20 13:02

another fix for latest mingw

1 lines of code changed in:

matzebraun 2002-09-20 12:54

worked around quoting problem in msys

2 lines of code changed in:

jorrit 2002-09-20 12:01

- Added 'scrshot' command to BugPlug to take a screenshot (similar
to old f12 command in walktest). Assigned this command to
'f12' key.
- Added 'fps' command to BugPlug to show fps. By default on.
Assigned this command to 'p' key.
- Removed screenshot capability from walktest.
- Removed fps viewer from walktest.

150 lines of code changed in:

vengeance2001 2002-09-20 11:02

Added capability for dynamic ambient lighting per thing.

103 lines of code changed in:

jorrit 2002-09-20 08:48

- Fixed cs2xml for texture layer scale. It was incorrectly outputting
x,y attributes instead of u,v attributes.
- Several enhancements to levtool. By default it now lists the
contents of the world file. It also has commandline help
(-help option).

224 lines of code changed in:

jorrit 2002-09-20 08:45

Fixed texture scale attributes from x,y to u,v.

2 lines of code changed in:

jorrit 2002-09-20 06:42

Fixed XML parsing for <scale> and <shift> for material layers.
Thanks to Brandon for spotting this.

11 lines of code changed in:

philwyett 2002-09-20 05:08

Typo Fix

1 lines of code changed in:

philwyett 2002-09-20 05:07

Fix

3 lines of code changed in:

philwyett 2002-09-20 04:53

Start of a code cleanup for bothe CS style and added LGPL header.

51 lines of code changed in:

philwyett 2002-09-20 04:38

Removed include to 'sys/time.h'

1 lines of code changed in:

philwyett 2002-09-20 04:19

Start of a code cleanup for bothe CS style and readablilty.

277 lines of code changed in:

duhprey 2002-09-20 03:28

Fixed for lighting, speed and error correction a bit

165 lines of code changed in:

duhprey 2002-09-20 03:28

Added Scale and Error settings

8 lines of code changed in:

duhprey 2002-09-20 03:28

New version of terrbig

0 lines of code changed in:

duhprey 2002-09-20 03:27

Updated to reflect the changes to TerrBigState

4 lines of code changed in:

sunshine 2002-09-19 21:48

Fixed an access-beyond-end-of-string crasher in NeXTGetInstallPath().

2 lines of code changed in:

sunshine 2002-09-19 19:53

Eliminated compilation warnings from g2dtest.cpp and walkcmd.cpp reported
by gcc 3.1

11 lines of code changed in:

sunshine 2002-09-19 19:17

Corrected typographical error.

1 lines of code changed in:

sunshine 2002-09-19 19:12

Renamed the mesh loaders from "classic" to "standard" since the classic
format is no longer supported.

12924 lines of code changed in:

matzebraun 2002-09-19 17:50

fixed the window problems by fixing Push/PopTransform and making cliprect independant of TransformRect

35 lines of code changed in:

res2002 2002-09-19 13:23

- on Win32, the platform-provided path expansion API
is used by csExpandName()

39 lines of code changed in:

jorrit 2002-09-19 10:45

Completely removed support for the old format from CS. All is XML
now. The csParser class has also been removed from csutil
library and is now in cs2xml tool only.

564 lines of code changed in:

jorrit 2002-09-19 06:45

Fixed some memory leaks in csInitializer.

11 lines of code changed in:

matzebraun 2002-09-18 22:03

forgot to add new files

179 lines of code changed in:

matzebraun 2002-09-18 22:01

-Some renames and cleanups
-Added some more comments
-Added a new window widget
-Added support for moving the window around (doesn't work though - the window moves twice as fast as the mouse :-/)

68 lines of code changed in:

sunshine 2002-09-18 20:33

Eric Sunshine fixed a bad crasher in the new csPtr(csRef&) constructor
where it failed to check against NULL before applying IncRef().

4 lines of code changed in:

sunshine 2002-09-18 20:10

Eric Sunshine made the following documentation-related changes:

-*- Updated the "external libraries" section in the documentation.

-*- Updated the "internal implementation detail" documentation for the
Apple/NeXT ports to reflect present day conditions.

82 lines of code changed in:

sunshine 2002-09-18 18:43

Eric Sunshine made the following documentation-related changes:

-*- Updated the Apple/NeXT build instructions to reflect present day
conditions.

-*- Elaborated the message in docs.mak which instructs users to check the
log file after a DVI build in order to make it seem less like an error
message.

128 lines of code changed in:

sunshine 2002-09-18 16:40

Made the following changes to the Texinfo documents:

-*- Fixed a slew of Texinfo markup syntax error and warnings.

-*- Eliminated all of the overfull and underfull `hbox' warnings reported
by TeX.

108 lines of code changed in:

jorrit 2002-09-18 15:37

Fixed bug in handling of UVEC/VVEC in XML parser (syntax services).

5 lines of code changed in:

jorrit 2002-09-18 15:28

Fixed UVEC, VVEC, and UV_SHIFT conversion in cs2xml.

28 lines of code changed in:

sunshine 2002-09-18 14:39

Eric Sunshine fixed a bug he introduced into cs2xml yesterday.
ParseGeneral() was not recognizing all known tokens.

33 lines of code changed in:

jorrit 2002-09-18 14:21

- Added 'explicit' to the csPtr(csRef) constructor. This avoids
implicit cast from csRef to T* and then from T* to csPtr.
- Added copy constructor for csPtr even in optimize mode.
- The copy constructor from csRef to csPtr is now templated so that
you can assign csRef<T2> to csPtr<T> with T2 and T different
(but compatible) types.

15 lines of code changed in:

sunshine 2002-09-18 13:59

Eric Sunshine made the following changes to the project:

-*- Fixed next.mak so that applications and plugins link correctly on the
new Jaguar MacOS/X release. It now explicitly invokes "c++" on this
platform, rather than "cc" when compiling and linking C++ programs,
thus ensuring that they link with libstdc++, which is apparently
needed with Jaguar.

-*- Fixed token pasting in CS_HEADER_GLOBAL() and CS_HEADER_LOCAL() from
cssysdef.h so that they work with newer, more restrictive
preprocessors. This allows the OpenGL renderer and canvas to build
correctly with Jaguar MacOS/X.

11 lines of code changed in:

sunshine 2002-09-18 12:57

Eric Sunshine changed next.mak so that it discovers zlib, libpng, and
libjpeg libraries within CS/libs even if those directory names contain
version numbers. (Previously, it assumed that the directory names were
not decorated with version numbers.) Also now recognizes CS/libs/jpeg in
addition to CS/libs/libjpeg, since the shorter form is how the directory
unpacks from official archives.

8 lines of code changed in:

jorrit 2002-09-18 10:55

Fixed several memory leaks in CS introduced by the new
csPtr(csRef) constructor added yesterday.

18 lines of code changed in:

res2002 2002-09-18 10:04

- SW_SHOWNORMAL fix

5 lines of code changed in:

matzebraun 2002-09-18 01:16

some updates related to skin scaling. Also implemented the trasnform stack in the canvas

96 lines of code changed in:

sunshine 2002-09-17 22:52

CVS directories are now filtered out by default.

1 lines of code changed in:

sunshine 2002-09-17 22:48

Added MIME association from 'log' to text/plain. This is not a standard
MIME association, but it's a common-enough file extension to warrant
inclusion in this script.

1 lines of code changed in:

sunshine 2002-09-17 22:45

Greatly expanded the MIME-types database.

197 lines of code changed in:

matzebraun 2002-09-17 22:21

updates for the Jamrules

101 lines of code changed in:

matzebraun 2002-09-17 21:51

Initial cow checkin

216 lines of code changed in:

matzebraun 2002-09-17 21:41

Initial cow code checkin

3909 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