Commit Log (Page 43 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: 2003-01-28 to 2003-01-27 (Commits 10595-10644 of 12744)

jorrit 2003-01-28 22:20

New release preparation.

14 lines of code changed in:

sunshine 2003-01-28 19:33

Automated Visual-C++ SLN and VCPROJ project file repair.

63 lines of code changed in:

sunshine 2003-01-28 18:46

Automated Visual-C++ SLN and VCPROJ project file repair.

212 lines of code changed in:

sunshine 2003-01-28 18:45

Eric Sunshine added "3DS.AVAILABLE=yes" to MSVC.MAKE.FLAGS in
msvcgen/required.mak in order to ensure that app3ds2lev project files get
built.

5 lines of code changed in:

sunshine 2003-01-28 17:15

Now ensures that CRYSTAL is exported at cslight step.

1 lines of code changed in:

sunshine 2003-01-28 17:01

Updated the CS version number in csver.h, version.txi, and configure.ac
(configure) in prepration for the 0.96 release. Also rebuilt the
documentation with the new version number.

19 lines of code changed in:

jorrit 2003-01-28 16:28

Small optimization in the OpenGL superlightmap cache.

3 lines of code changed in:

jorrit 2003-01-28 16:20

- The OpenGL halo code was bypassing the state cache.

2 lines of code changed in:

sunshine 2003-01-28 16:18

Reverted the last change since it breaks several things and only treats the
symptom, rather than the cause. Things the change broke include: full-
screen toggle via alt-enter, window system menu, window repaint.

1 lines of code changed in:

sunshine 2003-01-28 16:10

Fixed botched OSS.AVAILABLE available test which was added to configure.ac.
The botched test only covered two of the three cases.

28 lines of code changed in:

jorrit 2003-01-28 15:57

Added a few more entries.

28 lines of code changed in:

sunshine 2003-01-28 15:54

Whitespace correction.

1 lines of code changed in:

matzebraun 2003-01-28 15:41

only build xfree86vm plugin if that extension has been detected

2 lines of code changed in:

jorrit 2003-01-28 15:39

- Added a new setting to the engine with which you can control the
number of polygons after which CS_THING_FASTMESH is automatically
enabled for things (use DrawPolygonMesh then). The default value
is 500:
- Added Engine.FastMeshThresshold config option.
- Added SetFastMeshThresshold() function to iEngine.
- Added GetFastMeshThresshold() function to iEngine.
- Added <fastmesh> keyword to the <settings> block.
Currently this will only work for things that have no portals and
no curves.
- Set the fastmesh thresshold in flarge to 10. That causes a few
objects to use fastmesh now.

87 lines of code changed in:

sunshine 2003-01-28 15:27

Fixed syntax error. Also moved informational message regarding lightmap
creation failure to a position where it is more likely to be read by user.

6 lines of code changed in:

matzebraun 2003-01-28 15:22

only build oss driver if soundcard.h is available

15 lines of code changed in:

sunshine 2003-01-28 15:00

Eric Sunshine protected 3ds2lex.mak inside 3DS.AVAILABLE conditional to
prevent "make install" from trying to install it on platforms which do not
have lib3ds intalled. Also added it to "all" and "apps" pseudo-targets.

8 lines of code changed in:

philwyett 2003-01-28 14:51

Manual update

85 lines of code changed in:

sunshine 2003-01-28 14:49

Hacked the cslight run in install.mak to work with MacOS/X.

14 lines of code changed in:

matzebraun 2003-01-28 14:33

added message to make install

5 lines of code changed in:

philwyett 2003-01-28 14:31

- Fixed crasher under MSVC and Cygwin.

1 lines of code changed in:

sunshine 2003-01-28 14:30

Removed scftutor.

1 lines of code changed in:

matzebraun 2003-01-28 13:05

fixed make install rules I introduced yesterday

2 lines of code changed in:

sunshine 2003-01-28 12:59

Whitespace fixes.

6 lines of code changed in:

sunshine 2003-01-28 12:43

Eric Sunshine fixed the lib3ds test in configure.ac so that it no longer
assumes unconditionally that libm.a is present. Not all platforms have
libm.a

307 lines of code changed in:

matzebraun 2003-01-28 12:40

updated history.txt

6 lines of code changed in:

matzebraun 2003-01-28 12:19

improved tests a bit by adding some real test apps, also improved ogg test by checking for libvorbis and libvorbisfile as well

1061 lines of code changed in:

jorrit 2003-01-28 12:03

Apparently EffectDrawTriangleMesh() in OpenGL doesn't correctly work
with fog enabled. As a temporary work around I switch to
OldDrawTriangleMesh() in case fog is enabled.

12 lines of code changed in:

sunshine 2003-01-28 12:00

Eric Sunshine fixed a bug recently introduced into csconfig.mak where it
failed to invoke the build.cs-config target in the sub-make invocation.

4 lines of code changed in:

sunshine 2003-01-28 11:49

Fixed a double-delete[] bug in win32/loadlib.cpp on Cygwin reported by
Dan Mahoney <domahoneyii@users.sourceforge.net>.

3 lines of code changed in:

jorrit 2003-01-28 11:22

- Fog now works for DrawPolygonMesh (OpenGL version).
- OpenGL/DrawPolygonMesh now respects the flag to disable lighting.

280 lines of code changed in:

sunshine 2003-01-28 11:08

-*- Changed the Linux joystick test in configure.ac so that it now reports
its results to the user. Also cleaned up the logic.

-*- Disabled the annoying, abusive message in aclocal.m4 about missing
FreeType2 library. We don't need to abuse the user when an optional
library is absent.

132 lines of code changed in:

jorrit 2003-01-28 10:22

Bad link and new authors.

22 lines of code changed in:

jorrit 2003-01-28 10:15

Reset use_lazy_clipping in OpenGL renderer to false again by default.
Setting this to true has bad effect on performance because then
lazy clipping is forced in all cases.

5 lines of code changed in:

vengeance2001 2003-01-28 09:06

Fixed opposite logic bug in binary sprite saver which was saving the
opposite setting for tweening from what was actually set.

9 lines of code changed in:

jorrit 2003-01-28 08:26

- Made r3dtest spit out a useful error message if it cannot find
a test level.
- Most CS applications will now use OpenGL by default instead of the
software renderer.

37 lines of code changed in:

philwyett 2003-01-28 07:09

Manual update

0 lines of code changed in:

jorrit 2003-01-28 06:52

Removed iGLStateCache. Instead csGLStateCache is used. This is
possible because csGLStateCache doesn't do any memory allocation
in any of its methods. This means that the functions of
csGLStateCache don't have to be virtual anymore. This gives another
small speed increase with the OpenGL renderer.

85 lines of code changed in:

philwyett 2003-01-28 06:49

- Wrapped up newly added 'shadowmat' code in new renderer as a short term measure to fix crashers in default cvs tree i.e. isotest and isomap.

Members of the team working here just search for @@@ to find where the temporary modifications have been made.

7 lines of code changed in:

philwyett 2003-01-28 06:03

- Changed simplecloth to use GL by default. With no way seemingly of
getting it working correctly for 0.96 under software, will avoid alot of
error reports for a problem we already know about.

- Fixed some warnings in GL under MSVC release build.

- Removed the extra ; from the ends of some lines of code in bcterr.h

5 lines of code changed in:

norman 2003-01-28 00:10

- added dependency on pythoncs.i in makefile
- cspace now includes the iDocumentSystem related interfaces
- before you can query the iDocumentSystem interface you have to put it in the registry by
csInitializer.RegisterDocumentSystem (object_reg)

35 lines of code changed in:

matzebraun 2003-01-27 23:30

should commit a new configure as well

2476 lines of code changed in:

matzebraun 2003-01-27 23:28

fix for the joystick switch - it should be off by default

3 lines of code changed in:

matzebraun 2003-01-27 23:17

added a --enable switch for the linux joystick module

15 lines of code changed in:

matzebraun 2003-01-27 23:06

added a check for freetype2 by using an external autoconf macro. Is this ok with you Eric? I just created an aclocal.m4

17 lines of code changed in:

matzebraun 2003-01-27 22:56

a check for openal + a bugfix for ode test

15 lines of code changed in:

matzebraun 2003-01-27 22:48

install phystut

1 lines of code changed in:

matzebraun 2003-01-27 22:45

more checks: libode, lib3ds

35 lines of code changed in:

matzebraun 2003-01-27 22:20

added a test for libogg

17 lines of code changed in:

matzebraun 2003-01-27 22:14

added a check for libmikmod to configure script

14 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