Advertisement
robn

Untitled

Apr 13th, 2011
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. data/modules/Assassination.lua | 11 +-
  2. data/modules/BulkShips.lua | 76 ++++----
  3. data/modules/DeliverPackage.lua | 332 +++++++++++++++++-------------
  4. data/modules/DonateToCranks.lua | 139 +++++++------
  5. data/modules/GoodsTrader.lua | 211 ++++++++++---------
  6. data/modules/TradeShips.lua | 166 +++++++--------
  7. data/modules/pirates.lua | 47 ++---
  8. data/pimodule.lua | 275 ------------------------
  9. data/pistartup.lua | 5 +
  10. src/CustomSystem.cpp | 11 +-
  11. src/DeleteEmitter.h | 24 ++
  12. src/InfoView.cpp | 73 +++----
  13. src/LmrModel.cpp | 11 +-
  14. src/LuaBody.cpp | 55 +++++
  15. src/LuaBody.h | 9 +
  16. src/LuaChatForm.cpp | 439 ++++++++++++++++++++++++++++++++-------
  17. src/LuaChatForm.h | 42 +---
  18. src/LuaEventQueue.cpp | 167 +++++++++++++++
  19. src/LuaEventQueue.h | 122 +++++++++++
  20. src/LuaGlobals.cpp | 347 +++++++++++++++++++++++++++++++
  21. src/LuaGlobals.h | 18 ++
  22. src/LuaManager.cpp | 19 ++
  23. src/LuaManager.h | 34 +++
  24. src/LuaObject.cpp | 274 ++++++++++++++++++++++++
  25. src/LuaObject.h | 306 +++++++++++++++++++++++++++
  26. src/LuaPlanet.cpp | 9 +
  27. src/LuaPlanet.h | 9 +
  28. src/LuaPlayer.cpp | 180 ++++++++++++++++
  29. src/LuaPlayer.h | 9 +
  30. src/LuaSBodyPath.cpp | 81 +++++++
  31. src/LuaSerializer.cpp | 416 +++++++++++++++++++++++++++++++++++++
  32. src/LuaSerializer.h | 25 +++
  33. src/LuaShip.cpp | 161 ++++++++++++++
  34. src/LuaShip.h | 9 +
  35. src/LuaSpaceStation.cpp | 168 +++++++++++++++
  36. src/LuaSpaceStation.h | 9 +
  37. src/LuaStar.cpp | 8 +
  38. src/LuaStar.h | 9 +
  39. src/LuaStarSystem.cpp | 164 +++++++++++++++
  40. src/LuaUtils.cpp | 100 +++++++++
  41. src/LuaUtils.h | 74 +++++++
  42. src/Makefile.am | 20 +-
  43. src/Mission.cpp | 3 -
  44. src/Mission.h | 29 ---
  45. src/MyLuaMathTypes.cpp | 27 ++-
  46. src/MyLuaMathTypes.h | 2 +-
  47. src/Object.h | 7 +-
  48. src/Pi.cpp | 106 ++++++++--
  49. src/Pi.h | 15 ++-
  50. src/PiLuaAPI.cpp | 416 +++----------------------------------
  51. src/PiLuaAPI.h | 114 +----------
  52. src/PiLuaConstants.cpp | 220 --------------------
  53. src/PiLuaConstants.h | 10 -
  54. src/PiLuaModules.cpp | 333 -----------------------------
  55. src/PiLuaModules.h | 88 --------
  56. src/Player.cpp | 1 -
  57. src/Player.h | 16 ++-
  58. src/RefCounted.h | 17 ++
  59. src/RefList.h | 60 ++++++
  60. src/Serializer.cpp | 2 +-
  61. src/Ship.cpp | 5 +-
  62. src/ShipType.cpp | 17 +-
  63. src/Space.cpp | 40 ++---
  64. src/Space.h | 2 -
  65. src/SpaceStation.cpp | 75 ++-----
  66. src/SpaceStation.h | 42 +---
  67. src/SpaceStationView.cpp | 42 ++--
  68. src/SpaceStationView.h | 3 +-
  69. src/StarSystem.cpp | 110 +++--------
  70. src/StarSystem.h | 54 ++----
  71. src/SysLoc.cpp | 83 --------
  72. src/SysLoc.h | 38 ----
  73. src/SystemView.cpp | 4 +-
  74. src/WorldView.cpp | 4 +-
  75. src/mylua.cpp | 89 --------
  76. src/mylua.h | 51 -----
  77. 76 files changed, 4143 insertions(+), 2646 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement