d617df4793
- fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL stuff now also checks the installation directory for /.blender, etc
...
- registering .blend files for WinNT/2000/XP now works correctly (settings remain after a reboot).
2003-05-22 18:06:25 +00:00
936f7541c4
moved #include <sys/param.h> inside #ifdef __APPLE__
2003-05-12 17:13:12 +00:00
23e8e19f5c
added function to get the full path to the application bundle on os x
2003-05-12 14:59:08 +00:00
b3c48c4d2c
enable truetype fonts for text objects when building with the original
...
Makefiles. Platform manages should check nan_definitions.mk and set
INTERNATIONAL to true for their platforms.
2003-05-10 16:35:28 +00:00
cc8460b1e7
fix loading of truetype fonts on linux
2003-05-08 17:27:43 +00:00
3ad55c81ce
reverted to previous version, changes weren't meant for a commit.
2003-05-04 11:33:45 +00:00
77650127fd
drawinfospace function now matches zr's recent changes
2003-05-04 11:20:14 +00:00
0aaa02e6b5
First whack at getting FREETYPE2 stuff added to the
...
old and autoconf makefiles. My machine seems to have messed up libs
so I can't test it, its a start though :)
Kent
2003-05-02 17:48:06 +00:00
4a3d4472b1
Updated the macosX error message for plugins so it actually reports
...
something other than plugins not supported on macosx.
Kent
2003-04-30 15:55:50 +00:00
d4f9678b39
Added a 3D font loader that uses the Freetype2 library to
...
parse the vector data. Freetype2 supports many font formats
including Type1, TrueType and OpenType fonts.
Enable with the WITH_FREETYPE2 compile flag, in the
source/blender/blenkernel and source/blender/blenlib dirs.
2003-04-28 21:16:27 +00:00
695c968825
- translations for comments in blender lib files
2003-04-26 16:02:26 +00:00
05afb06397
Unitialized buffer patch (zero length runs in font loading), again thanks to
...
vc7 magic.
2003-03-23 20:47:05 +00:00
763da870b6
The first two files enables building of plugins under macosx.
...
The third is for actually loading the plugins in blender.
For some reason its not identifying the plugins correctly,
but it compiles and runs so I'm including it hoping someone else
might see where I've messed things up...
I have a simple example at http://www.cs.umn.edu/~mein/test.tgz that
works, if anyone is interested in playing with it.
Kent
2003-02-21 15:37:55 +00:00
Chris Want
877a4859d6
Fix to make plugins work on windows (last system error code for
...
the thread wasn't getting reset). Somebody with more windows
saavy might want to check that this doesn't break other stuff.
2003-02-14 03:24:45 +00:00
f41a178ae9
opps had a typo...
...
Kent
2003-01-30 20:05:04 +00:00
9475bf9e29
Modified checks for defined __FreeBSD__ to also include defined (__OpenBSD__)
...
From: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=840
Kent
2003-01-30 18:51:05 +00:00
f1c4f705a1
Removed the config.h thing from the .h's in the source dir.
...
So we should be all set now :)
Kent
--
mein@cs.umn.edu
2002-12-27 13:11:01 +00:00
d0e346d544
updated .c files to include:
...
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Just need to finish cpp files now :)
Kent
--
mein@cs.umn.edu
2002-11-25 12:02:15 +00:00
b9a19f1ea7
Did all of the .h's in source
...
(adding)
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
also the Makefile.in's were from previous patch adding
the system depend stuff to configure.ac
Kent
--
mein@cs.umn.edu
2002-11-25 11:16:17 +00:00
01bff70383
fixed spacing in the headers to get rid of some warnings and some other
...
little minor spacing issues.
2002-10-30 02:07:20 +00:00
Hans Lambermont
12315f4d0e
Initial revision
2002-10-12 11:37:38 +00:00