summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Changed contact email address to the Mana developer listThorbjørn Lindeijer2010-05-161-1/+1
| | | | Reviewed-by: Jared Adams
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-5/+5
| | | | | Includes a database update. Use update_6_to_7.sql to update existing sqlite databases.
* Fixed the Lua check to also accept plain liblua.aBjørn Lindeijer2009-05-241-1/+2
| | | | | By default the Lua library is simply called liblua.a, while on Debian it is renamed due to incompatibilities among Lua versions.
* Fixed compilation problem with GCC 4.4Bjørn Lindeijer2009-05-241-0/+1
| | | | Fix ported from the client.
* Removed unnecessary autogen.shBjørn Lindeijer2008-12-281-3/+0
| | | | Just running 'autoreconf -i' works fine too. README updated.
* Repaired Lua check breakage in previous commitBjørn Lindeijer2008-11-161-3/+3
|
* Added a raw check for liblua 5.1 to configureBjørn Lindeijer2008-11-161-2/+4
| | | | | | For when pkg-config files aren't available. They most often are not when Lua was installed manually, not sure if they come with the Lua distribution at all.
* Fixed docs not to mention encryption, since all we do is hashing. Also, sinceBjørn Lindeijer2008-04-231-3/+0
| | | | | we decided not to use libcrypto, remove its configure check.
* Implemented "reload" remote command.Guillaume Melquiond2007-08-311-1/+2
|
* Enabled Lua scripting by default.Guillaume Melquiond2007-08-201-7/+9
|
* Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond2007-08-131-61/+18
|
* Added new scripting interface and Lua engine.Guillaume Melquiond2007-08-091-1/+6
|
* Removed obsolete files. Added a generic trigger system.Guillaume Melquiond2007-01-021-23/+1
|
* Generalized the properties functionality as was done in the client before.Bjørn Lindeijer2006-08-041-9/+0
| | | | | | | Removed some more remaining usages of tmwserv namespace. Added some documentation and de-complicized the code a bit. Removed checks for SDL and SDL_net.
* Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer2006-05-131-0/+3
| | | | | to the Makefile.am. Also fixed some compilation warnings.
* * Added errors when SDL_net or libcrypto are not found.Bjørn Lindeijer2005-12-291-3/+4
| | | | | | | | * Reset SEGV signal handling after SDL initialisation to allow cores to be dumped. * Added script that perpetually runs the server and automatically saves a backtrace and restarts when it crashes.
* Added intial SWIG bindings.Aaron Marks2005-11-141-1/+12
|
* Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer2005-07-251-2/+6
| | | | | from client to server. Nothing tested yet, just made sure it still compiled.
* Updated PostgreSQL defines in source to work with updated configure.Aaron Marks2005-06-281-0/+6
| | | | | Added XML configuration loader from tmw.
* Fixed compilation warnings, the unit tests are now compiled if ↵Huynh Tran2005-06-241-9/+14
| | | | --enable-unit-tests is set.
* Wrote the M4 function and re-added header files to Makefile.am for make dist.Huynh Tran2005-06-231-66/+31
|
* Updated configure so that only one database backend can be selected and ↵Huynh Tran2005-06-221-88/+168
| | | | simplified Makefile.am.
* Fixed AMDEP configure problem. Basing on ↵Mateusz Kaduk2005-06-191-10/+11
| | | | http://lists.gnu.org/archive/html/automake/2005-01/msg00034.html
* Removed USE_SQLITE define from configure.ac (not used anywhere anymore)Aaron Marks2005-06-191-3/+1
| | | | | Fixed problem with PGconn not being cleaned up.
* Small fixesEugenio Favalli2005-06-191-1/+1
|
* Added PostgreSQL DAL class.Aaron Marks2005-06-191-2/+50
| | | | | Updated configure.ac to include PostgreSQL & MySQL. (MySQL needs to be adjusted, and it seems that using --with-sqlite will drop out of configure after check for atexit. I dont know why, as i didn't touch the SQLite stuff) :)
* Actually using the new Logger now.Huynh Tran2005-06-191-0/+2
|
* Created Storage child which uses DAL (used by default now).Aaron Marks2005-06-161-1/+1
| | | | | Updated RecoredSet to allow access to rows() and cols().
* Building sqlite conditionalyMateusz Kaduk2005-05-231-6/+20
|
* Print error when trying to build with scripting but without Squirrel installed.Bjørn Lindeijer2005-05-211-3/+4
|
* Disabled scripting by default (enabled using --with-scripting at configure)Aaron Marks2005-05-211-1/+17
|
* Updated checks to include Squirrel & enabled scripting by defaultAaron Marks2005-05-211-0/+1
|
* Linking with sqlite3 and added c++ sqlite wrapperMateusz Kaduk2005-05-081-0/+10
|
* Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer2005-04-141-0/+1
| | | | | | server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe.
* Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer2005-03-191-0/+26
now.