summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2008-04-20Merged two maps into one, avoid non-const operator[] and check whether channelBjørn Lindeijer1-0/+1
was found.
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer1-2/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3962 | crush_tmw | 2008-03-09 16:35:00 +0100 (Sun, 09 Mar 2008) | 1 line Applied some patches by peavey related to chatlog and the quit dialog. ........ r3968 | umperio | 2008-03-11 14:56:47 +0100 (Tue, 11 Mar 2008) | 1 line Removed unused image. ........ r3969 | b_lindeijer | 2008-03-11 17:44:20 +0100 (Tue, 11 Mar 2008) | 2 lines Also removed unused image from the files to be installed. ........ r4006 | crush_tmw | 2008-03-26 00:28:05 +0100 (Wed, 26 Mar 2008) | 1 line Initialized some uninitialized variables (patch by peavey). ........ r4008 | b_lindeijer | 2008-03-27 15:51:10 +0100 (Thu, 27 Mar 2008) | 2 lines Applied patch by peavey and added his name to the ChangeLog some more. ........ r4010 | b_lindeijer | 2008-03-30 16:06:14 +0200 (Sun, 30 Mar 2008) | 2 lines Updated configure.ac for tmwdata split (patch by peavey). ........ r4018 | crush_tmw | 2008-04-01 03:02:30 +0200 (Tue, 01 Apr 2008) | 1 line Added makefile for TMXCopy by jaxad. ........ r4019 | crush_tmw | 2008-04-01 03:34:29 +0200 (Tue, 01 Apr 2008) | 1 line compilation fixes suggested by peavey. ........ r4020 | crush_tmw | 2008-04-01 03:37:51 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........ r4021 | crush_tmw | 2008-04-01 03:38:35 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-2/+5
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ↵Guillaume Melquiond1-2/+0
handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.)
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed ↵Guillaume Melquiond1-0/+1
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
2007-08-05Added support for internationalization. Tested by translating a few gui ↵Guillaume Melquiond1-6/+6
strings to french.
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-5/+4
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-3/+0
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer1-0/+3
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer1-5/+8
2006-08-02Cleaned autotools files.Guillaume Melquiond1-50/+49
2006-08-01Moved some basic checks above the checks on the libraries we depend on, inBjørn Lindeijer1-14/+14
order to get rid of the confusing rpl_realloc error.
2006-07-25Fixed Linux compiling issues and merged update system fix for Windows.Bjørn Lindeijer1-3/+3
2006-05-03Increased fps limit granularity and cleaned some code, fixed some xml ↵Eugenio Favalli1-1/+1
library name in Dev-C++ project file, switched version to 0.0.20.
2006-03-06Version changed to 0.0.19Björn Steinbrink1-1/+1
2005-12-24Some preparations for release 0.0.18.1. Fixing of damage fadeout glitches isBjørn Lindeijer1-1/+1
also planned to be included in this release.
2005-12-20Changed version for source release.Bjørn Lindeijer1-1/+1
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer1-1/+4
on MacOS X) and some cleanups.
2005-09-30Updated NEWS file for next release.Bjørn Lindeijer1-1/+1
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-63/+9
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value.
2005-09-17configure.ac: Fix typo.Björn Steinbrink1-1/+1
src/Makefile.am: Remove useless (duplicate) -lpng. src/graphics.cpp: Add missing cstdarg header. src/net/messagein.cpp: Fix some funny looking preprocessor statement. src/net/messageout.cpp: Readd SDLnet header, for changed preprocessor stuff.
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey1-0/+3
* src/net/messagin.cpp, src/net/messageout.cpp, src/net/network.cpp: removed replaced MACOSX defines with big endian defines * src/graphics.cpp, src/graphics.h: added screenshot method * src/game.cpp: added code, so that when one presses 'alt-p' (for picture), it takes a screenshot and saves it to a png * src/Makefile.am, config.ac: added png library stuff
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-0/+3
2005-09-04changed to new versionMarcel W. Wysocki1-1/+1
2005-07-31changed to 0.0.15v0.0.15Marcel W. Wysocki1-1/+1
2005-07-08Added basic update system (depends on curl).Aaron Marks1-1/+8
2005-07-07Changes for 0.0.14.1 source and Debian releases.Bjørn Lindeijer1-1/+1
2005-06-27Fixed initialisation of Being*. The problem is that the attack() function isBjørn Lindeijer1-2/+2
since recently being called with up to 8 directions while it is written to only handle 4.
2005-06-05Updated configure.ac, small fix to framerate limiter, added mohawk to changes.Bjørn Lindeijer1-1/+1
2005-06-02Added data/help/Makefile.amJosé Ávila1-0/+1
2005-05-16Fixed install process to include new GUI graphics.Bjørn Lindeijer1-1/+1
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-15/+13
2005-05-16Forgot about that macroMateusz Kaduk1-1/+2
2005-05-16Added --with-opengl option to configure and checking for guichan headersMateusz Kaduk1-0/+22
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-4/+15
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-2/+0
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-1/+1
and rendering of images.
2005-04-08Fixed damage scrolling up to restart from below on new hit.Bjørn Lindeijer1-1/+1
2005-04-07Use tmw as package name.v0.0.11.1Bjørn Lindeijer1-1/+1
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer1-1/+1
and "Up" button on skills window disable when appropriate.
2005-04-07Updates for 0.0.11a release this evening and removed action listening fromBjørn Lindeijer1-1/+1
server list to prevent crash.
2005-03-21A few small fixes.Bjørn Lindeijer1-3/+6
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-3/+4
Also fixed a crash on clicking wallpaper in login phase.
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-1/+1
bit more.
2005-03-05Updates to INSTALL and added lib checks to configure.Bjørn Lindeijer1-0/+6
2005-03-01AC_CONFIG_HEADERS typo fix.Bjørn Lindeijer1-2/+1
2005-02-16"make dist" now produces distributions that compile and run, upped version toBjørn Lindeijer1-1/+1
0.0.10 for next release and some minor changes.
2005-02-13Done some work on autoconf usage and removed Arial font.Bjørn Lindeijer1-1/+3
2005-02-13Fail configure when Guichan cannot be found.Bjørn Lindeijer1-4/+7
2005-02-12- ViM linewraps, damnitAlexander Baldeck1-1/+1