Campbell Barton
7001747cdc
ghost tests weren't building and added some comments to ghost docs.
2012-01-18 10:16:39 +00:00
Campbell Barton
e84c0980a3
correct indentation and some whitespace edits (no functional changes)
2011-11-11 13:09:14 +00:00
Campbell Barton
4a04f72069
remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
Campbell Barton
74017cb020
header cleanup and typo's
2011-10-22 01:53:35 +00:00
Campbell Barton
f9ea19ac12
spaces -> tabs (only whitespace changes)
2011-10-06 22:02:50 +00:00
Campbell Barton
65d1e27ff5
fix for using uninitialized value in gpu_shader_material
2011-07-09 19:16:32 +00:00
Campbell Barton
c50b5ee320
ghost multi-test builds again, now uses BLF font library
2011-07-09 16:18:15 +00:00
Campbell Barton
5913179f85
CMake file to build ghost tests again.
2011-07-03 16:17:38 +00:00
Campbell Barton
f86565c90e
whitespace edits for bpy api, split some really long lines.
2011-04-30 13:58:31 +00:00
Campbell Barton
89c617a116
remove nan-makefiles
2011-01-30 15:29:22 +00:00
Campbell Barton
f383e2e0e6
Remove msvc build files which are not needed anymore.
2010-10-23 15:14:54 +00:00
Campbell Barton
568cb06616
rename Command key to OSKey, Window manager already called it the OSKey but internally it was mixed.
2010-10-05 19:10:15 +00:00
Campbell Barton
8f1500da00
remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.
2010-04-18 10:28:37 +00:00
Campbell Barton
081c1205a3
correct fsf address
2010-02-12 13:34:04 +00:00
Diego Borghetti
405cf80eb8
Big, big commit!!
...
1) Remove WITH_FREETYPE2 from code, so now blender always need freetype2
2) Remove the old bmfont
3) Remove ftfont and bFTGL library
4) Implement a new BLF_draw_default function for place that still need/use
the old BMF api.
I try to update both, scons and cmake, but I only can test with make, so
hope all work fine.
MSVC is broken, but I don't have Windows, things to search and fix are
any reference to WITH_FREETYPE2, FTGL and BMFONT (take in care that
blenkernel also have a BKE_bmfont.h, this don't have anything to do with bmfont).
Always have to link/include the freetype2 library
Remove any reference to libbmfont
Remove any reference to libftfont
Remove any reference to libbftgl (or libbFTGL)
2009-05-05 23:10:32 +00:00
Brecht Van Lommel
874c29cea8
2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD
...
Notes:
* blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
2009-04-20 15:06:46 +00:00
Chris Want
5d0a207ecb
Patch from GSR that a) fixes a whole bunch of GPL/BL license
...
blocks that were previously missed; and b) greatly increase my
ohloh stats!
2008-04-16 22:40:48 +00:00
Chris Want
5e3cffc64a
Patch to change license to GPL only, from GSR.
2008-01-07 19:13:47 +00:00
Kent Mein
4e2143f639
This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone.
...
Patch provied by gsrb3d
bug tracker #7061
Kent
2007-08-28 10:07:08 +00:00
Kent Mein
c6b5dbbf9b
Added multitest to the targets that get built for tests for ghost.
...
Kent
2003-01-30 02:47:29 +00:00
Maarten Gribnau
6478b3aa94
Added mouse wheel support for windows.
...
Both gears (C and C++) projects contain an example.
Maarten
2003-01-27 21:35:26 +00:00
Kent Mein
d1ca120fb8
Fixed up the code so it compiles. (Basically added one more arg to
...
GHOST_CreateWindow)
Kent
2003-01-24 06:00:38 +00:00
Kent Mein
16677d1f28
fixed 3 warnings...
...
One uninitalized var and 2 unused vars.
Kent
2003-01-24 05:52:25 +00:00
Kent Mein
f78de74b20
WooHoo me again ;)
...
I took out the following from the includes in the intern dir that still had
it:
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
Kent
--
mein@cs.umn.edu
2002-12-26 18:25:17 +00:00
Kent Mein
a5b42eb626
Fixed the files so they compile...
...
Had to add an argument to Create_window... (it was missing the sterio flag)
Also cleaned up some variable overloading warnings...
(i.e. window shadows previous def)
Kent
2002-12-16 10:57:08 +00:00
Kent Mein
0fbadc8eb7
Yes I did it again ;)
...
added the following 3 lines to everything in the intern dir:
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Kent
--
mein@cs.umn.edu
2002-11-25 09:53:07 +00:00
Kent Mein
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