Commit Log (Page 25 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-04-10 to 2003-04-08 (Commits 11495-11544 of 12744)

res2002 2003-04-10 18:07

INT64_C() check now actually works as intended - the language
was wrong (C vs C++)

100 lines of code changed in:

sunshine 2003-04-10 17:55

Eric Sunshine made the following changes to the makefiles:

-*- Converted the remaining "application" makefiles so that they place
their generated files in a personalized subdirectory of $(OUT), rather
than placing them directly in $(OUT). This lifts the monolithic
restriction that all applications must use distinct names for their
source files.

-*- Converted the application makefiles to augment OUTDIRS with their
personalized output directories, rather than each having a custom
directory creation rule. Not only does this simplify the makefiles
slightly, but it also fixes a problem where the personalized output
directories of plugin modules were not created when an application
makefile target (such as "make walktest") was invoked explicitly and
when the project had been configured with --disable-plugins.

-*- Updated CS/mk/template.mak to reflect the aforementioned changes.

-*- Fixed formatting of help messages emitted by "make help" for several
makefiles.

343 lines of code changed in:

sunshine 2003-04-10 17:40

Eric Sunshine fixed a bug with the INT64_C check in the configure script
which caused the script to crash with a shell error if stdint.h was not
found.

147 lines of code changed in:

jorrit 2003-04-10 15:13

Small optimization, moved GetBoundingBox() and GetRadius() from
csThing to csThingStatic. Less pointer dereferencing needed then.

60 lines of code changed in:

jorrit 2003-04-10 15:02

Fixed a major bug in csThingStatic::Prepare() which caused massive
performance degradation. Now it should be better :-)

3 lines of code changed in:

jorrit 2003-04-10 14:55

- Renamed PolyMeshHelper class in bezier mesh plugin so that it
doesn't conflict with PolyMeshHelper in thing plugin when doing
a static compile.

14 lines of code changed in:

philwyett 2003-04-10 14:52

Manual update

766 lines of code changed in:

jorrit 2003-04-10 14:34

Thing changes:
- Removed obsolete csThingBBox bounding box in csThing.
- Split bezier curves in seperate mesh object plugin (bezier
plugin).
- Greatly cleaned up the csThingStatic stuff and moved all static
stuff to that.
- Updated API modification document.
- Also updated various other parts in the documentation for these
changes.
- Fixed map2cs to export curves using the new bezier plugin.
- Changed the way thing factories and objects work. A thing factory
and a mesh object no longer are the same object. So first you
have to make a factory and then the object. This also allows
sharing of factories between objects.
- As a consequence of all these changes the lightmap format has
changed again.
- Doing a HardTransform() on a thing mesh object will automatically
cause the factory of that thing to be cloned so that other
things sharing that factory will not be transformed.
Doing a HardTransform() on a thing factory will have an
effect on all instances created from that.
- Used csBlockAllocator<T> for a lot of polygon objects in the
thing mesh plugin. This speeds up loading/unloading and also
improves memory usage.
- Merged csPolyTexLightMap into csPolyTexture. This improved
both speed, memory usage, and source code readability.
- Thing now uses ClipBSphere() instead of ClipBBox(). This is
faster.

8189 lines of code changed in:

res2002 2003-04-10 11:03

- augmented the configure process to check for a working INT64_C
macro in <stdint.h>. It seems that it's broken on some GCC/stdint.h
combos. If such is detected, stdint.h is treated as 'not present'.

692 lines of code changed in:

philwyett 2003-04-10 08:33

Updated. No explaination - Why bother asking people to check stuff.

0 lines of code changed in:

jorrit 2003-04-10 08:33

Reverted endian changes from res again because they cause a
compile error with mingw/msys.

33 lines of code changed in:

jorrit 2003-04-10 08:23

- Fixed a compile error in binary XML reader. I wonder if people
compile after changing something...
- Fixed csArray assignment operator so that it returns a ref to the
caller and also is safe when doing 'a=a'.
- Added csPolyIndexed assignment operator.

26 lines of code changed in:

philwyett 2003-04-10 07:30

Made decleration order match initializer list, thus eliminating warning.

5 lines of code changed in:

rhad 2003-04-10 01:18

Fixed OpenAL compile with compilers other than MSVC

12 lines of code changed in:

sunshine 2003-04-09 22:18

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

6 lines of code changed in:

res2002 2003-04-09 21:04

- changed csendian.h to utilize CONST_INT64() again. The missing
identifiers are fixed with a #define __STDC_LIMIT_MACROS in cstypes.h
prior to the inclusion of <stdint.h>.

9 lines of code changed in:

matzebraun 2003-04-09 14:39

removed unneccesary and strange files which have been a leftover from teh converter script

0 lines of code changed in:

boyan 2003-04-09 14:21

Boyan added boolean property "Stretched" on AWS Command Button

1 lines of code changed in:

boyan 2003-04-09 14:18

Added boolean property "Stretched" to Command Button usable with bfsBitmap flag (default is false)

10 lines of code changed in:

matzebraun 2003-04-09 12:15

merged jam msvcgen and nonfinished jamdocu tool

130 lines of code changed in:

matzebraun 2003-04-09 11:57

put back csSchedule

4 lines of code changed in:

matzebraun 2003-04-09 11:26

fixed some printf format warnings in g2dtest

1 lines of code changed in:

matzebraun 2003-04-09 11:25

fixed some printf format warnings in mdl2spr

1 lines of code changed in:

matzebraun 2003-04-09 11:23

changed csDLinkList in maya2spr to csArray

54 lines of code changed in:

matzebraun 2003-04-09 10:55

fixed warnings in map2cs

29 lines of code changed in:

matzebraun 2003-04-09 10:38

fixed warning in md2ie

1 lines of code changed in:

matzebraun 2003-04-09 10:37

fixed several warnings in the cloth loader

18 lines of code changed in:

matzebraun 2003-04-09 10:29

silenced some more compiler warnings in dynavis by using anonymous unions

6 lines of code changed in:

matzebraun 2003-04-09 10:26

added a macro to remove __attribute__ on non gcc compilers

5 lines of code changed in:

matzebraun 2003-04-09 10:24

fixed a warning in a printf format

1 lines of code changed in:

matzebraun 2003-04-09 10:22

silence compiler warnings in autogenerated flex code

2 lines of code changed in:

matzebraun 2003-04-09 10:10

fixed warnings in opcode

3 lines of code changed in:

matzebraun 2003-04-09 09:51

updated .cvsignore

4 lines of code changed in:

matzebraun 2003-04-09 09:47

changed aws to use csRefArray instead of csDLList to avoid the deprected class warnings

130 lines of code changed in:

matzebraun 2003-04-09 09:44

a fix to the Filter rule

2 lines of code changed in:

matzebraun 2003-04-09 09:41

fixed for bison and flex rules

1541 lines of code changed in:

jorrit 2003-04-09 09:13

Fixed BugPlug so that it compiles again without the new renderer
enabled.

11 lines of code changed in:

matzebraun 2003-04-09 07:59

history update

3 lines of code changed in:

matzebraun 2003-04-09 07:53

attempt to make macosx create application wrappers

14 lines of code changed in:

matzebraun 2003-04-09 07:39

another fix for macosx: move the definition of CS_24BUT_PIXEL_LAYOUT to volatile.h

5 lines of code changed in:

matzebraun 2003-04-09 07:18

fixed problems with jamcompile on macosx

22 lines of code changed in:

matzebraun 2003-04-09 07:08

fixed a problem on macosx

1 lines of code changed in:

matzebraun 2003-04-09 07:02

fix for objectivec compilerules

2 lines of code changed in:

matzebraun 2003-04-09 06:59

fixed problem on macos_x: was including pthrd.cpp instead of cspthrd.cpp

1 lines of code changed in:

matzebraun 2003-04-08 23:52

fixed vfs Jamfile

2 lines of code changed in:

matzebraun 2003-04-08 23:18

fixed problems with .rc files when compiling outside sourcedir on win32

9 lines of code changed in:

matzebraun 2003-04-08 23:02

make configure-jam create the include dir for outside sourcedir compilation

5 lines of code changed in:

sunshine 2003-04-08 22:21

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

6 lines of code changed in:

matzebraun 2003-04-08 22:08

Update history.txt

5 lines of code changed in:

matzebraun 2003-04-08 22:05

do include the top source dir as well

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