Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data/modules/Assassination.lua | 11 +-
- data/modules/BulkShips.lua | 76 ++++----
- data/modules/DeliverPackage.lua | 332 +++++++++++++++++-------------
- data/modules/DonateToCranks.lua | 139 +++++++------
- data/modules/GoodsTrader.lua | 211 ++++++++++---------
- data/modules/TradeShips.lua | 166 +++++++--------
- data/modules/pirates.lua | 47 ++---
- data/pimodule.lua | 275 ------------------------
- data/pistartup.lua | 5 +
- src/CustomSystem.cpp | 11 +-
- src/DeleteEmitter.h | 24 ++
- src/InfoView.cpp | 73 +++----
- src/LmrModel.cpp | 11 +-
- src/LuaBody.cpp | 55 +++++
- src/LuaBody.h | 9 +
- src/LuaChatForm.cpp | 439 ++++++++++++++++++++++++++++++++-------
- src/LuaChatForm.h | 42 +---
- src/LuaEventQueue.cpp | 167 +++++++++++++++
- src/LuaEventQueue.h | 122 +++++++++++
- src/LuaGlobals.cpp | 347 +++++++++++++++++++++++++++++++
- src/LuaGlobals.h | 18 ++
- src/LuaManager.cpp | 19 ++
- src/LuaManager.h | 34 +++
- src/LuaObject.cpp | 274 ++++++++++++++++++++++++
- src/LuaObject.h | 306 +++++++++++++++++++++++++++
- src/LuaPlanet.cpp | 9 +
- src/LuaPlanet.h | 9 +
- src/LuaPlayer.cpp | 180 ++++++++++++++++
- src/LuaPlayer.h | 9 +
- src/LuaSBodyPath.cpp | 81 +++++++
- src/LuaSerializer.cpp | 416 +++++++++++++++++++++++++++++++++++++
- src/LuaSerializer.h | 25 +++
- src/LuaShip.cpp | 161 ++++++++++++++
- src/LuaShip.h | 9 +
- src/LuaSpaceStation.cpp | 168 +++++++++++++++
- src/LuaSpaceStation.h | 9 +
- src/LuaStar.cpp | 8 +
- src/LuaStar.h | 9 +
- src/LuaStarSystem.cpp | 164 +++++++++++++++
- src/LuaUtils.cpp | 100 +++++++++
- src/LuaUtils.h | 74 +++++++
- src/Makefile.am | 20 +-
- src/Mission.cpp | 3 -
- src/Mission.h | 29 ---
- src/MyLuaMathTypes.cpp | 27 ++-
- src/MyLuaMathTypes.h | 2 +-
- src/Object.h | 7 +-
- src/Pi.cpp | 106 ++++++++--
- src/Pi.h | 15 ++-
- src/PiLuaAPI.cpp | 416 +++----------------------------------
- src/PiLuaAPI.h | 114 +----------
- src/PiLuaConstants.cpp | 220 --------------------
- src/PiLuaConstants.h | 10 -
- src/PiLuaModules.cpp | 333 -----------------------------
- src/PiLuaModules.h | 88 --------
- src/Player.cpp | 1 -
- src/Player.h | 16 ++-
- src/RefCounted.h | 17 ++
- src/RefList.h | 60 ++++++
- src/Serializer.cpp | 2 +-
- src/Ship.cpp | 5 +-
- src/ShipType.cpp | 17 +-
- src/Space.cpp | 40 ++---
- src/Space.h | 2 -
- src/SpaceStation.cpp | 75 ++-----
- src/SpaceStation.h | 42 +---
- src/SpaceStationView.cpp | 42 ++--
- src/SpaceStationView.h | 3 +-
- src/StarSystem.cpp | 110 +++--------
- src/StarSystem.h | 54 ++----
- src/SysLoc.cpp | 83 --------
- src/SysLoc.h | 38 ----
- src/SystemView.cpp | 4 +-
- src/WorldView.cpp | 4 +-
- src/mylua.cpp | 89 --------
- src/mylua.h | 51 -----
- 76 files changed, 4143 insertions(+), 2646 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement