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
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
2005-07-26_update to .NET projectfiles_Joseph Gilbert
- removed wave from python - added include path for decimation header - added additional line to eof in point
2005-07-23_update to msvc7 project_Joseph Gilbert
- added point to python ps - the point commit remove vector division as it is undefined
2005-07-22_update to msvc7 project files_Joseph Gilbert
- adds new files for modifer - removes build from python - hopefully fixes the mac line endings
2005-07-22 - add ID.h and correct dna.c locations for my projectilesDaniel Dunbar
2005-07-21 - add my private version of VC7 project files... they are a lot betterDaniel Dunbar
for actually working on blender than the standard ones: - all files are in one project, makes include directory maintainence much much easier - builds faster because VS.net doesn't build multiple projects fast (builds in 2 minutes on my athlon 1.5) - warnings settings are tweaked so that in debug mode only important and non-overwhelming ones show up - debug compile is incremental (speedy, one line change builds are about a second)
2005-07-18Increase the warning level for the python vcprojJoseph Gilbert
2005-07-14Added drawarmature to src projectJoseph Gilbert
2005-07-11Removed ika files from projectfiles for armature updateJoseph Gilbert
2005-06-24- update to add lorem.c dependencyJoseph Gilbert
2005-05-16- updates to MSVC7 projectfiles for recent (and past) changesJoseph Gilbert
2005-04-03update to add subsurf csg stuffJoseph Gilbert
2005-03-30- update to msvc7 projectfiles to accomodate recent file additionsJoseph Gilbert
- fixed bad path in extern project file
2005-03-18- adds /GR to compiler options for generating run time type info for c++ ↵Joseph Gilbert
classes in the debug release - add support for new transform files
2005-03-07Changed a CRTL dependency for the debug build which generates a linker ↵Joseph Gilbert
warning about missing output file which forces a full incremental link.
2005-03-07-Added Text3D module to project filesJoseph Gilbert
2005-03-04-msvc7 project file needs to update the /src project to include files for ↵Joseph Gilbert
the new transformation code so that the linker can be happy.
2005-02-26MSVC7 project files link to lib/windows/freetype once againJoseph Gilbert