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
/
game-server
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-03
Clear the gid flags before processing them
Thorbjørn Lindeijer
2
-12
/
+21
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
8
-49
/
+129
2012-01-22
Removed logging of chat
Erik Schilling
1
-3
/
+0
2012-01-21
Made @announce fully functional
Erik Schilling
1
-7
/
+8
2012-01-18
Fixed the chr_inv_count function to handle equipment.
Yohann Ferreira
2
-10
/
+37
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
4
-19
/
+52
2012-01-10
Added unequip lua script functions.
Yohann Ferreira
2
-0
/
+46
2012-01-10
Added equip lua script functions.
Yohann Ferreira
2
-1
/
+16
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
8
-24
/
+29
2011-12-04
Added @skills command which lists all skills
Erik Schilling
1
-0
/
+41
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
Merged three global script states into one
Thorbjørn Lindeijer
3
-9
/
+9
2011-11-07
Small cleanups in utils::Timer
Thorbjørn Lindeijer
1
-1
/
+1
2011-11-02
Added @permissions command
Erik Schilling
1
-18
/
+47
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
1
-44
/
+12
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
6
-20
/
+51
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
4
-11
/
+41
2011-10-22
Added a default skill id getter in the skill manager.
Yohann Ferreira
1
-0
/
+4
2011-10-22
Officially added the being gender to the protocol.
Yohann Ferreira
2
-5
/
+19
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
4
-5
/
+5
2011-10-20
Return a const & from NameMap to avoid potential deep copies
Thorbjørn Lindeijer
4
-5
/
+5
2011-10-19
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
11
-349
/
+317
2011-10-19
Have one place where the Logger is initialized
Thorbjørn Lindeijer
1
-18
/
+1
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-15
Added script bindings for reading map objects
Erik Schilling
3
-154
/
+124
2011-09-28
Started to fix the autoattack system.
Yohann Ferreira
4
-46
/
+36
2011-09-28
Added a default skill id getter in the skill manager.
Yohann Ferreira
1
-0
/
+4
2011-09-28
Officially added the being gender to the protocol.
Yohann Ferreira
2
-5
/
+17
2011-09-28
Merge github.com:mana/manaserv
Yohann Ferreira
4
-14
/
+16
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
Fixed the trigger area declared within map files.
Yohann Ferreira
1
-1
/
+5
2011-09-28
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
4
-78
/
+49
2011-09-15
Added chatcommand to get position of a character.
Erik Schilling
1
-0
/
+33
2011-09-13
Avoid crashing the game server when the last argument is quoted.
Yohann Ferreira
1
-1
/
+9
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
3
-9
/
+99
2011-09-08
Merge github.com:mana/manaserv
Yohann Ferreira
1
-1
/
+1
2011-09-05
Added possibility for using monster name in SPAWN map objects.
Erik Schilling
1
-14
/
+41
2011-09-04
Added possibility for using monster name in SPAWN map objects.
Erik Schilling
1
-14
/
+41
2011-09-02
Prevented char from picking up items when inventory is full.
Erik Schilling
1
-9
/
+14
2011-09-01
Added chatcommand to get position of a character.
Erik Schilling
1
-0
/
+33
[prev]
[next]