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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-17
Changed the mana_accounts.email field length to 64 characters.
Yohann Ferreira
3
-1
/
+24
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
11
-52
/
+92
2010-10-17
Fix hp regeneration units.
Freeyorp
1
-2
/
+2
2010-10-17
Get rid of some unneeded direct calls to setBase for attributes.
Freeyorp
1
-8
/
+5
2010-10-17
Synchronise defaults between configuration file and source.
Freeyorp
3
-3
/
+3
2010-10-14
Hopefully fix the logging rotation this time.
Yohann Ferreira
3
-25
/
+89
2010-09-29
Add log file rotation support based on ExceptionFault's work.
Yohann Ferreira
5
-19
/
+212
2010-09-27
SQLite: Do a proper upgrade of the mana_characters table
Thorbjørn Lindeijer
1
-11
/
+80
2010-09-22
Added options to disable the server log to standard output to the minimum.
Yohann Ferreira
2
-19
/
+26
2010-09-22
Centralized the servers' exit values.
Yohann Ferreira
6
-42
/
+79
2010-09-19
Small fixes.
Freeyorp
4
-16
/
+11
2010-09-16
Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.
Yohann Ferreira
1
-42
/
+54
2010-09-15
Fixed characters not being returned at character selection when using MySQL.
Yohann Ferreira
2
-12
/
+12
2010-09-15
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
9
-39
/
+55
2010-09-12
Added script to update SQLite database to version 11
Thorbjørn Lindeijer
1
-0
/
+39
2010-09-12
Fixed removal of hardcoded attributes in the MySQL update script
Thorbjørn Lindeijer
1
-7
/
+7
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
13
-120
/
+161
2010-09-07
Added config options to set stats and log files and paths.
Yohann Ferreira
2
-27
/
+34
2010-09-06
Added <points> tag handling in attributes.xml.
Yohann Ferreira
2
-47
/
+90
2010-08-31
Added a --config manaserv.xml file path options to both servers.
Yohann Ferreira
2
-48
/
+140
2010-08-30
Change primary and secondary tags in attributes.xml from stats and stat to at...
Freeyorp
2
-4
/
+4
2010-08-30
Added @mute chat command.
Philipp Sehmisch
4
-4
/
+69
2010-08-29
Merge branch 'testing'
Freeyorp
58
-1926
/
+3479
2010-08-22
Some coding style tweaks
Thorbjørn Lindeijer
3
-20
/
+16
2010-08-22
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
5
-10
/
+14
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
6
-33
/
+31
2010-08-22
Print out a backtrace when a Lua error is raised
Thorbjørn Lindeijer
2
-20
/
+26
2010-08-22
Print out the actual error message in case of a syntax error
Thorbjørn Lindeijer
1
-3
/
+7
2010-08-22
Another small simplification
Thorbjørn Lindeijer
1
-7
/
+1
2010-08-22
Avoid collision with type 'int' in SQL query
Thorbjørn Lindeijer
1
-12
/
+7
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
4
-101
/
+47
2010-08-21
Fixed version in database table creation files
Thorbjørn Lindeijer
2
-2
/
+2
2010-08-21
Perform more detailed argument checking in Lua functions
Thorbjørn Lindeijer
1
-154
/
+101
2010-08-18
Change references from database version 10 to version 11 to reflect changes m...
Freeyorp
4
-4
/
+4
2010-08-15
Add included enet to CMake
Bernd Wachter
1
-3
/
+8
2010-08-14
Set the database ID of a new character immediately after creating it.
Freeyorp
1
-3
/
+3
2010-08-13
Fix enet check macros.
Freeyorp
2
-3
/
+3
2010-08-09
Fix enet version check
Jared Adams
2
-3
/
+15
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
Also provide an update script for MySQL
Thorbjørn Lindeijer
1
-0
/
+3
2010-08-07
Fixed index creation on mana_char_kill_stats table
Thorbjørn Lindeijer
3
-2
/
+11
2010-08-07
Fixed typo
Thorbjørn Lindeijer
1
-1
/
+1
2010-08-07
Revert "Added a method of updating the passwords of an existing database"
Thorbjørn Lindeijer
2
-50
/
+0
2010-08-07
Renamed modifiedAttribute to updateDerivedAttributes
Thorbjørn Lindeijer
6
-17
/
+17
2010-08-04
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
2
-0
/
+21
2010-08-03
Add sanity checks for hp when hp or max hp change.
Freeyorp
1
-0
/
+6
2010-08-03
Allow default values for attributes at character creation time.
Freeyorp
3
-8
/
+41
2010-08-02
Fix enet version check
Jared Adams
2
-13
/
+7
2010-08-02
Changed the stat file name to attributes.xml.
Yohann Ferreira
5
-14
/
+20
2010-08-02
Add support for enet 1.3
Jared Adams
2
-0
/
+27
[next]