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-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
2011-08-04
Change the changeEquipment() function name
Yohann Ferreira
2
-7
/
+7
2011-07-27
Reworked the way equip slot info are loaded in a more logical way.
Yohann Ferreira
4
-70
/
+83
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
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
3
-46
/
+18
2011-07-27
Removed the inventory delay mode for now.
Yohann Ferreira
3
-278
/
+85
2011-07-27
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
4
-78
/
+49
2011-06-24
Fixed autoattacks basic handling.
Yohann Ferreira
4
-15
/
+59
2011-06-17
Changed the attack message to send the attack id.
Yohann Ferreira
3
-6
/
+7
2011-06-02
Fixed crash when handling unequip
Thorbjørn Lindeijer
1
-5
/
+13
2011-05-30
Routing party invite through the map server
Stefan Dombrowski
2
-0
/
+45
2011-05-26
Allow monsters to drop multiple items
Stefan Dombrowski
2
-27
/
+12
2011-05-26
Fixing negative being positions
Stefan Dombrowski
1
-1
/
+4
2011-05-17
Fixed an item dupe bug
Angelo Castellani
1
-4
/
+15
2011-05-15
Removed unused variable
Thorbjørn Lindeijer
1
-3
/
+1
2011-05-15
Fixed compile with GCC 4.6
Thorbjørn Lindeijer
2
-1
/
+2
2011-05-01
Renamed the mana-status-effects.xml to status-effects.xml
Yohann Ferreira
1
-1
/
+1
2011-05-01
Changed the server to look for the skills.xml file.
Yohann Ferreira
1
-1
/
+1
2011-04-27
Added a simple crafting system
Philipp Sehmisch
2
-0
/
+80
2011-04-19
Implemented scriptable effects on item use and dispell.
Yohann Ferreira
3
-17
/
+87
2011-04-18
Made the server send the being position each 5 seconds.
Yohann Ferreira
1
-3
/
+13
2011-04-17
Added of precised some info I found very useful while debugging.
Yohann Ferreira
2
-8
/
+28
2011-04-17
Removed useless calls to updateDerivedAttributes().
Yohann Ferreira
2
-2
/
+0
2011-04-17
Removed an unecessary call to attribute recalculation for monsters.
Yohann Ferreira
1
-1
/
+0
2011-04-17
Fix beings raw speed calculation when obtaining the TPS speed.
Yohann Ferreira
1
-1
/
+6
2011-04-16
Set log verbosity earlier in game server to actually help debug.
Yohann Ferreira
1
-6
/
+6
2011-04-15
Fixed crash on first map update
Thorbjørn Lindeijer
2
-0
/
+16
2011-04-10
Initialize attribute base and cached modified values
Thorbjørn Lindeijer
1
-0
/
+2
2011-04-04
Fixing reading of drop rate from monsters.xml
Stefan Dombrowski
1
-2
/
+2
2011-04-03
Changed SYNC_BUFFER_SIZE to unsigned to avoid compiler warning
Thorbjørn Lindeijer
1
-2
/
+5
[prev]
[next]