Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change →
Changeset
6.1.21
for
main.py
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
08/20/2016 06:38:23 PM (
8 years
ago)
Author:
David Owen <dsowen@fugue88.ws>
branch-nick:
state
revision id:
dsowen@fugue88.ws-20160820183823-xmzbq7xls5pyvr7j
Message:
Return next state from handler
File:
1 edited
main.py
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
main.py
r6.1.20
r6.1.21
116
116
117
117
mission += 1
118
return "ADVANCE_MISSIONS"
118
119
119
120
state = "ADVANCE_MISSIONS"
…
…
129
130
130
131
elif state == "PERFORM_MISSION":
131
perform_mission()
132
state = "ADVANCE_MISSIONS"
132
state = perform_mission()
133
133
134
134
if team_failures == 5:
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive