Commit Graph

70 Commits

Author SHA1 Message Date
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
auria
b0bdc7edde fixed autotools build with latest changes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2395 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-30 00:44:41 +00:00
hikerstk
15b9ca64c6 1) Fixed 'install' and 'dist-*' make targets.
2) Removed unused files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2260 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-10 00:26:04 +00:00
hikerstk
8519f9dbe3 1) Added enet sources.
2) Updated STK sources to unconditionally compile for enet.
3) Updated VS project file for enet.
4) enet support for automake.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2246 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-07 15:04:43 +00:00
hikerstk
2f2197308d 1) Added network manager with a dummy enet interface.
2) Added command line options to start a server and client.
3) Added enet support to configure.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2221 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-09-07 13:14:14 +00:00
cosmosninja
b5d4930f87 Removed the rest of plib sound support; note that OpenAL was obligatory before this patch, so I just added a message to the configure.ac to stop configure when OpenAL isn't present.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2060 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-25 20:30:25 +00:00
cosmosninja
370bb37065 Added alut back into the configure process, which hopefully will only be used when needed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1978 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-22 21:56:44 +00:00
cosmosninja
1a8ec5578f Removed alut dependency.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1977 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-22 06:45:02 +00:00
hikerstk
a5b23fcf6c Added missing -lintl for Macs.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1829 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-08 04:45:08 +00:00
hikerstk
4bf28fa566 1) Enabled translations by default.
2) Switched fonts so that the new DomesticMannerLatin1 font is
   used both for menu and race gui. In the menu the new 
   PrintBold function is used to make the font better visible.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1828 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-08 01:48:55 +00:00
auria
1e40021b91 Ignore asserts in release mode (will require regenerating build files and doing a clean build)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1813 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-05-05 01:30:15 +00:00
hikerstk
a03dc10d67 Fixed automake installation, using Robert's 'find' approach for
flexibility.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1690 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-17 05:34:45 +00:00
cosmosninja
1d95234f5d Fixed makefile & directory problems, which prevented building.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1655 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-03-15 00:21:16 +00:00
hikerstk
ce57025781 First part of directory restructuring: all track specific files are
now in their own subdirectory (including models, textures).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1605 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-29 03:26:07 +00:00
cosmosninja
429d63e0bb Changed some text for the configure script to reflect that ogg/vorbis is needed for music, and hopefully uses the right alut function depending on the version.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1603 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-28 04:22:58 +00:00
hikerstk
8d2779495b (See r1587 on 0.4rc1):
1) empty robot templates have been moved from
   'tools' to src/robots (documentation was updated),
   and are now included in source distributions
   Removed tools directory which is now empty.
2) Include documentation in source distributions
   (but only player_manual will be installed)
3) Added missing bullet documentation files
   and removed unnecessary cmake files. 


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1588 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-25 02:22:04 +00:00
hikerstk
10368e5a5b Bugfixes to get 'make dist' to work:
1) file names longer than 99 characters require [tar-ustar]
   option in AM_INIT_AUTOMAKE
2) Added some missing bullet files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1523 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-19 03:06:57 +00:00