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
2011-11-01
Removed some superfluous new character initializations
Thorbjørn Lindeijer
1
-13
/
+0
2011-11-01
Removed the inventory check
Thorbjørn Lindeijer
1
-46
/
+0
2011-11-01
Have one place where the Configuration is initialized
Thorbjørn Lindeijer
4
-94
/
+39
2011-11-01
Renamed the db update 15 to 18 as requested by Bjorn.
Yohann Ferreira
5
-6
/
+6
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
14
-23
/
+73
2011-11-01
dos2unix src/common/manaserv_protocol.h
Yohann Ferreira
1
-448
/
+448
2011-10-26
End the confusion about the missing upgrade script
Thorbjørn Lindeijer
2
-0
/
+0
2011-10-23
Made @money functional again.
Erik Schilling
1
-6
/
+5
2011-10-23
Add jurkan to AUTHORS file.
seeseekey
1
-0
/
+1
2011-10-23
Added function to determine the script engine by the file name extension
jurkan
6
-11
/
+60
2011-10-22
Added a default skill id getter in the skill manager.
Yohann Ferreira
2
-1
/
+5
2011-10-22
Fixed the get_level doxygen documentation.
Yohann Ferreira
1
-1
/
+1
2011-10-22
Officially added the being gender to the protocol.
Yohann Ferreira
4
-6
/
+33
2011-10-22
Added the chr_get_level script function.
Yohann Ferreira
2
-0
/
+19
2011-10-22
Added the chr_set_gender() script function.
Yohann Ferreira
1
-0
/
+20
2011-10-22
.find() -> .value due to recent API changes.
Yohann Ferreira
1
-1
/
+1
2011-10-22
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
5
-7
/
+13
2011-10-20
Return a const & from NameMap to avoid potential deep copies
Thorbjørn Lindeijer
5
-7
/
+13
2011-10-19
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
22
-392
/
+540
2011-10-19
Synced the manaserv.xml.example file with latest changes
Yohann Ferreira
1
-0
/
+5
2011-10-19
Have one place where the Logger is initialized
Thorbjørn Lindeijer
4
-38
/
+21
2011-10-19
Added license header template
Thorbjørn Lindeijer
1
-0
/
+20
2011-10-19
Took interpreting the objects out of the map reader
Thorbjørn Lindeijer
8
-216
/
+229
2011-10-19
Prevent server crash by not having beings talk after spawn for now
Thorbjørn Lindeijer
1
-7
/
+12
2011-10-19
Removed inappropriate assignment to mOld in Being::findPath
Thorbjørn Lindeijer
1
-5
/
+7
2011-10-19
Mention MySQL as an optional dependency
Thorbjørn Lindeijer
1
-4
/
+10
2011-10-19
Made get_beings_in_circle capable of taking a being as argument.
Erik Schilling
1
-3
/
+16
2011-10-15
Added script bindings for reading map objects
Erik Schilling
6
-155
/
+264
2011-09-29
Don't log private chat messages.
Yohann Ferreira
1
-8
/
+0
2011-09-28
Started to fix the autoattack system.
Yohann Ferreira
5
-46
/
+47
2011-09-28
Added a default skill id getter in the skill manager.
Yohann Ferreira
2
-1
/
+5
2011-09-28
Fixed the items.xml file
Yohann Ferreira
1
-14
/
+17
2011-09-28
Added the chr_set_gender() script function.
Yohann Ferreira
1
-0
/
+20
2011-09-28
Officially added the being gender to the protocol.
Yohann Ferreira
3
-5
/
+29
2011-09-28
Added the chr_get_level script function.
Yohann Ferreira
2
-0
/
+19
2011-09-28
Merge github.com:mana/manaserv
Yohann Ferreira
5
-16
/
+18
2011-09-28
Clarified the role of initialize() and reload() functions in the monster
Yohann Ferreira
2
-6
/
+8
2011-09-28
Fixed mem leak on the item and monster manager unloading process
Yohann Ferreira
3
-8
/
+16
2011-09-28
Added a bit more precision on the conditions used in the TriggerArea::update(...
Yohann Ferreira
2
-2
/
+6
2011-09-28
Rewrote the skill manager the same way as the item manager.
Yohann Ferreira
2
-128
/
+149
2011-09-28
Turned the skill manager into a class.
Yohann Ferreira
3
-7
/
+24
2011-09-28
Made the npc_create() function use insertion enqueueing.
Yohann Ferreira
1
-4
/
+1
2011-09-28
Fixed the trigger area declared within map files.
Yohann Ferreira
2
-3
/
+7
2011-09-28
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
5
-79
/
+50
2011-09-15
Added chatcommand to get position of a character.
Erik Schilling
2
-0
/
+34
2011-09-13
Avoid crashing the game server when the last argument is quoted.
Yohann Ferreira
1
-1
/
+9
2011-09-13
Add Ablu and seeseekey to the AUTHORS file.
seeseekey
1
-0
/
+2
2011-09-12
Merge pull request #4 from Philipp-S/specials.xml
Philipp Sehmisch
1
-3
/
+4
2011-09-12
Changed specials.xml to reflect the current capabilities
Philipp Sehmisch
1
-3
/
+4
2011-09-09
Add Ablu and seeseekey to the AUTHORS file.
seeseekey
1
-0
/
+2
[next]