Commit Log (Page 74 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-09-04 to 2002-09-02 (Commits 9045-9094 of 12744)

thebolt00 2002-09-04 20:35

Sprite and vertex-program used by examples of vertex-programing

31 lines of code changed in:

thebolt00 2002-09-04 20:34

Added example of working vertex-programs. See notes in beginning of simplevp.cpp

626 lines of code changed in:

old_belge 2002-09-04 17:59

Made an addition to Slerp:
It now detects if the axices are pointing in roughly the same direction.
So that the the interpolation generates the smallest rotation.

20 lines of code changed in:

jorrit 2002-09-04 16:26

Significantly optimized the GetAttribute() and similar routines
in the tinyxml implementation.

28 lines of code changed in:

jorrit 2002-09-04 15:55

Update.

1 lines of code changed in:

jorrit 2002-09-04 15:53

Found the bug in the tinyxml node pool optimization. The optimization
is now enabled.

6 lines of code changed in:

jorrit 2002-09-04 15:49

Fixed a bug in XML version of spr3dldr. It would not correctly load
names of limbs.

3 lines of code changed in:

jorrit 2002-09-04 15:27

Attempted to optimized tinyxml parser by caching nodes.
For some reason this doesn't work so I commit the code
disabled so that I can debug this later.

111 lines of code changed in:

alquarra 2002-09-04 15:06

updated Pierre changes to the INIT_QUANTIZATION macro for
dealing with divisions by 0

24 lines of code changed in:

jorrit 2002-09-04 13:11

Fixed a bad bug in csString::ExpandIfNeeded(). MaxSize starts
at 0. And if GrowExponentially is true then MaxSize was
simply multiplied with 2. 0*2 is still 0. This bug caused
cs2xml to hang.

6 lines of code changed in:

jorrit 2002-09-04 12:07

Compile fixes.

4 lines of code changed in:

jorrit 2002-09-04 12:06

- Converted exploldr to XML.
- Converted bcterrldr to XML.
- Fixed cs2xml for exploldr and bcterrldr.

184 lines of code changed in:

philwyett 2002-09-04 09:22

Fixed a constructor ordering problem and eliminated a no newline at the end of one file.

3 lines of code changed in:

alquarra 2002-09-04 08:45

renormalized the pair of csReversibleTransform with the *trans1 / *trans2 trick

23 lines of code changed in:

duhprey 2002-09-04 00:12

Fixed the paramters into mmap (should have *something* in the flags.
MAP_PRIVATE seems most appriopriate)
Added some error checking to the index

2 lines of code changed in:

duhprey 2002-09-03 23:46

Fixed some reference problems

5 lines of code changed in:

duhprey 2002-09-03 22:39

Fixed the reference counting issues.

22 lines of code changed in:

duhprey 2002-09-03 22:39

Fixed the reference counting issues

21 lines of code changed in:

jorrit 2002-09-03 21:57

Fixed a few warnings in opcode plugin and replaced fabsf with fabs.

69 lines of code changed in:

jorrit 2002-09-03 19:58

Cleaned up vfs.cfg a bit.

3 lines of code changed in:

alquarra 2002-09-03 16:46

fixed some nasty mirages bug thanks to Jorrit's spotty eye

96 lines of code changed in:

alquarra 2002-09-03 14:06

i a few fixes
CV S: ----------------------------------------------------------------------

110 lines of code changed in:

alquarra 2002-09-03 14:02

a few fixes

6 lines of code changed in:

jorrit 2002-09-03 13:59

Cosmetics.

2 lines of code changed in:

jorrit 2002-09-03 11:08

Removed pragma warnings.

2 lines of code changed in:

sunshine 2002-09-03 10:56

Eliminated compilation warnings.

3 lines of code changed in:

jorrit 2002-09-03 10:49

- Converted several functions in iEngine to return a csPtr instead
of a normal pointer. This means that you can now safely assign
the result of these functions to a csRef and no longer have to
worry about DecRef(). Assigning to a normal pointer still works
but in that case you still have to do the DecRef() on your own
later.
- Converted several functions in iLoader to return csPtr as well.
For LoadSound() which returns iSoundWrapper this is actually
a change as it will now return an increffed pointer (it didn't
before).

253 lines of code changed in:

sunshine 2002-09-03 10:29

Fixed broken top-level target.

1 lines of code changed in:

sunshine 2002-09-03 10:25

Fixed compilation error. Fixed some (but not all) compilation warnings.

10 lines of code changed in:

sunshine 2002-09-03 10:13

Copy constructor now invokes SCF_CONSTRUCT_IBASE() and explicitly calls
iEvent() constructor to pacify Alpha gcc.

2 lines of code changed in:

sunshine 2002-09-03 09:59

Added the missing csEvent(csEvent const*) constructor which
csKeyboardAccelerator::PostHandleEvent() expects to exist.

45 lines of code changed in:

sunshine 2002-09-03 09:27

Eliminated compilation warnings.

4 lines of code changed in:

sunshine 2002-09-03 09:25

Fixed again.

3 lines of code changed in:

sunshine 2002-09-03 09:22

Fixed compilation problem.

1 lines of code changed in:

sunshine 2002-09-03 09:14

Eric Sunshine made the following changes:

-*- Eliminated a problem introduced yesterday into next/csosdefs.h.

-*- Re-wrote each of the platform-specific implementations of
MemoryMapFile() in order to eliminate potential resource leakage
problems.

72 lines of code changed in:

philwyett 2002-09-03 00:53

Removed signal.h and unistd.h includes. These are not needed for Linux here and that unistd.h is the 'Unix Standard' header and thus MSVC does not have it, so should never be included in non platform specific portions of CS.

0 lines of code changed in:

philwyett 2002-09-03 00:34

Fixed makefile

1 lines of code changed in:

res2002 2002-09-02 22:16

- changed tbconv target to tbconvert
- removed another signal thingie in simpmap
- added cssys/sockets.h to css.h

12 lines of code changed in:

norman 2002-09-02 21:44

added include of cssys/sockets.h

1 lines of code changed in:

res2002 2002-09-02 21:24

- removed signal stuff from simpmap
- added win32 specific stuff to sockets.h (basically c'n'p from
csosdefs.h)

15 lines of code changed in:

duhprey 2002-09-02 20:35

Data used by the tbtut program

0 lines of code changed in:

duhprey 2002-09-02 20:34

Tutorial/test program for terrbig

492 lines of code changed in:

norman 2002-09-02 20:29

fixed PATH_SEPARATOR redefinition

3 lines of code changed in:

duhprey 2002-09-02 20:14

Fixed the spacing

1 lines of code changed in:

matzebraun 2002-09-02 19:44

forgot to commit some changes

14 lines of code changed in:

matzebraun 2002-09-02 15:41

ups... introduced a stupid error with my last commit and fixed that now

2 lines of code changed in:

matzebraun 2002-09-02 15:26

added a check for swig so that cspython makefile only uses it if it is really present

10 lines of code changed in:

matzebraun 2002-09-02 15:15

marked CS_SYSDEF_PROVIDE_SOCKETS as deprecated and created a new cssys/sockets.h

72 lines of code changed in:

matzebraun 2002-09-02 15:00

small change for defining socklen_t

1 lines of code changed in:

matzebraun 2002-09-02 14:54

forgot to remove some PROVIDE_PATH defines

1 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