Commit Log (Page 78 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-08-09 to 2002-08-06 (Commits 8845-8894 of 12744)

jorrit 2002-08-09 15:38

- Implemented XML parsing for mixmodes in syntax services.
- Implemented XML parsing for texture specifications in syntax
services.

229 lines of code changed in:

jorrit 2002-08-09 14:38

Better error.

1 lines of code changed in:

jorrit 2002-08-09 14:36

Matrices and Vectors now parse nicely with the new XML parser.
The syntax loader unit test now succeeds.

17 lines of code changed in:

sunshine 2002-08-09 14:32

Fixed the cslexan makefile, which was recently broken, so that it once
again produces a plugin.

2 lines of code changed in:

jorrit 2002-08-09 14:06

- Added (empty) unittest implementation for csutil. More specifically
for the XML parsing tools.
- Added unittest implementation for syntax services to test the
new XML functions. ParseVector() already seems to work but there
are still a few problems.
- Extended unittest app to call the new unittests.
- Fixed a stupid bug in iXmlNode::GetAttribute() (for TinyXML parser).
- Fixed a bug in iObjectRegistry::Register() where it would accidently
increase the ref count on the object with a given tag if that tag
was already defined.

276 lines of code changed in:

jorrit 2002-08-09 11:25

The OpenGL renderer will now register the effects server with
the object registry after loading it.

5 lines of code changed in:

jorrit 2002-08-09 10:01

- Added conveniance functions to get a value from a node (iXmlNode).
This will basically search for the first TEXT child in the node and
return the value of that child.
- Changed GetType()/SetType() to GetValue()/SetValue() in iXmlNode.
Added GetType() which returns the type of the node.
- Implemented ParseMatrix() in syntax services for XML.

322 lines of code changed in:

res2002 2002-08-09 04:21

- minor changes in documentation (some doxygen stuff, no
content changed)

24 lines of code changed in:

duhprey 2002-08-09 02:21

Added MeshCylinder collisions

112 lines of code changed in:

res2002 2002-08-09 02:14

- documentation stuff. added some include file descriptions and
a new module, '3D Engine'

314 lines of code changed in:

res2002 2002-08-09 01:11

- reactivated plugin resource stuff

10 lines of code changed in:

res2002 2002-08-09 00:50

- changed some more clean targets to be same name as the build
targets

95 lines of code changed in:

philwyett 2002-08-09 00:01

Fixed include for the 3rd and LAST time!!!

1 lines of code changed in:

res2002 2002-08-08 18:49

- changed some clean targets to be same name as the build
targets (eg walkclean -> walktestclean)

125 lines of code changed in:

sunshine 2002-08-08 16:38

Dependency files now correctly use $(OUT)/ instead of $(OUT) following
yesterday's change to the definition of OUT.

2 lines of code changed in:

jorrit 2002-08-08 16:18

s- Added new csStringHash class. This is a simple hash of strings
where you can assign unique id's to strings. The old csStringSet
(which differs because it automatically assigns id's) now uses
this new csStringHash.

199 lines of code changed in:

jorrit 2002-08-08 15:36

- Steven Geens added a motion test program. With this program you can
see the motion manager in action.
- Steven Geens also fixed bugs in the Milkshape 2 CS convertor.

663 lines of code changed in:

jorrit 2002-08-08 15:17

- Extended iLoaderPlugin with a new version of Parse() that accepts
an iXmlNode instead of a string. This new version is not yet used.
Put empty implementations of this Parse() in all mesh loaders. This
function will provide the upgrade path to the new XML format. Once
the upgrade is complete the old version will be removed.
- Internally extended the main loader plugin with new functions to
parse from iXmlNode instead of char*. All these new functions are
still empty and will be gradually implemented.
- Extended iSyntaxService with new functions that load from XML
data instead of char* data. Some of these functions are actually
implemented and should work. This is untested though.
- Added a few functions to iXmlNode and also changed the names
which refered to 'children' so that they now specify 'nodes'.
You can now access nodes by type and attributes by name more
easily.
- Also added conveniance functions to iXmlAttribute to set values
as int and float.

523 lines of code changed in:

jorrit 2002-08-08 13:31

Steven Geens fixed the motion manager plugin. Motions will now
work correctly if no key frame is defined for timeframe 0.

43 lines of code changed in:

jorrit 2002-08-08 12:16

- Implemented basic reading of XML. You can now read an XML document
and parse of nodes and attributes. Writing of XML is not supported
yet. And not all operations for reading are supported either.
i.e. use the iterators. Nothing else works.
- Added xmltest application to dump the contents of an XML file.
- Fixed an error in mergeres.h by quoting the quotes.

159 lines of code changed in:

jorrit 2002-08-08 11:36

Fixed an error in mergeres.h by quoting the quotes.

2 lines of code changed in:

jorrit 2002-08-08 08:44

- Removed support/gnu/bison.sim file. As far as I could see this file
is not used in CS. If it appears I looked wrong then we can always
put it back.
- Removed the old memory debugger in support/debug. There are
better tools out there now (valgrind for example) and I'm not even
sure this system still works.
- Moved fpu80x86.h to include/csutil.
- Completely removed the 'support' directory from CS since it is now
empty.

89 lines of code changed in:

jorrit 2002-08-08 08:22

Ryan Surkamp applied a fix to the bcterr landscape engine.

7 lines of code changed in:

jorrit 2002-08-08 08:12

Removed support/doom2cs again. This doom2cs utility can now be
found at ftp://sunsite.dk/projects/crystal/contrib/doom2cs.zip

3 lines of code changed in:

res2002 2002-08-08 02:21

- changed the new DrawTriangleMesh() so that it calls
OldDrawTriangleMesh() all the time. imho better for the
time it's not complete yet
- changed a few of bit phil's latest changes
(in csGraphics3DOGLCommon::PerfTest(): buf is now
char[4] instead of char[3];
moved config->SetStr()s out of the for loops)

13 lines of code changed in:

res2002 2002-08-08 01:31

- added some support for normals to the 3d sprite loader
(optional; appear behind a texcoords [V(x,y,z:u,v:nx,ny,nz)],
default to zero so they are calculated by
csSprite3DMeshObjectFactory::ComputeNormals() when not specified)
- csSprite3DMeshObjectFactory::ComputeNormals() now only calculates
normals when they are already zero and leaves non-zero normals alone

9 lines of code changed in:

philwyett 2002-08-08 00:44

A little code clean up, moving some array allocation into for loops.

33 lines of code changed in:

res2002 2002-08-07 23:10

- changed default texture corrdinates for files without them
to a planar mapping

60 lines of code changed in:

res2002 2002-08-07 23:08

- made csSpriteBuilder::Build() 'smarter': instead of making an output vertex
of every point of every polygon it now only outputs vertices with a unique
point/normal/texture coord. combo

89 lines of code changed in:

res2002 2002-08-07 23:03

- fixed an off-by-one error csGraphics2DGLCommon::GetPixelAt() which
sometimes caused a crash when making a screenie

1 lines of code changed in:

res2002 2002-08-07 23:00

- added information about changed make targets

7 lines of code changed in:

matzebraun 2002-08-07 16:16

fixed an error in cs-config I introduced with my latest changes

1 lines of code changed in:

matzebraun 2002-08-07 15:31

removed now obsolete file

0 lines of code changed in:

matzebraun 2002-08-07 15:28

fixes for cs-config

50 lines of code changed in:

sunshine 2002-08-07 14:49

More cleanup.

3 lines of code changed in:

sunshine 2002-08-07 14:47

Removed more junk.

1 lines of code changed in:

sunshine 2002-08-07 14:46

Update.

2 lines of code changed in:

sunshine 2002-08-07 14:40

Fixed bug in crystal.m4.

1 lines of code changed in:

sunshine 2002-08-07 14:17

Removed the unmaintained and obsolete csphyziks library and phyztest
programs.

6 lines of code changed in:

matzebraun 2002-08-07 13:43

more improvements to crystal.m4, also removed some comments from diablo like "damn damnit shell"

35 lines of code changed in:

sunshine 2002-08-07 13:20

Eric Sunshine (hopefully) worked around a problem caused by buggy stat()
on Win9x and WinME where a bogus result is returned if the path has a
trailing slash. This causes problems with the makefile dependency rules
which depend upon $(OUTBASE), $(OUTOS), $(OUTPROC), or $(OUT), all of
which end with a slash, since make thinks that those directories don't
exist even when they are present. Consequently, make tries invoking
$(MKDIR) on already-present directories. The work-around was to redefine
these variable so without the trailing slash. Also updated all makefiles
throughout the project to take into account that these variables are no
longer defined with a trailing slash.

765 lines of code changed in:

sunshine 2002-08-07 13:06

Eric Sunshine (hopefully) worked around a problem caused by buggy stat()
on Win9x and WinME where a bogus result is returned if the path has a
trailing slash. This causes problems with the makefile dependency rules
which depend upon $(OUTBASE), $(OUTOS), $(OUTPROC), or $(OUT), all of
which end with a slash, since make thinks that those directories don't
exist even when they are present. Consequently, make tries invoking
$(MKDIR) on already-present directories. The work-around was to redefine
these variable so without the trailing slash. Also updated all makefiles
throughout the project to take into account that these variables are no
longer defined with a trailing slash.

170 lines of code changed in:

sunshine 2002-08-07 11:50

Reverted the last change to csconf.mak. The dependency was needed after
all. What was misleading was the makefile was using hardcoded "out/"
instead of makefile variables. This problem is now corrected, as well.

24 lines of code changed in:

sunshine 2002-08-07 11:10

Fixed a couple problems with csconf.mak. First, it was using " instead
of $". Second, it had an unnecessary dependency upon $(OUTDIRS).

4 lines of code changed in:

sunshine 2002-08-07 11:06

Removed unnecessary dependency upon $(OUTDIRS).

1 lines of code changed in:

sunshine 2002-08-07 11:02

Fixed problem where " was being used instead of $"

3 lines of code changed in:

res2002 2002-08-07 01:21

- small changes to calculation of glyph bitmap height and my
workaround for miscalculated sizes. fonts are rendered a bit
better now.

4 lines of code changed in:

philwyett 2002-08-06 23:33

Back to using freetype2.lib for a while.

2 lines of code changed in:

philwyett 2002-08-06 23:24

Fixed void functions trying todo returns.

6 lines of code changed in:

philwyett 2002-08-06 22:11

Now links again with png.lib in msvc_libs for time being.

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