frosch
|
4a8f47b9a5
|
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
|
2013-06-25 20:22:08 +00:00 |
|
frosch
|
bbbecceae1
|
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
|
2013-06-25 20:22:08 +00:00 |
|
zuu
|
24239012c9
|
(svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog
|
2013-06-12 19:31:33 +00:00 |
|
zuu
|
80d35ca284
|
(svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog
|
2013-06-12 19:31:33 +00:00 |
|
zuu
|
7389a08738
|
(svn r25381) -Fix: Silent story book compiler warnings
|
2013-06-09 14:13:59 +00:00 |
|
zuu
|
53d2e785f5
|
(svn r25381) -Fix: Silent story book compiler warnings
|
2013-06-09 14:13:59 +00:00 |
|
zuu
|
34cacb7c81
|
(svn r25376) -Feature: Allow access to goal list and story book of other companies than your own
|
2013-06-09 13:37:04 +00:00 |
|
zuu
|
a724a9924b
|
(svn r25376) -Feature: Allow access to goal list and story book of other companies than your own
|
2013-06-09 13:37:04 +00:00 |
|
fonsinchen
|
df5e7534ff
|
(svn r25373) -Add: squirrel bindings for cargodist-specific widgets
|
2013-06-09 13:24:26 +00:00 |
|
fonsinchen
|
4e902f2e20
|
(svn r25373) -Add: squirrel bindings for cargodist-specific widgets
|
2013-06-09 13:24:26 +00:00 |
|
zuu
|
92f25b4f8a
|
(svn r25372) -Add: Allow opening a goal list window specific to a company
|
2013-06-09 13:23:03 +00:00 |
|
zuu
|
eaede14b8f
|
(svn r25372) -Add: Allow opening a goal list window specific to a company
|
2013-06-09 13:23:03 +00:00 |
|
zuu
|
be27dce443
|
(svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window
|
2013-06-09 13:17:20 +00:00 |
|
zuu
|
086aae8d04
|
(svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window
|
2013-06-09 13:17:20 +00:00 |
|
zuu
|
141c08166d
|
(svn r25352) -Feature: GameScript API for selecting a story page to view
|
2013-06-09 12:57:22 +00:00 |
|
zuu
|
33ad9774fb
|
(svn r25352) -Feature: GameScript API for selecting a story page to view
|
2013-06-09 12:57:22 +00:00 |
|
zuu
|
7a5cedf078
|
(svn r25344) -Feature: GUI for viewing story pages
|
2013-06-09 12:48:27 +00:00 |
|
zuu
|
a2d84868e7
|
(svn r25344) -Feature: GUI for viewing story pages
|
2013-06-09 12:48:27 +00:00 |
|
zuu
|
65129db43c
|
(svn r25342) -Add: StoryPage data structures and GS API
|
2013-06-09 12:19:09 +00:00 |
|
zuu
|
9aa1bf0264
|
(svn r25342) -Add: StoryPage data structures and GS API
|
2013-06-09 12:19:09 +00:00 |
|
zuu
|
8d15b5f354
|
(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets
|
2013-06-08 12:37:36 +00:00 |
|
zuu
|
059eee93fc
|
(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets
|
2013-06-08 12:37:36 +00:00 |
|
zuu
|
7661336b2d
|
(svn r25305) -Fix [FS#5561]: Game Script APIs that execute a DoCommand were returning the same result as in TestMode during world generation
|
2013-05-29 19:31:58 +00:00 |
|
zuu
|
a58427115c
|
(svn r25305) -Fix [FS#5561]: Game Script APIs that execute a DoCommand were returning the same result as in TestMode during world generation
|
2013-05-29 19:31:58 +00:00 |
|
zuu
|
ee09686df1
|
(svn r25299) -Feature: Allow more concurrent goals in a game
|
2013-05-27 21:59:11 +00:00 |
|
zuu
|
168391ad56
|
(svn r25299) -Feature: Allow more concurrent goals in a game
|
2013-05-27 21:59:11 +00:00 |
|
zuu
|
f23a61e1aa
|
(svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed.
|
2013-05-26 19:54:43 +00:00 |
|
zuu
|
a4cddc3e08
|
(svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed.
|
2013-05-26 19:54:43 +00:00 |
|
rubidium
|
9d9607e8ec
|
(svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings
-Feature: introduce GetTerrainType which allows one to get that information for tiles with buildings and infrastructure as well
|
2013-04-30 17:16:32 +00:00 |
|
rubidium
|
5730e63a10
|
(svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings
-Feature: introduce GetTerrainType which allows one to get that information for tiles with buildings and infrastructure as well
|
2013-04-30 17:16:32 +00:00 |
|
frosch
|
c5d7445704
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
frosch
|
5eddbb338b
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
rubidium
|
25aed3423c
|
(svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate between a cargo-station combination with or without rating, so introduce [AI|GS]Station::HasRating and let GetRating return -1 when there is no rating
|
2013-04-06 12:36:33 +00:00 |
|
rubidium
|
7a3d549f2f
|
(svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate between a cargo-station combination with or without rating, so introduce [AI|GS]Station::HasRating and let GetRating return -1 when there is no rating
|
2013-04-06 12:36:33 +00:00 |
|
rubidium
|
1f3a40cb6b
|
(svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work for large values (>65535)
|
2013-04-06 11:59:27 +00:00 |
|
rubidium
|
70454b8d64
|
(svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work for large values (>65535)
|
2013-04-06 11:59:27 +00:00 |
|
rubidium
|
3aed6229b5
|
(svn r25136) -Merge: 1.3 release (documentation) updates
|
2013-03-31 21:14:39 +00:00 |
|
rubidium
|
327615c2ce
|
(svn r25136) -Merge: 1.3 release (documentation) updates
|
2013-03-31 21:14:39 +00:00 |
|
alberth
|
bf86262534
|
(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr)
|
2013-03-17 15:41:40 +00:00 |
|
alberth
|
15ec6e26f0
|
(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr)
|
2013-03-17 15:41:40 +00:00 |
|
frosch
|
9f3f153e70
|
(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.
|
2013-02-18 19:30:24 +00:00 |
|
frosch
|
1b10910af6
|
(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.
|
2013-02-18 19:30:24 +00:00 |
|
frosch
|
fad8af605f
|
(svn r25006) -Fix: Update script_window.
|
2013-02-16 16:43:05 +00:00 |
|
frosch
|
7e5c649844
|
(svn r25006) -Fix: Update script_window.
|
2013-02-16 16:43:05 +00:00 |
|
rubidium
|
c8661de6be
|
(svn r25001) -Change: heading for 1.4 now
|
2013-02-14 18:58:04 +00:00 |
|
rubidium
|
7ff6598cd2
|
(svn r25001) -Change: heading for 1.4 now
|
2013-02-14 18:58:04 +00:00 |
|
zuu
|
86c9cb9b8a
|
(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.
|
2013-02-10 19:49:04 +00:00 |
|
zuu
|
b1016f66ba
|
(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.
|
2013-02-10 19:49:04 +00:00 |
|
rubidium
|
53ce82b671
|
(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters
|
2013-02-08 20:34:27 +00:00 |
|
rubidium
|
4e61c1770d
|
(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters
|
2013-02-08 20:34:27 +00:00 |
|