608
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
last of the libjpeg-static.a -> libjpeg.a changes for MSVC. More... almost 23 years ago
renamed libjpeg-static.a to libjpeg.a to suit NaN makefiles (for cygwin) and updated the MSVC project files. More... almost 23 years ago
Use saner defaults on Linux More... almost 23 years ago
make switching to bottom, back, and left view (shift+pad7, shift+pad1 and shift+pad1) work when in camera view More... almost 23 years ago
Fixed up the code so it compiles. (Basically added one more arg to GHOST_CreateWindow) More... almost 23 years ago
fixed 3 warnings... More... almost 23 years ago
Fixed doxygen so it would run again for ghost.... 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 ;) More... almost 23 years ago
Changed NAN_PYTHON_VERSION from 2.0 to 2.2 for the windows build. More... almost 23 years ago
First light of mouse wheel support. Only working (soso) on osx. Maarten More... almost 23 years ago
updated paths to Python Maarten More... almost 23 years ago
removed isect.c Maarten More... almost 23 years ago
added showlinenrs variable to spacetext More... almost 23 years ago
added headerbutton for drawing of linenumbers More... almost 23 years ago
added drawing of linenumbers in the texteditor More... almost 23 years ago
added buttondefine to show linenumbers More... almost 23 years ago
Looks like the two definitions were inside constructors duh.... So I'm reverting. More... almost 23 years ago
This commit may need to be reversed, for some of the older compilers but I'm guessing its safe. More... almost 23 years ago
Removed two local vars that were set and then never used. (for example heres one: bool isActor = objprop->m_isactor;) More... almost 23 years ago
Create dist/lib so the build can create it's library as expected More... almost 23 years ago
Reenable the ode build on Linux More... almost 23 years ago
reshuffle the 'install' target : - 'all' in extern/ first builds every subdir, then also 'install's the header files and the library. This way a top-level Makefile only needs to call 'all' for extern/ and have it build and install. - 'clean' still works as it should More... almost 23 years ago
changed: #else !_APPLE to: #else /* !_APPLE */ More... almost 23 years ago
I updated the sumo includes paths to point to the right places... Probably can just remove the lines from these files but ohh well :) More... almost 23 years ago
I modified the header so that it didn't warn about comment inside of a comment. More... almost 23 years ago
Finally a toplevel Makefile, all it does is prepare the environment and call make in extern/, intern/ and source/ More... almost 23 years ago
fixed missing frozen files Maarten More... almost 23 years ago
fixed the missing copy of the header file Maarten More... almost 23 years ago
I took out adding ode to the directorys to build in blender/source/Makefile since its no longer there. Here is the diff. More... almost 23 years ago
Made debug build of blender creator use the debug libraries from intern. (visual C++) More... almost 23 years ago
Remove isect.c from the BL_src.dsp (visual c++ project file) Goodbye isect More... almost 23 years ago