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
2005-05-02put depsgraph_private.h to BKE_blenkernel.dsp /include filesJens Ole Wund
looks 'claener' to me
2005-05-01Updated MSVC6 projects to handle depgraph (added some files)Jens Ole Wund
fixed some *includes* with #ifdef WIN32 #elif #include <sys/time.h> #endif looks like MSVC6 does not need that include .. donno if cygwin builds will so thats why i kept that *ifdef overhead*
2005-04-24MSVC 6.0 Projectfile changes for transform_conversions.cMartin Poirier
Didn't get any diff with cvs, had to use an evil switcheroo technique and then it worked. MSVC 6.0 users should be able to compile out of the box now.
2005-04-24Replaced powf to (float)pow in zblur.c. Was giving problems with MSVC (the ↵Martin Poirier
rest of the code base uses pow too). MSVC 6.0 Projectfile changes for zblur and new files in ketsji. Also adding BL_src projectfile to the commit, apparently it's not up to date with transform_conversions.c but I have it ok here and don't get any diffs.
2005-04-10Merged all the internal transform includes into transform.h and moves it to ↵Martin Poirier
/src to /include. Split the conversion fonctions and sorting functions from transform.c into transform_conversions.c Update MSVC 6.0 projectiles and SConscript accordingly. Editview still included transform.h, replaced that for BIF_transform.h, the external include.
2005-04-05MSVC 6.0 projectfilesMartin Poirier
Removing subsurf.c from the BKE_blenkernel project.
2005-03-31Some MSVC 6.0 projectfiles updates:Martin Poirier
BIF_transform.h added in BL_src Adding moto include paths to EXP_expressions SDL include paths and correct python version for all targets in SCA_gamelogic KX_RayCast.cpp/h in KX_ketsji SumoPHYCallbackBridge.cpp/.h in PHY_Sumo
2005-03-31Adding CCG stuff to MSVC 6.0 projectfilesMartin Poirier
2005-03-19Added transform_manipulator.c to the windows MSVC 6.0 projectfileRoel Spruit
2005-03-10MSVC 6.0 Projectfile addition (include path) to compile after the big ↵Martin Poirier
warning hunt commit.
2005-03-06Added new bpy files to MSVC 6 project files.Simon Clitherow
2005-02-14MSVC 6.0 projectfile changes to go with last commit.Martin Poirier
2004-12-28MSVC 6.0 Projectfiles changes to fit Ton's commit.Martin Poirier
Added new file to BRE_Render and include paths for SDL includes. Removed deleted files.
2004-11-24make mscv6 usrers happyJens Ole Wund
does not matter since *offical* wibdows release is msvc7 anyway
2004-11-09Msvc6 complies again withJens Ole Wund
bfont.ttf.c :)
2004-10-10added outline.c :)Jens Ole Wund
2004-10-01Projectfile (MSVC 6.0) update for new softbody filesMartin Poirier
2004-09-24MSVC 6.0 projectfiles fixes for new editmesh and bpython files.Martin Poirier
2004-09-19Editmesh spliting project files fix (MSVC 6.0)Martin Poirier
2004-09-05Adding undo files to projectfiles (MSVC 6.0)Martin Poirier
2004-08-27Adding BPY sound module to projectfiles (MSVC 6.0)Martin Poirier
2004-07-29added correct include paths for radio.h (for msvc debug build) and removed ↵Roel Spruit
weird local includes (c:\blender...) in BPY_python projectfile
2004-07-26New BPython files missing from MSVC 6.0 projectfilesMartin Poirier
2004-07-22New BPython files missing from MSVC 6.0 projectfilesMartin Poirier
2004-07-15work on mcvc6 projectsJens Ole Wund
add unwrapper.c to BL_src in opennl create project/workspace to build modify blender. to link to blender_ONL.lib add ",..\..\..\lib\windows\opennl" to libpath add ",..\..\..\lib\windows\opennl\debug" to libpath for debug add opennl project to intern workspace .. adjusting dependancies BM crosses fingers to work
2004-07-14- updated VC6 project files for SOLID - blender now links with theSimon Clitherow
static solid lib. - also cleaned up solid.dsw workspace (removed unused projects).
2004-06-23- Added correct Writing/Reading of the new Sweep sequence effect (Thanks ↵Roel Spruit
Ton, where would I be without you) - Sweep effect updates after you change the type of sweep now.
2004-06-19I thought I added this include path for yafray to the msvc files ↵Roel Spruit
already......o well, here it is again. it couldn't find RE-callbacks.h
2004-06-17added files for yafray plugin export to msvc 6 projectfilesRoel Spruit
2004-06-11- update to MSVC6 for Property supportJoseph Gilbert
2004-05-20MSVC 6.0 ProjectFiles update. The file Kester added in his last commits were ↵Martin Poirier
missing from the project files.
2004-05-03Projectfiles update for Python 2.3.XMartin Poirier
2004-04-25projectfile update for the new python moduleMartin Poirier
2004-04-19- updated MSVC 6 projectfiles with the glue removal changes.Simon Clitherow
2004-04-19-update to msvc6 project for NLA moduleJoseph Gilbert
2004-04-04Fixes to projectfiles:Chris Want
* Added SDL CD stuff to Open AL project (/me lazy) * Made ketsji project find the python headers * Added noise stuff to python project
2004-03-26- updated MSVC 6 projectfiles with gameengine/solid changes.Simon Clitherow
2004-03-14-update to msvc6 for render moduleJoseph Gilbert
2004-02-29Projectfiles fix for MathutilsMartin Poirier
2004-01-21some MSVC cleanup.Roel Spruit
- removed DNA_script_types from makesdna project. - fixed a few errors in the projectsettings of the yafray project...it's a wonder people actually got it to compile.
2004-01-15added python script files to MSVC 6.0 projectfiles and changed snprintf to ↵Roel Spruit
PyOS_snprintf
2004-01-10added bmp.c and the new yafray files to the MSVC projectfilesRoel Spruit
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