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 (Collapse)Author
2003-05-12- Destroy the glx context _before_ the X window.Wouter van Heyst
Fixes long standing crash for several DRI drivers. Thanks to Jacek Popławski for hunting this bug down and supplying the patch.
2003-05-08changed for the new fullscreen button (windows only)Rob Haarsma
2003-05-05added fullscreen command line switch on Win32 -WRob Haarsma
written by Florian Eggenberger. Since Ghost in the bf tree is still used, i patched it here.
2003-05-01dos2unixed relivant stuff in the interndir.Kent Mein
I'll wait a couple of days and if no complaints do the other dirs as well. Kent
2003-04-29modified it so ghost debugging is not done by default but you canKent Mein
renable it with configure --enable-debug Kent
2003-03-26Change the VC7 project to directly call python with the right argumentsDaniel Dunbar
to freeze.py (including my new -D hack).
2003-03-26Added a -D option to freeze.py to cause it to not check to see if certainDaniel Dunbar
directories exist. They don't exist for a standard Python 2.3 installation but they aren't needed either... this is really a hack, I wish someone who understood the freeze process better could look at this.
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
python. (otherwise why have the env var?) ;) Kent
2003-03-19Update to use <iostream> vs <iostream.h>Daniel Dunbar
2003-03-19Killed MT_Scalar to float conversion warnings (should beDaniel Dunbar
explicit cast anyway).
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
world, what hath hell wrought.
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
- add ID and copyrights to top level makefile
2003-02-10fix clean targetHans Lambermont
2003-02-09- build and link against OpenAL instead of FMod on windowsFrank van Beek
Note: this needs to be changed in the projectfiles as well
2003-02-09don't use fmod on darwinStefan Gartner
2003-02-06Revert to the FUTURE_PYTHON_API, this means:Wouter van Heyst
- switching the define on in buildsystems (NaN, auto and msvc are done) - again import _Blender, which is the C module, from the Python modules
2003-02-03I took out the include since it was causing problems on some platformsKent Mein
and added targets for clean, debug and test, so we don't need the include. Kent
2003-02-03MakefileWouter van Heyst
- fix make/shell buglet to make use of --no-print-directory for cleaner logs - Conform to the nan_subdirs.mk mechanism of building intern/Makefile - include nan_subdirs.mk again This enables people to run make clean and all those other targets from the top level dir again, 'make source' has been lost for now
2003-02-01This small update should fix the build errors in python/freeze.Michel Selten
I added a check if the output directory (../frozen) exists and will create the directory if it does not exist. This time I tested it also with the NaN make environment :) Michel
2003-01-31Now the make freeze is done when any of the *.py files in intern/pythonMichel Selten
is updated. * modulefinder creates a file src.list which contains all the *.py files needed for the python suport in Blender. * Makefile.am is able to depend on the files listed in src.list. * makemakefile_ac.py is reverted to the previous version. The old version contained my first attempt to get the make freeze trick working. It was wrong. Michel
2003-01-30Added multitest to the targets that get built for tests for ghost.Kent Mein
Kent
2003-01-29Ignore WM_DELETE_WINDOW on IRIX (somebody smarter than me pleaseChris Want
check this for correctness).
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
Updated README to suit the new 'merged' blender target. --aphex
2003-01-28Fixed constructor of wheel event.Maarten Gribnau
Limited wheel event ticks to plus and minus one on Mac. Maarten PS Any volunteers for X11?
2003-01-28Added GHOST_WheelEvent.hMaarten Gribnau
Maarten
2003-01-28Added mouse wheel support for windows.Maarten Gribnau
Both gears (C and C++) projects contain an example. Maarten
2003-01-26- files are now compiled in a different location. So the include pathFrank van Beek
to Python.h had to be adjusted
2003-01-26Get the Blender module back using the traditional makefiles, otherWouter van Heyst
build systems (auto, msvc, PB) do not seem to have this problem. - Change intern/python/freeze/Makefile to freeze outside of the source/ tree - Change source/blender/bpython/Makefile to not build the frozen stuff anymore - Change source/blender/bpython/intern/Makefile to use CURRENT_PYTHON_API instead of FUTURE_PYTHON_API, damage control
2003-01-24Fixed up the code so it compiles. (Basically added one more arg toKent Mein
GHOST_CreateWindow) Kent
2003-01-24fixed 3 warnings...Kent Mein
One uninitalized var and 2 unused vars. Kent
2003-01-24Fixed doxygen so it would run again for ghost....Kent Mein
My first time using it so I may have done it wrong but it produces the docs now and it didn't before so maybe someone else wants to look at it ;) Kent
2003-01-24First light of mouse wheel support.Maarten Gribnau
Only working (soso) on osx. Maarten
2003-01-21This commit may need to be reversed, for some of the older compilers butKent Mein
I'm guessing its safe. Basically it fixes a warning about typedef usage. Reading the docs on gcc-3.2 it says that classes that use a typedef need to have the keyword "typename" infront of them according to the c++ standard. Currently it only produces a warning but it may be an error later, so I figured why not fix it. Kent
2003-01-15fixed the missing copy of the header fileMaarten Gribnau
Maarten
2003-01-12Hello,Francis Laurence
*Fixed boolean buglet in the bsp lib. I have not committed any libraries so you'll have to do this to see the changes in blender. *Got the bsp test program working again with the new GHOST createWindow interface. *(Visual C++) Modfied some of the dsp in the intern library to NOT prompt when overwirting old libs and header files. This is the /Y option after XCOPY Cheers Laurence.
2003-01-06Removed references to modules that do not exist. The python interface isMichel Selten
broken, but it should give 0 errors when building. Michel
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
didn't exist instead of installing it as it should. - @../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h + @../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/ sgefant
2003-01-04- replaced #elif with more correct version:Frank van Beek
< #elif _WIN32 --- > #elif defined(_WIN32)
2003-01-04libfrozen will be built only once until one of the python files is changed.Michel Selten
Michel
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
and use the Python.h in the lib/windows/python/include directory. MSVC++ doesn't like linking with a gcc compiled frozen library.
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
void pub_priv_test(char *HexPriv, char *HexPub); Kent