Sam Lantinga
dead618337
Hmm, how am I going to keep from committing bad versions of this?
2006-02-24 09:58:03 +00:00
Sam Lantinga
7e11ec69f9
Updated MacOS Classic MPW build
2006-02-24 09:57:14 +00:00
Sam Lantinga
b633882919
Updated for Visual Studio Express 2005
2006-02-24 08:17:28 +00:00
Sam Lantinga
026aec11d6
Added pre-configured versions of SDL_config.h for various platforms
2006-02-24 07:26:31 +00:00
Sam Lantinga
37049ba983
testplatform replaces testtypes, testendian, and testcpuinfo
2006-02-24 06:49:31 +00:00
Patrice Mandin
b51e2928fa
Added preliminary support for MiNT /dev/mouse driver (disabled atm)
2006-02-23 21:51:10 +00:00
Sam Lantinga
85de465a42
*** empty log message ***
2006-02-23 04:16:08 +00:00
Sam Lantinga
5db4718f95
*** empty log message ***
2006-02-23 01:09:47 +00:00
Sam Lantinga
eafa423b01
*** empty log message ***
2006-02-22 05:01:43 +00:00
Sam Lantinga
44b157feba
Fixed script on mingw
2006-02-22 04:44:33 +00:00
Sam Lantinga
b98ede883c
*** empty log message ***
2006-02-22 00:33:10 +00:00
Sam Lantinga
392f6ebc34
ranlib needs to be run after the library is installed...
2006-02-21 22:30:43 +00:00
Sam Lantinga
f1ae101efd
FIXME:
...
This code needs to be rewritten to reference the static data using relocatable addresses (e.g. http://www.gentoo.org/proj/en/hardened/pic-fix-guide.xml or http://nasm.sourceforge.net/doc/html/nasmdoc8.html#section-8.2 )
This code currently breaks on systems with readonly text segments (hardened Linux / Intel Mac)
2006-02-21 22:12:55 +00:00
Patrice Mandin
666b56a4d3
Fixed include files
2006-02-21 21:45:31 +00:00
Sam Lantinga
28b54b4823
Fixed assembly alignment error on Intel Macs.
...
Do we really need 16-bit alignment here?
2006-02-21 19:28:45 +00:00
Sam Lantinga
91ecb6ef89
*** empty log message ***
2006-02-21 19:27:34 +00:00
Sam Lantinga
45f86131b7
Fixed build warnings on Intel Mac
2006-02-21 19:24:09 +00:00
Sam Lantinga
538f9ed207
Fixed some preprocessor mangling
2006-02-21 18:29:39 +00:00
Sam Lantinga
3e17e7ac74
Whoops, forgot to check in this fix
2006-02-21 18:20:10 +00:00
Sam Lantinga
0230236dd4
*** empty log message ***
2006-02-21 09:14:58 +00:00
Sam Lantinga
65825dce1d
Added a test case
2006-02-21 09:11:53 +00:00
Sam Lantinga
5f19c62332
*** empty log message ***
2006-02-21 08:48:12 +00:00
Sam Lantinga
61ae237dcb
Catch the C++ and Objective C sources too...
2006-02-21 08:47:46 +00:00
Sam Lantinga
190b425364
Use consistent identifiers for the various platforms we support.
...
Make sure every source file includes SDL_config.h, so the proper system
headers are chosen.
2006-02-21 08:46:50 +00:00
Sam Lantinga
63d76aa5a2
*** empty log message ***
2006-02-21 08:34:45 +00:00
Sam Lantinga
36d9314efa
Date: Mon, 20 Feb 2006 19:54:51 -0500
...
From: Brian Barnes
Subject: [SDL] Fix for FSAA OS X bug -- Please fix in CVS Code
I stopped complaining and went in an fixed the bug myself :) SDL
always dies if you try to use FSAA on Mac OS X, the problem is in the
file:
SDL_QuartzGL.m
2006-02-21 02:42:05 +00:00
Sam Lantinga
67bb54a064
*** empty log message ***
2006-02-20 23:18:49 +00:00
Sam Lantinga
7724ea509a
Whoops. :)
2006-02-20 22:17:05 +00:00
Sam Lantinga
e4dc61adfb
Added rules to build libSDLmain.a
...
Reverted Patrice's mint changes - you should fix the source files, not
add include paths to the build process.
2006-02-20 22:15:38 +00:00
Patrice Mandin
13fff1e268
Add missing include directories
2006-02-20 20:53:52 +00:00
Patrice Mandin
83912dacef
Hum badly edited source
2006-02-20 20:53:01 +00:00
Sam Lantinga
0d9407f313
Set the install permissions correctly
2006-02-20 20:11:08 +00:00
Sam Lantinga
4511ef7380
Pass LDFLAGS to the build system
2006-02-20 20:08:29 +00:00
Sam Lantinga
f32f8274b8
*** empty log message ***
2006-02-20 13:00:59 +00:00
Sam Lantinga
f41e6271cd
Blargle-fnargle dependencies and build rules
2006-02-20 12:45:51 +00:00
Sam Lantinga
f3c0bf6f8f
Added DESTDIR support
2006-02-20 11:49:16 +00:00
Sam Lantinga
1badb7bebc
Fixed X11 library detection
...
Allow passing CFLAGS for the build in the environment
2006-02-20 11:30:29 +00:00
Sam Lantinga
0a167331c0
Fixed build dependencies... ugh
2006-02-20 11:29:36 +00:00
Sam Lantinga
42eb2c0afa
Tests require SDL 1.2.10
2006-02-20 10:19:47 +00:00
Sam Lantinga
9aaf977aff
Pick the right default GL library on IRIX
2006-02-20 10:19:22 +00:00
Sam Lantinga
d55a5615b1
Fixed defaults for 8 bpp visuals
2006-02-20 10:18:08 +00:00
Sam Lantinga
055b401cac
build fixes for IRIX 6.5 - dynamic X11 loading works! :)
2006-02-20 08:49:00 +00:00
Sam Lantinga
35a29575fc
NetBSD support
2006-02-20 03:57:03 +00:00
Sam Lantinga
99931e8d0e
*** empty log message ***
2006-02-20 03:11:04 +00:00
Sam Lantinga
eda62d8a77
On FreeBSD, alloca is defined in stdlib.h
2006-02-20 02:30:15 +00:00
Sam Lantinga
65aa0aef4d
Completely removed dependency on automake
2006-02-20 02:09:49 +00:00
Sam Lantinga
0ef73d9eae
Use only safe string functions
2006-02-19 23:46:34 +00:00
Sam Lantinga
b56a6d0212
*** empty log message ***
2006-02-19 23:38:57 +00:00
Sam Lantinga
8cca5f73c6
*** empty log message ***
2006-02-19 19:38:27 +00:00
Sam Lantinga
ef2b1e5cc5
I don't think we need aclocal anymore (comes from the automake package)
2006-02-19 18:52:51 +00:00