Commit Log (Page 51 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-01-03 to 2002-12-21 (Commits 10195-10244 of 12744)

sunshine 2003-01-03 18:36

Fixed long-standing typographical error.

1 lines of code changed in:

sunshine 2003-01-03 18:17

Removed all dependence upon OS_LINUX, OS_BSD, OS_SOLARIS, OS_BE and
__NetBSD__ from the project.

6 lines of code changed in:

sunshine 2003-01-03 17:46

Removed all dependence upon OS_LINUX, OS_BSD, and __NetBSD__ from the
project.

9 lines of code changed in:

sunshine 2003-01-03 16:26

Eric Sunshine made the following changes:

-*- Changed the SVGALIB detection script so that it no longer enables the
svgalib canvas. It is now the makefile's responsibility to enable
this plugin when the SVGA.AVAILABLE variable is set to "yes".

-*- Added new CS_HAS_SVGALIB macro to volatile.h.

-*- Removed all dependence upon OS_LINUX from the project.

26 lines of code changed in:

sunshine 2003-01-03 14:31

Fixed some makefile dependency issues which resulted from the new more
dynamic nature of user.mak.

24 lines of code changed in:

sunshine 2003-01-03 13:50

Eric Sunshine made the following changes:

-*- Configuration phase now detects libmng automatically. Added
bin/chkmng.sh.

-*- Configuration phase now determines proper linker flags for sockets.
Removed the now obsolete LIBS.SOCKET.SYSTEM makefile variable. Added
chksockt.sh. Removed chkheadr.sh.

-*- The following modules are now enabled automatically by user.mak if
their prerequisite facilities are available:

filesys/vfs
video/renderer/opengl
video/loader/png
video/loader/jpg
video/loader/mng
net/driver/socket
net/driver/ensocket
cscript/cspython

-*- Eliminated the unused SOUND_LIBS makefile variable.

95 lines of code changed in:

matzebraun 2003-01-02 15:21

updated for latest CS, TODO uptodate now

20 lines of code changed in:

sunshine 2003-01-02 15:10

Eric Sunshine made the following changes:

-*- The chkperl.sh configuration script is no longer responsible for
creating the glue file csperlxs.c. This is now the responsibility of
the csperl5.mak makefile. A happy side-effect of this shift of
responsibility is that the transient csperlxs.c is now created within
the CS/out directory hierarchy, rather than within CS/include/cssys
where it did not belong.

-*- Removed the ugly hack from cs.mak which was responsible for cleaning
up csperlxs.c. This is no longer needed since csperlxs.c is only now
created when the csperl5 module is enabled and only when required;
rather than being created by the project configuration phase.

-*- Added the new makefile variable OUTDERIVED to cs.mak. This variable
defines the location where transient derived sources should be placed.
For example, static.mak places cslibref.cpp in OUTDERIVED, and
csperl5.mak places csperlxs.c there, as well.

133 lines of code changed in:

sunshine 2003-01-02 12:37

Fixed a couple errors.

0 lines of code changed in:

sunshine 2003-01-02 12:12

Eric Sunshine changed the OpenGL-related configuration script and
makefiles so that it is now the responsibility of the configuration script
to figure out the appropriate compiler and linker flags, rather than
having this complicated logic replicated in every OpenGL-related makefile.
chkogl.sh now publishes the makefile variables GL.AVAILABLE, GL.CFLAGS,
and GL.LFLAGS; it no longer publishes OPENGL_PATH.

62 lines of code changed in:

philwyett 2003-01-01 19:23

- Eliminated a uninitialized variable warning, under optimize build.

2 lines of code changed in:

philwyett 2003-01-01 08:01

- Removed -finline-functions flag as 03 setting automatically turns it on.

- Removed -finline-functions from debug build as we don't really want such an optmization in debug builds and possibly causing problems.

2 lines of code changed in:

philwyett 2003-01-01 07:59

Changed to use 03 rather than 02 optimization flag. The 03 settings is supported by GCC 2.95.x and above, which we generally expect developers to be using.

1 lines of code changed in:

sunshine 2003-01-01 07:29

Merged cygwin.mak into win32gcc.mak. Now there is a single makefile
configuration target for Cygwin and Mingw users.

11 lines of code changed in:

sunshine 2002-12-31 18:19

Eric Sunshine made the following configuration and makefile changes:

-*- chkxfree.sh now publishes the additonal makefile variables
X11.AVAILABLE, X_CFLAGS, X_LIBS, X_PRE_LIBS, and X_EXTRA_LIBS.

-*- chkogl.sh now looks for the OpenGL headers and libraries inside the
X11 directory tree if the OpenGL resources were not found elsewhere.
This logic was suggested by Rudolf Potucek <potucek@ucalgary.ca>.

68 lines of code changed in:

vengeance2001 2002-12-31 06:40

Fixed missing prototype warning for linux.

1 lines of code changed in:

vengeance2001 2002-12-31 06:33

Added function to convert string to lowercase, strlwr().

6 lines of code changed in:

matzebraun 2002-12-30 17:14

fixed wrong memset reported by Groton

2 lines of code changed in:

matzebraun 2002-12-30 16:48

fixed leak at texture loading

0 lines of code changed in:

matzebraun 2002-12-30 14:38

Improved DecRef() function. The old function did first decrement the refcount
and delete the object then. This resulted in problems when an Inc/DecRef
happened in the destructor of the object (resulting in a 2nd delete). Now we
check the refcount first and decrement after the check. So that Inc/Decreffing
in the destructor should be safe now.

9 lines of code changed in:

sunshine 2002-12-30 12:22

Removed obsolete DO_SOUND makefile and header variables.

2 lines of code changed in:

sunshine 2002-12-30 11:10

Added "-Xlinker --export-all-symbols" to DFLAGS.debug in win32gcc.mak, as
suggested by Paul Garceau <pgarceau@attbi.com>. Hopefully, this change
will allow DLLs to be once again debugged sucessfully with Mingw's gdb.

9 lines of code changed in:

ab031ns 2002-12-28 23:52

removed duplicate isound/source.h

0 lines of code changed in:

ab031ns 2002-12-28 13:21

fixed typo "AVAILABLE"

3 lines of code changed in:

sunshine 2002-12-28 08:27

Eric Sunshine changed chktools.sh so that it records the path of makedep
in config.mak, if found. This is consistent with its treatment of other
detected tools. cs.mak now respects this setting.

19 lines of code changed in:

duhprey 2002-12-27 20:09

Fixed a problem with the ./ path ptr when tbtut is used outside the CS dir

9 lines of code changed in:

philwyett 2002-12-27 08:20

Added newline at end of file.

1 lines of code changed in:

ab031ns 2002-12-27 03:57

fixed typo "received"

1 lines of code changed in:

sunshine 2002-12-26 22:01

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

1 lines of code changed in:

sunshine 2002-12-26 09:58

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

0 lines of code changed in:

philwyett 2002-12-25 21:42

Minor update

3 lines of code changed in:

sunshine 2002-12-25 07:59

Fixed copy/paste bug.

1 lines of code changed in:

norman 2002-12-25 02:40

added iImage() call in the constructor, gcc 3.2.1 would not generate a not-in-charge constructor otherwise

1 lines of code changed in:

norman 2002-12-25 00:06

updates from che: cleanup and some fixes

11 lines of code changed in:

wouter 2002-12-24 22:11

RPM spec file for crystalspace install. Donated by Rudolf Kastl (che666@uni.de)

154 lines of code changed in:

vengeance2001 2002-12-24 21:22

Fixed compile error.

1 lines of code changed in:

sunshine 2002-12-24 18:26

Eric Sunshine worked around a compilation problem reported by
Frank Schoep <fschoep@zeelandnet.nl> where the compiler refused to
convert a temporary csColor to a csColor& in prsseq.cpp.

5 lines of code changed in:

sunshine 2002-12-24 12:49

Eric Sunshine applied patch from Mark <mark@gossage.cjb.net> for csMatrix2
and csMatrix3 which supplies missing implementations of operator/=(float).

28 lines of code changed in:

sunshine 2002-12-24 12:22

Added links to the new Japanese translation project for Crystal Space
documentation.

15 lines of code changed in:

res2002 2002-12-24 11:51

- fixed wrong #ifndef reported by Lukas Erlinghagen <Erluk@web.de>

1 lines of code changed in:

sunshine 2002-12-24 11:47

Eric Sunshine added a patch to the canvas class which allows the
configuration key "Video.DisplayNumber" to select the display (monitor)
number. If the configuration key is absent, or is set to 0, then the
primary display is used (which is the old behavior). If it is greater
than zero, then the requested display number is used. If the requested
display number is not available, then the primary display is used.
Presently, only the DirectDraw canvases respect the display number. This
patch is based upon code sent by Groton <groton@gmx.net>.

62 lines of code changed in:

ab031ns 2002-12-23 22:24

Renamed/corrected header defines to CS coding-style.

1777 lines of code changed in:

philwyett 2002-12-22 08:20

Lowered memory usage and need for casts to float in existing halo processing and in what will be the new renderer.

32 lines of code changed in:

sunshine 2002-12-22 07:27

Eric Sunshine removed the NextStep, OpenStep, and MacOS/X Server 1.0
(Rhapsody) ports of Crystal Space. Implementation files which were
shared with the remaining MacOS/X port were relocated from "next"
directories in the project tree to "macosx" directories. Class names,
SCF names, resources, makefile variables, makefile targets, etc. were
renamed so as to mention "OSX", "MACOSX", or "Cocoa" as appropriate
instead of the older "NeXT", "NEXT", and "next". The following files
and directories were tagged with NEXT_OBSOLETE in order to simplify
recovery from the CVS Attic if necessary.

data/config/next.cfg
docs/texinfo/build/platform/next.txi
docs/texinfo/internal/platform/next.txi
include/cssys/next
libs/cssys/next
plugins/video/canvas/next

506 lines of code changed in:

philwyett 2002-12-22 06:36

- Some minor code cleaning in lview.cpp

- Some code cleaning and tweaks. Including case where csColor ... c.red and
c.green were being * by 255 and c.blue was being * by 255.0. All are now being
* by 255.0f.

12 lines of code changed in:

philwyett 2002-12-22 05:40

- Added ability for people with GCC 3.0 or above to specify 'athlon' at config time.

e.g. make linux CPU=athlon ARCH=athlon MODE=debug

- Eliminated some compiler warnings under optimize build.

42 lines of code changed in:

okt 2002-12-21 22:44

Changed 'return false;' to 'return NULL;' in functions which returns a pointer, not a bool.

1 lines of code changed in:

sunshine 2002-12-21 21:57

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

3 lines of code changed in:

sunshine 2002-12-21 14:34

Renamed next.txi to macosx.txi in preparation of removal of NeXT ports.

1392 lines of code changed in:

sunshine 2002-12-21 14:01

Removed the unmaintained DJGPP port. Tagged the following files and
directories with "DJGPP_OBSOLETE" in order to simplify the task of
recovering them from the Attic if necessary.

docs/texinfo/build/platform/msdos.txi
include/cssys/djgpp
libs/cssys/djgpp
plugins/video/canvas/allegro
plugins/video/canvas/common/pc-keys.cpp
plugins/video/canvas/dosraw

49 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