Commit Graph

503 Commits

Author SHA1 Message Date
Rob Haarsma
97feb53f36 changed for the new fullscreen button (windows only) 2003-05-08 16:22:41 +00:00
Rob Haarsma
d53ca699c9 fixed ui_draw_but_TOG3 for correct coloring non-ftgl texts. 2003-05-08 13:44:16 +00:00
Willian Padovani Germano
154a49fbba updating change in an included filename 2003-05-08 03:13:17 +00:00
Willian Padovani Germano
1e891f844a * Added submodule Window, including FileSelector and ImageSelector:
Most of the code comes from bpython/intern/opy_window.c, but two
    new functions were added, to access the file and image selector
    windows in Blender.

* Added submodules Draw (gui) and BGL (OpenGL wrapper):
    The code comes from bpython/intern/opy_draw.c, with minor changes
    to integrate it in the new implementation.

* Made changes to Camera, Lamp and Image submodules:
    The implementation was improved. These files should be good
    starting points for interested new coders to look at, now.

* Renamed interface.[ch] to EXPP_interface.[ch] to avoid conflict:
    There is another interface.h file in source/blender/include.
2003-05-08 03:06:46 +00:00
Rob Haarsma
f20e95b73a removed two paste errors :) 2003-05-07 19:32:09 +00:00
Rob Haarsma
f28516e7b0 hotkey for changing a mesh to a subsurface and back again: shift+o
hotkey for changing display resolution for subdiv: ctrl+1 or 2 or 3 or 4
written by Green
2003-05-07 19:27:29 +00:00
Chris Want
cb2d8c7225 A fix to the release Makefile so that strip happens *after* copy.
Please test!
2003-05-07 14:47:49 +00:00
Rob Haarsma
d279fc6c45 pulldown menus now scale according to textwidths 2003-05-07 03:00:11 +00:00
Simon Clitherow
7d4f1fe249 Post-build step to copy gnu_gettext.dll to bin dir (MSCV 6) 2003-05-06 20:25:53 +00:00
Rob Haarsma
079e41fe10 fixed some interface font issues. 2003-05-06 12:51:04 +00:00
Chris Want
a9193a88ca Autoskinning:
-- added Matt Ebb's menu suggestion
-- Maybe it so the 'empty'/'name' option is disabled for bones that
   are of type 'Unskinnable'.
2003-05-06 02:32:56 +00:00
Stefan Gartner
853d3c711a disable i18n on linux, second attempt 2003-05-05 22:24:54 +00:00
Stefan Gartner
f5fae531f4 disable i18n support on linux 2003-05-05 22:21:24 +00:00
Stefan Gartner
7180ad4c86 enable multilingual support on linux and os x using the original Makefiles 2003-05-05 21:28:54 +00:00
Rob Haarsma
94ff0ea3be fixed a lot of interface update issues.
big thanks to broken !
2003-05-05 12:18:22 +00:00
Rob Haarsma
8718b91af0 added fullscreen command line switch on Win32 -W
written by Florian Eggenberger.

Since Ghost in the bf tree is still used, i patched it here.
2003-05-05 10:53:04 +00:00
Rob Haarsma
9e79a6222f added fullscreen command line switch on Win32 -W
written by Florian Eggenberger.
2003-05-05 10:51:52 +00:00
Rob Haarsma
e234b144cb wheee! the all-feared 'bin' directory is here.
sorry LarstiQ. remove/move files as you please.
2003-05-04 19:56:34 +00:00
Rob Haarsma
169c6254b1 made the preview update correctly when switching the actual material 2003-05-04 12:38:44 +00:00
Rob Haarsma
3ad55c81ce reverted to previous version, changes weren't meant for a commit. 2003-05-04 11:33:45 +00:00
Rob Haarsma
77650127fd drawinfospace function now matches zr's recent changes 2003-05-04 11:20:14 +00:00
Rob Haarsma
ad3a972a25 added two extra uv mapping types to uv menu,
nothing big really
2003-05-03 16:06:30 +00:00
Rob Haarsma
0f95f38ecf changed buttontype for the pulldown titles 2003-05-03 16:05:45 +00:00
Rob Haarsma
d7e7dc1928 Multilingual interface support added.
Added compileflag INTERNATIONAL to the 'release'
projectfiles for msvc and added the FTF_ftfont project
to the main blender project.
2003-05-03 12:59:33 +00:00
Rob Haarsma
c3ac925655 Multilingual interface support added.
Added compileflag INTERNATIONAL to the 'release'
projectfiles for msvc and added the FTF_ftfont project
to the main blender project.
2003-05-03 12:20:23 +00:00
Rob Haarsma
b43473e425 Multilingual interface support added.
All modifications are behind compileflag INTERNATIONAL,
and affect these two directories; source/blender/src and
source/blender/ftfont.

Thanks to philipp, a new utf8towchar() function is added
to Shizu's work, which fixes the international support for
OSX. It also makes the iconv library obsolete. This means
all translation files (blender.mo) need to be 'recoded' to
UTF-8, and language support in the fileselect window and
the text editor is not possible. Iconv might be added in
the future to enable these features.
2003-05-03 12:17:11 +00:00
Maarten Gribnau
da1e6bae44 Removed old project builder project files.
Somebody with cvs surgery rights might want to move the empty directories out
of sight.
2003-05-03 12:04:17 +00:00
Kent Mein
3b14d730d9 Updated the scatter program to fix some warnings.
Modified the Makefile's call to strip so it leaves symbols for
plugins...

Kent
2003-05-02 20:52:58 +00:00
Kent Mein
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
Stefan Gartner
723b84c79c fun with quicktime:
#include <QuickTime/Movies.h> instead of #include <Movies.h> on OS X to
avoid having to specify the full path to the QT headers in the Makefiles

#undef NDEBUG on OS X to avoid errors about ID being declared twice

enable support for QuickTime in the original Makefiles on OS X
2003-05-02 13:36:56 +00:00
Rob Haarsma
75014f9f64 fixed a slowdown in the 3D window with multiple objects. 2003-05-02 10:44:14 +00:00
Kent Mein
16b3cd809a dos2unixed relivant stuff in the interndir.
I'll wait a couple of days and if no complaints do the other dirs as well.

Kent
2003-05-01 19:52:40 +00:00
Kent Mein
19320c020c The stuff in release/plugins/include was duplcated in
source/blender/blenpluginapi  So I removed the stuff in the release dir
after merging changes and updated the Makefile.

Kent
2003-05-01 16:34:14 +00:00
Kent Mein
43cc33ac59 Fixed prototype for drawinfospace (from the new space.c)
Kent
2003-05-01 15:25:38 +00:00
Rob Haarsma
2fbf2970db Matt Ebb's new windows Blender icons (Nice!)
(hopefully wincvs does it right this time)
2003-05-01 13:02:51 +00:00
Rob Haarsma
7afc3de93f Matt Ebb's new installer icon (hopefully wincvs does it right this time) 2003-05-01 13:02:04 +00:00
Rob Haarsma
4f90b186f9 Matt Ebb finished the userprefs window layout 2003-05-01 12:50:49 +00:00
Kent Mein
c31b578d77 Added IMB_gamwarp and IMB_interlace (and the interlace and gamwarp wrappers
for the plugins)

Kent
2003-04-30 18:38:50 +00:00
Kent Mein
abd2a37f8a Moved the compiling plugins to after the binary is copied over.
(macosX needs the binary to link against for the plugins)

Also updated the plugins/Makefile to use
$(MAKE) -C dir
	instead of
cd dir; make

Kent
2003-04-30 17:18:34 +00:00
Kent Mein
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
Ton Roosendaal
9174db096b LAST of the c code comment translations... hooray!
Might be possible I mised an .h or so, just notify me in that case.
2003-04-30 13:22:26 +00:00
Stefan Gartner
53999bd80b added instructions on how to enable QuickTime support on OS X 2003-04-29 19:40:11 +00:00
Stefan Gartner
34717072f7 enable quicktime support on os x when building with auto* 2003-04-29 19:19:04 +00:00
Kent Mein
f740a2a67c modified it so ghost debugging is not done by default but you can
renable it with configure --enable-debug

Kent
2003-04-29 19:15:22 +00:00
Stefan Gartner
9cf4ec81cc move renderwindow down a bit so that it doesn't get hidden behind the menu
bar on os x
2003-04-29 16:33:20 +00:00
Kent Mein
1bd85d7518 I know were in a freeze but this ones really small and I figured were not
quite frozen yet ;)

Anyway this was submitted by intrr and its just a small patch to
allow you to select all children of an object with shift-p.

Kent
2003-04-29 16:24:56 +00:00
Ton Roosendaal
ceb3e8cc2a phew... a whole bunch of old and nasty files translated, including the
central mesh editing one.
2003-04-29 15:30:59 +00:00
Rob Haarsma
a4f2249497 Added the WITH_FREETYPE2 compile flag, in the blenkernel
and blenlib msvc 'release' projectfiles. Compile and link with the
lib/windows/freetype directory.
2003-04-28 21:18:43 +00:00
Rob Haarsma
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
Ton Roosendaal
597875cb69 first of the c code comment translation in the mother of all directories! 2003-04-28 14:43:20 +00:00