summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-084-14/+66
* Actually use transactions for mysql updatesErik Schilling2013-04-132-4/+4
* Create database using a single transactionThorbjørn Lindeijer2012-12-151-0/+4
* Added mysql update script for the special commitErik Schilling2012-04-041-0/+11
* Enhanced special supportErik Schilling2012-04-043-6/+19
* Fixed the version in the createTables.sql scriptsThorbjørn Lindeijer2012-03-163-6/+5
* Fixed createTables scriptsErik Schilling2012-03-152-6/+6
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-135-11/+98
* Allowed larger item amounts for mysql database.Erik Schilling2011-12-034-3/+19
* Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira2011-11-014-5/+5
* Merge github.com:mana/manaservYohann Ferreira2011-11-012-0/+0
|\
| * End the confusion about the missing upgrade scriptThorbjørn Lindeijer2011-10-262-0/+0
* | Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-094-2/+65
* | Merge github.com:mana/manaservYohann Ferreira2011-09-084-3/+17
|\|
| * Fixed size of mapid field in mysql database.Erik Schilling2011-09-053-1/+15
* | Fixed size of mapid field in mysql database.Erik Schilling2011-09-051-1/+1
* | Added missing sql update scripts.Yohann Ferreira2011-08-304-2/+45
* | Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-272-4/+5
|/
* Fix the default slot values when upgrading the database to version 14.Yohann Ferreira2011-01-222-2/+2
* Corrected the database version of newly created databases.Yohann Ferreira2010-12-292-2/+2
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-294-0/+23
* Added @kick and @kill commands.Philipp Sehmisch2010-12-274-0/+4
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-274-0/+101
* Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira2010-11-152-2/+2
* Changed the mana_accounts.email field length to 64 characters.Yohann Ferreira2010-10-173-1/+24
* SQLite: Do a proper upgrade of the mana_characters tableThorbjørn Lindeijer2010-09-271-11/+80
* Fixed characters not being returned at character selection when using MySQL.Yohann Ferreira2010-09-152-12/+12
* Added script to update SQLite database to version 11Thorbjørn Lindeijer2010-09-121-0/+39
* Fixed removal of hardcoded attributes in the MySQL update scriptThorbjørn Lindeijer2010-09-121-7/+7
* Merge branch 'testing'Freeyorp2010-08-293-17/+109
|\
| * Change references from database version 10 to version 11 to reflect changes m...Freeyorp2010-08-183-3/+3
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-103-17/+109
* | Fixed version in database table creation filesThorbjørn Lindeijer2010-08-212-2/+2
* | Worked around a typo in the update script from version 7 to 8Thorbjørn Lindeijer2010-08-072-2/+3
* | Also provide an update script for MySQLThorbjørn Lindeijer2010-08-071-0/+3
* | Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer2010-08-072-1/+10
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-094-2/+59
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-1/+1
* Fixed a typo in mysql database update script for v7 to v8.Philipp Sehmisch2010-03-181-1/+1
* Fix a syntax error in MYSQL createTable scriptBlue Sans Douze2010-01-231-4/+4
* Updates mysql to database version 8Chuck Miller2010-01-162-2/+31
* Correct the database versionThorbjørn Lindeijer2010-01-161-1/+1
* Merge branch 'master' of ssh://git@gitorious.org/mana/manaservBlue2010-01-102-0/+33
|\
| * Added tracing of kill count for each monster per characterPhilipp Sehmisch2010-01-082-0/+33
* | Fixing the mysql backend and the mysql createTables scriptBlue2010-01-101-19/+63
|/
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-063-24/+44
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-245-211/+331
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-303-2/+53
* Fixed superfluous semicolon in sqlite3 createTables.sql fileThorbjørn Lindeijer2009-09-091-1/+1
* Added table and view to prepare reporting of transaction log.Andreas Habel2009-08-233-8/+225