summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Improved error handling in chr_shake_screen Lua functionThorbjørn Lindeijer1-22/+10
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-2/+2
2011-03-14Script binding for the new screen shake effect.Philipp Sehmisch1-0/+45
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-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-23/+23
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-22Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer1-1/+7
2010-08-21Perform more detailed argument checking in Lua functionsThorbjørn Lindeijer1-154/+101
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-58/+21
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-0/+76
2010-05-30Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer1-2/+1
2010-05-29Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer1-1/+1
2010-05-28Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira1-13/+74
2010-05-21Added a package loader that goes through the resource managerThorbjørn Lindeijer1-0/+25
2010-05-20Removed unused parameter from being_get_speed Lua functionThorbjørn Lindeijer1-4/+4
2010-03-13Add methods to get and set being speedJonathan Kolberg1-1/+35
2010-02-25Added script bindings for healing characters and other beings.Philipp Sehmisch1-0/+34
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-17Added some missing headers, and added some missing files to Makefile.amChuck Miller1-0/+2
2010-01-16Prevented segmentation fault when calling the lua set_quest_var function with...Philipp Sehmisch1-1/+6
2010-01-08Added script binding for checking the kill count for each monster so that uni...Philipp Sehmisch1-0/+29
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer1-1/+1
2009-10-26Added optional optimal level mechanic which reduces exp gain of certain sourc...Philipp Sehmisch1-1/+6
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer1-48/+48
2009-10-14lua_tofloat doesn't exist in Lua 5.1Jared Adams1-3/+4
2009-10-15Speed code unification part 1: Made the server accept speed values in tiles p...Bertram1-1/+2
2009-10-13Add script bindings for being directionsJared Adams1-2/+44
2009-10-13Add being action getter and setterJared Adams1-0/+42
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-10-03Some cleanupThorbjørn Lindeijer1-7/+2
2009-09-27Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch1-5/+26
2009-09-16Allow for basic scripted monstersChuck Miller1-0/+26
2009-08-25Made the STL container -> LUA table wrappers more flexible.Philipp Sehmisch1-16/+25
2009-07-18Change status effects to prevent duplicationJared Adams1-1/+52