Commit Log (Page 26 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: 2003-04-08 to 2003-04-04 (Commits 11445-11494 of 12744)

matzebraun 2003-04-08 21:47

changed #include "volatile.h" to #include <volatile.h>. This fixes some problems with compiling outside source directory

19 lines of code changed in:

res2002 2003-04-08 21:31

- added a shadow debugging aid for the new renderer to bugplug;
the shadow extruder shader is swapped at runtime with a version
where the volume more visible.

137 lines of code changed in:

matzebraun 2003-04-08 21:08

added configure-jam file

18 lines of code changed in:

matzebraun 2003-04-08 20:33

fixes to make the buildsystem workin with jam 2.4

43 lines of code changed in:

matzebraun 2003-04-08 20:15

added the Jamfiles

2976 lines of code changed in:

matzebraun 2003-04-08 20:02

added new dir for doxygen generation

1856 lines of code changed in:

res2002 2003-04-08 18:55

- added a check to -plugin cmd line switch handler for
the plugin specified being registered in the class registry.
If not, 'crystalspace.utilities.' is added to the beginning of
plugin name. This makes it possible for lazy people to just
specify e.g. '-plugin=bugplug'.

21 lines of code changed in:

boyan 2003-04-08 18:06

Fixed error in fractal generation using new class csRandomGen

17 lines of code changed in:

boyan 2003-04-08 17:54

Boyan fixed error in lightning plugin

1 lines of code changed in:

boyan 2003-04-08 17:51

Fixed error in fractal generation using new class csRandomGen

6 lines of code changed in:

matzebraun 2003-04-08 17:25

part1 of the jam merge: added autoconf macros and basic jam rules

1978 lines of code changed in:

dentoid 2003-04-08 14:18

Fixed two cases where WaitForSingleObject used a timeout value of 1ms, although 0ms is a valid argument and causes it to return directly (which was intended)

5 lines of code changed in:

philwyett 2003-04-08 14:06

Yep, some more MSVC 6 warnings culled. :)

8 lines of code changed in:

philwyett 2003-04-08 13:10

A few more MSVC 6 warnngs culled.

3 lines of code changed in:

philwyett 2003-04-08 10:19

Fixed up Barts edit of history.txt a bit

10 lines of code changed in:

philwyett 2003-04-08 10:17

- Changed define logic in csendian.h and removed the unnecessary #endif

5 lines of code changed in:

tulebast 2003-04-08 10:07

Updated history.

12 lines of code changed in:

philwyett 2003-04-08 09:49

Philip Wyett eliminated another MSVC compiler warnings

1 lines of code changed in:

tulebast 2003-04-08 09:44

New class csBaseEventHandler.

348 lines of code changed in:

tulebast 2003-04-08 09:30

DestroyApplication() not invokes RemoveAllListeners() on event queue.

39 lines of code changed in:

philwyett 2003-04-08 09:28

- Philip Wyett eliminated some more MSVC compiler warnings

5 lines of code changed in:

tulebast 2003-04-08 09:20

Added AttachNew() function to csRef<T>

55 lines of code changed in:

tulebast 2003-04-08 09:17

Added RemoveAllListeners() implementation.

22 lines of code changed in:

tulebast 2003-04-08 09:15

Added RemoveAllListeners() declaration.

18 lines of code changed in:

tulebast 2003-04-08 09:14

Change to CS_QUERY_ macros to use implicit cast static member functions.

11 lines of code changed in:

tulebast 2003-04-08 09:12

Update to allow definition of implicit cast static member functions.

58 lines of code changed in:

jorrit 2003-04-08 09:09

Fixed two bugs in dynamic ambient for things:
- Overflow wasn't checked so if you used a value that was too
high it would wrap instead of clamp.
- Dynamic ambient is now multiplied with 128 instead of 255. This
brings the dynamic ambient color range in the same range as
the rest of CS with 1 meaning full bright and 2 meaning
double brightness.

19 lines of code changed in:

rhad 2003-04-07 18:10

Changed MSVC specific CopyMemory to memcpy() in OpenAL sound renderer. Increased default sound buffer to 1.0 seconds due to oddities observed with short buffer durations.

10 lines of code changed in:

boyan 2003-04-07 15:38

Boyan added key/value pair to iSoundWrapper

2 lines of code changed in:

boyan 2003-04-07 15:37

Added key/value pair to iSoundWrapper

29 lines of code changed in:

jorrit 2003-04-07 10:18

Update.

3 lines of code changed in:

jorrit 2003-04-07 10:10

Additionally replaced a few csGetTicks() calls in walktest movement
code with the virtual clock.

9 lines of code changed in:

jorrit 2003-04-07 09:41

Changed several modules in CS to use the virtual clock instead
of csGetTicks(). ALL game logic should use virtual clock instead
of csGetTicks() because the virtual clock is what drives the
game speed. If you use the virtual clock then the movie recorder
will be able to record the movies more correctly and it will
be possible to pause the game. The following modules were fixed:
- spr3d
- motion manager
- sequence manager

55 lines of code changed in:

jorrit 2003-04-07 08:35

Reverted endian changes from res because they break compile
with MSYS.

45 lines of code changed in:

wouter 2003-04-06 22:50

Modified csSprit3DMeshObject::DrawTest to test if logparent is valid,
before using it. This solves a crash when logparent is null.

2 lines of code changed in:

rhad 2003-04-06 21:41

Fixed some thread syncronization issues in the OpenAL and Direct Sound 3d sound renderers.

40 lines of code changed in:

rhad 2003-04-06 18:34

Fixed a bug in the software sound renderer that caused streaming audio to be advanced twice per "cycle" if StartStream() was called on the handle.

14 lines of code changed in:

res2002 2003-04-06 14:34

- changed csendian.h to utilize CONST_INT64() macro in
double2longlong()/longlong2double instead of two separate
versions for MSVC/GCC.
- changed cstypes.h to properly generate (u)int64 doxygen
documentation.

29 lines of code changed in:

jtarbox 2003-04-06 09:35

Added a packet size to the event serialization protocol

13 lines of code changed in:

rhad 2003-04-06 07:36

Improved the Direct Sound 3d sound renderer.

754 lines of code changed in:

rhad 2003-04-06 07:21

Improved the OpenAL sound renderer. Major overhaul of implementation. Streaming audio now supported.

982 lines of code changed in:

rhad 2003-04-06 06:53

Fixed some compatibility issues with oggdata.cpp.

33 lines of code changed in:

rhad 2003-04-06 05:09

Removed double include protection. /include/ivideo/effects/effectstrings.h needs to be included twice from efstring.h.

14 lines of code changed in:

jorrit 2003-04-05 21:52

Fixed a bug in xmlread plugin which caused the XML reader to read a
few bytes beyond the end of the input buffer.

4 lines of code changed in:

jtarbox 2003-04-05 20:10

adding Rhad's fix for xmlread asserts in MSVC

3 lines of code changed in:

philwyett 2003-04-05 19:37

eliminated a few more msvc compiler warnings.

3 lines of code changed in:

philwyett 2003-04-05 18:46

eliminated some compiler warning(s)

3 lines of code changed in:

okt 2003-04-05 03:33

Fixed problem where only the first packet of a multiple packet transmission was being sent.

21 lines of code changed in:

philwyett 2003-04-05 02:14

- Fixed compile error.

3 lines of code changed in:

sunshine 2003-04-04 23:11

Automated Visual-C++ SLN and VCPROJ project file repair.

0 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