0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documented ODE config setting for OSX. Maarten ([email protected]) More... about 23 years ago
Changed the OSX config file so that it compiles on OSX 10.2 Checked against a fresh version from the ODE CVS and found that the problem was not fixed there as well so I felt free to commit it here. Maarten ([email protected]) More... about 23 years ago
removed last traces of sumo for Makefile users 1. Removed KX_SumoPhysicsController.h and KX_SumoPhysicsController.cpp 2. Changed some Makefiles to skip sumo Maarten ([email protected]) More... about 23 years ago
I added the following at someone elses recomendation: More... about 23 years ago
Fixed a bunch of typos. [email protected] More... about 23 years ago
Added links to external packages you may need to download. python, openal, nspr etc... More... about 23 years ago
Added specific external libary locations for OSX/darwin that override the defaults in the lib tree (see instructions in ../readme.txt). Maarten ([email protected]) More... about 23 years ago
Added detailed instrcutions for OSX developers. Maarten ([email protected]) More... about 23 years ago
added a line to add executable attributes to the binaries when copying into the Mac bundles Maarten ([email protected]) More... about 23 years ago
added a line to add executable attributes to the binaries when copying into the Mac bundles Maarten ([email protected]) More... about 23 years ago
removed sumo from build directories Maarten ([email protected]) More... about 23 years ago
added the bsp (or CSG) library that Blender depends upon removed the action library not used by Blender (actually this was that start of UNDO in Blender that was never finished) Maarten ([email protected]) More... about 23 years ago
Again I had to modify things like mesh->FaceSet().begin(); to &mesh->FaceSet()[0]; More... about 23 years ago
moved key.h to blenkey.h More... about 23 years ago
Small fix specified where the instructions were in intern/python More... about 23 years ago
Added more info to the blender/readme.txt file basically explained what needed to be done to get a working blender executable under unix anyway. I added a section for windows comments but its pretty much empty right now. More... about 23 years ago
Ok since I didn't hear anything I committed the indexing changes I made to these two files. Basically change edge_set.begin() to &edge_set[0] etc... More... about 23 years ago
Updated calls to #include "blenkey.h" to be #include "key.h" I'm guessing it wasn't detected before because everyone had a blenkey.h in their dirs also. also I added an #include "key.h" to key_internal.h so that I didn't get problems with undefined type byte... More... about 23 years ago
I made a little readme to get people started and modified the nan_definitions.mk to setup NANBLENDERHOME and everything is under that directory. also add empty dirs for lib and obj. Try it out and feel free to make improvements. More... about 23 years ago
again changing // to /* */ so that sun's compiler doesn't fail. (note these are all in source/blender/verify) Sorry about not putting the full path in on the last two, I just noticed it doesn't do that unless your in the root dir. More... about 23 years ago
Fixed // comments and converted them to /* */ (used by a c file) More... about 23 years ago
fixed spacing in the headers to get rid of some warnings and some other little minor spacing issues. More... about 23 years ago
some small optimizations More... about 23 years ago
removed some unused variables More... about 23 years ago
Took out "" verses <> and just left <> for includes. It works just fine on every system I could try it on. More... about 23 years ago
Filled out the spacebar menu a little and removed dummy function which isn't used anywhere: More... about 23 years ago
Fixed defined __sparc to also check for __sparc__ (thanks to Ferris) More... about 23 years ago
removed extra ; was causing problems with cc on SunOS More... about 23 years ago
Fixed // comments in c files (changed them to /* */ ) More... about 23 years ago
moved KX_Python_... files from ketsji to expressions (ketsji was a very wrong location because it caused circular dependencies between expressions, gamelogic and ketsji) expressions and game logic are not dependent on ketsji anymore (only the other way around) also removed circular includes in makefiles and projectfiles More... about 23 years ago