summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-2739-78/+78
* Added a few file to .gitignoreErik Schilling2013-04-271-0/+12
* Fixed typo in script docsErik Schilling2013-04-271-1/+1
* Fixed crash when checking whether a character is already onlineThorbjørn Lindeijer2013-04-251-3/+2
* Simplified BeingComponent::updateDirectionThorbjørn Lindeijer2013-04-252-74/+7
* Removed old monster attributesErik Schilling2013-04-221-3/+0
* Forgot to rename npc_message in some docsThorbjørn Lindeijer2013-04-151-11/+11
* Fixed small script documentation errorThorbjørn Lindeijer2013-04-151-1/+1
* Fixed error messageThorbjørn Lindeijer2013-04-151-1/+1
* Used static_assert for static assertionThorbjørn Lindeijer2013-04-151-1/+2
* Dropped the & from the Lua function tablesThorbjørn Lindeijer2013-04-151-149/+149
* Moved functions to entity members where appropriateThorbjørn Lindeijer2013-04-1522-608/+723
* Simplified some script function namesThorbjørn Lindeijer2013-04-149-112/+109
* Removed NPC and character parameters from NPC functionsThorbjørn Lindeijer2013-04-1411-139/+143
* Use a full user data for Entity referencesThorbjørn Lindeijer2013-04-147-96/+65
* Don't try to kill the connection of a deleted characterThorbjørn Lindeijer2013-04-131-1/+1
* Added -std=c++0x compiler flag to the codeblocks filesPostremus2013-04-132-1/+3
* Actually use transactions for mysql updatesErik Schilling2013-04-132-4/+4
* Fixed uninitialised variable warning in valgrindErik Schilling2013-04-121-0/+1
* Fixed too long lua documentationErik Schilling2013-04-121-21/+46
* Removed static member definitions that are no longer neededThorbjørn Lindeijer2013-04-126-11/+1
* Removed CharacterData member from CharacterComponentThorbjørn Lindeijer2013-04-123-9/+3
* Moved Actor into an ComponentErik Schilling2013-04-1233-408/+429
* Converted Being into a ComponentErik Schilling2013-04-1149-872/+1051
* Converted the Character class into a componentErik Schilling2013-04-1142-760/+1178
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-1114-68/+70
* Fixed @kill killing yourselfErik Schilling2013-04-101-1/+1
* Fixed undefined #defines in mingw and c++0xErik Schilling2013-04-073-1/+8
* Moved the Monster class to a ComponentErik Schilling2013-04-0314-123/+160
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-0218-53/+74
* Removed old commandhandler approachErik Schilling2013-04-022-440/+0
* Moved fighting code into a componentErik Schilling2013-04-0223-374/+651
* Moved documentation out of class definitionThorbjørn Lindeijer2013-03-252-68/+97
* Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer2013-03-2514-172/+178
* Changed Effect to a component of ActorThorbjørn Lindeijer2013-03-259-53/+61
* Changed Item to a component of ActorThorbjørn Lindeijer2013-03-2515-84/+129
* Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer2013-03-2513-65/+202
* Removed some outdated and not useful documentationThorbjørn Lindeijer2013-02-253-113/+0
* Fixed installation of Lua scriptsThorbjørn Lindeijer2013-02-241-0/+1
* Removed mentioning of retired structThorbjørn Lindeijer2013-02-241-2/+0
* Added Debug class for more convenient debugging outputThorbjørn Lindeijer2013-02-241-0/+34
* Fixed default value of the servernameErik Schilling2013-02-242-2/+3
* Added possibility to reserve mapsErik Schilling2013-02-2411-31/+155
* Made the scripts being able to installErik Schilling2013-02-245-5/+15
* Documented all lua binds directly in the sourceErik Schilling2013-02-242-1352/+2340
* Removed loading of script files using the statusmanagerErik Schilling2013-02-214-19/+5
* Introduced Script::ContextErik Schilling2013-02-2116-87/+99
* Rephrased the README about the server data a bitErik Schilling2013-02-201-11/+2
* Monsters no longer load their script filesErik Schilling2013-02-174-41/+0
* Fixed last second reordering of function parameters in last commitErik Schilling2013-02-161-5/+5