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
2002-12-19-static void SleepTillEvent(Display *display, GHOST_TUns64 maxSleep) {Kent Mein
2002-12-19Fixed this warning:Kent Mein
2002-12-16Created a Makefile and got it actually to compile :)Kent Mein
2002-12-16Added extra libs for solarisKent Mein
2002-12-16Fixed the files so they compile...Kent Mein
2002-12-14Gilles's patch to get rid of the the same identifier warningsKent Mein
2002-12-14Corrected intern lib names so blendercreator.dsp can find them.Simon Clitherow
2002-12-13And the rest! ;) --aphexSimon Clitherow
2002-12-13Modified the intern MSVC project files to make them moreSimon Clitherow
2002-12-06sgefants patch to remove the License Key stuff.Kent Mein
2002-12-03Got rid of unused files in intern/iksolverKent Mein
2002-12-02I addedKent Mein
2002-12-02These freeze changes give working frozen Python code on Windows.Maarten Gribnau
2002-12-02Removed non-existing Tools from the Blender module.Maarten Gribnau
2002-11-30Reverting to version 1.3 - michelMichel Selten
2002-11-30added -f option to the rm command. (Clean target) - michelMichel Selten
2002-11-30Autotools-specific freeze_ac.py and makemakefile_ac.py. Original makemakefil...Frederick Lee
2002-11-29Bunch of small fixes emailed to me from phaethonKent Mein
2002-11-25Last of the config.h mods...Kent Mein
2002-11-25updated .c files to include:Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-11-25Yes I did it again ;)Kent Mein
2002-11-20removed our licensing info as requested :)Kent Mein
2002-11-19--- IK_JacobianSolver.cpp 2002/10/13 16:07:40 1.2Kent Mein
2002-11-15Some more clean up in the intern MSVC project files.Maarten Gribnau
2002-11-14Changed module name utils to util so that freeze will find the quaternionsMaarten Gribnau
2002-11-14Fixed problem with the main intern MSVC project.Maarten Gribnau
2002-11-12- ALenum alc_error = alcGetError(); // openal_2.14+Kent Mein
2002-11-12Made a dependency so that the MSVC intern project file will actually call theMaarten Gribnau
2002-11-12- python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR...Kent Mein
2002-11-11Added another project to freeze Blender Python code from the main internMaarten Gribnau
2002-11-09Added almost all projects in intern to the main MSVC project for intern (inMaarten Gribnau
2002-11-08Updated MSVC GHOST project like the string project and added it to theMaarten Gribnau
2002-11-08New MSVC workspace were I will add all the intern MSVC projects so thatMaarten Gribnau
2002-11-08Fixed the MSVC project file so that it creates the lib/windows directories toMaarten Gribnau
2002-11-08Added extra ranlib on libary files after being copied to the lib tree for OSX...Maarten Gribnau
2002-11-07I autmated the rest of building libfrozen.aKent Mein
2002-11-07Updated it so intern/python/freeze is combined into intern's MakefileKent Mein
2002-11-06Commented out the include since it was causing problems on some systemsKent Mein
2002-11-05Added fmod sound for OSX and fixed some endian problems inMaarten Gribnau
2002-11-04added the bsp (or CSG) library that Blender depends uponMaarten Gribnau
2002-11-02Again I had to modify things like mesh->FaceSet().begin();Kent Mein
2002-11-01moved key.h to blenkey.hKent Mein
2002-11-01Ok since I didn't hear anything I committed the indexing changes I madeKent Mein
2002-11-01Updated calls to #include "blenkey.h" to be #include "key.h" I'm guessingKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-30removed some unused variablesKent Mein
2002-10-30removed extra ;Kent Mein
2002-10-30Fixed // comments in c files (changed them to /* */ )Kent Mein
2002-10-15fix the build order for the inter-module dependenciesHans Lambermont