| Commit | Date | |
|---|---|---|
|
[r2930]
by
plombo
Fixed a 'long is 32 bits' assumption in the SDL menu's font renderer. It appears to be the only such assumption in the SDL backend. |
2010-11-12 00:02:36 | Tree |
|
[r2929]
by
plombo
x86_64 Linux building works without cross-compiling now. Thanks for AL13N for confirming that these changes fix the build. |
2010-11-10 05:29:49 | Tree |
|
[r2928]
by
plombo
OpenBOR now compiles under 64-bit (x86_64) Linux. I'm not sure yet whether it's buggy or ready for general use. |
2010-11-08 04:19:06 | Tree |
| 2010-11-08 02:18:45 | Tree | |
|
[r2926]
by
plombo
Linux ports can now be compiled for multiple architectures. Currently, x86 and x86_64 are supported: Calling "./build.sh 4" with no other arguments implies x86. |
2010-11-08 02:15:56 | Tree |
|
[r2925]
by
plombo
Another compile fix. This time I actually made sure the whole thing compiles before committing. |
2010-11-07 23:13:00 | Tree |
| 2010-11-07 21:48:54 | Tree | |
| 2010-11-07 16:42:34 | Tree | |
|
[r2922]
by
plombo
Started transitioning to the new fixed-length integer types to hopefully fix 64-bit compatibility. |
2010-11-07 16:12:12 | Tree |
|
[r2921]
by
plombo
Added fixed-length integer typedefs (s8, u8, s16, u16, s32, u32) to types.h. In the future, these should be used instead of custom typedefs or built-in C integer types when a fixed-length type is needed. |
2010-11-07 05:00:31 | Tree |