Commit Log (Page 120 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-11-03 to 2001-10-30 (Commits 6745-6794 of 12744)

matzebraun 2001-11-03 22:07

small viewmesh fix/cleanup

7 lines of code changed in:

jacereda 2001-11-03 19:32

Jorge Acereda fixed an unaccuracy in csGetTicks() and changed it to
use sysconf() correctly.

2 lines of code changed in:

jacereda 2001-11-03 19:24

Corrected an unaccuracy in csGetTicks() and changed it to use
sysconf() correctly.

11 lines of code changed in:

res2002 2001-11-03 18:35

windows icon samples
minor cosmetic changes

6 lines of code changed in:

res2002 2001-11-03 18:34

windows icon samples

1 lines of code changed in:

res2002 2001-11-03 18:29

added support for native console
added application-specific icon support

26 lines of code changed in:

res2002 2001-11-03 18:24

disabling windows mouse cursors works now

7 lines of code changed in:

mgeisse 2001-11-03 17:52

did some cosmetic cleanup work

50 lines of code changed in:

jacereda 2001-11-03 17:45

Jorge Acereda changed csLoadLibrary() in unix.cpp to call
dlopen() always, so that csPrintLibraryError() can get the
correct error message with dlerror().

4 lines of code changed in:

jacereda 2001-11-03 17:31

Changed csLoadLibrary() to call dlopen() always, so that
csPrintLibraryError() can return the correct error message with
dlerror().

1 lines of code changed in:

mgeisse 2001-11-03 16:12

continued to cleanup the sector code:
- removed FindLight (x,y,z,r) since it was not clear what exactly the function
does, nor was it used anywhere.
- moved FindLight (id) to iLightList
- the culler mesh is now stored as an iMeshWrapper

58 lines of code changed in:

mgeisse 2001-11-03 14:13

split csLightList into two parts. There is now a basic light list, called
csLightList, which is simply a vector with an SCF interface. csSector uses
csSectorLightList, a subclass of csLightList, which adds sector-specific
functionality.

143 lines of code changed in:

mgeisse 2001-11-03 11:20

simplified csSector::Draw() a lot by removing duplicate code

39 lines of code changed in:

mgeisse 2001-11-02 21:15

fixed a bug that I introduced in my latest changes and continued to cleanup
the sector code

35 lines of code changed in:

mgeisse 2001-11-02 19:58

moved priority queue functionality out of csSector and into its own class

156 lines of code changed in:

matzebraun 2001-11-02 19:02

new viewmesh ready

108 lines of code changed in:

mgeisse 2001-11-02 18:08

- fixed some problems with CS_DECLARE_OBJECT_POOL
- reimplemented csLightPatchPool with the above macro

18 lines of code changed in:

neverjade 2001-11-02 17:56

Christopher:

+ Fixed a couple of bugs
+ Continued work on the uberListBox.

78 lines of code changed in:

matzebraun 2001-11-02 16:26

Luca improved 3ds2lev to correctly uv map textures

1085 lines of code changed in:

matzebraun 2001-11-02 14:10

added new camera movement to viewmesh (but doesn't work yet)

59 lines of code changed in:

sunshine 2001-11-02 01:14

Eric Sunshine applied a very obvious optimization to csGetTicks() in
CS/libs/cssys/unix/utiming.cpp. This optimization was modeled loosely
after a suggestion made by Rene Dudfield <illumen@yahoo.com.au> to cache
the value returned by __sysconf(2), rather than invoking that expensive
function each time csGetTicks() is called. Note that this modification is
untested since I don't have access to GCC3.

23 lines of code changed in:

neverjade 2001-11-01 23:33

Christopher:

+ Created a new csVector subclass for the listbox so that rows can be sorted by column, and can be quickly searched.

76 lines of code changed in:

neverjade 2001-11-01 22:53

Christopher:

+ Added new component, "List Box". This component is a work in progress, but it supports:
1. Multicolumn lists (with headers)
2. Tree-like lists (hierarchical)
3. Aligned images and or text in every column and the header
4. Stateful items (check boxes/radio buttons)
5. Fully skinnable (background, header backgrounds, highlights, stateful images, tree boxes and lines)

92 lines of code changed in:

mgeisse 2001-11-01 20:18

- performed interface cleanup in iCameraPosition
- added missing comments to iCamera, iCameraPosition, csBox2 and csBox3

138 lines of code changed in:

matzebraun 2001-11-01 19:00

added menu for states selection to viewmesh

108 lines of code changed in:

mgeisse 2001-11-01 18:52

- added Clone() to iCamera, iCameraPosition, iMaterialWrapper and
iTextureWrapper. This is the interface version of a copy constructor. It
creates a clone of the object, which contains the same characteristics and
has all original child objects from the csObject hierarchy linked to it.
However, it is not added to the csObject parent nor to any engine object
list automatically.
- Added a copy constructor to csObject
- added GetHit() and a 'const' GetTransform() to iCamera
- added missing comments to iCameraPosition
- continued to remove GetPrivateObject() from engine interfaces

129 lines of code changed in:

matzebraun 2001-11-01 16:47

fixed a bug in csApp:Printf

16 lines of code changed in:

matzebraun 2001-11-01 16:10

static install fix

2 lines of code changed in:

matzebraun 2001-11-01 15:44

static link fixes

7 lines of code changed in:

matzebraun 2001-11-01 14:59

made the msvc fix the right way

6 lines of code changed in:

jorrit 2001-11-01 10:08

Changed prototype of csIntersect3::Plane.

6 lines of code changed in:

jorrit 2001-11-01 07:32

Fixed a bug in csRenderView::ClipBSphere. The bug was
actually a false CS_ASSERT based on a wrong assumption
that TestBSphere() is perfect which it isn't.

8 lines of code changed in:

norman 2001-10-31 22:24

defined GLX_GLXEXT_PROTOTYPES to apease MESA 4.0

1 lines of code changed in:

mgeisse 2001-10-31 22:10

removed GetPrivateObject() from iCollection

0 lines of code changed in:

res2002 2001-10-31 21:37

fix so it compiles on msvc

5 lines of code changed in:

jacereda 2001-10-31 21:16

Jorge Acereda fixed infinite renderer. It failed to overload
iGraphics2D::Write() because it had a different argument list.

2 lines of code changed in:

matzebraun 2001-10-31 20:44

added vfs support to csFileDialog

118 lines of code changed in:

matzebraun 2001-10-31 15:28

small changes to viewmesh (didn't had enough time again)

69 lines of code changed in:

res2002 2001-10-31 13:42

pen should work now.

6 lines of code changed in:

jorrit 2001-10-31 08:54

Update.

165 lines of code changed in:

jorrit 2001-10-31 08:36

Removed penwin.h include.

3 lines of code changed in:

jorrit 2001-10-31 08:10

Removed the windows pen support added by 'res'. I don't have
the needed include files on mingw.

6 lines of code changed in:

res2002 2001-10-30 22:46

NOW it works as intended.

0 lines of code changed in:

res2002 2001-10-30 22:14

Added mouse cursors: cross, pen
Windows mouse cursors can now be turned off via Video.SystemMouseCursor

3 lines of code changed in:

res2002 2001-10-30 22:12

sorry for messing up, fixed it

9 lines of code changed in:

matzebraun 2001-10-30 21:58

changed viewmesh more, but I'm still having csws problems...

101 lines of code changed in:

philwyett 2001-10-30 21:46

Quick compile error fixes.

Will come back and look at these later.

4 lines of code changed in:

mgeisse 2001-10-30 21:29

added an 'applicationID' parameter to SetupConfigManager(). This parameter
is used for the application ID, unless overridden by the application's config
file.

7 lines of code changed in:

res2002 2001-10-30 21:24

Added mouse cursors: cross, pen
Windows mouse cursors can now be turned off via Video.SystemMouseCursor

17 lines of code changed in:

neverjade 2001-10-30 21:01

Fixed a few other small bugs here and there.

32 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