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
/
spawnarea.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-4
/
+4
2010-11-02
Some random code cleanups.
Yohann Ferreira
1
-9
/
+14
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-1
/
+1
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-01-17
Filenames of item use scripts are now taken from the items.xml
Philipp Sehmisch
1
-1
/
+1
2008-11-22
Refuse to spawn dead monsters
Bjørn Lindeijer
1
-37
/
+44
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-03-13
Implemented dynamic and selective pathblocking. Monsters are blocked by playe...
Philipp Sehmisch
1
-2
/
+4
2007-11-13
Improved warning message on spawning.
Guillaume Melquiond
1
-3
/
+4
2007-09-23
Changed delayed events to an explicit interface.
Guillaume Melquiond
1
-2
/
+1
2007-09-10
Spawn rate and limit are now read from map files and really fixed size of spa...
Eugenio Favalli
1
-7
/
+18
2007-09-10
Dimensionless spawn points now spawn over the whole map.
Eugenio Favalli
1
-3
/
+5
2007-08-29
Replaced event system. Fixed race condition between quest variable recovery a...
Guillaume Melquiond
1
-9
/
+16
2007-08-18
First part of a patch for completing the RPG system (character attributes) of...
Guillaume Melquiond
1
-6
/
+0
2007-07-25
Added being speed to protocol.
Guillaume Melquiond
1
-1
/
+1
2007-07-08
Added monster drops.
Guillaume Melquiond
1
-3
/
+3
2007-07-07
Fixed teleportation hack caused by caching of pathfinder results.
Guillaume Melquiond
1
-0
/
+1
2007-07-07
Singleton managers do not need stateful classes. Changed them to namespace in...
Guillaume Melquiond
1
-1
/
+1
2007-07-07
Simplified code by using map pointers only, instead of using both map IDs and...
Guillaume Melquiond
1
-8
/
+9
2007-06-30
Implemented basic monster AI and fixed a stability problem caused by the spaw...
Philipp Sehmisch
1
-13
/
+32
2007-06-28
Delegated creature insertion to the State class so that it does not disturb o...
Guillaume Melquiond
1
-1
/
+2
2007-03-31
Took into account spawn rate.
Bjørn Lindeijer
1
-15
/
+26
2007-03-31
Added a DeathListener interface, which the SpawnArea now uses to get notified
Bjørn Lindeijer
1
-1
/
+7
2007-03-31
Made a start with having monsters spawn using a SpawnArea.
Bjørn Lindeijer
1
-0
/
+68