rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
f505c192c8
|
(svn r26420) -Fix (r25623) [FS#5948]: Goal GUI failed to shade.
|
2014-03-23 12:49:22 +00:00 |
|
zuu
|
66216a9578
|
(svn r26012) -Add: new goal type that show a story page when clicked
|
2013-11-16 17:41:57 +00:00 |
|
frosch
|
d5e15c9007
|
(svn r25921) -Fix [FS#5763]: Goal and progress columns were out of sync for company specific goals, if there were no global goals.
|
2013-10-28 10:41:57 +00:00 |
|
zuu
|
8477e293df
|
(svn r25759) -Fix (r25369): Set the owner flag of the goal and story windows
|
2013-09-12 14:35:52 +00:00 |
|
zuu
|
a436485ce4
|
(svn r25624) -Fix (r25620, r25623): Silence warnings
|
2013-07-21 17:14:35 +00:00 |
|
zuu
|
df2285061a
|
(svn r25623) -Fix [FS#5611] (r25296): Progress column width in goal window was not updated when a string changed while the window is open
|
2013-07-21 15:59:07 +00:00 |
|
zuu
|
17d2c64781
|
(svn r25622) -Codechange: Improve goal_gui comments (Alberth)
|
2013-07-21 15:52:52 +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
|
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
|
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 |
|
frosch
|
13badddd75
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
zuu
|
f745863f5c
|
(svn r24829) -Codechange: Reduce code duplication in the goal GUI
|
2012-12-20 18:35:13 +00:00 |
|
zuu
|
57cc5a3336
|
(svn r24500) -Fix: Don't show the global goals as company goals for spectators
|
2012-08-27 20:37:20 +00:00 |
|
rubidium
|
d79328ec86
|
(svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question window's title from a (small) set of options
|
2012-01-21 12:03:55 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
59de5e9570
|
(svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17
|
2012-01-03 16:36:24 +00:00 |
|
truebrain
|
c0ce7dcaeb
|
(svn r23665) -Fix (r23664): revert, and apply other fix, which allows switching companies safely in SinglePlayer
|
2011-12-23 23:34:19 +00:00 |
|
truebrain
|
ccf9b01f5d
|
(svn r23630) -Add: a Goal GUI to show your current goals
|
2011-12-19 21:03:17 +00:00 |
|