Commit Log (Page 46 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-21 to 2003-01-19 (Commits 10445-10494 of 12744)

res2002 2003-01-21 22:58

- tweaked MSVC debug flags

6 lines of code changed in:

res2002 2003-01-21 22:23

- leak fix

2 lines of code changed in:

res2002 2003-01-21 21:50

- fixed leak I introduced

6 lines of code changed in:

res2002 2003-01-21 21:31

- cosmetics

3 lines of code changed in:

res2002 2003-01-21 21:29

- dynamic loading of DirectDrawEnumerateEx() as suggested by groton
<groton@gmx.net>

44 lines of code changed in:

res2002 2003-01-21 20:23

- walktest: default font is loaded if user-specified one fails
- renamed ALLOC_STACK_ARRAY to CS_ALLOC_STACK_ARRAY. flipped order of
var & type parameters so it matches the C++ variabel declaration
(type first, then name)
- win32: console windows are only hidden after an app window was created
- win32: plugins now export a function which returns the used compiler.
if it doesn't match the app compiler the plugin isn't loaded (so mixing
MinGW & MSVC binaries will cause an error report instead of just a crash)
- added iCommandLineParser::GetBoolOption()

143 lines of code changed in:

matzebraun 2003-01-21 19:57

added check an warning message about iGraphics2D to aws

5 lines of code changed in:

matzebraun 2003-01-21 19:51

Worked around a bug in aws: aws won't work if there isn't a iGraphics2D
registered at the time aws is loaded. Changed loading order in vidprefs.cpp to
fix a bug reported by Eric.

12 lines of code changed in:

thebolt00 2003-01-21 13:50

Fixed a bug which made statecache segfault on destruction. It should not be a csRef but just an ordinary pointer

3 lines of code changed in:

sunshine 2003-01-21 11:26

Added missing entry to walkall target.

1 lines of code changed in:

jorrit 2003-01-21 11:17

Update.

563 lines of code changed in:

sunshine 2003-01-21 10:03

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

341 lines of code changed in:

jorrit 2003-01-21 09:18

Made a makefile for maya2spr and fixed it so it compiles cleanly.

80 lines of code changed in:

vengeance2001 2003-01-21 09:13

Two missing files for maya2spr.

631 lines of code changed in:

vengeance2001 2003-01-21 08:56

All source files for maya sprite conversion utility. Converts vertex and
keyframe based models, with 1 or more animations, and 1 material per CS
requirements. Supports vertex normals for smoothing, displacement based
actions and sprite sockets.

2473 lines of code changed in:

jorrit 2003-01-21 06:44

Fixed.

0 lines of code changed in:

norman 2003-01-21 06:38

renamed PLUGINS.DYNAMIC to PLUGINS

2 lines of code changed in:

dentoid 2003-01-21 03:08

Forgotten commit.

0 lines of code changed in:

dentoid 2003-01-21 03:07

Fixed a minor typo in a comment.

1 lines of code changed in:

dentoid 2003-01-21 03:03

Forgotten commit.

0 lines of code changed in:

sunshine 2003-01-21 02:31

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

0 lines of code changed in:

sunshine 2003-01-21 02:20

Updated trace information.

2 lines of code changed in:

sunshine 2003-01-21 02:13

Eric Sunshine augmented jobber.pl so that it emits "USE_PLUGINS=yes" to
the config.mak file which it fakes up. This fixes the problem in which
scftutor.mak was misbehaving and adding dog.cpp and worm.cpp to the appzoo
project. (These files should have appeared only in the plgdog and plgworm
projects.)

6 lines of code changed in:

thebolt00 2003-01-21 01:26

Updated to follow newest interface. Added iRenderMesh* to Deactivate

4 lines of code changed in:

thebolt00 2003-01-21 01:25

Fixed indexbuffer lockingproblems when using multiple texturepasses

4 lines of code changed in:

thebolt00 2003-01-21 01:02

Modified genmesh to correctly handle buffers which can be discarded

47 lines of code changed in:

thebolt00 2003-01-21 01:01

Added two methods to iRenderBuffer allow discardable buffers

8 lines of code changed in:

thebolt00 2003-01-21 01:00

Added two methods to iRenderBuffer allow discardale buffers

5 lines of code changed in:

res2002 2003-01-20 17:49

- reduced number of spaces in csPrintLibraryError() (caused linebreaks at
least for german 'file not found'... two should be enough for visual grouping
of the messages)

1 lines of code changed in:

res2002 2003-01-20 17:46

- small change to the LoadLibrary error reporting: instead of GetLastError()
calling twice, its return value is now stored (theoretically, FormatMessage()
could change the last error code, so a wrong error number would be used
in the sprintf())

3 lines of code changed in:

jorrit 2003-01-20 15:20

Added some authors.
First big update of history.txt. More to come.

1055 lines of code changed in:

jorrit 2003-01-20 11:08

- Andrew Craig fixed a problem with unreleased references in the
Windows OpenGL canvas. RestoreDisplayMode() set is_open to false
but this prevented the superclass Close() to properly do the
cleanup. In addition fixed the call to the parent Close() so that
it calls csGraphics2DGLCommon::Close() instead of
csGraphics2D::Close().

8 lines of code changed in:

sunshine 2003-01-20 10:22

Eric Sunshine committed an update for win32/loadlib.cpp from John Harger
<john_h@selectpath.com> which implements error reporting. Previously,
win32/loadlib.cpp simply threw away all diagnostic information, which made
it impossible to debug plugin load failures on Windows.

44 lines of code changed in:

jorrit 2003-01-20 10:17

Removed the obsolete and non-working iRenderView callback system
and the associated iEngine->DrawFunc().

106 lines of code changed in:

sunshine 2003-01-20 10:09

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

6 lines of code changed in:

sunshine 2003-01-20 09:53

Eric Sunshine reverted the recent change to the general
csFindLoadLibrary() which caused it to throw away potentially useful
diagnostic information when a plugin failed to load. Unconditionally
throwing away this information was unacceptable. Instead, the verbosity
of error messages from the plugin loader is now controlled by the new
command-line option "-verbose". When -verbose is used, error messages
present detailed information about the load failure. When not used, a
simple message is printed saying that the load failed and that the user
should use "-verbose" for more details. For debug builds, -verbose is the
default. For optimize builds, it is not.

120 lines of code changed in:

cbayle 2003-01-20 09:00

Copy xpm dir too

2 lines of code changed in:

cbayle 2003-01-20 08:54

Last policy update

1 lines of code changed in:

cbayle 2003-01-20 08:53

Smaller icons to respect policy

978 lines of code changed in:

dentoid 2003-01-20 08:33

Forgotten commit.

384 lines of code changed in:

sunshine 2003-01-20 03:14

Eric Sunshine made a small change to CS_TEXT_CACHE_OUTPUT() in
configure.ac, as suggested by Matze, which obviates the need for
CS_ESCAPE(). Also removed CS_ESCAPE().

21 lines of code changed in:

philwyett 2003-01-20 03:10

Manual update

21 lines of code changed in:

philwyett 2003-01-20 03:05

Fix for MSVC generation failure.

3 lines of code changed in:

dentoid 2003-01-20 00:04

Cleaned r3dtest up some more.

0 lines of code changed in:

dentoid 2003-01-19 23:18

Adding some some first steps towards lighting to the new renderer.
Also added support for stream mapping in the vertex program plugin.

55 lines of code changed in:

dentoid 2003-01-19 22:47

Adding some some first steps towards lighting to the new renderer.
Also added support for stream mapping in the vertex program plugin.

199 lines of code changed in:

sunshine 2003-01-19 22:43

Re-added "-Xlinker --export-all-symbols" to DFLAGS.debug after it had been
removed accidentally recently.

1 lines of code changed in:

sunshine 2003-01-19 22:05

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

1 lines of code changed in:

cbayle 2003-01-19 21:15

xpm moved from debian to deb dir

1231 lines of code changed in:

thebolt00 2003-01-19 17:36

* Added examplefile for multitexturing plugin

20 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