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
2003-05-12- Destroy the glx context _before_ the X window.Wouter van Heyst
2003-05-08changed for the new fullscreen button (windows only)Rob Haarsma
2003-05-05added fullscreen command line switch on Win32 -WRob Haarsma
2003-05-01dos2unixed relivant stuff in the interndir.Kent Mein
2003-04-29modified it so ghost debugging is not done by default but you canKent Mein
2003-03-26Change the VC7 project to directly call python with the right argumentsDaniel Dunbar
2003-03-26Added a -D option to freeze.py to cause it to not check to see if certainDaniel Dunbar
2003-03-25On OSX, run ranlib on libfrozen.a after creationWouter van Heyst
2003-03-24Kill 2 undefined function warnings.Daniel Dunbar
2003-03-22Modified it to use $(NAN_PYTHON_BINARY) instead of just plain oldKent Mein
2003-03-19Update to use <iostream> vs <iostream.h>Daniel Dunbar
2003-03-19Killed MT_Scalar to float conversion warnings (should beDaniel Dunbar
2003-03-18Rest of the VC7 intern projectfiles.Daniel Dunbar
2003-03-18First set of VC-7 project files. Also first my first commit in the freeDaniel Dunbar
2003-03-13updated intern project files to suit the lib dir move.Simon Clitherow
2003-02-24- python include path is now taken from nan_definitions.mkFrank van Beek
2003-02-17- fix 'debug' targetHans Lambermont
2003-02-10fix clean targetHans Lambermont
2003-02-09- build and link against OpenAL instead of FMod on windowsFrank van Beek
2003-02-09don't use fmod on darwinStefan Gartner
2003-02-06Revert to the FUTURE_PYTHON_API, this means:Wouter van Heyst
2003-02-03I took out the include since it was causing problems on some platformsKent Mein
2003-02-03MakefileWouter van Heyst
2003-02-01This small update should fix the build errors in python/freeze.Michel Selten
2003-01-31Now the make freeze is done when any of the *.py files in intern/pythonMichel Selten
2003-01-30Added multitest to the targets that get built for tests for ghost.Kent Mein
2003-01-29Ignore WM_DELETE_WINDOW on IRIX (somebody smarter than me pleaseChris Want
2003-01-29Mousewheel under X11 (patch by Martin Vollrathson)Chris Want
2003-01-28Modified MSVC intern projectfiles - XCOPY doesn't need the /E option.Simon Clitherow
2003-01-28Fixed constructor of wheel event.Maarten Gribnau
2003-01-28Added GHOST_WheelEvent.hMaarten Gribnau
2003-01-28Added mouse wheel support for windows.Maarten Gribnau
2003-01-26- files are now compiled in a different location. So the include pathFrank van Beek
2003-01-26Get the Blender module back using the traditional makefiles, otherWouter van Heyst
2003-01-24Fixed up the code so it compiles. (Basically added one more arg toKent Mein
2003-01-24fixed 3 warnings...Kent Mein
2003-01-24Fixed doxygen so it would run again for ghost....Kent Mein
2003-01-24First light of mouse wheel support.Maarten Gribnau
2003-01-21This commit may need to be reversed, for some of the older compilers butKent Mein
2003-01-15fixed the missing copy of the header fileMaarten Gribnau
2003-01-12Hello,Francis Laurence
2003-01-06Removed references to modules that do not exist. The python interface isMichel Selten
2003-01-06on Mac OS X run ranlib on libfrozen.a after creating itStefan Gartner
2003-01-05cpifdiff.sh died with an error when $(LCGDIR)/$(LIBNAME)/include/blenkey.hStefan Gartner
2003-01-04- replaced #elif with more correct version:Frank van Beek
2003-01-04libfrozen will be built only once until one of the python files is changed.Michel Selten
2003-01-04- on windows alcGetError() has no arguments. On other platforms it does.Frank van Beek
2003-01-04- when compiling on windows, override CC=gcc with CC=..../cl_wrapper.plFrank van Beek
2003-01-04Workaround for the header file copying dependency hellHans Lambermont
2003-01-03Added the following prototype to get rid of another warning:Kent Mein