Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-14- updated MSVC 6 project files to include the sequencer audio supportSimon Clitherow
2003-07-13- fixed the output file path for python project (MSVC 6)Simon Clitherow
2003-07-12- cleaned up MSVC 6 project files (removed non-existing .h files, etc)Simon Clitherow
2003-07-12- removed exppython project (which is now the new BPY_python project!)Simon Clitherow
2003-07-12- removed old freeze and python projects, exppython now compiles bySimon Clitherow
default. (MSVC 6)
2003-06-14- Added exppython project to VC6Simon Clitherow
A quick HOW-TO: * Open /blender/projectfiles/blender/blender.dsw * Replace all existing files in the exppython project with the .c/h files found in /blender/source/blender/python/ and subdirs * Make sure Blender project is active. * Remove the old BPY_python and BPY_freeze dependancies. (Project->Dependancies...) * Add the new exppython as a dependancy. * Recompile, et voila! :) I'm sure the python team would appreciate some Windows feedback, so please test this if you can and report any probs, etc to the bf-python mailist. Note: The old BPY_python/freeze project will be removed and exppython made default just as soon as it is declared ready! ;) --aphex
2003-06-14- Holger's patch to enable ESC detection when rendering (Win32).Simon Clitherow
2003-06-05Holger's update.Kent Mein
Kent
2003-06-03holger's patch for visual-c ssl stuff.Kent Mein
Kent
2003-05-22- fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL ↵Simon Clitherow
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-12added routine that checks for LOCALE/message directory.Rob Haarsma
2003-05-11Blender now links with freetype2ST.lib (MSVC 6)Simon Clitherow
2003-05-07Post-build step to copy gnu_gettext.dll to bin dir (MSCV 6)Simon Clitherow
2003-05-03Multilingual interface support added.Rob Haarsma
Added compileflag INTERNATIONAL to the 'release' projectfiles for msvc and added the FTF_ftfont project to the main blender project.
2003-05-03Multilingual interface support added.Rob Haarsma
Added compileflag INTERNATIONAL to the 'release' projectfiles for msvc and added the FTF_ftfont project to the main blender project.
2003-05-03Removed old project builder project files.Maarten Gribnau
Somebody with cvs surgery rights might want to move the empty directories out of sight.
2003-04-29Added the WITH_FREETYPE2 compile flag, in the blenkernelRob Haarsma
and blenlib msvc 'release' projectfiles. Compile and link with the lib/windows/freetype directory.
2003-04-28Added Quicktime support for OSX and Windows.Rob Haarsma
For Windows, the WITH_QUICKTIME flag, together with approriate paths is added to the following msvc6 'release' projectfiles: bf\blender\projectfiles\blender\imbuf\BL_imbuf.dsp bf\blender\projectfiles\blender\src\BL_src.dsp bf\blender\projectfiles\blender\render\BRE_render.dsp bf\blender\projectfiles\blender\blender.dsp Erase the flag if you don't want Quicktime support.
2003-04-27Removed BL_misc project which is no longer required (blendertimer.c/.h)Simon Clitherow
2003-03-13- updated MSVC project files to suit the lib dir move - better late than never!Simon Clitherow
- blenderplayer and the web plugin now compile again (now using OpenAL)
2003-03-02- removed files no longer created during freeze.Simon Clitherow
- removed '-2.26' prefix from the blender exe.
2003-02-11pointed PB to the frozen files in the obj treev2.26Maarten Gribnau
removed old splash and added the new 2.26 screen (beautiful as always) maarten
2003-02-10Changes to deal with the single splash fileChris Want
2003-02-10Another change to replace fmod with OpenALChris Want
2003-02-09removed fmod lib from blender target and added openal_static lib (MSVC)Simon Clitherow
2003-02-08the last of the FUTURE_PYTHON_API changes for MSVC.Simon Clitherow
2003-02-06Revert to the FUTURE_PYTHON_API, this means:Wouter van Heyst
- switching the define on in buildsystems (NaN, auto and msvc are done) - again import _Blender, which is the C module, from the Python modules
2003-02-04removed obsolete msvc projectfiles.Simon Clitherow
2003-02-04fixed dependancies for blender target and removed unneeded projects from ↵Simon Clitherow
workspace. (MSVC)
2003-01-26Merged the blenderpublisher and blendercreator targets for MSVC.Simon Clitherow
Should the old targets be removed or moved to /old?
2003-01-25last of the libjpeg-static.a -> libjpeg.a changes for MSVC.Simon Clitherow
2003-01-25renamed libjpeg-static.a to libjpeg.a to suit NaN makefiles (for cygwin)Simon Clitherow
and updated the MSVC project files.
2003-01-23updated paths to PythonMaarten Gribnau
Maarten
2003-01-23removed isect.cMaarten Gribnau
Maarten
2003-01-15fixed missing frozen filesMaarten Gribnau
Maarten
2003-01-13Made debug build of blender creator use the debug libraries from intern.Francis Laurence
(visual C++)
2003-01-13Remove isect.cFrancis Laurence
from the BL_src.dsp (visual c++ project file) Goodbye isect
2003-01-07updates because of python changesMaarten Gribnau
Maarten
2002-12-30Made the ActiveX plug-in link and run with ode.Maarten Gribnau
Maarten
2002-12-24Added ode physics to blender and player targets.Maarten Gribnau
ActiveX control still has a linkigng problem. Maarten
2002-12-23Fixed ode link path.Maarten Gribnau
Maarten
2002-12-23Fixed ActiveX control libraries and library paths.Maarten Gribnau
Removed abundant frozen python files. Maarten
2002-12-22Rewired python for OSX. The Project Builder project now uses the Python thatMaarten Gribnau
comes with OSX in /usr/local. Removed some frozen python files that were not generated by the freeze script. mxTextTools is still disabled because of a link error. Maarten
2002-12-14OSX Project Builder project for makes_dna, blender and player targets.Maarten Gribnau
After building intern with the Makefile, this project builds all three targets. blender and player targets are dependent on makes_dna so that dna.c is generated automatically (at the moment it is created evry build). The applications are complete with icons and file type registering. The only catch is that it might be necessary to symlink the darwin-6.1-powerpc directory if your kernel is no on 6.1. Maarten
2002-12-12Updated the debug target defines. --aphexSimon Clitherow
2002-12-10Commited Simon Clitherow's mods to BL_src.dspKent Mein
Kent -- mein@cs.umn.edu
2002-12-02Added img lib to the include path of the MSVC project file.Maarten Gribnau
Maarten
2002-12-02Updated MSVC project file with the new frozen files.Maarten Gribnau
Maarten
2002-11-14Added more frozen files to the MSVC project.Maarten Gribnau
Maarten
2002-11-12Modified the MSVC project files to use the static jpeg library as it used to be.Maarten Gribnau
Maarten