Commit Log (Page 82 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-07-25 to 2002-07-21 (Commits 8645-8694 of 12744)

philwyett 2002-07-25 10:37

Added line for 'opengl-ext' plugin, so even when 'msvcgen' is run on a windows machine the project file will generated.

1 lines of code changed in:

philwyett 2002-07-25 10:28

Further to MSVC 7 whining removal.

1 lines of code changed in:

sunshine 2002-07-25 09:51

Automated Texinfo @node and @menu repair.

1 lines of code changed in:

philwyett 2002-07-25 09:35

Eric helped cull more CS warnings under MSVC via pragma and better do this.
This involves reverts of previous fixes and adding cssysdef.h with some new pragmas.

5 lines of code changed in:

philwyett 2002-07-25 03:20

Fixed no type compiler error under GCC.

3 lines of code changed in:

philwyett 2002-07-25 03:02

Culled alot of compiler warnings under MSVC 7., some MsVC specific some required casts.

These are yet to be tested on MSVC 6 or other compilers.

14 lines of code changed in:

res2002 2002-07-25 02:35

- <memory.h> is included for MSVc (to fix unresolved external fast_mem_copy)
- changed slightly the implementation of OS-special VFS vars for Windows

20 lines of code changed in:

philwyett 2002-07-24 23:39

Minor change,. If you use GCC 3.1 under Cygwin you will get alot of warnings at present but no errors.

1 lines of code changed in:

philwyett 2002-07-24 23:18

Removed MSVC 5 documents. The MSVC 5 compiler is now NOT supported for Crystal Space.

4 lines of code changed in:

duhprey 2002-07-24 23:10

made csVector3 -> const csVector3 & for speed

3 lines of code changed in:

philwyett 2002-07-24 23:08

Added test for those using pre of GCC 3.1 under Cygwin and if true will remove -fvtable-thunks which is no longer supported and emits a warning.

6 lines of code changed in:

deathatsight 2002-07-24 23:02

added some functions for level editors, changed system lod usage
Fixed materials ->incRef and decRef
Added support to change control points at runtime.

227 lines of code changed in:

deathatsight 2002-07-24 23:01

added some functions for level editors, changed system lod usage

9 lines of code changed in:

sunshine 2002-07-24 14:58

Makefile fixes.

8 lines of code changed in:

sunshine 2002-07-24 14:52

Introduced the new makefile variable RUN_SCRIPT which should be used for
running Bourne (Bash) scripts. The value of this variable is almost
always the same as SHELL, but some platforms may change it. For example,
if SHELL is COMMAND.COM or CMD.EXE, a platform's makefile might point
RUN_SCRIPT at "bash", instead.

16 lines of code changed in:

sunshine 2002-07-24 14:33

Worked around problem where Win9x was invoking dllwrapwrap.sh with
COMMAND.COM rather than Bash (or whatever Bourne-like shell was in use).

1 lines of code changed in:

jorrit 2002-07-24 14:00

Changed email.

1 lines of code changed in:

jorrit 2002-07-24 14:00

Changed email of Hariharn Bhasker.

1 lines of code changed in:

philwyett 2002-07-24 12:46

Updated MSVC_libs to naming of other msvc_libs. This version also features latest Freetype 2.1.2

7 lines of code changed in:

sunshine 2002-07-24 09:30

Fixed formatting problems with help messsages.

2 lines of code changed in:

sunshine 2002-07-24 09:23

Fixed formatting of SYSHELP.

1 lines of code changed in:

deathatsight 2002-07-24 05:06

no message

11 lines of code changed in:

deathatsight 2002-07-24 00:33

Added some new fnctions

24 lines of code changed in:

deathatsight 2002-07-24 00:31

Added CorrectSeams support, and control point manipulation, untested until I create
create a sample level.

352 lines of code changed in:

lazy_puba 2002-07-23 22:53

Removed background drawing from the bitmap style in AWS

1 lines of code changed in:

matzebraun 2002-07-23 15:18

fixed a warning in aws and disabled RectRegionDebug class because it only gives unresolved symbols on linux

2 lines of code changed in:

jorrit 2002-07-23 10:20

- Both walktest and cslight now support the 'cache:' keyword
on the commandline. If this keyword is given then the lightmap
and other caches will go to that file instead of the usual
map file. This is very useful in combination with multiple
levels. You can now say:
walktest flarge room cache:test.zip -recalc
which will load flarge and room and then place all cached
lightmaps in test.zip. Similar for cslight.
- The engine will now store 'precalc_info' in the cache manager
instead of VFS (as it should have done a long time ago).
It is also now called 'lm_precalc_info'.

207 lines of code changed in:

philwyett 2002-07-23 05:42

Eliminated an un-initialized variable compiler warning under MSVC 6.

1 lines of code changed in:

res2002 2002-07-23 04:06

- somehow a few line endings got messed up and confused MSVC

5 lines of code changed in:

res2002 2002-07-23 01:56

- MSVC debug: calloc records filename/line now as well

2 lines of code changed in:

deathatsight 2002-07-23 00:09

Edited HeightTestExt

25 lines of code changed in:

deathatsight 2002-07-23 00:09

Fixed the cpu limiter.

8 lines of code changed in:

deathatsight 2002-07-23 00:08

Finally fixed material coordinate bug on edges.

39 lines of code changed in:

res2002 2002-07-22 23:10

- fixed a very stupid typo that disbaled the whole MSVC debug stuff (duh!)
- fix so that memdebug.cpp w/ CS_EXTENSIVE_MEMDEBUG actually
compiles
- when using MSVC w/ ext. memdebug malloc() will record filename/line as
well

30 lines of code changed in:

res2002 2002-07-22 22:23

- updated a comment

1 lines of code changed in:

res2002 2002-07-22 22:22

- when doing CS_EXTENSIVE_MEMDEBUG w/ MSVC the crt's
built-in memory debugging support for filename/line is used
- CS_EXTENSIVE_MEMDEBUG defined for MSVC 7 debug builds by
default.

27 lines of code changed in:

jorrit 2002-07-22 21:59

Also extended cslight tool with the ability to load multiple
maps and thus calculate lighting for all maps together. Note that
lightmaps will go to the cache of the last specified level for now.

68 lines of code changed in:

jorrit 2002-07-22 21:00

Added missing newline at end of file.

2 lines of code changed in:

dasbell 2002-07-22 20:43

Removed test code and extra csMatrix that was not needed

1 lines of code changed in:

dasbell 2002-07-22 20:08

Sprite now looks in the direction of the normal associated with the
triangle specified in the sprite socket that it is attached to.

128 lines of code changed in:

res2002 2002-07-22 08:47

- fixed DLLWRAPWRAP under cmd

1 lines of code changed in:

deathatsight 2002-07-22 04:16

grr... created bugs and then fixed them

13 lines of code changed in:

deathatsight 2002-07-22 01:45

Minor changes / some comments added

4 lines of code changed in:

deathatsight 2002-07-22 01:44

Added iTerrFunc, and iPolygonMesh. Will be creating a sample level, cleanup code,
and get shared lod working correctly again(design change).
Still need to create a way to determin max_LOD and use max_LOD.
Still not lit.
Edited draw function, will be rewriting it soon.
Will also be adding visibility culling into the quadtree?
Bugs fixed: Collision detection / improper level #2 & #3 mesh

240 lines of code changed in:

deathatsight 2002-07-22 01:43

Added iTerrFunc, and iPolygonMesh. Will be creating a sample level, cleanup code,
and get shared lod working correctly again(design change).
Still need to create a way to determin max_LOD and use max_LOD.
Still not lit.
Edited draw function, will be rewriting it soon.
Will also be adding visibility culling into the quadtree?

239 lines of code changed in:

deathatsight 2002-07-22 01:37

no message

67 lines of code changed in:

lazy_puba 2002-07-22 00:28

Changed all the awsKey and KeyContainer classes over to use an iXXX equivalent
for the public API. This should fix the build problems with awsecomp.h on external
apps. Also I fixed awstest to properly set up the engine view component.
Finally I added the csRectRegionDebug class and used it to fully debug
csRectRegion which had bugs in both Include() and Exclude(). As best I can tell it is
now bug-free.

1708 lines of code changed in:

jorrit 2002-07-21 21:27

- Renamed new ogl_g3dext.hpp to ogl_g3dext.h.
- Added a new feature to walktest. You can now say:
walktest room maze sydney
and walktest will load all specified levels in memory.
Sectors with the same name will be merged (so objects
from same-named sectors in different map files will
be joined in one sector). You can also define
world files that connect to sectors in other world files.
Using this technique you can easily make huge worlds
from smaller zip files (easier for artists to manage).
One problem at this moment: CS will try to find
and recalculate all lightmap information from the
last level given on the commandline. So if you do:
walktest flarge room
it will not be able to load lights from flarge cache
but only the lights from room. I will try to find a
solution for this later.

111 lines of code changed in:

thomash 2002-07-21 08:09

Initial revisions of these files. The Makefile is basic, and copied from the
opengl renderer.
The C++ Class Header and Source file just put together the basic functions
that need to be implemented for the iGraphics3D interface.
STATUS: Incomplete.

1 lines of code changed in:

philwyett 2002-07-21 03:51

Re-ordered close of GLX 2d canvas. This fixes bug when quiting walktest from fullscreen, which involved the NVidia driver freaking out re-probing and returning you back to the Linux login screen.

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