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-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-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-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-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-15fixed missing frozen filesMaarten Gribnau
Maarten
2003-01-13Remove isect.cFrancis Laurence
from the BL_src.dsp (visual c++ project file) Goodbye isect
2002-12-23Fixed ActiveX control libraries and library paths.Maarten Gribnau
Removed abundant frozen python files. 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-12Fixed the MSVC project files. They now build both the release and debugMaarten Gribnau
targets of creator publisher and player. Assuming you have the libraries installed in lib/windows of course... Maarten
2002-11-11First round of updates to project files. There is a working game player (debugMaarten Gribnau
target) as long as you have installed the right libraries. Added project file for Blender Ode. Maarten
2002-10-12Initial revisionv2.25Hans Lambermont