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
2007-04-20==== MSVC 7.1 project files ====Andrea Weikert
- cleanup of the python included files - update for some recently added files
2007-04-13==== MSVC 7.1 Projectfiles ====Andrea Weikert
- small maintenance: added two new node files to project
2007-04-06==== MSVC 7.1 project files ====Andrea Weikert
- update for nodes_util.c and nodes_util.h
2007-03-27==== MSVC 7.1 projectfiles ====Andrea Weikert
- Python API changes: removed Main.c, added BPyModule.c
2007-03-26==== MSVC 7.1 projectfiles ====Andrea Weikert
maintenance work: - internally renamed nodes lib to BL_nodes to follow naming of other libs, renaming of actual projectfile will follow after move to svn. - added missing include dirs for new BL_nodes lib - removed hardcoded include dir in nodes lib - changed nodes lib to not 'compile as C++', but as default, so .c as C, .cpp as C++ - still found PHY_Ode dependency in ActiveX plugin which I removed summary: All should compile fine again now, let me know of any problems.
2007-03-24Has the nodes in it. I'm not a windows guru, so please review.Robert Holcomb
2007-03-24Still not part of the solution file, so shouln't affect the build. This ↵Robert Holcomb
version is complete, but won't compile until I commit the new BKE_node.h and drawnode.c files (plus a couple of others)
2007-03-21==== MSVC 7.1 projectfiles ====Andrea Weikert
- added BLI_boxpack2d files
2007-03-19==== MSVC 7.1 projectfiles ====Andrea Weikert
- added new file Config.c for Python API
2007-03-13==== MSVC 7.1 projectfiles ====Andrea Weikert
- small update, added missing files.
2007-03-03==== MSVC 7.1 project files ====Andrea Weikert
- fix for 3DPlugin compile - cleanup of bullet path - removed PHY_ODE project from 3D plugin too, not used anymore Now all configurations should build again, let me know of any problems! Not been able to test if the 3DPlugin is actually working,is job for another day ;) Also the 3DPlugin is compiled without OpenExr, this needs to be looked into once too.
2007-03-01updating vc7 projectfiles to link to python2.5Joseph Gilbert
2007-02-25==== MSVC project files ====Andrea Weikert
- maintenance: added python Main.c
2007-01-11==== MSVC 7 project files ====Andrea Weikert
- small update:added multires-firstlevel.c
2007-01-07==== MSVC 7.1 project files ====Andrea Weikert
- updated to latest version of OpenExr in lib/windows/openexr/lib - also changed the /NODEFAULTLIB to the same values as scons build - changed blender to compile with /MT like all libraries too
2006-12-05==== MSVC 7 project files ====Andrea Weikert
- small update for added files shadeinput.c and shadeoutput.c
2006-12-03==== MSVC Projectfiles ====Andrea Weikert
- finally update to bullet2
2006-11-17=ID Properties MSVC Project Files Update= Joseph Eagar
This commit updates the MSVC project files (both sets of them) to build with ID Properties. Please test!
2006-11-12==== MSVC 7 project files ====Andrea Weikert
very small cleanup: add DNA_customdata_types.h header
2006-11-08==== MSVC 7 project files ====Andrea Weikert
- aded missing verse.lib for linking blenderplayer - added missing files from sculptmode commit
2006-10-26==== MSVC 7 project files ====Andrea Weikert
- added transform_snap.c
2006-10-13==== MSVC 7 project files ====Andrea Weikert
- finally added OpenExr to be included by default to Blender release and Blender debug release targets
2006-09-30=== MSVC 7 project files ===Andrea Weikert
- added verse support - verse library and server are compiled with the extern solution - note: verse server still misses icon, VS2003 refuses to add the currently provided icon
2006-09-17==== MSVC 7 project files ===Andrea Weikert
maintenance work: - added missing files in blenkernel - updated Bullet in extern - Python: SurfNurb.c - removed compile and dependency of PHY_Ode - made blenderplayer compile again (had to add pthreads lib)
2006-08-19=== MSVC 7 project files ===Andrea Weikert
maintenance work: removed img module following the other build systems due to this commit: http://projects.blender.org/pipermail/bf-blender-cvs/2006-July/007415.html
2006-07-02=== MSVC project files ===Andrea Weikert
- added new Geometry.c file
2006-06-29=== MSVC 7 project files ===Andrea Weikert
- removed edgeRender.c that doesn't exist an more - removed not needed link dependencies odbc32.lib and odbccp32.lib from DNA_makesdna
2006-06-23*msvc project updateJoseph Gilbert
- commiting fixes for vc8 - updating projects for added files
2006-05-25* update for projectfiles vc7Joseph Gilbert
- added python files - fixed a small C coding error in vpaint preventing windows builds
2006-05-14*applying patchJoseph Gilbert
[ #3727 ] Fixes solid linker errors in MSVC 7 project files Submitted By: Ben Stabler (lightning) adds some libs to the linker in the blender.sln file for use with Bullet
2006-05-13update to msvc7 projectfilesJoseph Gilbert
2006-04-25*projectfiles update*Joseph Gilbert
-only 1 dll for pthreads needed in release build
2006-04-24*msvc7 projectfiles update*Joseph Gilbert
- post-build steps improved - properly moves all the python scripts into the .blender directory on build - only moves pthreadVSE2.dll from the pthreads libs - moves release text into the build directory
2006-04-24*projectfiles update*Joseph Gilbert
- added Modifier.c to python project
2006-04-18Update to the VC7 projectfiles.Joseph Gilbert
This should bring the projectfiles upto date for msvc7. Moving these to version 7.1 so that the version 8 people don't have such a hard time importing into 2005. Build intern.sln, extern.sln and then blender.sln. Enjoy. :p
2005-11-21Radiance HDR image file includesJoseph Gilbert
2005-11-03project file updateJoseph Gilbert
*Added the boolop project
2005-10-11-ProjectFile .NET updateJoseph Gilbert
* added IPO files to /src
2005-10-04Update for thin meshJoseph Gilbert
*warnings fixes *projectfile update
2005-09-26Project file update for elbeemJoseph Gilbert
Warning clean up of python project
2005-09-22update to .NET project filesJoseph Gilbert
* added support for elbeem
2005-09-17update to .NET projectfilesJoseph Gilbert
- added missing header files to src and src_cre projects
2005-09-14update to .NET projectfilesJoseph Gilbert
- added imagepaint and key files
2005-08-31Update to .NET project filesJoseph Gilbert
- added edgehash stuff - added new IK solver stuff (rebuild /intern)
2005-08-07_updates and warning fix_Joseph Gilbert
* fixed a few warnings in the python project * added timeline to py project
2005-08-02_.NET projectfiles update_Joseph Gilbert
- links to python 2.4 (please update /lib/windows)
2005-08-02_.NET projectfiles update_Joseph Gilbert
* converted files to .NET 2002 * removed unneeded projectfiles from bullet * PHY_Bullet outputs to correct directories * Bullet linked to activex and blenderplayer * misc updates
2005-07-31updated vc7 projectfiles so they work with bulletErwin Coumans
2005-07-30added PHY_Bullet vc7 projectfilesErwin Coumans
this one should be used, instead of extern\bullet\make\msvc_7_0\Physics_Interface1\CcdPhysics_vc7.vcproj and bullet\make\msvc_7_0\Physics_Interface1\PhysicsInterfaceCommon_vc7.vcproj
2005-07-28_.NET projectfile updates_Joseph Gilbert
This fixes a number of build issues with msvc7 projectfiles * fixes the zlib problem * fully builds bullet + solid + blender * updates project files