Commit Log (Page 109 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: 2002-01-21 to 2002-01-17 (Commits 7295-7344 of 12744)

jorrit 2002-01-21 15:31

Annotated docs.

14 lines of code changed in:

sunshine 2002-01-21 15:25

Now sets appropriate permissions on the annotation filees.

1 lines of code changed in:

jorrit 2002-01-21 15:14

FINALLY fixed CAMERA objects for real. CAMERA objects will now
at last mirror correctly :-)
I fixed the problem by moving the object instead of the camera.
This is actually more logical and a lot easier. No more
transformation magic.

16 lines of code changed in:

sunshine 2002-01-21 13:17

No longer uses the "current" directory for annotations, since this
directory will be destroyed and re-created each time jobber.pl runs.

1 lines of code changed in:

jorrit 2002-01-21 13:10

- Made csPortal::SetFilter() safer.

10 lines of code changed in:

jorrit 2002-01-21 13:06

Added email.

1 lines of code changed in:

sunshine 2002-01-21 12:56

Fixed spoofdir.php so that it now correctly interprets
PHP files within the virtual directories, rather than sending those
files back to the client's browser as raw text.

Upgraded jobber.pl so that it can now run an optional
post-processing step on files generated for online browsing. In
particular, it now runs a script which sets up the User's Manual and
the API reference to accept user-annotation.

7 lines of code changed in:

sunshine 2002-01-21 12:52

Added an optional "browseable-postprocessing" step to the task list which
can be run on browseable output. In this case, now runs the script to
add user-annotation capability to the User's Manual and the API reference.

42 lines of code changed in:

sunshine 2002-01-21 12:50

Now correctly interprets PHP files which reside within the virtual
directories, rather than sending them back to the client's web browser as
raw text.

24 lines of code changed in:

sunshine 2002-01-21 12:28

Automated Texinfo @node and @menu repair.

3 lines of code changed in:

sunshine 2002-01-21 12:14

Another fix.

1 lines of code changed in:

sunshine 2002-01-21 11:57

More fixes.

2 lines of code changed in:

sunshine 2002-01-21 11:21

Now accepts input arguments which specify directories to transform.

1 lines of code changed in:

sunshine 2002-01-21 11:10

Minor cleanup and enhancement.

15 lines of code changed in:

jorrit 2002-01-21 11:06

Checked all links and removed obsolete ones.

120 lines of code changed in:

sunshine 2002-01-21 11:05

Moved things around a bit in preparation for official publication of user-
annotated online manuals.

bin/htmlproc --> docs/support/annotate/transform.sh
docs/support/phpdocs/mail.php --> docs/support/annotate/mail.php
docs/support/phpdocs/userocmment.php --> docs/support/annotate/annotate.php

245 lines of code changed in:

jorrit 2002-01-21 10:47

- Fixed the OpenGL renderer so that it now properly combines
the color defined in the mesh with the color specified in the
material (for materials which have no texture). This way it
behaves like the software renderer. Note that this is only
for DrawTriangleMesh for now.
- Reformatted some new code in genmaze a little bit.
- Fixed a bug in the engine in relation with materials without texture
in combination with mixmode settings different from CS_FX_COPY.

216 lines of code changed in:

mreda 2002-01-21 07:21

New file to define CS_24BIT_PIXEL_LAYOUT for platforms that do not explicitly
define it. The values are assigned based on endianness in order to maintain
the old behavior.

30 lines of code changed in:

mreda 2002-01-21 07:17

Modified OpenGL proctexes to use the same framebuffer order constants (CS_24BIT_PIXEL_LAYOUT) as the software renderer

11 lines of code changed in:

mreda 2002-01-21 07:14

Moved pixel format #defines (CS_24BIT_PIXEL_LAYOUT) out of pixtype.inc and
into their own header (pixfmt.h). This was necessary because the constants
are also needed in the OpenGL renderer (for procedural textures).

4 lines of code changed in:

mreda 2002-01-21 06:59

Fixed memory leak and small error where simplept was reporting itself as simple1

4 lines of code changed in:

philwyett 2002-01-21 06:54

Minor change

1 lines of code changed in:

jorrit 2002-01-21 06:54

- Tobias Brueckner suggested a fix for OpenGL with materials
that have no associated texture. The fix was incomplete
so I tried to complete it. At this moment the OpenGL renderer
no longer crashes but the color is still not used. Have
to investigate further.
- Fixed a bug in the engine which caused crashes if a material
was defined without a texture.

49 lines of code changed in:

philwyett 2002-01-21 00:04

Added initial documentation for successfully building Crystal Space
with Visual C++ .NET (MSVC 7) due to be released to the public on
the 13th, Febuary. The docs include a link to the new msvc7_libs
which is solely for users of MSVC 7.

248 lines of code changed in:

jorrit 2002-01-20 19:32

Removed iSector::GetName().

2 lines of code changed in:

jorrit 2002-01-20 18:08

Tobias Brueckner did the following:
- Fixed a potential initialization bug in the GLX OpenGL
canvas (for Unix).
- Fixed a crash bug in the terrain mesh object when
BLOCKS(4,4) and GRID(4,4) was used (same values).

10 lines of code changed in:

matzebraun 2002-01-20 14:54

added iSector::GetName()

4 lines of code changed in:

jorrit 2002-01-20 07:40

Update.

3 lines of code changed in:

matzebraun 2002-01-19 20:56

new autoconf macro by Diablo-D3(unknown@panax.com)

73 lines of code changed in:

jorrit 2002-01-19 11:03

- Richard Uren made the following changes to isotest app:
- The code that was in isotest.cpp which looped through each
(x,y) pair was cleaned up and moved to
csGenMaze::ActualSolid. csGenMaze::ActualSolid(x,y) returns
true if a cell is solid or false if it is empty - makes it
simple to render a maze.
- It adds csGenMaze::PrintMaze() which prints a random maze in
ascii. Maze debug code removed from isotest.cpp
- It adds csGenMaze::ActualWidth() & csGenMaze::ActualHeight()
which both return either the width or height of the maze
with walls taken into account.
- AddWall() in isotest.cpp had a few fixes to render walls
correctly.

163 lines of code changed in:

jorrit 2002-01-19 07:57

Update.

1 lines of code changed in:

jorrit 2002-01-19 07:52

Added four new projects and also updated some images.

45 lines of code changed in:

matzebraun 2002-01-18 18:43

annotated user manual hack

1 lines of code changed in:

matzebraun 2002-01-18 17:06

fixed GNUC_PRINTF

2 lines of code changed in:

res2002 2002-01-18 13:56

fixed a "single-line comment containing line-continuation character"

2 lines of code changed in:

jorrit 2002-01-18 11:47

Slight code cleanup: removed all trailing spaces and tabs from
all lines in all source and make files throughout the entire project.
Note that this will most likely not result in a significant
FPS increase :-)

8113 lines of code changed in:

jorrit 2002-01-18 11:12

- Enhanced the reference manual documentation for csPlane3.
- Changed the default behaviour of csPlane3::ClipPolygon(). It will
now by default clip the polygon on the negative side of the plane
(as opposed to positive before). You can still get the old behaviour
back by using reversed=true as the third parameter.
- Added a static version of csPoly3D::Classify().
- Changed the far-plane handling code to use Classify() instead
of ClipPolygon(). This means that polygons will no longer be
clipped to the far plane (which is inefficient anyway) but only
rejected/accepted. If a polygon is fully behind the far plane
it will be rejected.
- Added SetFarPlane(), ClearFarPlane() and GetFarPlane() to
iCameraPosition. With this you can set the far plane for cameras
initialized from the camera position.
- Added FARPLANE(a,b,c,d) keyword while parsing START() block in map
files. With this keyword you can now set the far plane in a
map file.
- Removed the old csBeing references in walktest.
- Reformatted crysbal.cpp a bit.
- Updated apimod94.txi.

303 lines of code changed in:

jorrit 2002-01-18 09:06

Greatly enhanced and clarified the comments for the
csTransform, csReversibleTransform, and csOrthoTransform classes
in the reference manual.

240 lines of code changed in:

jacereda 2002-01-17 18:54

Jorge Acereda made the following changes:
- Added a comment to iGraphics2D::Write() to document the fact
that a negative background color will not draw background.
- Fixed a bug in the MDL/MD2 converter. Short values where
incorrectly promoted to int when calling convert_endian().
- Changed some type definitions on things intended to be saved
to disk to make them 64bit-friendly.

8 lines of code changed in:

jacereda 2002-01-17 18:34

Added a comment to iGraphics2D::Write() to document the fact that a
negative background color will not draw background.

4 lines of code changed in:

philwyett 2002-01-17 16:37

Fixed a typo pointed out by RobEG.

2 lines of code changed in:

jorrit 2002-01-17 14:45

- Removed the iCamera::SetUnmirroredCameraPos() function again
(and fixed iso engine for this). This turned out not to be the good
way to solve the bug of mirroring CS_ENTITY_CAMERA objects.
- Added iRenderView::GetOriginalCamera(). This will return the original
camera before any space warping transformation occured.
- Using the above new function it is now possible to correctly
render mesh objects with the CS_ENTITY_CAMERA flag set even through
space warping portals.

77 lines of code changed in:

philwyett 2002-01-17 10:43

Re-implemted res's code with one fix and a minor alteration.

19 lines of code changed in:

philwyett 2002-01-17 09:46

Reverted change of res as it was forcing fullscreen by default.

8 lines of code changed in:

philwyett 2002-01-17 09:38

Removed #warning for a comment as it is causing a fatal error in MSVC port.

1 lines of code changed in:

mreda 2002-01-17 09:13

Uncommented a DecRef() in CreateMipmaps() that was leaking an iImage

2 lines of code changed in:

sunshine 2002-01-17 08:53

Added Matt Reda as a contributor.

9 lines of code changed in:

sunshine 2002-01-17 08:46

Added Matt Reda to the contributors list.

11 lines of code changed in:

jorrit 2002-01-17 08:28

New email for Simon Boily.

3 lines of code changed in:

jorrit 2002-01-17 08:27

Fixed email address for Simon Boily.

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