Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
5813 | Download | Download | Not available | 14 years, 5 months |
little fix for may last commit |
5812 | Download | Download | Not available | 14 years, 5 months |
this commit is divided in 4 parts: 1 - Optimize pixelshadergen to avoid redundant register overflow math, with this if ... read more |
5811 | Download | Download | Not available | 14 years, 5 months |
Check for weakly linked OpenCL. |
5807 | Download | Download | Not available | 14 years, 5 months |
Use the int/wxString[] ctor for empty wxChoice instead of the wxArrayList& one (which is probably a bad idea when ... read more |
5806 | Download | Download | Not available | 14 years, 5 months |
Drop d3dcompiler_xx.dll dependence, using D3DX11CompileFromMemory instead. Hopefully solves the remaining issues from ... read more |
5805 | Download | Download | Not available | 14 years, 5 months |
Load the d3dx11 dll at runtime instead of linking directly against it. Should make DX11 usuable again if the DX SDK ... read more |
5804 | Download | Download | Not available | 14 years, 5 months |
Don't bother using autoconfiguration to find the OpenCL and Cg frameworks on OS X. Try to be a little clearer about ... read more |
5803 | Download | Download | Not available | 14 years, 5 months |
It would appear that FindFocus() is (differently) broken on Windows. |
5802 | Download | Download | Not available | 14 years, 5 months |
Set g_Config.bNumberRealWiimotes as volatile. Otherwise connected real wiimotes are not acted on. |
5801 | Download | Download | Not available | 14 years, 5 months |
Config.h needs to be included in CommonPaths.h because CommonPaths.h is included in Common.h before Config.h is. If you ... read more |
5796 | Download | Download | Not available | 14 years, 5 months |
Lint. |
5792 | Download | Download | Not available | 14 years, 5 months |
On OS X, add autorelease pools to the cpu and emu threads to avoid leaking memory. This is necessary because the wxgl ... read more |
5791 | Download | Download | Not available | 14 years, 5 months |
Starfox Adventures DTK audio loop fix (thanx to James333) |
5790 | Download | Download | Not available | 14 years, 5 months |
JIT fix. Brings back the speed lost in r5378. The memmap function was incorrectly marking virtual memory as real ... read more |
5789 | Download | Download | Not available | 14 years, 5 months |
Fix scons build. |