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
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
2011-09-01
Prevented char from picking up items when inventory is full.
Erik Schilling
1
-9
/
+14
2011-08-30
As requested, changed the trigger 'existence' to 'in-inventory'.
Yohann Ferreira
1
-2
/
+2
2011-08-30
Avoid crashing the game server when the last argument is quoted.
Yohann Ferreira
1
-1
/
+9
2011-08-26
Fixed mem leak on the item and monster manager unloading process
Yohann Ferreira
3
-3
/
+11
2011-08-26
Rewrote the skill manager the same way as the item manager.
Yohann Ferreira
3
-131
/
+169
2011-08-26
Added a bit more precision on the conditions used in the TriggerArea::update(...
Yohann Ferreira
2
-2
/
+6
2011-08-26
Fixed the trigger area declared within map files.
Yohann Ferreira
1
-1
/
+5
2011-08-19
Changed the sprite layer protocol to support
Yohann Ferreira
4
-57
/
+64
2011-08-19
Used the client base to make a final bugfix on the server code.
Yohann Ferreira
4
-132
/
+147
2011-08-18
Change the unequip function to make use of the item instance id.
Yohann Ferreira
2
-16
/
+14
2011-08-18
Fixed a crash when dealing with unknown equipped items.
Yohann Ferreira
1
-1
/
+1
2011-08-11
Basically redid equip and unequip functions().
Yohann Ferreira
2
-154
/
+262
2011-08-10
Changed ItemEquipInfo to only be a pair of unsigned.
Yohann Ferreira
3
-14
/
+12
2011-08-10
Fixed getting slot id per name.
Yohann Ferreira
2
-6
/
+20
[prev]
[next]