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-03-17 to 2003-03-11 (Commits 11195-11244 of 12744)
Fixed scale issue with dynamic ambient. Dynamic ambient brightness
was divided by 1.5 but that's not needed.
6 lines of code changed in:
- fixed csTinyXmlAttributeIterator which caused an error when the
attribute count was 0.
7 lines of code changed in:
- commented out the XML test code in csparser and added it to the
TinyXML docsys plugin instead.
- added a document system multiplexer.
- changed in mkverres.sh '(c) 2003' to 2002 .
- map2cs used to write sky info twice if there was only the default
sector.
665 lines of code changed in:
Fixed compilation error on msvc6
5 lines of code changed in:
no message
12 lines of code changed in:
Reverted the lightmap changes as it prevented proper loading of
lightmaps on intel-endian systems.
14 lines of code changed in:
Annotating lightmap fix.
4 lines of code changed in:
Committing a modification to get lightmaps working on differently-endian systems.
* We were endian-converting the poly results; as far as I can tell, this is not what is intended.
* We *weren't* endian-converting the information we read off of the disk. This is definitely not what was intended.
* When we wrote out lightmaps, we weren't endian-converting the size of the information we wrote; so even though we could load them correctly, we were writing them incorrectly.
Seems to be working now. Again, should have no effect on non-Windows users as all we've done is changed where we're applying a null operation on that platform; but it makes us happy.
23 lines of code changed in:
- made the following changes:
* added iterators for csStringHash and csStringSet.
* added some sorting functions to csRefArray.
* enhanced levtool so iDocumentSystem plugins can be specified for
reading or writing world files.
* changed levtool to just write from input to output docsys if one
of those and no other operation is specified.
* levtool reports times for some actions.
* levtool used to make backups even on operations which did not
modify a world.
* added a simple TinyXML wrapping document system plugin.
* added a binary document system plugin.
2551 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
312 lines of code changed in:
Corrected a couple package names in cygwin.txi as reported by Ian Walker.
6 lines of code changed in:
adding in the initial event system update (the test app)
349 lines of code changed in:
adding in the initial event system update
812 lines of code changed in:
Boyan added some additional features to the lightning plugin and
also extended lightningtest app to show them.
121 lines of code changed in:
Further optimizations and cleanup. Text and CData nodes will now
also use interned strings.
78 lines of code changed in:
- Some cleanup and memory savings in TinyXML parser again.
- Made ReadText() more robust in case the text happens to be bigger
then the fixed amount of the buffer. In that case we will
start reallocating automatically.
304 lines of code changed in:
TinyXML improvements: only elements and document can have children
now. This saves some memory again.
647 lines of code changed in:
Added a new 'accurate' flag to iVisibilityCuller->IntersectSegment()
and iSector->HitBeam(). This flag is false by default (old behaviour)
but when you set it to true HitBeamObject() is used instead
of HitBeamOutline(). So this should give more accurate results.
55 lines of code changed in:
Eric Sunshine fixed problem with milk2spr when on Unix it failed to
convert models which had been created/saved on Windows or older MacOS.
Problem was that it was explicitly looking for LF terminator without taking
into account CRLF (Windows) or CR (Macintosh).
59 lines of code changed in:
Corrected a copy/paste error in snow.txi pointed out by
Tim <tirobu@gmx.de>.
5 lines of code changed in:
Corrected spelling mistake in Doxygen comment for iMovable which was noted
by <shri@vitalstate.co.uk>.
4 lines of code changed in:
Fixed an error the CData support in TinyXML.
2 lines of code changed in:
Implemented csTinyXmlDocument::Parse(iFile*).
21 lines of code changed in:
Removed the useless MakeDynamic when attaching mesh
0 lines of code changed in:
Applied a couple corrections to aws/quick.txi reported by
<shri@vitalstate.co.uk>.
7 lines of code changed in:
Eric Sunshine made the following changes:
-*- Corrected the Doxygen comments in iutil/binder.h and csutil/binder.h.
-*- Removed useless `inline' and `extern' from csutil/binder.h.
-*- Fixed problem in csutil/binder.cpp where it was not initializing its
full set of instance variables.
-*- Fixed logic bug in csEvBind where it failed to release its
iInputBinderBoolean reference at destruction time.
-*- Added explicit logic to csInputBinder::HandleEvent() to prevent it
from ever treating an iInputBinderPosition as an iInputBinderBoolean
(and vice versa) to ensure that it does not call methods of the one
interface when actually dealing with a reference to the other.
(Beware of `union'.)
60 lines of code changed in:
Eric Sunshine corrected the Doxygen comments in iutil/binder.h.
11 lines of code changed in:
Got a new energy.jpg from Boyan. Looks much better.
1 lines of code changed in:
Optimized TinyXML loader a tiny bit.
69 lines of code changed in:
- Fixed a compile error with TinyXML on MSVC.
- Made SetValue() on elements in TinyXML a bit more relaxed in case
the given value == NULL. Previously it would crash there.
21 lines of code changed in:
- Implemented an experimental patch to the OpenGL super lightmap
cache. To enable this you have to enable the USE_MEMORY_COPY
define (i.e. set to 1) which you can find in
plugins/video/renderer/opengl/ogl_txtcache.h. With that flag set
to 1 the lightmaps are copied to a memory buffer before one
glTexImage2D() will send them to the card. With that flag set
to 0 (default) glTexSubImage2D() is used instead. Since
glTexSubImage2D() is faster on linux and windows I will keep it
disabled for now. But someone on MacOS/X should try to set this
flag to 1 to see if it helps performance for fastmesh objects.
- Another patch to DrawPolygonSingleTexture in the OpenGL renderer.
Previously the lightmap for that polygon would also be placed
on a 256x256 texture. Since transfering that texture to the hardware
seems to be slow in some cases (i.e. MacOS/X) it seems worthwhile
to have at least two other texture sizes to use here. So I added
a 64x64 and 16x16 texture on which smaller lightmaps will fit.
On linux this doesn't seem to have any effect at all on performance
but perhaps it will help on MacOS/X.
163 lines of code changed in:
Fixed a bug in csEngine::RemoveObject(). That function would not
correctly remove objects from the region they were in. It would
only remove objects from the region if the region happened to be
the current region.
58 lines of code changed in:
Received some documentation fixes with regards to 3D sprites
from Simon Posnjak <simon.posnjak@siol.net>.
23 lines of code changed in:
Update.
3 lines of code changed in:
Major change to the csInputBinder API
295 lines of code changed in:
Removed 'type' variable from TinyXML nodes.
29 lines of code changed in:
- Added the ability for csStringSet and csStringHash to have an
additional size parameter (just like csHashMap) to control the
initial size of the registry used inside. By default this registry
is 211 long.
- Made the string table in the TinyXML parser use 431 entries instead
of 211. Might improve parsing performance a bit.
12 lines of code changed in:
Names of nodes are now also interned. Had to reorganize TinyXML
a bit for that. Saves some memory again.
59 lines of code changed in:
Manual update
678 lines of code changed in:
Added doxygen comment. Needs more work though.
2 lines of code changed in:
Added a lightning mesh object plugin from Boyan Hristov
<boyan_hristov@newmail.ru>. There is also a lightning test
application to try it out. Added energy.jpg to standard.zip.
1465 lines of code changed in:
- Another optimization in TinyXML. My god! This is crappy code! :-)
9 lines of code changed in:
- Parsing of attributes in TinyXML faster: less new/delete.
- Cleaned up TinyXML code a bit. Still messy though.
36 lines of code changed in:
- Implemented reverse mapping in csStringSet so that going back
from an ID to a string is now fast too.
- Attribute names are now stored in a string set in the TinyXML
parser. This again removes a lot of memory usage.
71 lines of code changed in:
- Added csArray::ShrinkBestFit() routine. This routine will set
the capacity of the array exactly to the current length. This
routine is useful when you know you're not going to add new
items to the array and when you want to preserve memory.
- Completely rewrote the way TinyXML parser reads attributes. Instead
of using a double linked list it now uses csArray. This saves a
LOT of memory for huge levels.
299 lines of code changed in:
Updated
1 lines of code changed in:
Fixed the physics loader
4 lines of code changed in:
Fixed mesh collisions again.
39 lines of code changed in:
Eric Sunshine fixed bug: imgplex was not in the imgplexall pseudo-target.
3 lines of code changed in:
Eric Sunshine eliminated several compilation warnings from lghtmap.cpp.
5 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