summaryrefslogtreecommitdiff
path: root/src/scripting
AgeCommit message (Expand)AuthorFilesLines
2011-10-22Added the chr_get_level script function.Yohann Ferreira1-0/+18
2011-10-22Added the chr_set_gender() script function.Yohann Ferreira1-0/+20
2011-10-19Made get_beings_in_circle capable of taking a being as argument.Erik Schilling1-3/+16
2011-10-15Added script bindings for reading map objectsErik Schilling3-1/+140
2011-09-28Made the npc_create() function use insertion enqueueing.Yohann Ferreira1-4/+1
2011-08-23Allowed map names in chr_warp function.Erik Schilling1-2/+6
2011-08-19Created function to make getting monsters easier in scripts.Erik Schilling3-14/+16
2011-08-18Added LUA function for changing anger of monsters.Erik Schilling1-0/+30
2011-08-10Made chr_inv_count and npc_trade capable of taking a name or an id.Erik Schilling1-3/+36
2011-08-04Added new LUA functions used to get items and monster names.Erik Schilling1-0/+37
2011-08-04Allowed names of items and monsters in scripts - part 1.Erik Schilling1-27/+63
2011-08-03Unified the lua.cpp documentation.Yohann Ferreira1-162/+200
2011-08-03Added is_walkable lua function.Erik Schilling1-0/+30
2011-08-03Added monster_remove lua function.Erik Schilling1-0/+25
2011-08-03Added get_map_property lua function.Erik Schilling1-0/+24
2011-07-04Added new lua function for calculating distances.Ablu1-0/+32
2011-07-02Added LUA function get_beings_in_rectangle.Ablu1-0/+39
2011-06-27Added Lua function for logging.Ablu1-0/+16
2011-04-27Added a simple crafting systemPhilipp Sehmisch4-0/+63
2011-03-18Improved error handling in chr_shake_screen Lua functionThorbjørn Lindeijer1-22/+10
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer2-3/+3
2011-03-14Script binding for the new screen shake effect.Philipp Sehmisch1-0/+45
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer2-9/+0
2011-03-09Renamed GameState::insertSafe() to inserOrDelete.Yohann Ferreira1-1/+1
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 Ferreira1-4/+4
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch1-1/+91
2011-02-20Fixed enabling/disabling npcs by enqueuing the insertion.Yohann Ferreira1-2/+1
2011-02-11Fix basic money handling using the ATTR_GP attribute.Yohann Ferreira1-4/+18
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 Sehmisch1-0/+17
2011-01-30Revert "Fixed the money handling."Jared Adams1-25/+4
2011-01-31Fixed the money handling.Yohann Ferreira1-4/+25
2011-01-09Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira1-1/+1
2011-01-03Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira1-1/+1
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira1-1/+1
2010-12-08Fix return codes for many lua functionsFreeyorp1-6/+6
2010-12-08Minor cleanup in a number of script functionsFreeyorp1-30/+6
2010-12-08Fix many compiler warnings.Freeyorp1-2/+2
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira7-41/+41
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-9/+9
2010-08-29Merge branch 'testing'Freeyorp1-62/+21
2010-08-22Some coding style tweaksThorbjørn Lindeijer1-6/+12
2010-08-22Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer4-9/+12
2010-08-22Rename some stuff to conform to naming conventionsThorbjørn Lindeijer4-26/+25
2010-08-22Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer2-20/+26
2010-08-22Print out the actual error message in case of a syntax errorThorbjørn Lindeijer1-3/+7
2010-08-21Perform more detailed argument checking in Lua functionsThorbjørn Lindeijer1-154/+101
2010-07-30Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira1-5/+11
2010-07-23Added a simple sanity check to avoid a gameserver crash at login.Yohann Ferreira1-5/+11