Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5562 / 5574

Revision 3bdb9b7 by Kent Mein
January 21, 2003, 18:31 (GMT)


This commit may need to be reversed, for some of the older compilers but
I'm guessing its safe.

Basically it fixes a warning about typedef usage.
Reading the docs on gcc-3.2 it says that classes that use a typedef
need to have the keyword "typename" infront of them according to the c++
standard. Currently it only produces a warning but it may be an
error later, so I figured why not fix it.

Kent
Revision b018475 by Kent Mein
January 21, 2003, 18:30 (GMT)


Removed two local vars that were set and then never used.
(for example heres one: bool isActor = objprop->m_isactor;)

Kent
January 20, 2003, 00:01 (GMT)

Create dist/lib so the build can create it's library as expected
January 19, 2003, 22:30 (GMT)

Reenable the ode build on Linux
January 19, 2003, 21:17 (GMT)
reshuffle the 'install' target :
- 'all' in extern/ first builds every subdir, then also 'install's the
header files and the library. This way a top-level Makefile only needs
to call 'all' for extern/ and have it build and install.
- 'clean' still works as it should
Revision e4ef292 by Kent Mein
January 19, 2003, 14:13 (GMT)


changed:
#else !_APPLE
to:
#else /* !_APPLE */

Kent
Revision 6597ac3 by Kent Mein
January 19, 2003, 09:04 (GMT)


I updated the sumo includes paths to point to the right places...
Probably can just remove the lines from these files but ohh well :)

Kent
Revision 9891e69 by Kent Mein
January 19, 2003, 08:45 (GMT)


I modified the header so that it didn't warn about comment inside of a comment.

Changed
/* id blah
/* text
*/

to
/*
* id blah
* text
*/

Kent
January 18, 2003, 21:12 (GMT)

Finally a toplevel Makefile, all it does is prepare the environment and call
make in extern/, intern/ and source/
January 15, 2003, 14:51 (GMT)
fixed missing frozen files
Maarten
January 15, 2003, 14:51 (GMT)
fixed the missing copy of the header file
Maarten
Revision 227a8b7 by Kent Mein
January 14, 2003, 19:08 (GMT)


I took out adding ode to the directorys to build in blender/source/Makefile
since its no longer there. Here is the diff.

Kent

Index: Makefile
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile 11 Jan 2003 22:47:48 -0000 1.24
+++ Makefile 14 Jan 2003 19:06:59 -0000
@@ -39,9 +39,6 @@
include nan_definitions.mk

DIRS = creator blender kernel gameengine
-ifneq ($(OS),$(findstring $(OS), "darwin freebsd irix linux"))
- DIRS += ode
-endif
Revision f6ce358 by Laurence
January 13, 2003, 19:25 (GMT)
Made debug build of blender creator use the debug libraries from intern.
(visual C++)
Revision 586b210 by Laurence
January 13, 2003, 19:23 (GMT)
Remove isect.c
from the BL_src.dsp (visual c++ project file)
Goodbye isect
Revision 22b4265 by Laurence
January 13, 2003, 19:20 (GMT)
Remove BDR_isect.h

The purpose of this and the previous commit is to remove the old mesh
intersection function (activated by the "Intersect" button in the mesh buts)
Revision fd2a468 by Laurence
January 13, 2003, 19:07 (GMT)
Get rid of call to isect - the old (but loved)interection function.
Revision c6a905f by Laurence
January 12, 2003, 19:48 (GMT)
Hello,
*Fixed boolean buglet in the bsp lib. I have not committed any libraries so you'll
have to do this to see the changes in blender.
*Got the bsp test program working again with the new GHOST createWindow
interface.
*(Visual C++) Modfied some of the dsp in the intern library to NOT prompt when
overwirting old libs and header files. This is the /Y option after XCOPY
Cheers
Laurence.
January 12, 2003, 10:52 (GMT)
- ode now compiles and installs under MSVC / cygwin
January 12, 2003, 06:12 (GMT)
kill unneccesary python ramblings on Solaris
January 11, 2003, 23:20 (GMT)
Enable automated build and install runs on FreeBSD for ODE.
ODE does not build on FreeBSD out of the box, so an automated patchfile
is included as well.
The 'clean' target reverses the patches that were done by 'all'.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021