summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Made the "No game server for map" error message report the map IDPhilipp Sehmisch1-1/+1
2011-03-14Script binding for the new screen shake effect.Philipp Sehmisch3-0/+94
2011-03-13For streaming things to cout better implement stream operatorThorbjørn Lindeijer1-9/+14
2011-03-13Use an enum rather than a bunch of #defines for the attributesThorbjørn Lindeijer1-31/+33
2011-03-12Added a simple function to easily cout point coordinates.Yohann Ferreira1-1/+10
2011-03-12Fixed monster flawed movements and client net messages flooding.Yohann Ferreira1-2/+2
2011-03-12Allow values to be set to empty in the configurationThorbjørn Lindeijer1-10/+10
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer32-203/+14
2011-03-11Moved freeing of map position to Actor destructorThorbjørn Lindeijer6-30/+22
2011-03-11Simplified check_schedule a bitThorbjørn Lindeijer1-14/+9
2011-03-11Split path finding out of the Map classThorbjørn Lindeijer7-176/+176
2011-03-11Include Lua files in the projectThorbjørn Lindeijer1-0/+1
2011-03-11Fixed Actor::setPosition to update the blockmask correctlyThorbjørn Lindeijer1-8/+6
2011-03-11Change the monster talking delay to 0.5 to minimize test failures.Yohann Ferreira1-1/+1
2011-03-11Avoid sqrt and double in circle-to-circle collision detectionThorbjørn Lindeijer1-4/+6
2011-03-10Removed two superfluous semicolonsThorbjørn Lindeijer2-2/+2
2011-03-10Added a script to create and update a Qt Creator projectThorbjørn Lindeijer2-0/+24
2011-03-10Avoid running newly scheduled jobs by using a fixed time point.Yohann Ferreira1-1/+2
2011-03-10Server-Wrap the open and closed list members in path finding.Yohann Ferreira2-76/+43
2011-03-09Prevented a potential crash in storage::getAllWorldStateVars()Yohann Ferreira1-2/+10
2011-03-09Renamed GameState::insertSafe() to inserOrDelete.Yohann Ferreira5-8/+8
2011-03-09Show a way to make monsters speak at spawn time.Yohann Ferreira2-2/+12
2011-03-09Made the monster creation delayed, to avoid crashing.Yohann Ferreira1-5/+1
2011-03-06Small fixes coming from my comment on issue #77.Yohann Ferreira5-19/+22
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch12-22/+370
2011-03-02Enabling of warp to respawn location after deathStefan Dombrowski1-1/+1
2011-02-24Fixing dead born monstersStefan Dombrowski1-2/+5
2011-02-23Changed stroll radius to pixels in monsters.xmlYohann Ferreira1-3/+3
2011-02-22Implementing @killmonstersStefan Dombrowski2-0/+27
2011-02-21Remove obsolete reset of SIGSEGV handlingStefan Dombrowski2-6/+0
2011-02-20Made use of npc_disable(), npc_enable() on the template map.Yohann Ferreira1-0/+4
2011-02-20Fixed enabling/disabling npcs by enqueuing the insertion.Yohann Ferreira1-2/+1
2011-02-20Fixed the check_schedule() lua function.Yohann Ferreira1-0/+5
2011-02-20Adding CSV support from Jaxad's client implementation.Yohann Ferreira1-8/+45
2011-02-20Update barbers and hair display.Yohann Ferreira16-90/+16
2011-02-19Removing dublicate deinitialize of enetStefan Dombrowski2-6/+3
2011-02-19Add support for zlib map layer compression.Yohann Ferreira1-3/+6
2011-02-19Updated the C::B project file to permit the choice of DB.Yohann Ferreira1-7/+57
2011-02-16Removing unused variable configPathChangedStefan Dombrowski2-6/+0
2011-02-16Fixed doc about stroll range, which is coded in pixels.Yohann Ferreira1-2/+2
2011-02-15Added a merchant and a blacksmith on the template map.Yohann Ferreira5-79/+130
2011-02-15Fixed registering the players items to the buysell handler.Yohann Ferreira1-24/+46
2011-02-11Added the schedule_per_date() lua function.Yohann Ferreira1-0/+11
2011-02-11Finally fix Harmony giving some GP to characters.Yohann Ferreira1-7/+4
2011-02-11Fix the GP base and mod values for newly created characters.Yohann Ferreira1-0/+11
2011-02-11Fix basic money handling using the ATTR_GP attribute.Yohann Ferreira2-7/+23
2011-02-11Synced the libmana-constants.lua file with the current protocol.Yohann Ferreira1-59/+68
2011-02-11Added lua attributes getters/setters thanks to Freeyorp.Yohann Ferreira1-68/+155
2011-02-08Implemented LUA binding to get the gender of a characterPhilipp Sehmisch3-1/+27
2011-01-30Revert "Fixed the money handling."Jared Adams5-34/+7