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-08-30
Merge branch 'equipment-fix'
Yohann Ferreira
8
-19
/
+88
2011-08-30
Synced the equip.xml file to the latest changes.
Yohann Ferreira
1
-10
/
+29
2011-08-30
Made the db version an official pre-requisite.
Yohann Ferreira
3
-7
/
+14
2011-08-30
Added missing sql update scripts.
Yohann Ferreira
5
-3
/
+46
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
Made the npc_create() function use insertion enqueueing.
Yohann Ferreira
1
-4
/
+1
2011-08-26
Fixed the trigger area declared within map files.
Yohann Ferreira
2
-3
/
+7
2011-08-25
Merge branch 'equipment-fix' of github.com:Bertram25/manaserv
Yohann Ferreira
32
-1205
/
+1663
2011-08-25
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
0
-0
/
+0
2011-08-25
Updated specials.xml to better illustrate the features which are currently
unknown
1
-3
/
+4
2011-08-25
Allowed map names in chr_warp function.
Erik Schilling
1
-2
/
+6
2011-08-25
Created function to make getting monsters easier in scripts.
Erik Schilling
3
-14
/
+16
2011-08-23
Allowed map names in chr_warp function.
Erik Schilling
1
-2
/
+6
2011-08-19
Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...
Yohann Ferreira
22
-218
/
+619
2011-08-19
Added boots and pants to play with on the test map.
Yohann Ferreira
13
-11
/
+363
2011-08-19
Removed the now useless SpriteLayer enum from the protocol.
Yohann Ferreira
1
-17
/
+0
2011-08-19
Changed the sprite layer protocol to support
Yohann Ferreira
5
-59
/
+66
2011-08-19
Used the client base to make a final bugfix on the server code.
Yohann Ferreira
10
-135
/
+194
2011-08-19
Created function to make getting monsters easier in scripts.
Erik Schilling
3
-14
/
+16
2011-08-18
Added LUA function for changing anger of monsters.
Erik Schilling
2
-1
/
+34
2011-08-18
Added LUA function for changing anger of monsters.
Erik Schilling
2
-1
/
+34
2011-08-18
Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...
Yohann Ferreira
3
-19
/
+17
2011-08-18
Change the unequip function to make use of the item instance id.
Yohann Ferreira
3
-18
/
+16
2011-08-18
Fixed a crash when dealing with unknown equipped items.
Yohann Ferreira
1
-1
/
+1
2011-08-11
Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...
Yohann Ferreira
18
-1146
/
+1205
2011-08-11
Basically redid equip and unequip functions().
Yohann Ferreira
4
-156
/
+270
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
2011-08-10
login with random hash
Stefan Beller
3
-3
/
+66
2011-08-10
README: add section for inital db setup
Stefan Beller
1
-2
/
+12
2011-08-10
Made chr_inv_count and npc_trade capable of taking a name or an id.
Erik Schilling
2
-6
/
+40
2011-08-04
Change the changeEquipment() function name
Yohann Ferreira
2
-7
/
+7
2011-08-04
Merge branch 'master' of git://gitorious.org/mana/manaserv
Yohann Ferreira
2
-28
/
+101
2011-08-04
Added new LUA functions used to get items and monster names.
Erik Schilling
1
-0
/
+37
2011-08-04
Allowed names of items and monsters in scripts - part 1.
Erik Schilling
2
-28
/
+64
2011-08-04
Merge branch 'master' of git://gitorious.org/mana/manaserv
Yohann Ferreira
4
-167
/
+293
2011-08-03
Unified the lua.cpp documentation.
Yohann Ferreira
3
-170
/
+208
2011-08-03
Added is_walkable lua function.
Erik Schilling
1
-0
/
+30
2011-08-03
Added monster_remove lua function.
Erik Schilling
2
-0
/
+34
2011-08-03
Added get_map_property lua function.
Erik Schilling
1
-0
/
+24
2011-07-27
Reworked the way equip slot info are loaded in a more logical way.
Yohann Ferreira
5
-79
/
+99
2011-07-27
Reviewed the removeFromSlot() function, fixing the unequip trigger
Yohann Ferreira
1
-5
/
+16
2011-07-27
Fixed and completed the move() function.
Yohann Ferreira
2
-22
/
+70
2011-07-27
Reviewed the Inventory::remove() function.
Yohann Ferreira
2
-9
/
+17
2011-07-27
Reviewed the Inventory::insertion function.
Yohann Ferreira
1
-5
/
+16
2011-07-27
Finished the inventory check, by dropping items
Yohann Ferreira
1
-3
/
+19
2011-07-27
First revision of the Inventory::initialize() code.
Yohann Ferreira
1
-26
/
+38
2011-07-27
Forgot to update the gamehandler.cpp file.
Yohann Ferreira
1
-8
/
+8
[prev]
[next]