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-01-07Patch to change license to GPL only, from GSR.Chris Want
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