Commit Graph

86 Commits

Author SHA1 Message Date
auria
3a44c2cfff Update mentionned irrlicht version in configure
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10230 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-20 00:17:11 +00:00
hikerstk
c556f3d0aa Link in pthread by default, since apparently newer g++ versions (?)
don't do this by default anymore.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10218 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-11-15 22:14:41 +00:00
hikerstk
e57ce680fc Added -lX11 to fix #401.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10056 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-27 05:47:43 +00:00
hikerstk
7217646ebc Replace "Can't" with "Can not" to avoid highlighting issues with vi ;)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10052 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-27 01:31:04 +00:00
hikerstk
d4317a0839 Updated autotools building, including distributing of the directories
tools; data/shaders; data/tutorials; and other missing files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9772 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-09-06 06:09:27 +00:00
hikerstk
747489c917 Updated recommended irrlicht version to be correct.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9273 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-15 11:36:41 +00:00
hikerstk
782d7a3ae4 Fixed autoconf files after updating enet. I basically
reverted r9250-9252, and restored the configuration files
for enet back to the ones used before.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9256 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-14 04:52:11 +00:00
funto66
1e3e537467 Seems to have fixed compilation with autotools...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9250 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-07-13 18:26:20 +00:00
hikerstk
6f0b97ba08 Removed ADDONS_MANAGER symbol completely.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8721 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 00:53:18 +00:00
hikerstk
92056d2241 Make addons enabled by default (more precisely: it can't be
disabled anymore).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8720 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 00:47:36 +00:00
hikerstk
e44cde5821 it turns out that libXcursor is not actually needed for irrlicht SVN
builds, so it is removed.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8205 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-03 23:46:43 +00:00
hikerstk
e1ab88c42b Disable support for irrlicht 1.7*, enforce usage of irrlicht 1.8.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8159 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-03-31 23:42:32 +00:00
hikerstk
f84d425878 Fixed linux build environment now that 'news messages' is included in the default
(see ticket 122).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8092 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-03-27 22:00:30 +00:00
hikerstk
0aab99abe4 Removed gettext from configure (ticket #115).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8015 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-03-21 05:54:36 +00:00
hikerstk
cf864f9d22 Fixed installation of challenges and gfx files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7465 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-17 03:39:52 +00:00
hikerstk
239a8d55a4 Disabled support for irrlicht 1.8 (current trunk), since it needs
different link flags (or changes to IrrCompileConfig.h) in order to work
correctly, and I am not sure if there are any other changes we might
have to make.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6009 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-15 02:55:47 +00:00
hikerstk
73f7d795e7 Applied work around for a compiler bug, see 3014609 for details (one
bullet source file needs to be compiled with one additional flag to
avoid this bug causing STK to crash).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5820 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-08-30 00:30:18 +00:00
xapantu
f0094304da Adding the '--with-addons' option in configure.ac
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5596 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-06-30 17:07:42 +00:00
auria
2bcb1d4c17 Added autotools support for fribidi (hopefully it works, please folks help me test with and without\!)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5501 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-06-12 17:18:28 +00:00
hikerstk
09262bfe9a Only accept irrlicht 1.7 and newer, since irrlicht 1.6.1 still has
issues with displaying the speedometer correctly.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5235 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-04-22 00:24:55 +00:00
auria
0a6f64dcc2 Fixed configure.ac to warn when a too old version of irrLicht is used (we got quite a few reports because of this). Please report any regression\! Along the way I also made the configure.ac file cleaner by removing copied-and-pasted bits and put then in common instead, and fixed OS X compoilation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5225 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-04-21 15:37:36 +00:00
hikerstk
93d96200c1 Bugfix: removed deleted path from configure.ac.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4811 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-02-23 05:00:56 +00:00
hikerstk
f41150eae7 Replaced OpenGL bullet debug view with irrlicht bullet debug view.
Debug view can now be switch on and off during a race (ctl-F11),
but currenlty does not display as much information as the 
original debug view (more to be implemented here).
Removed glut dependency.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4794 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-02-22 12:02:13 +00:00
hikerstk
93e15df841 1) Replaced all .projectile files with one powerup.xml file,
replaced items.item with items.xml. Cleaned up item_manager
   and removed support for different item styles (since it
   didn't work anyway)
2) If a swapper item is used while items are swapped, they will
   now un-swap.
3) Moved all models and textures from data/items to data/models.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4648 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-02-07 02:05:21 +00:00
auria
306a7abc63 I think I finally got the configure.ac file right, after much googling :D
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4485 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-17 23:27:53 +00:00
auria
c7a429e68d Gave up on trying to make autotools find irrlicht in /usr/local AND /usr whithout specifying --with-irrlicht=. It seems that autotools is too stupid to support that kind of behaviour
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4484 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-17 23:19:51 +00:00
auria
90842bb00a Fixed inverted path in previous commits
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4483 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-17 22:51:32 +00:00
auria
09d21b2261 Atetmpt at fixing --with-irrlicht when irrlicht is installed unix-style
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4482 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-17 21:40:46 +00:00
auria
18affc70c1 Fixed another potential problem on linux when irrlicht is installed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4481 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-17 21:29:39 +00:00
auria
eabc022dda Attempt at supporting finding irrlicht in both /usr and /usr/local (could not test fully, please report any breakage...)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4480 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-17 20:12:34 +00:00
auria
e8e8b1c876 Fixed problem potentially introduced in previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4387 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-02 16:58:19 +00:00
auria
6a6f2684c7 Replaced dnl with # in configure.ac as suggested on the ml, indeed making it more readable (and no compatitiblity problems, since # was already used in a couple places). Tried to fix a FIXME on Linux, and a bug reported on IRC, about Xxf86vm (please Linux people test what I wrote\!)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4386 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-02 16:56:01 +00:00
auria
45092439b3 Fixing bug report from IRC : glut support also requires GLU since functions like gluNewQuadric are then called (hopefully I didn't break anything)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4385 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-02 16:42:15 +00:00
hikerstk
0e140899c5 Fixed makefiles for gui directory tree.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4281 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-12-14 02:37:33 +00:00
hikerstk
eaf8d41453 1) Removed old left-over sdl code.
2) Started to add freebsd support.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4149 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-10-22 23:28:57 +00:00
auria
ad817469ca Fixed (perhaps naively) build problem on mac
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4098 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-10-07 12:45:29 +00:00
hikerstk
5057697ede 1) Irrlicht can now be used either when installed on the system
(header files either in /usr/local/include, /usr/include, or
   /usr/local/include/irrlicht; and libs in a default directory),
   or when using a downloaded irrlicht version, in which case
   --with-irrlicht=PATH_TO_IRRLICHT_ROOT can be used.
   STK can not be compiled without irrlicht anymore.
2) Removed SDL tests.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4093 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-10-07 04:56:17 +00:00
auria
2be54c50e4 Improved endianness detection to be fully done at runtime (eases cross-compilation to create fat binaries)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4017 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-09-08 17:26:16 +00:00
hikerstk
043c4c0671 Removed dependency on plib - hooorayyyy!
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3545 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-05-28 02:29:09 +00:00
hikerstk
4ccd7662ef 1) Added support for animated textures.
2) Removed static_ssg source files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3335 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-31 23:45:20 +00:00
hikerstk
0bba19cd1f Test if irrlicht needs -lXxf86vm when linking (note: this test
is not perfect, feel free to improve!!)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3219 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-10 04:48:28 +00:00
auria
0c725aa9fe updated STK build system to work with irrlicht on mac. nothing should be broken on other systems hopefully
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3215 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-05 21:05:26 +00:00
hikerstk
37b77e87ac Added irrlicht support to build environment.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3210 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-05 00:36:18 +00:00
hikerstk
a3f5022707 Better support for cygwin/mingw builds.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3081 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-30 03:34:04 +00:00
hikerstk
bf31e79efe 1) Only link in bullet's opengl files if necessary.
2) Fixed cygwin/mingw support (missing socket lib).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2943 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-16 01:30:42 +00:00
hikerstk
0b5bee042e Made glut optional (if it's installed it is used and optional
bullet debug via the --bullet-debug command line option can be used, 
otherwise this command line option is not available).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2926 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-15 04:08:41 +00:00
auria
52bfa1b506 updated configure.ac to support OpenAL on mac better (the original script broke 10.4 compatibility)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2849 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-06 17:15:51 +00:00
hikerstk
a0b3e358ed Applied SciYann's build system improvement.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2824 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-01-02 19:34:38 +00:00
auria
a3001b52a4 fixed autotools build system
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2673 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-12-14 02:51:54 +00:00
hikerstk
00618aebfb Applied Yann's patch to allow to build STK in different build
directories.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2482 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-20 01:35:07 +00:00