index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sql
/
sqlite
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-16
Allow account email to be null in the database
Thorbjørn Lindeijer
2
-2
/
+63
2013-09-26
Store questlog values in the database
Erik Schilling
2
-2
/
+39
2013-09-08
Cleaned up the inventory handling
Erik Schilling
2
-14
/
+49
2013-08-26
Made cooldowns of abilities scriptable
Erik Schilling
2
-2
/
+35
2013-08-26
Removed skills
Erik Schilling
2
-17
/
+59
2013-08-26
[Abilities] Renamed specials to abilities
Erik Schilling
2
-7
/
+33
2012-12-15
Create database using a single transaction
Thorbjørn Lindeijer
1
-0
/
+4
2012-04-04
Enhanced special support
Erik Schilling
2
-3
/
+15
2012-03-16
Fixed the version in the createTables.sql scripts
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-15
Fixed createTables scripts
Erik Schilling
1
-3
/
+3
2012-03-13
Fixed problems with map-bound world state variables
Thorbjørn Lindeijer
2
-4
/
+65
2011-12-03
Allowed larger item amounts for mysql database.
Erik Schilling
2
-1
/
+10
2011-11-01
Renamed the db update 15 to 18 as requested by Bjorn.
Yohann Ferreira
2
-2
/
+2
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
1
-0
/
+0
2011-10-26
End the confusion about the missing upgrade script
Thorbjørn Lindeijer
1
-0
/
+0
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
2
-1
/
+29
2011-09-08
Merge github.com:mana/manaserv
Yohann Ferreira
2
-1
/
+8
2011-09-05
Fixed size of mapid field in mysql database.
Erik Schilling
1
-0
/
+7
2011-08-30
Added missing sql update scripts.
Yohann Ferreira
2
-1
/
+22
2011-07-27
Begun Applying the new equipment slot handling design.
Yohann Ferreira
1
-1
/
+2
2011-01-22
Fix the default slot values when upgrading the database to version 14.
Yohann Ferreira
1
-1
/
+1
2010-12-29
Corrected the database version of newly created databases.
Yohann Ferreira
1
-1
/
+1
2010-12-29
Made the server handle properly the characters slots.
Yohann Ferreira
2
-0
/
+11
2010-12-27
Added @kick and @kill commands.
Philipp Sehmisch
2
-0
/
+2
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
2
-0
/
+51
2010-11-15
Upgrade database version to 12 as it should have been from the latest update.
Yohann Ferreira
1
-1
/
+1
2010-10-17
Changed the mana_accounts.email field length to 64 characters.
Yohann Ferreira
1
-0
/
+10
2010-09-27
SQLite: Do a proper upgrade of the mana_characters table
Thorbjørn Lindeijer
1
-11
/
+80
2010-09-12
Added script to update SQLite database to version 11
Thorbjørn Lindeijer
1
-0
/
+39
2010-08-29
Merge branch 'testing'
Freeyorp
1
-8
/
+27
2010-08-21
Fixed version in database table creation files
Thorbjørn Lindeijer
1
-1
/
+1
2010-08-18
Change references from database version 10 to version 11 to reflect changes m...
Freeyorp
1
-1
/
+1
2010-08-07
Worked around a typo in the update script from version 7 to 8
Thorbjørn Lindeijer
2
-2
/
+3
2010-08-07
Fixed index creation on mana_char_kill_stats table
Thorbjørn Lindeijer
2
-1
/
+10
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-8
/
+27
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
2
-1
/
+29
2010-05-16
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
1
-1
/
+1
2010-01-16
Correct the database version
Thorbjørn Lindeijer
1
-1
/
+1
2010-01-08
Added tracing of kill count for each monster per character
Philipp Sehmisch
2
-0
/
+33
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-12
/
+12
2009-10-24
Rebranding tmwserv to manaserv
Thorbjørn Lindeijer
2
-108
/
+230
2009-09-30
Adds tmw_char_status_effects tables to mySQL and SQLite
Chuck Miller
2
-1
/
+34
2009-09-09
Fixed superfluous semicolon in sqlite3 createTables.sql file
Thorbjørn Lindeijer
1
-1
/
+1
2009-08-23
Added table and view to prepare reporting of transaction log.
Andreas Habel
3
-8
/
+225
2009-08-17
Update table tmw_accounts. Added columns to store secret key and expiration
Andreas Habel
2
-9
/
+24
2009-03-08
Fix database version in sqlite db creation file
Jared Adams
1
-1
/
+1
2009-03-08
Fix a bug in the sqlite db creation file
Jared Adams
1
-1
/
+1
2009-03-08
Fix error in sqlite 2 to 3 update script
Jared Adams
1
-1
/
+1
2009-03-05
Added transactions for chat events.
David Athay
1
-1
/
+1
2009-03-05
Added transactional history
David Athay
2
-0
/
+25
[next]