(svn r23630) -Add: a Goal GUI to show your current goals
This commit is contained in:
@@ -28,6 +28,7 @@ gamelog.cpp
|
||||
genworld.cpp
|
||||
gfx.cpp
|
||||
gfxinit.cpp
|
||||
goal.cpp
|
||||
ground_vehicle.cpp
|
||||
heightmap.cpp
|
||||
highscore.cpp
|
||||
@@ -172,6 +173,8 @@ genworld.h
|
||||
gfx_func.h
|
||||
gfx_type.h
|
||||
gfxinit.h
|
||||
goal_base.h
|
||||
goal_type.h
|
||||
graph_gui.h
|
||||
ground_vehicle.hpp
|
||||
group.h
|
||||
@@ -402,6 +405,7 @@ engine_gui.cpp
|
||||
error_gui.cpp
|
||||
fios_gui.cpp
|
||||
genworld_gui.cpp
|
||||
goal_gui.cpp
|
||||
graph_gui.cpp
|
||||
group_gui.cpp
|
||||
highscore_gui.cpp
|
||||
@@ -461,6 +465,7 @@ widgets/engine_widget.h
|
||||
widgets/error_widget.h
|
||||
widgets/fios_widget.h
|
||||
widgets/genworld_widget.h
|
||||
widgets/goal_widget.h
|
||||
widgets/graph_widget.h
|
||||
widgets/group_widget.h
|
||||
widgets/highscore_widget.h
|
||||
@@ -539,6 +544,7 @@ saveload/economy_sl.cpp
|
||||
saveload/engine_sl.cpp
|
||||
saveload/game_sl.cpp
|
||||
saveload/gamelog_sl.cpp
|
||||
saveload/goal_sl.cpp
|
||||
saveload/group_sl.cpp
|
||||
saveload/industry_sl.cpp
|
||||
saveload/labelmaps_sl.cpp
|
||||
@@ -724,6 +730,7 @@ script/api/script_event_types.hpp
|
||||
script/api/script_execmode.hpp
|
||||
script/api/script_game.hpp
|
||||
script/api/script_gamesettings.hpp
|
||||
script/api/script_goal.hpp
|
||||
script/api/script_group.hpp
|
||||
script/api/script_grouplist.hpp
|
||||
script/api/script_industry.hpp
|
||||
@@ -783,6 +790,7 @@ script/api/script_event_types.cpp
|
||||
script/api/script_execmode.cpp
|
||||
script/api/script_game.cpp
|
||||
script/api/script_gamesettings.cpp
|
||||
script/api/script_goal.cpp
|
||||
script/api/script_group.cpp
|
||||
script/api/script_grouplist.cpp
|
||||
script/api/script_industry.cpp
|
||||
|
Reference in New Issue
Block a user