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
2004-01-10Added support for outputting bmp'sKent Mein
The padding is slightly messed up, so it produces somewhat trunkcated images however it works. I'll try and fix it later but I have to go home now. Its atleast usable at this stage. I moved bmp_decode.c to bmp.c and cleaned it up a little bit. Kent
2004-01-05- Added projectfiles for yafrayRoel Spruit
- renamed some variables in yafray_render.cpp so msvc doesn't whine I'm not fluent in MSVC, so I hope I don't screw up :)
2003-12-26added Robert's cursor stuff to the msvc 6.0 project filesRoel Spruit
2003-12-22updated msvc projectfiles: added texture.c and removed some others..Roel Spruit
2003-12-15Projectfiles fixes for new script space code thingyMartin Poirier
2003-12-11Update the build systems to include ray.cKent Mein
Kent
2003-12-05Projectfile fix for new png.c fileMartin Poirier
2003-11-23Projectfiles fix for new Python moduleMartin Poirier
2003-11-23Replaced all references to ..\..\source\blender\bpython\include with ↵Roel Spruit
..\..\source\blender\python. this because of the old python removal.
2003-11-14Projectfile update for the Lattice moduleMartin Poirier
2003-10-20added interface_draw.c to msvc 6.0 projectfileRoel Spruit
2003-10-15added interface_panel.c to msvc 6 projectfileRoel Spruit
2003-10-11- Added all the stuff of the last week to the MSVC 6.0 project file.Roel Spruit
- Added include BIF_gl.h to header_imasel.c (I think it needs that :)
2003-10-08- removed link with libblenkey.a (keymaker) (MSVC 6)Simon Clitherow
2003-10-07- removed button.c from MSVC 6 project files.Simon Clitherow
2003-10-05added tons AWESOME files to the msvc 6.0 projectfileRoel Spruit
2003-09-18removed native quicktime init/exit calls from main blender code.Rob Haarsma
2003-09-12- updated projectfile with new registry.c/h files. (MSVC 6)Simon Clitherow
2003-09-01- added /debug to the libpath of guardedalloc in makesdna. Pointed outSimon Clitherow
by Maci_Ray (thanks!). - updated project files with radiosity changes.
2003-08-04- added include path for imbuf (MSVC 6)Simon Clitherow
2003-07-26MSVC 6 debug target finally fixed! (yes, really!) :)Simon Clitherow
2003-07-26- fixed include paths for SoundSystem (MSVC 6).Simon Clitherow
2003-07-20- removed soundsystem projects (now part of intern) (MSVC 6)Simon Clitherow
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