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
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in ↵Benoit Bolsee
projectfiles_vc9\blender\blender.sln solution, you just need to open that solution to compile everything with VS2008.
2008-11-10Add MSVC90 project files - part 2.Benoit Bolsee
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
- Code has been changed to reflect this (ie. deprecated functions are not anymore used) * clean up the C and C++ compiler flags mess. - in the environment construction of BlenderLib all the compile flag governing options have been split in the *C*, *CC* and *CXX* containing equivalents. C is for C compiler only flags. CC is for C and C++ compiler flags and CXX is for C++ compiler only flags. All the platform default config files need to be double checked and fixed wherever it looks necessary. Either DIY, or send me a note with needed changes. - a start for the BlenderLib parameter list has been made - all the SConscripts need to be checked and modified to hand in flags properly. * A theeth request: make -jN settable in the config file. - I give you BF_NUMJOBS, which is set to 1 by default. In your user-config.py, set BF_NUMJOBS=4 to have 4 parallel jobs handled. Yay.
2008-05-01* Fix Verse bug [#8959] Clients doesn't connect if libverse.a is compiled ↵Nathan Letwory
with -O2 Merged from Verse SVN (r4524). See Verse bug tracker for bug report.
2008-04-28Fix for bug #9504: compile error with verse on mingw, also fixedBrecht Van Lommel
in verse svn.
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2007-12-20Need to propigate -m64 flags to compile verse.Kent Mein
Kent
2007-06-26Not all systems it seems has socklen_t defined. If its missing Kent Mein
typedef it as an int. Kent
2007-06-26This is a fix for bug #6856 (Verse crashing on 64bit linux)Kent Mein
https://projects.blender.org/tracker/index.php?func=detail&aid=6856&group_id=9&atid=125 I basically fixed some warnings about imcompatable types on 64bit linux and the crashing stopped. Kent
2007-06-25Make it so that we link with the same compiler for verse as everything else.Kent Mein
(was using $(CC) while the rest of blender is using $(CCC)
2007-01-25* sync with verse cvs (for silencing some warnings +Nathan Letwory
safe to do, since verse is not enabled in release).
2006-11-28Tweaked so it actually includes the file that defines LLIB's for extraKent Mein
dependencies for solaris. Kent
2006-11-18CMake: Remove mkprot directory. Accidentally left this in from earlier ↵Jacques Beuarain
development.
2006-11-17This updates the Makefiles for verse so they use the blender compilerKent Mein
settings, and build system. Now it builds the library in obj just like other stuff instead of the source tree directly. Its not doing the dynamic building of specific c files but JesterKing said this should be ok. So whine at him if its not.... ;) Kent
2006-11-17CMake lists initial submission. Documentationand further verification for ↵Jacques Beuarain
different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on.
2006-11-01* have blenderplayer compile with Verse support enabled.Nathan Letwory
2006-10-16* remove -Wextra from makefile to make older compilers happyNathan Letwory
* updated v_connection with version from Verse CVS for better unhandled unhandled-packet printing
2006-10-12Add Verse master-server functionalityNathan Letwory
* added two files from verse-master * server list is available in outliner (new mode "Verse Servers") * verse sessions are now also in new mode "Verse Sessions" in outliner * fixed drawing of verse sessions and their nodes * in user preferences System & OpenGL master-server ip setting (default master.uni-verse.org) * in File>Verse entry "Get Servers" to get server list or * RMB on "Available Verse Servers" in outliner to "Refresh" server list Enjoy :)
2006-10-11* remove the .Append(LIBS = ['libverse']), since it confused the build system.Nathan Letwory
* removed unused options BF_VERSE_LIBPATH, BF_VERSE, BF_VERSE_LIBS, since they are not used at all. * some whitespace mods There should be no more issues with "libverse.lib" not being found (or anything like that).
2006-10-04==== MSVC 7 project files ====Andrea Weikert
- added vs_master.c to verse_server project - added dependency on verse to verse_server project - cleanup of object file name in verse_server project
2006-10-03* fix small bug in creation of verse server executable (path)Nathan Letwory
* remove debug printouts
2006-10-03* make verse compile with new verse releaseNathan Letwory
* added -src/-dst patch from Emil (on my request - is already in verse CVS)
2006-10-03 - I forgot to add new file to cvs repo during my last commit, I'm sorryJiri Hnidek
2006-10-02 updated verse to version r6p1Jiri Hnidek
2006-10-01=== MSVC 7 project files ===Andrea Weikert
- small fix of a few output paths
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-08-22* Patch #4909 by Joseph Eagar (joeedh)Nathan Letwory
- this patch adds verse support for SCons, which can be enabled by giving WITH_BF_VERSE=1, ie. on command-line - this patch also adds a custom lib dir possibility. From the patch description: "To set a custom ../lib dir, put LCGDIR="path to lib dir, including the platform folder name!" in your user-config.py." * Fixed win32-vc-config.py so that it links to the proper library. Reported by Brandano.
2006-08-22 - bug fix of verse server and verse library backported from verse cvsJiri Hnidek
2006-08-20 added verse library (release r6) to extern directoryJiri Hnidek