summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-02-18Introduced configure switch for tmwserv/eAthenaBjørn Lindeijer1-5/+37
Preparation for universal client.
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+1
Conflicts: CMakeLists.txt configure.ac data/help/header.txt packaging/windows/setup.nsi po/POTFILES.in src/being.cpp src/being.h src/game.cpp src/gui/color.cpp src/gui/color.h src/gui/equipmentwindow.h src/gui/popupmenu.cpp src/gui/recorder.cpp src/gui/setup_colors.h src/gui/setup_keyboard.cpp src/gui/setup_keyboard.h src/gui/skill.cpp src/gui/speechbubble.cpp src/gui/speechbubble.h src/gui/table.cpp src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/main.cpp src/main.h src/map.cpp src/resources/colordb.cpp src/resources/colordb.h src/resources/emotedb.cpp src/resources/emotedb.h src/text.cpp src/text.h src/tmw.rc src/winver.h
2009-02-11Adjusted a few files for release.Ira Rice1-1/+1
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-12Updated version to 0.0.28.1Bjørn Lindeijer1-1/+1
Also updated NEWS file with changes since 0.0.28.
2009-01-24Version updated to 0.0.28Bjørn Lindeijer1-1/+1
To be released hopefully tomorrow.
2009-01-16Candidate release for 0.0.27.1 (Windows needs to get colors fixed, andIra Rice1-1/+1
then this build might be official) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-06Added support for internationalizationIra Rice1-4/+10
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-06Added support for internationalizationBjørn Lindeijer1-4/+5
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91.
2009-01-05Cleaned autotools filesGuillaume Melquiond1-32/+36
Put object files in subdirectories. Moved compilation flags to configure script. Added library header checks. (cherry picked from mainline commit 0bebbc320d50178a7ece573319cd6687a950dafa)
2009-01-04Fixed installing of dejavusans.ttf font.Bjørn Lindeijer1-0/+1
(cherry picked from mainline commit 8d1299338e033e1de539dae36856e365855fabc1) Conflicts: src/gui/gui.cpp
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-1/+5
class. NOTE: This commit adds a brand new dependency (SDL_TTF). Make sure to install it, regenerate your config files, reconfigure, and then install before attempting to compile. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-0/+3
(cherry-picked from mainline)
2008-12-07Fixed a few files that apparently weren't updated.Ira Rice1-4/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-0/+4
Conflicts: AUTHORS CMakeLists.txt ChangeLog INSTALL README aethyra.cbp configure.ac data/help/changes.txt data/help/commands.txt data/help/header.txt data/help/support.txt src/Makefile.am src/aethyra.rc src/being.cpp src/being.h src/equipment.cpp src/equipment.h src/floor_item.h src/game.cpp src/gui/buddywindow.cpp src/gui/char_select.cpp src/gui/char_server.cpp src/gui/chat.cpp src/gui/chat.h src/gui/equipmentwindow.cpp src/gui/equipmentwindow.h src/gui/gui.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/itemcontainer.cpp src/gui/itemcontainer.h src/gui/minimap.cpp src/gui/ministatus.cpp src/gui/newskill.cpp src/gui/npc_text.cpp src/gui/npclistdialog.h src/gui/ok_dialog.cpp src/gui/setup_video.cpp src/gui/skill.cpp src/gui/skill.h src/gui/status.h src/gui/table_model.h src/gui/updatewindow.cpp src/gui/viewport.cpp src/inventory.cpp src/inventory.h src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/localplayer.h src/logindata.h src/main.cpp src/map.cpp src/monster.cpp src/monster.h src/net/beinghandler.cpp src/net/beinghandler.h src/net/buysellhandler.cpp src/net/equipmenthandler.cpp src/net/loginhandler.cpp src/net/loginhandler.h src/net/network.h src/net/npchandler.cpp src/net/playerhandler.cpp src/net/protocol.h src/net/tradehandler.cpp src/npc.cpp src/npc.h src/particleemitter.cpp src/particleemitterprop.h src/player.cpp src/player.h src/player_relations.cpp src/resources/imageset.cpp src/resources/imageset.h src/resources/itemdb.cpp src/resources/mapreader.cpp src/resources/monsterinfo.h src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h src/tileset.h src/utils/fastsqrt.h src/utils/strprintf.cpp src/winver.h tools/tmxcopy/Makefile tools/tmxcopy/base64.cpp tools/tmxcopy/base64.h tools/tmxcopy/tostring.h Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Changed bug contact to developer mailing listBjørn Lindeijer1-1/+1
2008-12-07Updated version to 0.0.27Bjørn Lindeijer1-1/+1
2008-11-04Committed an extension to the San Serif font by Vargavind on TMW so that Ira Rice1-1/+1
it contains the complete ISO-8859-15 character set, as well as made a few other smaller fixes towards fixing make dist.
2008-11-03Updated a few files that have been out of date for a while. This doesn't Ira Rice1-1/+1
fix make dist yet, but at least these files aren't out of date any more.
2008-08-28Updated the version to 0.0.26 and updated the AUTHORS file. If you haveBjørn Lindeijer1-1/+1
contributed and I forgot you, please contact me as soon as possible!
2008-08-07Rebranding TME to AethyraKraant1-2/+2
2008-07-27Changed files to tmeDouglas Boffey1-3/+3
2008-07-25Updated the version to 0.0.25, release planned this Sunday.Bjørn Lindeijer1-1/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-07Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).Bjørn Lindeijer1-1/+1
2008-03-30Updated configure.ac for tmwdata split (patch by peavey).Bjørn Lindeijer1-2/+0
2007-12-22Updated version to 0.0.24. Release data set to tomorrow, we'll see.Bjørn Lindeijer1-1/+1
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-12/+6
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-06-02Updated version and release date and summarized changes.Bjørn Lindeijer1-1/+1
2007-02-26Made OpenGL enabled by default.Bjørn Lindeijer1-4/+4
2007-02-17Fixed configure.ac still mentioning sprites. Man I'm getting rusty on this!Bjørn Lindeijer1-1/+0
2007-02-15Changed version to 0.0.22.2.Bjørn Lindeijer1-1/+1
2007-01-14Updated version to 0.0.22.1.Bjørn Lindeijer1-1/+1
2006-12-23Small followup fix.Bjørn Lindeijer1-1/+0
2006-12-23Removed database files, minimaps, items, monster sprites, maps and sounds fromBjørn Lindeijer1-2/+0
the release. They will be released dynamically only.
2006-12-21Updated version to 0.0.22.Bjørn Lindeijer1-1/+1
2006-10-29Let's do a 0.0.21.1 first.Bjørn Lindeijer1-1/+1
2006-10-29Some getting ready for 0.0.22.1 release.Bjørn Lindeijer1-1/+1
2006-10-23Added zlib check before PhysFS check. The PhysFS check was failing on MSYSBjørn Lindeijer1-0/+3
because of a missing -lz.
2006-10-07Added support for gzip compressed map layer data. Increased version to 0.0.22.Bjørn Lindeijer1-1/+1
Cleaned up overlay initialization a bit.
2006-08-26Added Makefile.am to make sure the item icons are installed.Bjørn Lindeijer1-0/+1
2006-08-21Updated makefiles to account for new ambient images and changed the versionBjørn Lindeijer1-1/+2
from 0.0.20.1 to 0.0.21.
2006-08-20Moved libpng check before SDL_image check, since the latter requires the former.Bjørn Lindeijer1-3/+3
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-14/+14
from the 0.1.0 branch.
2006-07-25Fixed updating on Windows (rename was failing when target file existed).Bjørn Lindeijer1-1/+1
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