Skip to content

Commit d2e1674

Browse files
author
simhacker
committed
renamed micropolis to turbogears
1 parent f764b53 commit d2e1674

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+6
-3
lines changed

MicropolisCore/src/MicropolisEngine/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ objs/micropolisengine_wrap.cpp: swig/micropolisengine.i swig/micropolisengine-sw
140140
# ----------------------------------------------------------------------
141141

142142
clean:
143-
rm -rf *~ *.ncb
143+
rm -rf *~ *.ncb */~
144144
rm -rf swig/*~ objs/* build
145145
rm -rf python/*~ python/*.pyc python/*.pyd
146146

MicropolisCore/src/MicropolisEngine/src/animate.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ static short aniTile[1024] = {
142142
693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703,
143143
704, 705, 706, 707, 708,
144144
/* AirPort */
145-
709, 710, 832, 712, 713, 714, 715, 716, 717, 718, 719,
145+
// 832 was previous value of 711, to start radar
146+
// animation, but now we break the link and the
147+
// simulator switches the tiles.
148+
709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719,
146149
720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735,
147150
736, 737, 738, 739, 740, 741, 742, 743, 744,
148151
/* Coal power */

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install: all
7171

7272
clean:
7373
cd MicropolisCore ; make clean
74-
cd micropolis ; make clean
74+
cd turbogears ; make clean
7575
cd laszlo ; make clean
7676
cd micropolis-activity ; make clean
7777

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)