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-07-05 to 2003-06-27 (Commits 12645-12694 of 12744)
Added "softness" paramater for functions:
- AttachColliderMesh
- AttachColliderCylinder
- AttachColliderBox
- AttachColliderSphere
- AttachColliderPlane
with default value 0.316
This parameter was already added do odedynam plugin by Daniel Duhprey
5 lines of code changed in:
Added "softness" paramater for functions:
- AttachColliderMesh
- AttachColliderCylinder
- AttachColliderBox
- AttachColliderSphere
- AttachColliderPlane
with default value 0.316
This parameter was already added do odedynam plugin by Daniel Duhprey
10 lines of code changed in:
Boyan removed circular reference between ds3d render and listener which prevent to unload ds3d plugin.
2 lines of code changed in:
Removed circular reference between csSoundListenerDS3D and csSoundRenderDS3D.
1 lines of code changed in:
Added a home-grown GetLongPathName () surrogate for older
Windowses, where it's unsupported. This was pointed out by Paul G.
97 lines of code changed in:
* Added so that we use gl*Pointer when there are no glAttributePointer extension available.
56 lines of code changed in:
Added a missing pair of quotes to the crystal.fgd "light" entry.
Fixed the map2cs mechanism for removal of polys with certain
textures. This didn't work with Hammer maps due to a
lowercase/uppercase mismatch.
Fixed a bug in map2cs where 'invisible' (and thus unused)
textures nevertheless appeared in texture & material list.
34 lines of code changed in:
Fixed a typo in syspath.h, slightly changed a few comments
there, and also fixed a comment in gradient.h.
11 lines of code changed in:
Committed fixes from Oktal for some circular #include
dependencies in the new renderer.
Fixed a wrong #include in anonrndbuf.cpp.
15 lines of code changed in:
New guestbook.pl from tetron to filter out spam.
42 lines of code changed in:
Updated history
8 lines of code changed in:
Softness generalization patch (soft_cfm contact is now handled the
same was as friction and elasticity)
Plane direction patches (invert A and C, as well as B)
planes are not consistent and still need some work.
Revert the MeshSphere collider, those optimizations aren't general.
Fix the collision callback to work when 1 body is static.
132 lines of code changed in:
Fixed a spelling error in bugplug.
2 lines of code changed in:
Enhanced bugplug with a command to send debug commands to
arbitrary plugins. Syntax is: debugcmd <classID> <command>
59 lines of code changed in:
Eric Sunshine made the following documentation-related changes:
-*- Continued updating user manual to reflect latest SCF changes.
-*- Fixed a significant number of Texinfo mark-up problems in
walktest.txi.
-*- Updated extremely outdated information about configuration and
configuration files in user manual.
-*- Corrected several mark-up bloofles in various .txi documents.
-*- Eliminated TeX `hbox' warnings.
836 lines of code changed in:
Jorrit removed obsolete bindings for radiosity commands for Walktest
and added 'r' key to record movements on/off and 'shift-r' to play
the recording.
8 lines of code changed in:
patched in the walktest documentation contributed by Marten
<martin@cyber-dog.freeserve.co.uk>. The old documentation remains in CVS
until some parts are transplanted.
777 lines of code changed in:
Updated the Win32 memory mapping for "window mapping".
However, the new stuff is still untested, as it isn't used yet
anywhere.
Fixed some doxygen issues in csshlib.h, sysfunc.h, syspath.h.
110 lines of code changed in:
Updated history
1 lines of code changed in:
Speed improvement to PreCompute, about 30 times faster.
67 lines of code changed in:
- added a pair of MemoryMapWindow() functions, allow mapping parts of
files, mapping in read/write files and re-using file handles for
multiple windows into the same file.
- MemoryMapFile() was modified to work with these new functions.
75 lines of code changed in:
Fixed a bug where xorpat assumed width == height.
4 lines of code changed in:
Eric Sunshine applied a patch to snapshot.py from Just van Rossum
<just@letterror.com> which allows it to work correctly when project
subdirectory names contain spaces.
7 lines of code changed in:
Made sure NextFrame is called when rendering with new renderer.
4 lines of code changed in:
Eric Sunshine fixed some spelling errors in the user manual pointed out by
Vincent Knecht <vince@iefr.ath.cx>: existance -> existence
105 lines of code changed in:
Added console output to r3dtest. Can be toggled with TAB.
27 lines of code changed in:
Fixed a bug in stdrep where it assumed that the renderer was in 2d mode.
10 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
6 lines of code changed in:
Automated Visual-C++ DSW and DSP project file repair.
0 lines of code changed in:
correctly clean up .def and .o files from win32 resources
3 lines of code changed in:
added a note about -fvtable-thunks
5 lines of code changed in:
history update
2 lines of code changed in:
CS cflags are defined in Jamrules now instead of mk/jam/variant.jam. So that we're not enforcing flags to external apps who use teh same file
5 lines of code changed in:
move of anonrndbuf.h from csutil to cstool
4 lines of code changed in:
added LGPL notice
16 lines of code changed in:
anonrndbuf.h moved from csutil to cstool
1 lines of code changed in:
moved from csutil to cstool
226 lines of code changed in:
moved to render3d/common
0 lines of code changed in:
Fixed rlsstencil.mak which got messed up when the plugin name
was changed.
7 lines of code changed in:
metaball -> new renderer
8 lines of code changed in:
Eric Sunshine regenerated the configure script since the last commit made
by Matze broke the Bison and Swig version checks. This corruption seems
to have been caused by an old progver.m4 macro file in Matze's
CS/mk/autoconf directory or in some other location searched by Autoconf by
default.
66 lines of code changed in:
Luca fixed a bug in the aws documentation about the signalComponentCreated (called wrongly signalCreated).
4 lines of code changed in:
Luca fixed the inconcistency of properties read and written by
Set/GetProperty in the awsScrollBar class. He updated the texinfo
docs about scrollbar's properties too.
57 lines of code changed in:
Fixed win32 csosdefs.h to use fast_mem_copy only on MSVC.
The recent changes caused that fast_mem_copy was used on VC < 7
_and_ non-VC platforms.
4 lines of code changed in:
fixed it so the fast_mem_copy code is only active with a MSVC less then version 7.
3 lines of code changed in:
DeSigna fixed a small logic error in csGetKeyDesc(), where a ?:
conditional had its values the wrong way round.
4 lines of code changed in:
- Anders Stenberg added support for pixmaps (DrawPixmap) to new renderer.
154 lines of code changed in:
Forgot to ci include/imesh/sprite3d.h
0 lines of code changed in:
Eric Sunshine fixed silly bug in csLoadLibrary() for MacOS/X. It was
supposed to transform the incoming .csplugin suffix on the pathname with
.csbundle, but instead uselessly replaced .csplugin with .csplugin.
5 lines of code changed in:
Eric Sunshine converted sndds3d.mak and sndsoft.mak over to the new format
where object files and resources are placed in a module-specific build
directory. This solves several problems where glwin32, sndsoft, and
sndds3d were confusing and mixing source and object files.
53 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