Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
5979 | Download | Download | Not available | 14 years, 4 months |
More work on the FrameAui: Added a default perspective for the debugger. Save all perspectives, and not just the active ... read more |
5978 | Download | Download | Not available | 14 years, 4 months |
Fixes a crash in the new wiimote plugin when using real wiimotes plus making real wiimotes work again. |
5977 | Download | Download | Not available | 14 years, 4 months |
Commit r5970 part #5: Removed unneeded MOV in branch instructions |
5973 | Download | Download | Not available | 14 years, 4 months |
Commit r5970 part #2: Jit64::GenerateCarry() don't need a temporary register anymore |
5971 | Download | Download | Not available | 14 years, 4 months |
Revert r5970 before committing again part by part (except modifications about CR union) |
5970 | Download | Download | Not available | 14 years, 4 months |
More performance work on the PowerPC JIT compiler: * Merge some loops in PPCAnalyst::Flatten() * Put ppcState.cr and ... read more |
5969 | Download | Download | Not available | 14 years, 4 months |
JitIL: Fixed the code which were pointed out in r5968. |
5968 | Download | Download | Not available | 14 years, 4 months |
JitIL: Added operand folding rules to increase speed. |
5967 | Download | Download | Not available | 14 years, 4 months |
Produce usable global+destdir tarballs with pathnames relative to / . This is a bit hacky as SCons' built-in tar ... read more |
5966 | Download | Download | Not available | 14 years, 4 months |
Some refinements to (r5955+r5962+r5964): Don't rely on trailing /'s in directory names. Destdir only works for global ... read more |
5964 | Download | Download | Not available | 14 years, 4 months |
Fix scons stuff broken in revision 5962. The prefix must be conditional on whether the build is global or local. Help ... read more |
5962 | Download | Download | Not available | 14 years, 4 months |
More SConstruct cleanup. |
5961 | Download | Download | Not available | 14 years, 4 months |
Make Cg conditional on those platforms for which it is available. Of course, this doesn't do much good without another ... read more |
5960 | Download | Download | Not available | 14 years, 4 months |
Hopefully fix string concatenation on unicode builds. |
5956 | Download | Download | Not available | 14 years, 4 months |
abs() works on ints, not floats. Use fabsf() to avoid the double conversions. |