Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-16 | Changed contact email address to the Mana developer list | Thorbjørn Lindeijer | 1 | -1/+1 | |
Reviewed-by: Jared Adams | |||||
2009-10-24 | Rebranding tmwserv to manaserv | Thorbjørn Lindeijer | 1 | -5/+5 | |
Includes a database update. Use update_6_to_7.sql to update existing sqlite databases. | |||||
2009-05-24 | Fixed the Lua check to also accept plain liblua.a | Bjørn Lindeijer | 1 | -1/+2 | |
By default the Lua library is simply called liblua.a, while on Debian it is renamed due to incompatibilities among Lua versions. | |||||
2009-05-24 | Fixed compilation problem with GCC 4.4 | Bjørn Lindeijer | 1 | -0/+1 | |
Fix ported from the client. | |||||
2008-12-28 | Removed unnecessary autogen.sh | Bjørn Lindeijer | 1 | -3/+0 | |
Just running 'autoreconf -i' works fine too. README updated. | |||||
2008-11-16 | Repaired Lua check breakage in previous commit | Bjørn Lindeijer | 1 | -3/+3 | |
2008-11-16 | Added a raw check for liblua 5.1 to configure | Bjørn Lindeijer | 1 | -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. | |||||
2008-04-23 | Fixed docs not to mention encryption, since all we do is hashing. Also, since | Bjørn Lindeijer | 1 | -3/+0 | |
we decided not to use libcrypto, remove its configure check. | |||||
2007-08-31 | Implemented "reload" remote command. | Guillaume Melquiond | 1 | -1/+2 | |
2007-08-20 | Enabled Lua scripting by default. | Guillaume Melquiond | 1 | -7/+9 | |
2007-08-13 | Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables. | Guillaume Melquiond | 1 | -61/+18 | |
2007-08-09 | Added new scripting interface and Lua engine. | Guillaume Melquiond | 1 | -1/+6 | |
2007-01-02 | Removed obsolete files. Added a generic trigger system. | Guillaume Melquiond | 1 | -23/+1 | |
2006-08-04 | Generalized the properties functionality as was done in the client before. | Bjørn Lindeijer | 1 | -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. | |||||
2006-05-13 | Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h | Bjørn Lindeijer | 1 | -0/+3 | |
to the Makefile.am. Also fixed some compilation warnings. | |||||
2005-12-29 | * Added errors when SDL_net or libcrypto are not found. | Bjørn Lindeijer | 1 | -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. | |||||
2005-11-14 | Added intial SWIG bindings. | Aaron Marks | 1 | -1/+12 | |
2005-07-25 | Added modified Map, MapReader, ResourceManager classes and base64 functions | Bjørn Lindeijer | 1 | -2/+6 | |
from client to server. Nothing tested yet, just made sure it still compiled. | |||||
2005-06-28 | Updated PostgreSQL defines in source to work with updated configure. | Aaron Marks | 1 | -0/+6 | |
Added XML configuration loader from tmw. | |||||
2005-06-24 | Fixed compilation warnings, the unit tests are now compiled if ↵ | Huynh Tran | 1 | -9/+14 | |
--enable-unit-tests is set. | |||||
2005-06-23 | Wrote the M4 function and re-added header files to Makefile.am for make dist. | Huynh Tran | 1 | -66/+31 | |
2005-06-22 | Updated configure so that only one database backend can be selected and ↵ | Huynh Tran | 1 | -88/+168 | |
simplified Makefile.am. | |||||
2005-06-19 | Fixed AMDEP configure problem. Basing on ↵ | Mateusz Kaduk | 1 | -10/+11 | |
http://lists.gnu.org/archive/html/automake/2005-01/msg00034.html | |||||
2005-06-19 | Removed USE_SQLITE define from configure.ac (not used anywhere anymore) | Aaron Marks | 1 | -3/+1 | |
Fixed problem with PGconn not being cleaned up. | |||||
2005-06-19 | Small fixes | Eugenio Favalli | 1 | -1/+1 | |
2005-06-19 | Added PostgreSQL DAL class. | Aaron Marks | 1 | -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) :) | |||||
2005-06-19 | Actually using the new Logger now. | Huynh Tran | 1 | -0/+2 | |
2005-06-16 | Created Storage child which uses DAL (used by default now). | Aaron Marks | 1 | -1/+1 | |
Updated RecoredSet to allow access to rows() and cols(). | |||||
2005-05-23 | Building sqlite conditionaly | Mateusz Kaduk | 1 | -6/+20 | |
2005-05-21 | Print error when trying to build with scripting but without Squirrel installed. | Bjørn Lindeijer | 1 | -3/+4 | |
2005-05-21 | Disabled scripting by default (enabled using --with-scripting at configure) | Aaron Marks | 1 | -1/+17 | |
2005-05-21 | Updated checks to include Squirrel & enabled scripting by default | Aaron Marks | 1 | -0/+1 | |
2005-05-08 | Linking with sqlite3 and added c++ sqlite wrapper | Mateusz Kaduk | 1 | -0/+10 | |
2005-04-14 | Added check for SDL_net to configure.ac, made world clock work and made the | Bjørn Lindeijer | 1 | -0/+1 | |
server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe. | |||||
2005-03-19 | Start on files that enable compiling this, but don't expect it to compile for | Bjørn Lindeijer | 1 | -0/+26 | |
now. |