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
path: root/intern
AgeCommit message (Expand)Author
2006-06-23*msvc project updateJoseph Gilbert
2006-06-21fix of the previous security patch for file opening on Os X.Jean-Luc Peurière
2006-06-20- minor fix for moving object boundary conditionsNils Thuerey
2006-06-19* Patch from Ed Halley:Matt Ebb
2006-06-12- another minor solver update to fixNils Thuerey
2006-06-12- added fix for fluidsim copying bugNils Thuerey
2006-06-10removed extra qualifier on class memeber bool BOP_Mesh::isClosedMesh();Stephen Swaney
2006-06-10===Tools===Ken Hughes
2006-06-10===Tools===Ken Hughes
2006-06-08===Tools===Ken Hughes
2006-06-06===Tools===Ken Hughes
2006-06-05Bugfix #4081: support for OpenBSD platform for scons. Big thanks to Nathan H...Ken Hughes
2006-06-02applied patch [ #4207 ] Boolean operations fixErwin Coumans
2006-05-16- fixed geometry init (object id init was missing)Nils Thuerey
2006-05-13update to msvc7 projectfilesJoseph Gilbert
2006-05-13Happy msvc6 again .. however some new std::std::strings in El'BeemJens Ole Wund
2006-05-11- fixed MSVC problem in fluidsim.cNils Thuerey
2006-05-11- New options for mesh voxelization: shell only (alsoNils Thuerey
2006-05-10 This is a bit of a hack, but it looks like sunKent Mein
2006-04-18msvc6 project linking with shell32.lib to see SHGetFolderPath()Jens Ole Wund
2006-04-18Update to the VC7 projectfiles.Joseph Gilbert
2006-04-06I renamed a couple of simple variables to prevent warnings aboutKent Mein
2006-04-05Upgrading in 10.3 to quicktime 7 seems to remove a header file, whichTon Roosendaal
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-29Added BOP_Mesh constructor to get rid of this:Kent Mein
2006-03-29Several minor fixes:Nils Thuerey
2006-03-29I fixed some warnings about multiply defined yy_parse (etc) fuctions.Kent Mein
2006-03-23Updated mallocn.c MEM_check_memory_integrity was castingKent Mein
2006-03-15mmap allocs now fall back on regular malloc when mmap fails.Ton Roosendaal
2006-03-13security patch #3910 provided by Joerg Sonnenberger on Os XJean-Luc Peurière
2006-03-13==SCons==Nathan Letwory
2006-03-05It looks like Irix works alright with the /dev/zero trick for mmap().Chris Want
2006-03-05To prevent confusement; used %u (unsigned int) for printing memory error.Ton Roosendaal
2006-03-04Fixes for some gcc 4 warnings in intern/. More than 100 lines of warningsBrecht Van Lommel
2006-03-02Improved error print in case malloc returns NULL; it now adds the currentTon Roosendaal
2006-02-28mscv6 projects againJens Ole Wund
2006-02-27commented out a debugging message... was getting errors about cast to intKent Mein
2006-02-27- elbeem.h header file was missingNils Thuerey
2006-02-27- typo in SConscriptNils Thuerey
2006-02-27Sorry for the big commit, but I've been fixing many of theseNils Thuerey
2006-02-24I had to disable mmap altogether for Irix.Chris Want
2006-02-24Paranoia "volatile" assignment to globals in MEM module. Was suggested toTon Roosendaal
2006-02-23Some issues compiling on Irix:Chris Want
2006-02-17temporarily fix from Johnny Matthews committed, win32 doesn't have munmap. So...Erwin Coumans
2006-02-16Added new malloc type in our MEM module; using the unix feature 'mmap'.Ton Roosendaal
2006-02-10make msvc6 compile (thanks peter)Jens Ole Wund
2006-02-09...umm msvc6 projects againJens Ole Wund
2006-02-09msvc6 projects that will compile when MEM_Allocator.h is fixedJens Ole Wund
2006-02-08==SCons==Nathan Letwory