Revision 3cd2c61 by Bastien Montagne August 10, 2014, 13:39 (GMT) |
Fix T41295: Rigid bodyfield weights not working.?? Looks like `rna_EffectorWeight_update()` was not really working, now uses same kind of code as `rna_Physics_update()` from rna_scene.c. |
Revision 7284e6a by Bastien Montagne August 10, 2014, 09:40 (GMT) |
Fix T41381: Moving shapes keys up/down, after last, they don't go to first (as Vertex Group). Was more a feature request actually, but anyway... Note this is a bit more complex than it's vgroups counterpart, since we have to handle relations between keys (relative keys, and position for absolute ones). |
Revision 8aa203a by Benoit Bolsee August 9, 2014, 22:40 (GMT) |
BGE: fix a bug causing frequent crash on scene restart with navmesh. |
Revision 3a53ed8 by Benoit Bolsee August 9, 2014, 22:39 (GMT) |
Remove an assert in Bullet for the Character physics. This assert happens all the time for character physics in debug mode. In release mode, the assert is skipped but the code is still incorrect although it does not cause any crash strangely. |
Revision 64c7b2a by Bastien Montagne August 9, 2014, 20:04 (GMT) |
Revision 71323f0 by Gaia Clary August 9, 2014, 18:50 (GMT) |
Intensity and color are now adjusted upon import to get correct values |
Revision afce105 by Benoit Bolsee August 9, 2014, 15:19 (GMT) |
BGE: Fix bug with Steering Actuator Python API. It was not possible to set the navmesh attribute from Python due to a double bug. |
Revision de04c92 by Benoit Bolsee August 9, 2014, 13:46 (GMT) |
Fix to get iTaSC working again in the BGE |
Revision c020bd2 by Martijn Berger August 9, 2014, 12:27 (GMT) |
Cycles OpenCL error to string removed in favour of the same function in clew. |
Revision ee8dafe by Antonis Ryakiotakis August 8, 2014, 17:35 (GMT) |
Fix crash on edit mode with multi-align project |
Revision 31d2ac1 by Sergey Sharybin August 8, 2014, 07:41 (GMT) |
Switch linux buildbot to custom built python2.7 New scons discontinued support of python2.6, so we needed to build just another python in the release and buildbot environment. Hope latest scons upgrade a least bring new msvs support and not only lead to just-another-frustration. There might be some more upcoming commits, because you never can be sure there's no typos in the buidbot script for until you actually fire the builder up. |
Revision 9fb157d by Campbell Barton August 8, 2014, 04:46 (GMT) |
BGE: move macro body into a function to reduce code-size |
Revision d2c350b by Campbell Barton August 8, 2014, 04:45 (GMT) |
Quiet reorder warning |
Revision 37c56e1 by Campbell Barton August 7, 2014, 20:00 (GMT) |
Revert "ignore conflict files" This reverts commit 7d20ad6a1ba46cad209d17d144af1cffbab334fc. turns out this hides conflicts which we may want to see |
Revision 7d20ad6 by Campbell Barton August 7, 2014, 19:47 (GMT) |
ignore conflict files |
Revision 9a8e889 by Sergey Sharybin August 7, 2014, 19:30 (GMT) |
Fix T41173: CM view selection is difficult with multiple views Use drop-down menu instead of expanded enum for the view select. There are usually more views than displays and using drop-down for display device and expanded enum for view is kindof strange. |
Revision e1819cc by Campbell Barton August 7, 2014, 18:30 (GMT) |
Fix T40948: Fill holes fails in certain case |
Revision 57c4871 by Sergey Sharybin August 7, 2014, 18:22 (GMT) |
Tweaks to the recent wrapper on windows - Forgot to handle command line arguments - Because of the fact we need to be able to use stdout and stderr we need to use regular console application for the wrapper. - Because of using regular application for the wrapper we need to check forparent PID in the isStartedFromCommandPrompt(). I really hope it's not gonna to become any more complicated. |
Revision a108532 by Campbell Barton August 7, 2014, 16:11 (GMT) |
Revision 29eb567 by Campbell Barton August 7, 2014, 16:11 (GMT) |
Cleanup: unused defines |
|
|
|


Master Commits
MiikaHweb | 2003-2021