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-11-05== MSVC 7.1 projectfiles ==Andrea Weikert
- added missing CMP_crop.c
2007-10-27== imagebrowser ==Andrea Weikert
* added support for .dds image files * added support for .int, .inta and .rgba image files == MSVC 7.1 project files == * added WITH_DDS to support .dds files when compiling with the project files by default * added the dds source files to imbuf project * also added CMP_glare, CMP_lensdist, CMP_tonemap nodes to nodes.vcproj
2007-10-21added missing include dir from stampinfo patch to msvc project files and ↵Andrea Weikert
SConscript file.
2007-10-02== Sequencer ==Peter Schlaile
Added include compiler switches for windows to make pthread.h accessible and reverted Joshua's patch. (Joshua: the prefetch buffering has _nothing_ to do with FFMPEG!) If this still does not fix the problem, please send an email to me! I also fixed source\blender\src\sequence.c(1405) : error C2275: 'PrefetchThread' GCC is way to gracefully in latest versions... :)
2007-09-02== imagebrowser ==Andrea Weikert
Initial commit of imagebrowser in trunk. BIG COMMIT! Main changes: * completely reworked imasel space * creation and storage of the preview images for materials, textures, world and lamp * thumbnails of images and movie files when browsing in the file system * loading previews from external .blend when linking or appending * thumbnail caching according to the Thumbnail Managing Standard: http://jens.triq.net/thumbnail-spec/ * for now just kept imasel access mostly as old imgbrowser (CTRL+F4, CTRL+F1) a bit hidden still. * filtering of file types (images, movies, .blend, py,...) * preliminary managing of bookmarks ('B' button to add, XKEY while bookmark active to delete) More detailed info which will be updated here: http://wiki.blender.org/index.php/User:Elubie/PreviewImageBrowser Places that need special review (and probably fixes): * BLO_blendhandle_get_previews in readblenentry * readfile.c: do_version and refactorings of do_library_append * UI integration TODO and known issues still: * Accented characters do not display correctly with international fonts * Crash was reported when browsing in directory with movie files * Bookmark management still needs some UI work (second scrollbar?), feedback here is welcome! Credits: Samir Bharadwaj (samirbharadwaj@yahoo.com) for the icon images. Many thanks to everyone who gave feedback and helped so far!
2007-09-02== MSVC 7.1 projectfiles ==Andrea Weikert
added SHD_hueSatVal.c
2007-08-31* updated MSVC projectfiles with SHD_sepcombRGB.c shader nodes.vcprojAndrea Weikert
* fix for possible double free.
2007-08-19- fix for missing include dir in MSVC 7 project filesAndrea Weikert
- small warning fix for unreferenced variable.
2007-07-30Font previewJoilnen Leite
2007-07-28== MSVC 7.1 projectfiles ==Andrea Weikert
- new files rayshade.c and raytrace.c replace ray.c - new file meshlaplacian.c
2007-07-15== MSVC compilation ==Andrea Weikert
two small fixes in this commit: - added new file for nodes - fixed compile error in readfile.c, as reported by Jean-Michel Soler here: http://lists.blender.org/pipermail/bf-committers/2007-July/018849.html
2007-06-25==== MSVC 7.1 projectfiles ====Andrea Weikert
- bullet update to version 2.53 cleanup - added file sculptmode-stroke.c
2007-06-13==== MSVC 7.1 projectfiles ====Andrea Weikert
- adding verse_method.c to blenkernel.vcproj
2007-06-06==== MSVC 7.1 projectfiles ====Andrea Weikert
- small update for missing nodes.vcproj - also first commit to svn
2007-05-05==== MSVC 7.1 projectfiles ====Andrea Weikert
- small maintenance, added sss.c and sss.h (does not affect release build)
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