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
/
inventory.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
Fix Inventory::getNewEquipItemInstance to yield really unique ids.
Stefan Beller
1
-9
/
+8
2012-03-16
Fixed Inventory::unequipItem function
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-18
Fixed the chr_inv_count function to handle equipment.
Yohann Ferreira
1
-9
/
+33
2012-01-10
Added unequip lua script functions.
Yohann Ferreira
1
-0
/
+31
2012-01-10
Added equip lua script functions.
Yohann Ferreira
1
-0
/
+9
2012-01-03
Fixed code not getting executed since it was behind a return
Erik Schilling
1
-1
/
+1
2011-11-12
Prevented the equipment to remove the item when something went wrong.
Yohann Ferreira
1
-10
/
+12
2011-11-01
Removed the inventory check
Thorbjørn Lindeijer
1
-46
/
+0
2011-08-19
Changed the sprite layer protocol to support
Yohann Ferreira
1
-2
/
+17
2011-08-19
Used the client base to make a final bugfix on the server code.
Yohann Ferreira
1
-114
/
+111
2011-08-18
Change the unequip function to make use of the item instance id.
Yohann Ferreira
1
-14
/
+12
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
1
-133
/
+218
2011-08-10
Changed ItemEquipInfo to only be a pair of unsigned.
Yohann Ferreira
1
-7
/
+7
2011-08-04
Change the changeEquipment() function name
Yohann Ferreira
1
-5
/
+5
2011-07-27
Reworked the way equip slot info are loaded in a more logical way.
Yohann Ferreira
1
-1
/
+1
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
1
-21
/
+68
2011-07-27
Reviewed the Inventory::remove() function.
Yohann Ferreira
1
-7
/
+16
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
Changed the protocol a bit to use int16 instead of 8.
Yohann Ferreira
1
-4
/
+4
2011-07-27
Begun Applying the new equipment slot handling design.
Yohann Ferreira
1
-39
/
+11
2011-07-27
Removed the inventory delay mode for now.
Yohann Ferreira
1
-236
/
+80
2011-07-27
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
1
-42
/
+43
2011-06-02
Fixed crash when handling unequip
Thorbjørn Lindeijer
1
-5
/
+13
2011-05-17
Fixed an item dupe bug
Angelo Castellani
1
-4
/
+15
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-2
/
+3
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-5
/
+5
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
1
-48
/
+48
2010-10-25
Avoid assertion when removing unknown items
Thorbjørn Lindeijer
1
-3
/
+3
2010-10-25
Fixed crash when the server tries to remove unknown items
Thorbjørn Lindeijer
1
-15
/
+22
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-601
/
+568
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+0
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-01-10
Item types and weapon types are now identified by name instead of numbers in ...
Philipp Sehmisch
1
-1
/
+1
2008-01-07
Implemented some of the game mechanics we decided to use. The clients now onl...
Philipp Sehmisch
1
-1
/
+4
2007-08-19
Added support for protective equipment.
Guillaume Melquiond
1
-15
/
+73
2007-08-14
Fixed incorrect update message when merging item stacks and removing one of t...
Guillaume Melquiond
1
-4
/
+5
2007-08-14
Handled money as part of the inventory.
Guillaume Melquiond
1
-0
/
+23
2007-08-09
Prevented player from merging too many items.
Guillaume Melquiond
1
-1
/
+2
2007-08-09
Fixed strange behavior of inventory.
Guillaume Melquiond
1
-3
/
+3
2007-08-09
Fixed item move toward a not yet existing slot.
Guillaume Melquiond
1
-1
/
+9
2007-08-08
Untested means full of trivial bugs.
Guillaume Melquiond
1
-8
/
+9
2007-08-08
Changed some argument types. Added untested protocol for moving objects betwe...
Guillaume Melquiond
1
-1
/
+146
2007-08-01
Added notification on changes of look.
Guillaume Melquiond
1
-76
/
+119
2007-07-31
Added protocol for removing equipment. Compressed inventory message a bit.
Guillaume Melquiond
1
-22
/
+51
[next]