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
2012-01-22
Removed logging of chat
Erik Schilling
2
-15
/
+0
2012-01-21
Made @announce fully functional
Erik Schilling
5
-47
/
+40
2012-01-18
Added the chr_get_inventory and chr_get_equipment functions.
Yohann Ferreira
1
-0
/
+137
2012-01-18
Fixed the chr_inv_count function to handle equipment.
Yohann Ferreira
3
-16
/
+48
2012-01-16
Made the lua item_drop script function returns whether it succeeded.
Yohann Ferreira
1
-4
/
+4
2012-01-16
Added several script warnings on errors.
Yohann Ferreira
1
-7
/
+10
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
4
-19
/
+52
2012-01-10
Random small fixes linked to lua c++ scripting functions.
Yohann Ferreira
1
-10
/
+39
2012-01-10
Added unequip lua script functions.
Yohann Ferreira
3
-0
/
+111
2012-01-10
Added equip lua script functions.
Yohann Ferreira
3
-1
/
+87
2012-01-03
Fixed code not getting executed since it was behind a return
Erik Schilling
1
-1
/
+1
2012-01-02
Made all beings capable of having a gender
Erik Schilling
12
-44
/
+91
2011-12-04
Added @skills command which lists all skills
Erik Schilling
1
-0
/
+41
2011-12-03
Allowed larger item amounts for mysql database.
Erik Schilling
5
-4
/
+20
2011-11-21
Allow includes in configuration file.
Erik Schilling
1
-6
/
+35
2011-11-12
Prevented the equipment to remove the item when something went wrong.
Yohann Ferreira
1
-10
/
+12
2011-11-12
Made the server warn the player when equip/unequip failed.
Yohann Ferreira
1
-4
/
+15
2011-11-07
Removed unused singleton template
Thorbjørn Lindeijer
1
-71
/
+0
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
7
-68
/
+38
2011-11-07
Small cleanups in utils::Timer
Thorbjørn Lindeijer
4
-21
/
+21
2011-11-02
Added @permissions command
Erik Schilling
1
-18
/
+47
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
12
-23
/
+71
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
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
1
-0
/
+4
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
3
-6
/
+32
2011-10-22
Added the chr_get_level script function.
Yohann Ferreira
1
-0
/
+18
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
18
-381
/
+493
2011-10-19
Have one place where the Logger is initialized
Thorbjørn Lindeijer
4
-38
/
+21
2011-10-19
Took interpreting the objects out of the map reader
Thorbjørn Lindeijer
8
-216
/
+229
2011-10-19
Removed inappropriate assignment to mOld in Being::findPath
Thorbjørn Lindeijer
1
-5
/
+7
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
1
-0
/
+4
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
1
-0
/
+18
[next]