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
/
itemmanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
1
-1
/
+4
2011-10-23
Added function to determine the script engine by the file name extension
jurkan
1
-1
/
+4
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
1
-1
/
+1
2011-10-20
Return a const & from NameMap to avoid potential deep copies
Thorbjørn Lindeijer
1
-1
/
+1
2011-09-28
Merge github.com:mana/manaserv
Yohann Ferreira
1
-3
/
+4
2011-09-28
Clarified the role of initialize() and reload() functions in the monster
Yohann Ferreira
1
-3
/
+4
2011-08-30
As requested, changed the trigger 'existence' to 'in-inventory'.
Yohann Ferreira
1
-2
/
+2
2011-08-19
Changed the sprite layer protocol to support
Yohann Ferreira
1
-7
/
+9
2011-08-19
Used the client base to make a final bugfix on the server code.
Yohann Ferreira
1
-6
/
+15
2011-08-10
Changed ItemEquipInfo to only be a pair of unsigned.
Yohann Ferreira
1
-6
/
+4
2011-08-10
Fixed getting slot id per name.
Yohann Ferreira
1
-5
/
+19
2011-07-27
Reworked the way equip slot info are loaded in a more logical way.
Yohann Ferreira
1
-56
/
+49
2011-04-19
Implemented scriptable effects on item use and dispell.
Yohann Ferreira
1
-7
/
+40
2011-03-24
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
1
-21
/
+7
2011-03-24
Use a map to quickly find items and monsters by their name
Thorbjørn Lindeijer
1
-28
/
+24
2011-03-20
Renamed some members to adhere to naming standard
Thorbjørn Lindeijer
1
-22
/
+22
2011-03-20
Introduced separate functions for item database loading
Thorbjørn Lindeijer
1
-288
/
+313
2011-03-20
Introduced ModifierLocation struct
Thorbjørn Lindeijer
1
-3
/
+3
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
1
-1
/
+1
2011-03-20
General cleanups and code style fixes
Thorbjørn Lindeijer
1
-2
/
+2
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-10
/
+14
2011-03-16
Allowed item names instead of IDs in @commands
Philipp Sehmisch
1
-0
/
+18
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-7
/
+7
2010-10-22
Made the servers check for positive id in xml db loading.
Yohann Ferreira
1
-3
/
+3
2010-07-10
Add in stubs for scripted item effects
Freeyorp
1
-0
/
+22
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-123
/
+251
2010-05-30
Use XML::Document to automate memory cleanup
Thorbjørn Lindeijer
1
-39
/
+25
2010-05-29
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
1
-2
/
+1
2010-05-28
Added some more log infos, and made small cleanups.
Yohann Ferreira
1
-3
/
+5
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
1
-4
/
+3
2010-04-25
Added a Byte Order Mask (BOM) filter to the ResourceManager.
Bertram
1
-1
/
+2
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-28
Added support for skill names as weapon types in items.xml (still hardcoded)
Philipp Sehmisch
1
-2
/
+6
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-12-06
A host of code style changes
Thorbjørn Lindeijer
1
-1
/
+1
2009-08-19
Removed attack shape from items. Added distance check on attacks (values stil...
Philipp Sehmisch
1
-41
/
+2
2009-07-03
Makes Skills non hard coded
Chuck Miller
1
-5
/
+3
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-1
/
+1
2009-01-17
Filenames of item use scripts are now taken from the items.xml
Philipp Sehmisch
1
-13
/
+16
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-11-14
Added check for database version on startup of Accountserver.
Andreas Habel
1
-9
/
+1
2008-11-05
Added version information to item database. Gameserver reports its local vers...
Andreas Habel
1
-1
/
+26
2008-10-23
Fixed compiler warnings, including a forgotten initialization of an item's
Bjørn Lindeijer
1
-4
/
+4
2008-10-22
added on use scripts (by Kage_Jittai)
Roderic Morris
1
-1
/
+16
2008-09-27
Implemented getting the attack zone of weapons from the item database and imp...
Philipp Sehmisch
1
-0
/
+41
2008-02-21
Moved the functions which translate strings into enumerations from the XML li...
Philipp Sehmisch
1
-2
/
+2
2008-02-20
Implemented different monster attacks read from monsters.xml
Philipp Sehmisch
1
-57
/
+21
2008-01-28
Added weapon skill system and leveling system.
Philipp Sehmisch
1
-4
/
+1
2008-01-10
Item types and weapon types are now identified by name instead of numbers in ...
Philipp Sehmisch
1
-10
/
+76
[next]