index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
10
-81
/
+188
2010-09-12
Added an example attributes.xml
Thorbjørn Lindeijer
1
-0
/
+38
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-09
Documented all the currently available options in manaserv.xml.example.
Yohann Ferreira
1
-7
/
+33
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
14
-123
/
+163
2010-09-07
Added config options to set stats and log files and paths.
Yohann Ferreira
3
-32
/
+52
2010-09-06
Added <points> tag handling in attributes.xml.
Yohann Ferreira
3
-53
/
+95
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
5
-4
/
+70
2010-08-29
Merge branch 'testing'
Freeyorp
59
-1926
/
+3487
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
Added an empty mana-status-effect.xml to the example
Thorbjørn Lindeijer
1
-0
/
+3
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
6
-104
/
+55
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-17
Add enet files to codeblocks
Stefan Dombrowski
3
-2
/
+45
2010-08-15
Add static libraries to .gitignore
Bernd Wachter
1
-0
/
+3
2010-08-15
Add included enet to CMake
Bernd Wachter
3
-3
/
+65
2010-08-15
Add enet files
Bernd Wachter
22
-0
/
+5862
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
2010-07-30
Fixed a little mistake done in Monster::setAttribute.
Yohann Ferreira
1
-4
/
+4
2010-07-30
Made the game-server compile again with CMake.
Yohann Ferreira
1
-0
/
+8
2010-07-30
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
6
-22
/
+173
2010-07-28
Added back the forgotten Being::attackType enum in the server.
Yohann Ferreira
1
-1
/
+15
2010-07-23
Added a simple sanity check to avoid a gameserver crash at login.
Yohann Ferreira
1
-5
/
+11
2010-07-23
Fixing compatibility with cmake 2.6.0
Renato Alves
1
-2
/
+2
[next]