Commit Log (Page 79 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-06 to 2002-08-04 (Commits 8795-8844 of 12744)

sunshine 2002-08-06 21:52

Reverted the last change since it introduced a memory leak. Instead
implemented the correct fix.

2 lines of code changed in:

sunshine 2002-08-06 21:49

Eric Sunshine fixed the following problems with the Texinfo documentation:

-*- Syntax error in mapfmt.txi.

-*- Fixed to work with makeinfo program from the Mingw/MSYS distribution
which complains if @ref{} and cousins are split over multiple lines.
The following files were affected: rain.txi, snow.txi, 3dsprite.txi,
internal/platform/next.txi.

26 lines of code changed in:

philwyett 2002-08-06 21:42

Fixed compile error.

1 lines of code changed in:

res2002 2002-08-06 16:50

- deactivated resource stuff for plugins again, there are
still problems.

10 lines of code changed in:

sunshine 2002-08-06 16:47

Eliminated compilation warning.

2 lines of code changed in:

res2002 2002-08-06 16:18

- added a bit of information on the rc merger script expects
rc files to be shaped

11 lines of code changed in:

sunshine 2002-08-06 16:10

Added missing line-terminator to cslight.rc. The lack of line temrinator
caused sed (at least older sed) to drop the line altogether, thus the icon
was not used.

1 lines of code changed in:

sunshine 2002-08-06 15:53

Eric Sunshine merged msys.mak into win32gcc.mak in order to reduce future
maintenance headaches. msys.mak kept lagging behind win32gcc.mak.

42 lines of code changed in:

sunshine 2002-08-06 14:44

Eric Sunshine fixed the "clean" target so that it removes all of those
annoying debug .txt files.

3 lines of code changed in:

sunshine 2002-08-06 14:28

Removed useless .cvsignore from CS/libs/cssys/win32.

0 lines of code changed in:

sunshine 2002-08-06 14:05

Fixed several problems with dddraw.mak after recent changes caused it to
stop working.

36 lines of code changed in:

alquarra 2002-08-06 14:01

*** empty log message ***

1438 lines of code changed in:

jorrit 2002-08-06 13:51

Started work on integrating TinyXml XML parser into CS. Currently
we integrated the TinyXml sources in csutil. Please do not start
modifying those sources unless needed to fix warnings or errors.
The TinyXml include files are not in include/csutil because they
are not public. To use TinyXml parser you must instantiate an
instance of class csTinyXmlSystem and start from there.

3987 lines of code changed in:

philwyett 2002-08-06 11:34

Using zlib again under MSVC.

6 lines of code changed in:

sunshine 2002-08-06 11:32

Fixed a problem with libs/cssys/win32/mergeres.sh where it was outputting
ICON lines with a leading, but no trailing quotation mark. Also fixed this
script so that it works with older versions of sed which do not understand
alternation (`|').

14 lines of code changed in:

sunshine 2002-08-06 11:27

Slight formatting cleanup.

5 lines of code changed in:

jorrit 2002-08-06 10:25

More work on cs2xml.

178 lines of code changed in:

sunshine 2002-08-06 10:19

Updated to reflect new build location (out/mk/msvcgen) of "visualc"
directory.

2 lines of code changed in:

jorrit 2002-08-06 09:18

Removed jng image target from walkall.

3 lines of code changed in:

jorrit 2002-08-06 08:49

Removed csString versions...

0 lines of code changed in:

jorrit 2002-08-06 08:44

Extended iXmlNode with functions to create and move nodes
and attributes. Added iXmlDocument as a representation of a document.
Added iXmlSystem which represents the XML system in general.

147 lines of code changed in:

res2002 2002-08-05 22:45

- added 'mergeres.sh'. takes a couple of .rc files and
merges them, also fixing paths to external files
(currently just icons...)
- killed compres.sh
- mergeres is now used by msvcgen and the mingw build
process

64 lines of code changed in:

res2002 2002-08-05 19:23

- fixed problem with make depend

1 lines of code changed in:

res2002 2002-08-05 18:44

- changed imgplex so that initialization will not fail when no
image loading plugins are present. this avoids a crash in this
case.

2 lines of code changed in:

res2002 2002-08-05 18:42

- changed the make targets of all applications
to the name of the resulting binary the way
Eric Sunshine suggested. e.g. 'walk' became
'walktest'.
- did the same for all plugins.
- in some cases, the MSVC project differed from
the name for all other platforms, changed those.
- flipped the order of the include directories for
MSVC resource compiler so the right 'volatile.h'
is used.
- added include dirs for resource compiler to msvc7
projects.

1037 lines of code changed in:

sunshine 2002-08-05 18:29

Temporarily disabled use of $(PROJECT.EXE).WINRSRC in win32gcc.mak since
it was causing problems for users. In particular, the Mingw resource
compiler wants to know the path to the cs1.ico file from the CS root
directory, rather than just the relative path from the
CS/libs/cssys/win32/rsrc directory. This problem is in some fasion
related to the problem experienced by MSVC users. We need a proper
solution.

20 lines of code changed in:

sunshine 2002-08-05 17:18

Temporarily disabled msvcgen.mak's use of $(PROJECT.EXE).WINRSRC since it
causes problems at build time. The exact problem is that when WINRSRC
points at CS/libs/cssys/win32/rsrc/cs1.rc, the .res file is created in the
same directory. However, at link time, MSVC expects to find the .res file
in the buid directory (CS/mk/visualc/csdebug/temp/walktest, for example).
We need to devise a reasonable solution for this problem.

10 lines of code changed in:

sunshine 2002-08-05 16:56

Added missing line terminator at end of file.

1 lines of code changed in:

jorrit 2002-08-05 16:27

Update.

54 lines of code changed in:

jorrit 2002-08-05 16:15

Forgot.

4 lines of code changed in:

jorrit 2002-08-05 16:15

Added iXmlNode and iXmlAttribute. These are proposals for the
XML interfaces we're going to use in CS.

2 lines of code changed in:

jorrit 2002-08-05 15:46

- Fixed csParser so it will now also copy the token to
GetUnknownToken() even if the token is not known.
- First attempt at making a conversion tool to convert the old
style world files to a new XML format. This is unfinished though.

722 lines of code changed in:

sunshine 2002-08-05 14:30

Fixed mk/msvcgen/win32.mak so that the libcssys project file is once again
created correctly following the replacement of DSP.PROJECT.RESOURCES with
$(PROJECT.EXE).WINRSRC.

7 lines of code changed in:

sunshine 2002-08-05 13:35

Fixed msvcgen templates so that they provide the resource compiler with
sufficient information so that the headers #included by the .rc files can
be found.

3 lines of code changed in:

sunshine 2002-08-05 12:03

Fixed the global "clean" target so that it works correctly with the merged
(msvc + msvc7) msvcgen makefile.

15 lines of code changed in:

sunshine 2002-08-05 11:38

Eric Sunshine performed the following tasks related to MSVC project file
generation.

-*- Made these additional changes to msvcgen.mak:

o Fixed problem where generated project files were referring to .rc
resource in CS/out/mk directory, rather than CS/mk/visualc[7].

o Fixed problems with the top-level msvcgen install and clean targets
where the MSVCGEN_VERSION was not being correctly set on Unix. (It
probably worked on Windows, though, because shell variables have a
different scope on Windows than in Unix.)

o Folded out a bunch of common code in the root targets makefile
section. This will reduce future maintenance headaches.

-*- Added apps/import/caltocs to msvcgen/required.mak.

64 lines of code changed in:

philwyett 2002-08-05 10:50

Added a few more fixes.

3 lines of code changed in:

philwyett 2002-08-05 10:45

Fixed redefinition of i spotted by groton.

1 lines of code changed in:

philwyett 2002-08-05 09:05

Added links to my non-existing ftp server again. Just updated links.

12 lines of code changed in:

philwyett 2002-08-05 09:04

Updated link to my non-existing ftp server.

3 lines of code changed in:

jorrit 2002-08-05 08:33

Fixed DrawTriangleMesh() in OpenGL renderer so it no longer crashes
if no material is given.

9 lines of code changed in:

philwyett 2002-08-05 08:12

isomap working again.

14 lines of code changed in:

philwyett 2002-08-05 08:03

Implemented Effects additions iMaterial here.

4 lines of code changed in:

jorrit 2002-08-05 06:42

- Removed CS_GNUC_PRINTF macros with iGraphics2D->PerformExtension()
since this doesn't make sense. PerformExtension() doesn't follow
printf formatting rules.
- Avoided several warnings in ogl_g3dcom.cpp.

20 lines of code changed in:

res2002 2002-08-05 01:59

- added 'nice' descriptions for version info.
- fixed some makefiles to properly support this

7 lines of code changed in:

sunshine 2002-08-05 01:34

msvc7gen.mak is obsolete.

1 lines of code changed in:

res2002 2002-08-05 01:10

typo.

1 lines of code changed in:

res2002 2002-08-05 01:03

- added *.rc

1 lines of code changed in:

res2002 2002-08-05 01:02

- merged msvcgen.mak and msvc7gen.mak into one file.
upon msvcgen/msvc7gen the envvar MSVCGEN_VERSION is set
to either 6 or 7 and the makefile behaves accordingly.

92 lines of code changed in:

res2002 2002-08-04 23:38

- found a reason for the crash of the new DrawTriangleMesh().
it always passed the pointer of the original triangle data to
glDrawElements() which caused problems when the mesh is clipped
and the resulting mesh had less triangles than the original. now it
crashes less but isn't bug-free yet. check the sydney level: walk into a
sydney and look around.

22 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