Commit Log (Page 95 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-04-11 to 2002-04-02 (Commits 7995-8044 of 12744)

norman 2002-04-11 23:09

renamed nettut target to netut. since we have no .exe like suffix on unix nettut$(EXE) will resolve to nettut and thus we get a circular dependency in the makefile

10 lines of code changed in:

norman 2002-04-11 23:05

replaced stricmp with strcasecmp

2 lines of code changed in:

res2002 2002-04-11 22:44

- mouse cursor is hidden in freelook

1 lines of code changed in:

res2002 2002-04-11 22:36

SetMouseCursor() now uses iWin32Assistant's SetCursor(), too (like the ddraw canvas did).
this also fixes the "always visible mouse cursor" issue in gl

10 lines of code changed in:

res2002 2002-04-11 22:05

- added two 2d sprites, one with alpha transparency
- added alpha transparency snow

59 lines of code changed in:

res2002 2002-04-11 22:03

- added "png" to the list of extensions searched in zips
- default RENDERPRIORITIES() are written to world
- added facility to set a thing's priority: add an entity property "priority", value: <renderpriority>
- added facility to manually specify files for texures: add a map property "filename_<texture>", value: <vfs path>
- when a texture from a wad3 has a name starting with '{' its keycolor is set to blue

38 lines of code changed in:

philwyett 2002-04-11 21:11

- Fixed a 8.3 filename issue pojnted out by Norman Kraemer

35 lines of code changed in:

norman 2002-04-11 21:01

additional change from CEL to SCF :) i hear someone moaning

1 lines of code changed in:

philwyett 2002-04-11 20:55

- Update to fix nicks vs real names.

2 lines of code changed in:

philwyett 2002-04-11 20:37

- Changed scf config line.

1 lines of code changed in:

philwyett 2002-04-11 20:36

- Update

1 lines of code changed in:

jorrit 2002-04-11 14:25

Revert.

2 lines of code changed in:

jorrit 2002-04-11 14:21

Replaced /bin/sh to sh in the csconf.mak makefile. Many mingw
installations don't have /bin/sh. So using 'sh' is preferable.

4 lines of code changed in:

philwyett 2002-04-11 14:10

Changed app description

1 lines of code changed in:

philwyett 2002-04-11 14:09

Fix

1 lines of code changed in:

philwyett 2002-04-11 13:27

- Added "ensocket" network plugin, docs and test app submitted by Erik Namtvedt.

This is a System independent network driver. This driver implements a
tcp/ip networking interface. The network driver and socket driver
currently support BSD compliant calls.

Note: Some operating systems may not support all the functions of this plugin.

144 lines of code changed in:

philwyett 2002-04-11 13:20

- Added "ensocket" network plugin, docs and test app submitted by Erik Namtvedt.

This is a System independent network driver. This driver implements a
tcp/ip networking interface. The network driver and socket driver
currently support BSD compliant calls.

Note: Some operating systems may not support all the functions of this plugin.

1206 lines of code changed in:

jorrit 2002-04-11 09:14

binaries for windows.

9 lines of code changed in:

philwyett 2002-04-11 01:08

- Fixed compile error under CodeWarrior 5.

1 lines of code changed in:

matzebraun 2002-04-10 08:35

added an != operator to csString

4 lines of code changed in:

res2002 2002-04-09 23:24

- maximum lightmap size can be changed by user
- added iEngine::ResetWorldSpecificSettings() which
"Reset a subset of flags/settings (which may differ from one world/map to another) to its defaults"
- added functions to get default values for above subset of flags/settings

85 lines of code changed in:

norman 2002-04-09 23:00

removed setting of max value for scrollbar from the listbox' OnDraw method - scrollbars idea of Max value is the count of items, not the Max value its "value" member can have - this is something i could clear later on :)

0 lines of code changed in:

norman 2002-04-09 22:55

fixed scrollbar knob size calculation, also the value of the knob now is in between [0, max-amntvis]

38 lines of code changed in:

res2002 2002-04-09 22:45

when loading a map:
- Engine->ResetWorldSpecificSettings() is called
- map.cfg isn't read any more
added to SETTINGS():
- LIGHTMAPCELLSIZE
- MAXLIGHTMAPSIZE

39 lines of code changed in:

res2002 2002-04-09 22:43

- maximum lightmap size can be changed by user
- added iEngine::ResetWorldSpecificSettings() which
"Reset a subset of flags/settings (which may differ from one world/map to another) to its defaults"
- added functions to get default values for above subset of flags/settings

27 lines of code changed in:

res2002 2002-04-09 22:39

tweaked displaying of keycolored textures a bit

2 lines of code changed in:

ate 2002-04-09 16:54

Modifications to allow DrawPolygonMesh render non-lighted meshes

712 lines of code changed in:

neverjade 2002-04-08 18:02

Made some fixes to support the awsecomp.h update.

9 lines of code changed in:

neverjade 2002-04-08 18:01

Fixed awsecomp.h so that it is valid again.

10 lines of code changed in:

philwyett 2002-04-08 14:18

- Updated links to latest 0.94 msvc_libs.

17 lines of code changed in:

jorrit 2002-04-08 10:27

Update.

16 lines of code changed in:

jorrit 2002-04-08 10:25

New 0.94 release.

75 lines of code changed in:

jorrit 2002-04-08 09:55

Update for 0.95.

5 lines of code changed in:

jorrit 2002-04-08 08:49

Update.

21 lines of code changed in:

philwyett 2002-04-07 23:57

- Removed aws->SetDefaultContext(engine, myG3D->GetTextureManager());
and replaced with the correct canvas creation code, which I cannot be
bothered nor have the time to list. :)

Thanks to "vrm" from #CrystalSpace for reporting the error this problem created.

4 lines of code changed in:

philwyett 2002-04-07 23:08

- Added msvc #pragma to remove warning C4390 on DEBUG_BREAK.

- Added newer msvc_libs files to cvsignore.

6 lines of code changed in:

norman 2002-04-07 22:30

the fog_texel was accessed wrong

12 lines of code changed in:

philwyett 2002-04-05 09:39

- Code format cleanup

2 lines of code changed in:

jorrit 2002-04-05 08:25

Andon M. Coleman patched 3ds2lev so it works correctly for
non-texture mapped 3DS objects.

25 lines of code changed in:

jorrit 2002-04-04 15:01

Mention of 0.94 release.

13 lines of code changed in:

jorrit 2002-04-04 12:56

- Cleaned up lots of engine/csgeom comments.
- Removed lots of exit() calls from all over CS. A module in CS
should almost never do exit but instead return an appropriate
error to the caller (using the reporter and a return code for
example).

124 lines of code changed in:

jorrit 2002-04-04 08:43

Cleaned up comments.

14 lines of code changed in:

jorrit 2002-04-04 08:08

Update.

5 lines of code changed in:

res2002 2002-04-03 17:12

sometimes textures where multiplied with texture mean color, causing color seams

2 lines of code changed in:

jorrit 2002-04-03 09:14

Implemented caching of sprite normals (using SMOOTH()) option.
This greatly speeds up load time of a sprite when the cached
data is present.

125 lines of code changed in:

jorrit 2002-04-03 08:08

Added a texture-less material (green_color) to flarge so that
we can easily see if this still works or not. The skeletal
spiny tree uses this color.

6 lines of code changed in:

jorrit 2002-04-02 15:59

Optimized the MergeNormals() code of 3D sprites (SMOOTH option).

7 lines of code changed in:

wouter 2002-04-02 13:03

A nice compiling but untested ReplaceAge function for the emitter object.

28 lines of code changed in:

jorrit 2002-04-02 12:17

Fixed description of -n in 3ds2lev so it is now correct.

2 lines of code changed in:

jorrit 2002-04-02 12:09

Version bump.

4 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