Commit Log (Page 133 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: 2001-09-09 to 2001-09-04 (Commits 6095-6144 of 12744)

norman 2001-09-09 14:10

added decref'ing of the created meshwrapper, now simple2 also cleanly unloads the 3d meshobject factory plugin

1 lines of code changed in:

norman 2001-09-09 14:07

added DecRef for the meshobjectfactory after it was set as the factory for the wrapper, since the SetMeshObjectFactory also IncRefs it.

2 lines of code changed in:

norman 2001-09-09 14:05

added decRef after a child factory was added, the previous way to keep it increfed was wrong, since u�pon adding it to the child list it gets incref'ed automatically

2 lines of code changed in:

norman 2001-09-09 13:08

fix submitted by Luca Pancallo
fixed 3ds2lev. when we use -xzy or other convertion of coords,we must convert also triangle generation or the texture will be inside out. This is now fixed.

15 lines of code changed in:

norman 2001-09-08 22:55

added a iVertexBufferManagerClient interface

10 lines of code changed in:

norman 2001-09-08 22:54

implemented iVertexBufferManagerClient as a testcase

29 lines of code changed in:

norman 2001-09-08 22:53

added RemoveClient and AddClient

6 lines of code changed in:

norman 2001-09-08 22:53

added implementation of RemoveClient and AddClient to the vertexbuffermanager

16 lines of code changed in:

norman 2001-09-08 22:52

added iVertexBufferManagerClient interface which should be implemneted by objects using the vertexbuffermanager. They will be called if the manger is closing, so the objects can request a new buffer next time.

26 lines of code changed in:

mgeisse 2001-09-08 20:02

changed the type of the 'parent' pointer of mesh wrappers to
(iMeshWrapper*). Meshes without a parent can store NULL instead.

44 lines of code changed in:

philwyett 2001-09-08 10:40

Philip Wyett made the following chnage(s) to the Crystal Space project.

-*- Fixed an inconsistency between MingW port and others using GNU compilers.

All other ports use GCC for CC and G++ for CXX. The MingW port was using
GCC for both. Changed to use G++ for CXX rather than using GCC.

1 lines of code changed in:

norman 2001-09-07 20:50

changed the classname from crystalspace.application.simple1 to ...simple2

11 lines of code changed in:

norman 2001-09-07 19:01

added DecRef for the iMeshWrapper returned from CreateSectorWallsMesh

21 lines of code changed in:

norman 2001-09-07 18:18

added solution for meshes that are only held by the meshlist which causes trouble when destruction the meshlist (see in-code comment)

17 lines of code changed in:

norman 2001-09-07 14:13

added DecRef() for lights that were added to sectors (the lightlist does an IncRef() to the lights)

34 lines of code changed in:

norman 2001-09-06 23:43

added test to prevent the "Warning: extra call to ..." problem

28 lines of code changed in:

sunshine 2001-09-06 22:48

The reference count on csInputDriver::FocusListener's scfParent is now
correct. I had forgotten that the default behavior in scf.h had changed
so that the parent's reference count is now only incremented when a child
object is created; rather than each time the child's reference count
increments (the old behavior). Also now ensures that the parent's and
child's reference counts are properly initialized before being registered
as an event listener.

12 lines of code changed in:

sunshine 2001-09-06 18:33

Eric Sunshine reverted Norman's complex change to csinput and applied a
simple 3-line patch instead. :-)

(In fact, when Eric designed the csInputDriver class, he had intended that
these three lines be present, but simply forgot to type them.)

33 lines of code changed in:

mgeisse 2001-09-06 16:46

fixed a minor problem that occurs when using an interface as the outer
class for an embedded class.

2 lines of code changed in:

norman 2001-09-06 15:51

moop, the IncRef police again

6 lines of code changed in:

norman 2001-09-06 15:41

the usual increfs added

3 lines of code changed in:

norman 2001-09-06 15:39

increfs for objects from registry

3 lines of code changed in:

norman 2001-09-06 15:36

again, increfs for objects queried from objectregistry

3 lines of code changed in:

norman 2001-09-06 15:32

removed an IncRef

0 lines of code changed in:

jorrit 2001-09-06 15:14

Fixed a bug in perftest with initialization of G3DTriangleMesh
structure.

7 lines of code changed in:

norman 2001-09-06 15:06

added increfs blah blah

3 lines of code changed in:

norman 2001-09-06 14:49

added incref to objects queried from registry

3 lines of code changed in:

norman 2001-09-06 14:39

added incref of objects queried from registry

2 lines of code changed in:

norman 2001-09-06 14:33

added incref of objects queried from registry

4 lines of code changed in:

norman 2001-09-06 14:26

incref of objects queried from registry

3 lines of code changed in:

norman 2001-09-06 14:18

added incref to objects queried from registry

3 lines of code changed in:

norman 2001-09-06 14:15

added incref to objects queried from registry. still trillions of unreleased instances (well, think of proctex terror - u gotta love it)

3 lines of code changed in:

norman 2001-09-06 14:10

added incref of objects queried from registry

3 lines of code changed in:

norman 2001-09-06 14:07

added IncRef of objects queried from the registry (returned objects from registry have to be incref'ed if you want to store the pointers)

3 lines of code changed in:

norman 2001-09-06 13:42

moved eventhandler to the subclasses and made them embedded

29 lines of code changed in:

norman 2001-09-06 13:41

moved the IBASE from the base class to the subclasses and made it an embedded ibase. The previous let one register an inputdriver as an eventhandler but the refcount was never incremented (because it was an ibase and not embedded ibase). thus it led to a deleted inputdriver while the eventqueue still had the listeners registered (which caused the crash at exit since the eventqueue decrefs the listeners at destruction time). erm, did that explain anything ?

28 lines of code changed in:

philwyett 2001-09-06 10:26

UPdated links to CS MingW package to correspond with new 0,60 version.

2 lines of code changed in:

jorrit 2001-09-06 09:02

Fixed a bug in iLoader::LoadTexture(). This function would still
return a texture wrapper even if no texture handle could be loaded.
Now it will return NULL.

21 lines of code changed in:

norman 2001-09-05 23:38

added decref of xf86vm

2 lines of code changed in:

norman 2001-09-05 22:51

added test if returned configmanager is null in the destructor.
it is not assured that the onfigmanager is still available at this time

4 lines of code changed in:

norman 2001-09-05 22:37

removed the IncRef on the reporter related stuff. The CS_LOAD_PLUGIN already IncRef's it.

0 lines of code changed in:

norman 2001-09-05 22:35

added DecRef where it was missing :)

9 lines of code changed in:

norman 2001-09-05 22:30

added decref'ing of VFS in AddConfig ()

1 lines of code changed in:

norman 2001-09-05 16:22

Plugins variable is now really emptied

3 lines of code changed in:

norman 2001-09-05 13:12

attempt to fix that crash in the eventhandler that occurs for csws progs.
the problem seems to be that the csws app does not exist anymore (removed from stack before the systemdriver is) if the cose event is posted. also the csApp was modified to remove the listener from the eventqueue when the csApp object is deleted.

15 lines of code changed in:

sunshine 2001-09-05 12:15

Eliminated several compilation warnings from aseie.cpp.

5 lines of code changed in:

jorrit 2001-09-05 09:21

Update.

32 lines of code changed in:

philwyett 2001-09-05 04:49

Phil made the follwoing changes to the Crystal Space Project.

-*- Minor loop optimization and conformation with CS coding style and standard.

62 lines of code changed in:

philwyett 2001-09-05 02:07

Philip Wyett made the following changes to the Crystal Space Project.

-*- Minor tweak of the new "fast_mem_copy()" for MSVC port, shaving a few more tenths off.

Profiler function timing notes just to give you an idea of the difference between new
"fast_mem_copy()" function against the old "better_memcpy()" one.

Func Func+Child Hit
Time % Time % Count Function
------------------------------------------------------------------------------
129.867 33.2 129.867 33.2 1000000 better_memcpy(void *,void const *,unsigned int) (main.obj)
126.196 31.5 126.196 31.5 1000000 fast_mem_copy(void *,void const *,int) (main.obj)
118.228 30.2 375.859 96.0 1 _main (main.obj)

.... extra runtime timings snipped ...

1 lines of code changed in:

philwyett 2001-09-04 19:58

Philip Wyett made the following changes to CS docs.

-*- Updated winlibs version to take account of new release.
Also added a second download link on my personal site
to act as a mirror.

8 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