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: 2003-04-28 to 2003-04-27 (Commits 11745-11794 of 12744)
updated
8 lines of code changed in:
fixed install rules for headers
1 lines of code changed in:
instead of drawing the objects now prepare the csRenderMesh for the engine
99 lines of code changed in:
The renderer now expects the shader to be set before any calls to draw
68 lines of code changed in:
improved error message when Crystal Space in not found in jamtemplate
3 lines of code changed in:
changed sector so the engine is now responsible for coordinating draw by
setting the shader and then drawing all objects which use that shader.
instead of drawing the objects now prepare the csRenderMesh for the engine
116 lines of code changed in:
The renderer now expects the shader to be set before any calls to draw
41 lines of code changed in:
Instead of drawing the objects now prepare the csRenderMesh for the engine
6 lines of code changed in:
The engine is now responsible for coordinating draw by setting the shader
and then drawing all objects which use that shader.
10 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
3 lines of code changed in:
history update
1 lines of code changed in:
fixed vfs.cfg generation in jam install
75 lines of code changed in:
there's no awstut.cfg, so don't try to install it
1 lines of code changed in:
- moved the imaging subset functions in the XML GL extensions list
over to ARB_imaging. Although the subset is part of the OpenGL 1.2 spec,
it states that it might not be supported by implementations. It is
indeed not supported by the ATI Catalyst drivers, causing the
GL_version_1_2 pseudo-extension to fail initialization.
549 lines of code changed in:
- made the following changes to the script-generated extension
manager (from scripts/python):
- extension to be used now must be explicitly requested via
Init<ext> () (e.g. InitGL_ARB_multitexture ())
- only check once for every extension
- emit names of functions not found
- use of extensions can be enabled/disabled via config.
- changed the OpenGL canvases to use the extension manager (to ease
use of OpenGL extensions)
19093 lines of code changed in:
Updated the Perl plugin to support the newest version, Perl 5.8
14 lines of code changed in:
Eric Sunshine fixed problem in jamcache.m4 in which
CS_JAMCONFIG_OUTPUT()'s filter was using a non-portable sed expression
which failed with some sed implementations (such as the one shipped with
MacOS/X).
6 lines of code changed in:
Reverted the last two changes until we can arrive at a solution which also
works with MSVC. The problem was that on Alpha, int64 is simply
(long int), thus the format %lld is incorrect (it needs the format %ld).
4 lines of code changed in:
Hack:
Removed cast to long long in favor of cstypes.h int64 and uint64.
This will GCC the long long it wants and MSVC something it can
compile.
2 lines of code changed in:
Hack:
Removed cast to long long in favor of cstypes.h int64 and uint64.
This will GCC the long long it wants and MSVC something it can
compile.
2 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
6 lines of code changed in:
Eric Sunshine made the following changes to pgtest.mak:
-*- Fixed bug which caused pgtest to be rebuilt every time the pgtest
makefile target was invoked (directly or indirectly) even if the
program was already up-to-date.
-*- Converted the makefile over to the new style where the object files
are placed in their own module-specific output directory. Please use
this style for all new makefiles (either by copying from an existing
makefile which has been converted, or by consulting
CS/mk/template.mak).
31 lines of code changed in:
Performed Erics fix (listed below) on only other instances I can find.
Log Message:
Eric Sunshine fixed botched conversion by automated script which emitted
$(SRCDIR)/TO_INSTALL.CONFIG+=FOO and $(SRCDIR)/MSVC.DSP+=FOO in a couple
makefiles rather than TO_INSTALL.CONFIG+=FOO and MSVC.DSP+=FOO. (The
SRCDIR prefix should not have been added.)
4 lines of code changed in:
Eric Sunshine eliminated numerous compilation warnings throughout the
project.
3 lines of code changed in:
Eric Sunshine fixed botched conversion by automated script which emitted
$(SRCDIR)/TO_INSTALL.CONFIG+=FOO and $(SRCDIR)/MSVC.DSP+=FOO in a couple
makefiles rather than TO_INSTALL.CONFIG+=FOO and MSVC.DSP+=FOO. (The
SRCDIR prefix should not have been added.)
8 lines of code changed in:
Eric Sunshine eliminated numerous compilation warnings throughout the
project.
4 lines of code changed in:
Eric Sunshine eliminated numerous compilation warnings throughout the
project.
9 lines of code changed in:
Eric Sunshine eliminated numerous compilation warnings throughout the
project.
2 lines of code changed in:
Eric Sunshine eliminated numerous compilation warnings throughout the
project.
10 lines of code changed in:
Eric Sunshine made the following changes to the cspython build mechanism:
-*- Fixed problem: Latest changes assumed that everyone had Swig
installed, and always attempted to re-create the Swig-generated files
when the cspython or pythmod modules were built.
-*- Fixed cspythonclean and pythmodclean targets. They were not removing
all of the transient, generated files. (In fact, "make pythmod ; make
pythmodclean; make pythmod" would not rebuild the pythmod module at
all for the second invocation.)
-*- Fixed problem with non-standard use of $(MKDIR) which caused mkdir to
attempt to create the pythmod transient directory twice. The second
attempt would fail.
-*- It is once again possible to build pythmod when building the project
in an external directory (outside of the source tree).
61 lines of code changed in:
Re-ordered entries for 27-Apr-2003. Please place entries in ascending
chronological order within any given day. (The days themselves are in
descending chronological order, however.)
8 lines of code changed in:
Eric Sunshine made the following changes:
-*- Modified configure.ac so that it emits a SRCDIR property to
config.mak. This value represents the --srcdir argument given to the
configure script (or "." if --srcdir is omitted). This points at the
directory containing the CS source code (which may differ from the
build directory, which is typically the current working directory).
-*- Modified makefiles and build scripts throughout the project so that
they respect $(SRCDIR). This allows the project to be built in a
directory other than the source directory, thus it is possible to
place the source directory on a readonly filesystem (such as a
CD-ROM), or to share a single NFS-mounted source directory among
different builds, where each build inhabits its own directory. For
example, if CS resides at /home/CS and you wish to build the project
in /home/build:
% cd /home/build
% ../CS/configure
% make -k all
% make install
(Note that the Jam-base build system already supports this build
paradigm.)
4 lines of code changed in:
- Modified way of python scripting building. Files generated by
SWIG are now in $(OUTDERIVED)/python, python module building
takes place in $(OUT)/python and python module files are
installed in $(OUTPROC)/python. Before committing files
generated by SWIG a "make swigpythinst" is needed.
- Updated SWIG python scripting files to reflect latest CVS state.
This will be automated soon.
234 lines of code changed in:
Rolled back an ealier, incorrect commit.
1 lines of code changed in:
Fixed wrong function prototype of xs_init.
3 lines of code changed in:
fixed the Filter rule
17 lines of code changed in:
added fountainloader to meshes compilegroup
1 lines of code changed in:
fixed cspython Jamfile
1 lines of code changed in:
fixed csperl5 Jamfile. Still needs rules for handling the swig stuff
1 lines of code changed in:
added a small README file
12 lines of code changed in:
added some scripts which create a base for an external CS application
303 lines of code changed in:
fixed a stupid bug I introduced to the aws Jamfile
1 lines of code changed in:
set some default values if the LOCATE. variables are not initialized
4 lines of code changed in:
fixed the swig Jamfile so that the dependency scanning really works
5 lines of code changed in:
improved swig jamrules
59 lines of code changed in:
added the possibility to register custom headerscan patterns. Added some custom patterns to the nasm rules
76 lines of code changed in:
bison and flex rules slightly improved to avoid a hack in aws Jamfile
9 lines of code changed in:
Eric Sunshine made the following changes:
-*- Modified configure.ac so that it emits a SRCDIR property to
config.mak. This value represents the --srcdir argument given to the
configure script (or "." if --srcdir is omitted). This points at the
directory containing the CS source code (which may differ from the
build directory, which is typically the current working directory).
-*- Modified makefiles and build scripts throughout the project so that
they respect $(SRCDIR). This allows the project to be built in a
directory other than the source directory, thus it is possible to
place the source directory on a readonly filesystem (such as a
CD-ROM), or to share a single NFS-mounted source directory among
different builds, where each build inhabits its own directory. For
example, if CS resides at /home/CS and you wish to build the project
in /home/build:
% cd /home/build
% ../CS/configure
% make -k all
% make install
(Note that the Jam-base build system already supports this build
paradigm.)
-*- Modified configure.ac so that it emits EXTENSIVE_MEMDEBUG to
config.mak since this variable is used by Makefile.in for the
`showconfig' target.
-*- Modified configure.ac so that it emits MONITOR_MAKEFILE_CACHE when the
value is either "yes" or "no", instead of emitting it only when the
value is "yes". This was necessary because CS/mk/cache.mak prints the
value of this variable as part of $(SYSMODIFIER).
1111 lines of code changed in:
Cleaned up history.txt
2 lines of code changed in:
- Reverted previous change and used cast method, which avoids
GCC compiler warning.
3 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