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 |
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 |
Revision 558b75b by Wouter van Heyst January 20, 2003, 00:01 (GMT) |
Create dist/lib so the build can create it's library as expected |
Revision 7401ed6 by Wouter van Heyst January 19, 2003, 22:30 (GMT) |
Reenable the ode build on Linux |
Revision 016cca2 by Hans Lambermont 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 |
January 19, 2003, 14:13 (GMT) |
changed: #else !_APPLE to: #else /* !_APPLE */ Kent |
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 |
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 |
Revision 4b3ce0b by Wouter van Heyst 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/ |
Revision 192a136 by Maarten Gribnau January 15, 2003, 14:51 (GMT) |
fixed missing frozen files Maarten |
Revision 3ef0209 by Maarten Gribnau January 15, 2003, 14:51 (GMT) |
fixed the missing copy of the header file Maarten |
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 |
January 13, 2003, 19:25 (GMT) |
Made debug build of blender creator use the debug libraries from intern. (visual C++) |
January 13, 2003, 19:23 (GMT) |
Remove isect.c from the BL_src.dsp (visual c++ project file) Goodbye isect |
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) |
January 13, 2003, 19:07 (GMT) |
Get rid of call to isect - the old (but loved)interection function. |
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. |
Revision 040797b by Frank van Beek January 12, 2003, 10:52 (GMT) |
- ode now compiles and installs under MSVC / cygwin |
Revision bb4ea17 by Hans Lambermont January 12, 2003, 06:12 (GMT) |
kill unneccesary python ramblings on Solaris |
Revision 80acb04 by Hans Lambermont 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'. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021