Home
last modified time | relevance | path

Searched refs:starlanes (Results 1 – 7 of 7) sorted by relevance

/dports/games/starlanes/starlanes-1.2.2/
H A DMakefile10 starlanes: starlanes.c target
11 $(CC) $(CCOPTS) -o starlanes starlanes.c -l$(CURSESLIB)
14 cp starlanes $(INSTALLDIR)/games
15 cp starlanes.6 $(INSTALLDIR)/man/man6
16 chown bin:bin $(INSTALLDIR)/games/starlanes
17 chown root:root $(INSTALLDIR)/man/man6/starlanes.6
18 chmod 755 $(INSTALLDIR)/games/starlanes
19 chmod 444 $(INSTALLDIR)/man/man6/starlanes.6
23 @echo cp starlanes $(INSTALLDIR)/games
24 @echo cp starlanes.6 $(INSTALLDIR)/man/man6
[all …]
H A Dstarlanes.lsm11 42K starlanes-1.2.2.tar.gz
H A DREADME1 Type "make" to build the starlanes binaries, then "make fakeinstall"
H A Dstarlanes.man8 starlanes - the game of starlanes
11 starlanes [-v|c|m]
358 /usr/local/games/starlanes
359 /usr/local/man/man6/starlanes.6
/dports/games/freeorion/freeorion-0.4.10.2/default/python/universe_generation/
H A Dmonsters.py16 self.starlanes = [(s1, s2) for s1 in systems for s2 in fo.sys_get_starlanes(s1) if s1 < s2]
33 for lane in self.starlanes:
/dports/games/freeorion/freeorion-0.4.10.2/
H A DChangeLog.md30 - Prevent crash caused by fleets getting into a glitched state when starlanes get removed
337 - Increased spacing between systems and starlanes generated by the Starlane Nexus
607 - Made AI avoid blockaded starlanes when moving unarmed fleets.
616 - Reduced incidence of the mouse cursor or starlanes disappearing.
1090 create starlanes
1798 - Passage of an empire's fleets through 'unsecured' starlanes exiting a
1815 - Can create and destroy objects, add or remove starlanes, and set ownership
2426 - Ships no longer have functional detection when moving on starlanes. Ships
2863 - Added circles around systems that have known starlanes connected to them.
2957 - Added initial, limited, implementaiton of coloured starlanes along which
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp7266 auto starlanes = empire->KnownStarlanes(); in AddNeighboorsToSet() local
7268 auto new_neighboors_it = starlanes.find(system_id); in AddNeighboorsToSet()
7269 if (new_neighboors_it != starlanes.end()){ in AddNeighboorsToSet()