mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed bugs with ESCORT
- Fixed SCHEDULER bug! This was a nasty one. - Fixed bugs in DATABASE. After a respawn i should not create a new GROUP object. Fixed now. - Ensure that all removeFunction calls are out of the code. - Fixed bug in T and F tracing methods
This commit is contained in:
@@ -423,7 +423,10 @@ function BASE:F( Arguments, DebugInfoCurrentParam, DebugInfoFromParam )
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
||||||
local LineCurrent = DebugInfoCurrent.currentline
|
local LineCurrent = 0
|
||||||
|
if DebugInfoCurrent.currentline then
|
||||||
|
LineCurrent = DebugInfoCurrent.currentline
|
||||||
|
end
|
||||||
local LineFrom = 0
|
local LineFrom = 0
|
||||||
if DebugInfoFrom then
|
if DebugInfoFrom then
|
||||||
LineFrom = DebugInfoFrom.currentline
|
LineFrom = DebugInfoFrom.currentline
|
||||||
@@ -477,7 +480,10 @@ function BASE:_T( Arguments, DebugInfoCurrentParam, DebugInfoFromParam )
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
||||||
local LineCurrent = DebugInfoCurrent.currentline
|
local LineCurrent = 0
|
||||||
|
if DebugInfoCurrent.currentline then
|
||||||
|
LineCurrent = DebugInfoCurrent.currentline
|
||||||
|
end
|
||||||
local LineFrom = 0
|
local LineFrom = 0
|
||||||
if DebugInfoFrom then
|
if DebugInfoFrom then
|
||||||
LineFrom = DebugInfoFrom.currentline
|
LineFrom = DebugInfoFrom.currentline
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20160614_1503' )
|
env.info( 'Moose Generation Timestamp: 20160614_1531' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@@ -2958,7 +2958,10 @@ function BASE:F( Arguments, DebugInfoCurrentParam, DebugInfoFromParam )
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
||||||
local LineCurrent = DebugInfoCurrent.currentline
|
local LineCurrent = 0
|
||||||
|
if DebugInfoCurrent.currentline then
|
||||||
|
LineCurrent = DebugInfoCurrent.currentline
|
||||||
|
end
|
||||||
local LineFrom = 0
|
local LineFrom = 0
|
||||||
if DebugInfoFrom then
|
if DebugInfoFrom then
|
||||||
LineFrom = DebugInfoFrom.currentline
|
LineFrom = DebugInfoFrom.currentline
|
||||||
@@ -3012,7 +3015,10 @@ function BASE:_T( Arguments, DebugInfoCurrentParam, DebugInfoFromParam )
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
||||||
local LineCurrent = DebugInfoCurrent.currentline
|
local LineCurrent = 0
|
||||||
|
if DebugInfoCurrent.currentline then
|
||||||
|
LineCurrent = DebugInfoCurrent.currentline
|
||||||
|
end
|
||||||
local LineFrom = 0
|
local LineFrom = 0
|
||||||
if DebugInfoFrom then
|
if DebugInfoFrom then
|
||||||
LineFrom = DebugInfoFrom.currentline
|
LineFrom = DebugInfoFrom.currentline
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20160614_1503' )
|
env.info( 'Moose Generation Timestamp: 20160614_1531' )
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
Include = {}
|
Include = {}
|
||||||
@@ -2958,7 +2958,10 @@ function BASE:F( Arguments, DebugInfoCurrentParam, DebugInfoFromParam )
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
||||||
local LineCurrent = DebugInfoCurrent.currentline
|
local LineCurrent = 0
|
||||||
|
if DebugInfoCurrent.currentline then
|
||||||
|
LineCurrent = DebugInfoCurrent.currentline
|
||||||
|
end
|
||||||
local LineFrom = 0
|
local LineFrom = 0
|
||||||
if DebugInfoFrom then
|
if DebugInfoFrom then
|
||||||
LineFrom = DebugInfoFrom.currentline
|
LineFrom = DebugInfoFrom.currentline
|
||||||
@@ -3012,7 +3015,10 @@ function BASE:_T( Arguments, DebugInfoCurrentParam, DebugInfoFromParam )
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
if _TraceAll == true or _TraceClass[self.ClassName] or _TraceClassMethod[self.ClassName].Method[Function] then
|
||||||
local LineCurrent = DebugInfoCurrent.currentline
|
local LineCurrent = 0
|
||||||
|
if DebugInfoCurrent.currentline then
|
||||||
|
LineCurrent = DebugInfoCurrent.currentline
|
||||||
|
end
|
||||||
local LineFrom = 0
|
local LineFrom = 0
|
||||||
if DebugInfoFrom then
|
if DebugInfoFrom then
|
||||||
LineFrom = DebugInfoFrom.currentline
|
LineFrom = DebugInfoFrom.currentline
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user