611
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Grease Pencil: Another quick experiment - easier usage More... over 14 years ago
Grease Pencil: Bugfixes More... over 14 years ago
BGE shape key actuator working, though only tried a simple testcase. More... over 14 years ago
SVN maintenance. More... over 14 years ago
2.5 Sound: RNA for bSound. More... over 14 years ago
Update makefile for libed_gpencil. More... over 14 years ago
[#18837] if a sunlamp is set to a too high energy, speculars turn black More... over 14 years ago
2.5 Scene RNA: More... over 14 years ago
2.5 Sound: More... over 14 years ago
- Add remove game properties now possible from the logic space properties panel. - PyDebugLine, utility function to run if the BGE crashes, you can see which python file and line called the C/C++ code. More... over 14 years ago
2.5 - Grease Pencil Version 2 (Crude rebirth) More... over 14 years ago
merge with 2.5 at r22793
joeedh
as Joseph Eagar
More... over 14 years ago
Close the old audio device before and not after opening the new. More... over 14 years ago
Changed default audio device from SDL to OpenAL after a discussion in IRC, we're testing if OpenAL works flawlessly on all plattforms and if so we'll keep it as default device as it supports 3D Audio for the GE what SDL doesn't. More... over 14 years ago
this was causing failed build when the file was missing More... over 14 years ago
* Hopefully fix some weird merging business More... over 14 years ago
* Fix for yesterday's valgrind fix More... over 14 years ago
- Mathutils.Vector assignment wasnt working in the BGE's py api, was using getValue() rather than setValue() - added GPL header to bpy_interface.c from 2.4x's BPY_interface.c - warning fixes More... over 14 years ago
fix for having a modifier following subsurf
joeedh
as Joseph Eagar
More... over 14 years ago
Clear transform flag on all bones that are not transformed. More... over 14 years ago
Map manipulator to leftmouse, not actionmouse. More... over 14 years ago
2.5 - Warning cleanups (for mingw+scons) More... over 14 years ago
Made an attempt to fix a crash due to undo. An undo invalidated some Freestyle-related pointers, which led to a crash when the rendering was initiated or the Freestyle panel (in the Scene buttons) was redrawn. More... over 14 years ago
Smoke: *Bugfix for crash on using a plane as smoke domain (reported by DingTo) * Bringing slowly high res back, not yet working More... over 14 years ago
Unconditionally define WITH_OPENEXR. Compiling openexr_api.cpp requires WITH_OPENEXR, to get the right part of the openexr_multi.h file. Broken since r22739. More... over 14 years ago
remove all python api functions deprecated in 2.49 More... over 14 years ago
Smoke: * Deleting high res modifier again * fixing smoke + continue physics drawing * fixing cache reset when changing dissolve More... over 14 years ago
Update Makefile and missing include on voxeldata.c More... over 14 years ago
libsndfile is not available yet for darwin, builders feel free to add the lib! More... over 14 years ago
*Changed RayObject_ calls to RE_rayobject to keep consistency on calls *Moved part of counters code to a separated file (rayobject_raycounter.c) More... over 14 years ago